Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 18:34:38 +0000 (UTC)
From:      Paul J Murphy <paul@inetstat.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oliver@FreeBSD.org
Subject:   ports/189868: [PATCH] misc/mime-support: shebangfix
Message-ID:  <20140516183438.1FD06D788E@srv00.inetstat.net>
Resent-Message-ID: <201405161840.s4GIe0e7094679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189868
>Category:       ports
>Synopsis:       [PATCH] misc/mime-support: shebangfix
>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 May 16 18:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Paul J Murphy
>Release:        FreeBSD 10.0-RELEASE-p3 amd64
>Organization:
iNetStat.net
>Environment:
System: FreeBSD srv00.inetstat.net 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #1 r265994: Wed May 14 06:33:18 UTC
>Description:
- shebangfix to fix error building with DEVELOPER=yes

Port maintainer (oliver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
echo "DEVELOPER=yes">>/etc/make.conf
port test
>Fix:

--- mime-support-3.54.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 354252)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mime-support
 PORTVERSION=	3.54
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION:C/([0-9]*\.[0-9]*)\.(.*)/\1-\2/}
@@ -10,6 +11,8 @@
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	MIME Media Types list
 
+USES=		shebangfix
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.2$//}
 
 NO_BUILD=	yes
@@ -16,6 +19,8 @@
 PLIST_FILES=	bin/run-mailcap etc/mime.types \
 		man/man1/run-mailcap.1.gz
 
+SHEBANG_FILES=	run-mailcap
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/run-mailcap ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/mime.types ${STAGEDIR}${PREFIX}/etc
--- mime-support-3.54.patch ends here ---

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



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