svn commit: r369833 - head/net-mgmt/netxms

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 2 16:04:26 UTC 2014


Author: bapt
Date: Thu Oct  2 16:04:25 2014
New Revision: 369833
URL: https://svnweb.freebsd.org/changeset/ports/369833
QAT: https://qat.redports.org/buildarchive/r369833/

Log:
  Enforce bundling jansson and libtre instead of leaving the configure
  figure out if it should bundle of not
  The clean fix would be to always unbundle, but I will let that to the maintainer
  while here strip binaries and allow packaging
  
  Reported by:	glebius

Modified:
  head/net-mgmt/netxms/Makefile

Modified: head/net-mgmt/netxms/Makefile
==============================================================================
--- head/net-mgmt/netxms/Makefile	Thu Oct  2 15:45:42 2014	(r369832)
+++ head/net-mgmt/netxms/Makefile	Thu Oct  2 16:04:25 2014	(r369833)
@@ -24,13 +24,14 @@ SERVER_DESC=	Install NetXMS server & age
 CLIENT_DESC=	Install NetXMS client
 AGENT_DESC=	Install NetXMS agent
 
-NO_PACKAGE=	yes
-
 USE_OPENSSL=	yes
 USES=		gmake iconv libtool perl5
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-silent-rules
+CONFIGURE_ARGS=	--disable-silent-rules \
+		--with-internal-libjansson \
+		--with-internal-libtre
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list