svn commit: r349738 - head/devel/guiloader

Pawel Pekala pawel at FreeBSD.org
Mon Mar 31 12:21:04 UTC 2014


Author: pawel
Date: Mon Mar 31 12:21:04 2014
New Revision: 349738
URL: http://svnweb.freebsd.org/changeset/ports/349738
QAT: https://qat.redports.org/buildarchive/r349738/

Log:
  - Port is stage safe
  - Remove leading article from COMMENT
  - Convert to USES=tar:bzip2
  - Strip library

Modified:
  head/devel/guiloader/Makefile

Modified: head/devel/guiloader/Makefile
==============================================================================
--- head/devel/guiloader/Makefile	Mon Mar 31 12:15:01 2014	(r349737)
+++ head/devel/guiloader/Makefile	Mon Mar 31 12:21:04 2014	(r349738)
@@ -8,15 +8,16 @@ CATEGORIES=	devel gnome
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A high-performance and compact GuiXml loader library
+COMMENT=	High-performance and compact GuiXml loader library
 
 PROJECTHOST=	nothing-personal
-USE_BZIP2=	yes
-USES=        pathfix gettext gmake pkgconfig
+USES=		gettext gmake pathfix pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-hidden-visibility
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libguiloader.so.1
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list