diff options
author | dillo <dillo> | 2002-10-02 19:11:59 +0000 |
---|---|---|
committer | dillo <dillo> | 2002-10-02 19:11:59 +0000 |
commit | c75f15f1eca37c76d5ce260ec858ceff3b4bb1ee (patch) | |
tree | 54d7c1a041c9027a33e70090b7a56f272a258cbc /security/pakemon | |
parent | c4360c2f4103161fdee27774141fbe06bafc21a2 (diff) | |
download | pkgsrc-c75f15f1eca37c76d5ce260ec858ceff3b4bb1ee.tar.gz |
get rid of autoconf build dependency by patching configure
Diffstat (limited to 'security/pakemon')
-rw-r--r-- | security/pakemon/Makefile | 6 | ||||
-rw-r--r-- | security/pakemon/distinfo | 3 | ||||
-rw-r--r-- | security/pakemon/patches/patch-ac | 13 |
3 files changed, 16 insertions, 6 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index 92393cef2dc..2cb377d4078 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:39 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/02 19:11:59 dillo Exp $ DISTNAME= pakemon-0.3.1 CATEGORIES= security @@ -13,14 +13,10 @@ DEPENDS+= libnet-[0-9]*:../../devel/libnet # only at compile-time. # BUILD_DEPENDS+= libnids-1.14:../../net/libnids -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf GNU_CONFIGURE= yes post-extract: ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in -post-patch: - cd ${WRKSRC}; autoreconf - .include "../../mk/bsd.pkg.mk" diff --git a/security/pakemon/distinfo b/security/pakemon/distinfo index ac317e3edd1..3b4e9b0332d 100644 --- a/security/pakemon/distinfo +++ b/security/pakemon/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:40:36 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/10/02 19:11:59 dillo Exp $ SHA1 (pakemon-0.3.1.tar.gz) = 27708ac303a58432222b53b71b6ca13e71502f7e Size (pakemon-0.3.1.tar.gz) = 110065 bytes SHA1 (patch-aa) = 22155e703130a28ba4bf34922b3926411cb917b8 SHA1 (patch-ab) = d35a76ae3ef96d51526f20d9973d1743c038cf81 +SHA1 (patch-ac) = 2f259e12f54742789e8ac36f8a1eead4afcfac14 diff --git a/security/pakemon/patches/patch-ac b/security/pakemon/patches/patch-ac new file mode 100644 index 00000000000..efa6213ffd1 --- /dev/null +++ b/security/pakemon/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/10/02 19:12:00 dillo Exp $ + +--- configure.orig Sun Jan 7 07:06:39 2001 ++++ configure +@@ -1908,7 +1908,7 @@ EOF + + cat >> $CONFIG_STATUS <<EOF + +-CONFIG_FILES=\${CONFIG_FILES-"Makefile"} ++CONFIG_FILES=\${CONFIG_FILES-"Makefile pakemon.h"} + EOF + cat >> $CONFIG_STATUS <<\EOF + for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |