Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 16:04:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369833 - head/net-mgmt/netxms
Message-ID:  <201410021604.s92G4Qfg057187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021604.s92G4Qfg057187>