ports/188755: [PATCH] archivers/dpkg: Add shebangfixes

Johannes Jost Meixner xmj at FreeBSD.org
Fri Apr 18 12:00:00 UTC 2014


>Number:         188755
>Category:       ports
>Synopsis:       [PATCH] archivers/dpkg: Add shebangfixes
>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:   Fri Apr 18 12:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1: Fri Apr 11 14:58:13 EEST 2014
>Description:
- Add shebangfixes for setup/update/install.

  Nearly fix build on 11/head with pkg-1.2.7, poudriere and DEVELOPER=yes.

There are two remaining leftovers:

man/hu/man1
man/hu/man5

and I think both do not belong in the pkg-plist as they should be filtered out
just like all other languages do.
 

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

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

--- dpkg-1.17.6.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351531)
+++ Makefile	(working copy)
@@ -18,8 +18,10 @@
 		gmd5sum:${PORTSDIR}/sysutils/coreutils
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv perl5 pkgconfig tar:xz
+USES=		gmake iconv perl5 pkgconfig tar:xz shebangfix
 WRKSRC=		${WRKDIR}/dpkg-${PORTVERSION}
+SHEBANG_FILES=	dselect/methods/ftp/update dselect/methods/ftp/install \
+		dselect/methods/ftp/setup
 
 DPKGDIR?=	/var/db/dpkg
 PLIST_SUB+=	DPKGDIR=${DPKGDIR:C,^/,,}
--- dpkg-1.17.6.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list