svn commit: r350756 - head/net-mgmt/net-snmp
Ryan Steinmetz
zi at FreeBSD.org
Thu Apr 10 02:26:10 UTC 2014
Author: zi
Date: Thu Apr 10 02:26:09 2014
New Revision: 350756
URL: http://svnweb.freebsd.org/changeset/ports/350756
QAT: https://qat.redports.org/buildarchive/r350756/
Log:
- Fix plist
- Fix include path
Modified:
head/net-mgmt/net-snmp/Makefile
head/net-mgmt/net-snmp/pkg-plist
Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile Thu Apr 10 02:03:40 2014 (r350755)
+++ head/net-mgmt/net-snmp/Makefile Thu Apr 10 02:26:09 2014 (r350756)
@@ -38,6 +38,7 @@ USE_OPENSSL= yes
USE_LDCONFIG= yes
USES= perl5
+CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}"
CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \
--with-default-snmp-version="${DEFAULT_SNMP_VERSION}" \
@@ -121,7 +122,6 @@ CONFIGURE_ARGS+=--with-dmalloc=${LOCALBA
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+=--with-mysql
CONFIGURE_ENV+= MYSQLCONFIG=${LOCALBASE}/bin/mysql_config
.endif
Modified: head/net-mgmt/net-snmp/pkg-plist
==============================================================================
--- head/net-mgmt/net-snmp/pkg-plist Thu Apr 10 02:03:40 2014 (r350755)
+++ head/net-mgmt/net-snmp/pkg-plist Thu Apr 10 02:26:09 2014 (r350756)
@@ -216,25 +216,21 @@ lib/libnetsnmp.so.%%SHLIB_VERSION%%
@unexec rm -f %B/libnetsnmp.so 2> /dev/null || true
lib/libnetsnmpagent.a
lib/libnetsnmpagent.la
-lib/libnetsnmpagent.so
lib/libnetsnmpagent.so.%%SHLIB_VERSION%%
@exec ln -fs libnetsnmpagent.so.%%SHLIB_VERSION%% %B/libnetsnmpagent.so
@unexec rm -f %B/libnetsnmpagent.so 2> /dev/null || true
lib/libnetsnmphelpers.a
lib/libnetsnmphelpers.la
-lib/libnetsnmphelpers.so
lib/libnetsnmphelpers.so.%%SHLIB_VERSION%%
@exec ln -fs libnetsnmphelpers.so.%%SHLIB_VERSION%% %B/libnetsnmphelpers.so
@unexec rm -f %B/libnetsnmphelpers.so 2> /dev/null || true
lib/libnetsnmpmibs.a
lib/libnetsnmpmibs.la
-lib/libnetsnmpmibs.so
lib/libnetsnmpmibs.so.%%SHLIB_VERSION%%
@exec ln -fs libnetsnmpmibs.so.%%SHLIB_VERSION%% %B/libnetsnmpmibs.so
@unexec rm -f %B/libnetsnmpmibs.so 2> /dev/null || true
lib/libnetsnmptrapd.a
lib/libnetsnmptrapd.la
-lib/libnetsnmptrapd.so
lib/libnetsnmptrapd.so.%%SHLIB_VERSION%%
@exec ln -fs libnetsnmptrapd.so.%%SHLIB_VERSION%% %B/libnetsnmptrapd.so
@unexec rm -f %B/libnetsnmptrapd.so 2> /dev/null || true
More information about the svn-ports-all
mailing list