diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-12-02 13:06:26 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-12-02 13:06:26 +0000 |
commit | 09e6822b63c4d91971eaf159dfb61ce060e146b1 (patch) | |
tree | bf5170d2ce2db816082011460a55e524a145d0f5 /net-mgmt | |
parent | 243eb47bebc984020594e5b44f2280ee2f7d69b0 (diff) | |
download | ports-09e6822b63c4d91971eaf159dfb61ce060e146b1.tar.gz ports-09e6822b63c4d91971eaf159dfb61ce060e146b1.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/patch-agent__Makefile.in | 11 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/patch-ltmain.sh | 11 |
3 files changed, 23 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 87da20f3d8ee..e83aa5f50e81 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= snmp PORTVERSION= 5.7.1 +PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= net- diff --git a/net-mgmt/net-snmp/files/patch-agent__Makefile.in b/net-mgmt/net-snmp/files/patch-agent__Makefile.in new file mode 100644 index 000000000000..ea77d690e368 --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-agent__Makefile.in @@ -0,0 +1,11 @@ +--- ./agent/Makefile.in.orig 2011-12-02 07:44:29.000000000 -0500 ++++ ./agent/Makefile.in 2011-12-02 07:45:06.000000000 -0500 +@@ -302,7 +302,7 @@ + $(RANLIB) $(AGENTLIB) + + libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION): ${LMIBOBJS} $(AGENTLIB) $(USELIBS) +- $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(AGENTLIB) $(USELIBS) @LD_NO_UNDEFINED@ $(LDFLAGS) ${LMIBLIBS} $(LIB_LD_LIBS) @AGENTLIBS@ ++ $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(AGENTLIB) $(USELIBS) @LD_NO_UNDEFINED@ $(LDFLAGS) $(PERLLDOPTS_FOR_LIBS) ${LMIBLIBS} $(LIB_LD_LIBS) @AGENTLIBS@ + $(RANLIB) $(MIBLIB) + + agentlib: $(AGENTLIB) diff --git a/net-mgmt/net-snmp/files/patch-ltmain.sh b/net-mgmt/net-snmp/files/patch-ltmain.sh new file mode 100644 index 000000000000..99dc29dc4729 --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-ltmain.sh @@ -0,0 +1,11 @@ +--- ./ltmain.sh.orig 2011-12-02 07:35:01.000000000 -0500 ++++ ./ltmain.sh 2011-12-02 07:35:23.000000000 -0500 +@@ -8051,7 +8051,7 @@ + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; +- *) func_apped perm_rpath " $libdir" ;; ++ *) func_append perm_rpath " $libdir" ;; + esac + fi + done |