Fix build on 5.x
PR: 92192 Submitted by: <bu7cher@yandex.ru> (maintainer)
This commit is contained in:
parent
375b357ac7
commit
5acef752ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154232
2 changed files with 4 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= bsnmpd
|
PORTNAME= bsnmpd
|
||||||
PORTVERSION= 1.11
|
PORTVERSION= 1.11
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://people.freebsd.org/~harti/bsnmp/
|
MASTER_SITES= http://people.freebsd.org/~harti/bsnmp/
|
||||||
DISTNAME= bsnmp-${PORTVERSION}a
|
DISTNAME= bsnmp-${PORTVERSION}a
|
||||||
|
@ -22,7 +22,8 @@ USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-libbegemot=${LOCALBASE}
|
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
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
USE_GCC= 3.2+
|
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
|
IGNORE= bsnmpd already in base system
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
run-autotools:: run-autotools-aclocal run-autotools-autoconf
|
#run-autotools:: run-autotools-aclocal run-autotools-autoconf
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${PREFIX}/etc
|
@${MKDIR} ${PREFIX}/etc
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue