Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 12:36:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360362 - head/net/ntop
Message-ID:  <201407031236.s63CaBPD033297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 12:36:11 2014
New Revision: 360362
URL: http://svnweb.freebsd.org/changeset/ports/360362
QAT: https://qat.redports.org/buildarchive/r360362/

Log:
  - Finalize switch to libtool (remove USE_AUTOTOOLS=libtool)
  - Strip all installed libraries (not stripped by install-strip target)

Modified:
  head/net/ntop/Makefile

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Thu Jul  3 12:30:29 2014	(r360361)
+++ head/net/ntop/Makefile	Thu Jul  3 12:36:11 2014	(r360362)
@@ -23,7 +23,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 DBDIR?=		/var/db
 
 USES=		gmake libtool
-USE_AUTOTOOLS=	libtool automake autoconf
+USE_AUTOTOOLS=	automake autoconf libtoolize
 USE_GNOME=	libxml2
 USE_PYTHON=	yes
 USE_OPENSSL=	yes
@@ -85,4 +85,7 @@ pre-configure:
 pre-install:
 	@cd ${WRKSRC} && ${MAKE_CMD} dnetter
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so
+
 .include <bsd.port.mk>



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