ports/188637: [PATCH] graphics/giflib-nox11: Fix shebang file

Steve Wills swills at FreeBSD.org
Tue Apr 15 01:50:00 UTC 2014


>Number:         188637
>Category:       ports
>Synopsis:       [PATCH] graphics/giflib-nox11: Fix shebang file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 15 01:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r264228M: Sun Apr 13 03:26:28 UTC
>Description:
- Fix shebang for bin/gifburst

Port maintainer (dinoex at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- giflib-nox11-4.2.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351301)
+++ Makefile	(working copy)
@@ -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,7 +14,9 @@
 CONFLICTS=	libungif-[0-9]*
 PORTSCOUT=	limit:^4\.
 
-USES=		tar:bzip2
+USES=		tar:bzip2 shebangfix
+SHEBANG_FILES=	${WRKSRC}/util/gifburst
+
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
--- giflib-nox11-4.2.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list