Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 06:55: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: r360145 - head/x11-toolkits/nucleo
Message-ID:  <201407020655.s626tQQ5080212@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul  2 06:55:26 2014
New Revision: 360145
URL: http://svnweb.freebsd.org/changeset/ports/360145
QAT: https://qat.redports.org/buildarchive/r360145/

Log:
  Fix shebang files and strip binaries

Modified:
  head/x11-toolkits/nucleo/Makefile

Modified: head/x11-toolkits/nucleo/Makefile
==============================================================================
--- head/x11-toolkits/nucleo/Makefile	Wed Jul  2 06:54:36 2014	(r360144)
+++ head/x11-toolkits/nucleo/Makefile	Wed Jul  2 06:55:26 2014	(r360145)
@@ -17,11 +17,13 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libpng15.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USES=		gmake libtool pathfix pkgconfig shebangfix tar:bzip2
 USE_GL=		glu
+SHEBANG_FILES=	docs/MacOSX/nBundle.in
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-opencv
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -62,8 +64,6 @@ CONFIGURE_ARGS+=	--without-dns-sd
 QT_NONSTANDARD=		yes
 .endif
 
-.include <bsd.port.options.mk>
-
 .if ${ARCH} == "powerpc" && ${OPSYS} == FreeBSD && ${OSVERSION} > 900000
 BROKEN=		Does not compile on powerpc-9
 .endif



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