diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-01-23 11:23:07 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-01-23 11:23:07 +0000 |
commit | 5acef752aec68291c53e280d34180fe6b9d73aaf (patch) | |
tree | 6187fcce05f1bf09c95675a8bea12f48f6f87e22 /net-mgmt/bsnmpd | |
parent | * move devel/p5-release to devel/p5-Module-Release (diff) |
Fix build on 5.x
PR: 92192
Submitted by: <bu7cher@yandex.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=154232
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 |