diff options
author | erwin <erwin@FreeBSD.org> | 2006-01-23 19:23:07 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-01-23 19:23:07 +0800 |
commit | e668c1cdcbe32636bb2985776d4c249db7a11d0c (patch) | |
tree | 13c6b7b8aaa22779e0b4776582c43694a57ca532 /net-mgmt/bsnmpd | |
parent | eb18c610515c2e6367b2aa058a57aebc1d0380b7 (diff) | |
download | freebsd-ports-gnome-e668c1cdcbe32636bb2985776d4c249db7a11d0c.tar.gz freebsd-ports-gnome-e668c1cdcbe32636bb2985776d4c249db7a11d0c.tar.zst freebsd-ports-gnome-e668c1cdcbe32636bb2985776d4c249db7a11d0c.zip |
Fix build on 5.x
PR: 92192
Submitted by: <bu7cher@yandex.ru> (maintainer)
Diffstat (limited to 'net-mgmt/bsnmpd')
-rw-r--r-- | net-mgmt/bsnmpd/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/bsnmpd/files/patch-configure.ac | 11 |
2 files changed, 4 insertions, 14 deletions
diff --git a/net-mgmt/bsnmpd/Makefile b/net-mgmt/bsnmpd/Makefile index 5ef3f24e4f5c..5e74a9e7387a 100644 --- a/net-mgmt/bsnmpd/Makefile +++ b/net-mgmt/bsnmpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsnmpd PORTVERSION= 1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://people.freebsd.org/~harti/bsnmp/ DISTNAME= bsnmp-${PORTVERSION}a @@ -22,7 +22,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libbegemot=${LOCALBASE} -USE_AUTOTOOLS= automake:19 autoconf:259 +# Currently autotools is not needed +#USE_AUTOTOOLS= automake:19 autoconf:259 INSTALLS_SHLIB= yes USE_GCC= 3.2+ @@ -38,7 +39,7 @@ MAN3= asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3 snmpmod.3 \ IGNORE= bsnmpd already in base system .endif -run-autotools:: run-autotools-aclocal run-autotools-autoconf +#run-autotools:: run-autotools-aclocal run-autotools-autoconf post-install: @${MKDIR} ${PREFIX}/etc diff --git a/net-mgmt/bsnmpd/files/patch-configure.ac b/net-mgmt/bsnmpd/files/patch-configure.ac deleted file mode 100644 index 7e8154ce07d8..000000000000 --- a/net-mgmt/bsnmpd/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig Tue Oct 4 15:21:26 2005 -+++ configure.ac Wed Oct 5 17:24:12 2005 -@@ -21,6 +21,8 @@ - AC_CANONICAL_HOST - AC_CANONICAL_TARGET - -+AM_INIT_AUTOMAKE -+ - AC_PROG_CC - AC_PROG_CPP - AC_PROG_MAKE_SET |