svn commit: r351312 - head/graphics/giflib
Dirk Meyer
dinoex at FreeBSD.org
Tue Apr 15 08:13:15 UTC 2014
Author: dinoex
Date: Tue Apr 15 08:13:14 2014
New Revision: 351312
URL: http://svnweb.freebsd.org/changeset/ports/351312
QAT: https://qat.redports.org/buildarchive/r351312/
Log:
- Fix shebang for obsolte bin/gifburst
PR: 188637
Submitted by: Steve Wills
- Strip libgif
Modified:
head/graphics/giflib/Makefile
Modified: head/graphics/giflib/Makefile
==============================================================================
--- head/graphics/giflib/Makefile Tue Apr 15 07:54:35 2014 (r351311)
+++ head/graphics/giflib/Makefile Tue Apr 15 08:13:14 2014 (r351312)
@@ -3,7 +3,7 @@
PORTNAME= giflib
PORTVERSION= 4.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x
PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2}
@@ -14,8 +14,9 @@ COMMENT= Tools and library routines for
CONFLICTS= libungif-[0-9]*
PORTSCOUT= limit:^4\.
-USES= tar:bzip2
+USES= tar:bzip2 shebangfix
USE_AUTOTOOLS= libtool
+SHEBANG_FILES= ${WRKSRC}/util/gifburst
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -54,6 +55,7 @@ post-patch:
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgif.so.5
.for i in ${LMAN1}
${INSTALL_MAN} ${WRKSRC}/doc/${i} ${STAGEDIR}${PREFIX}/man/man1/
.endfor
More information about the svn-ports-all
mailing list