From c0c822ce717c8752f27155a01ac34fea496f91f8 Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 9 Oct 2000 02:29:50 +0000 Subject: [PATCH] - remove extra strip command in post-install - workaround moronic behavior of automake, stop it from rerunning autoconf and screwing things up --- net/xchat/Makefile | 8 +++++--- net/xchat/patches/patch-configure.in | 26 -------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 net/xchat/patches/patch-configure.in diff --git a/net/xchat/Makefile b/net/xchat/Makefile index b27e5cd3d57..c3425798a35 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2000/08/27 19:52:18 brad Exp $ +# $OpenBSD: Makefile,v 1.22 2000/10/09 02:29:50 brad Exp $ # $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $ DISTNAME= xchat-1.4.3 CATEGORIES= x11 -NEED_VERSION= 1.320 +NEED_VERSION= 1.336 MASTER_SITES= http://xchat.org/files/source/1.4/ \ http://xchat.linuxpower.org/files/source/1.4/ @@ -26,8 +26,10 @@ CONFIGURE_ARGS= --disable-gnome --disable-imlib --disable-python CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +pre-build: + @touch ${WRKSRC}/config.status + post-install: - @strip ${PREFIX}/bin/xchat ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/xchat diff --git a/net/xchat/patches/patch-configure.in b/net/xchat/patches/patch-configure.in deleted file mode 100644 index fe610beed5b..00000000000 --- a/net/xchat/patches/patch-configure.in +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.in.orig Fri Aug 25 01:46:09 2000 -+++ configure.in Sun Aug 27 18:24:37 2000 -@@ -133,10 +133,7 @@ - echo - fi - --if test "$gtkfe" = yes; then -- gtkfe=yes -- imlib=yes --else -+if test "$gtkfe" = no; then - gnome=no - imlib=no - panel=no -@@ -351,11 +348,6 @@ - if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then - CFLAGS="$CFLAGS -g" - fi --fi -- --dnl this is strange, but apparently necessary --if test "$system" = "OpenBSD"; then -- CFLAGS="$CFLAGS -pthread" - fi - - dnl *********************************************************************