ports/148592: [PATCH] devel/gnulib: remove useless bash dependency

Bapt baptiste.daroussin at gmail.com
Wed Jul 14 09:30:07 UTC 2010


>Number:         148592
>Category:       ports
>Synopsis:       [PATCH] devel/gnulib: remove useless bash dependency
>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:   Wed Jul 14 09:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #5 r208894M: Tue Jun  8 11:03:27
>Description:
apparenly gnulib-tool doesn't need bash anymore it seems to work great with FreeBSD's /bin/sh since 20100413
according to the git log.

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- gnulib-20100704.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/gnulib.orig/Makefile /usr/ports/devel/gnulib/Makefile
--- /usr/ports/devel/gnulib.orig/Makefile	2010-07-07 11:17:19.211751000 +0200
+++ /usr/ports/devel/gnulib/Makefile	2010-07-14 11:20:33.085249538 +0200
@@ -14,8 +14,6 @@
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	GNU portability library
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
-
 USE_GMAKE=	yes
 USE_PERL5_RUN=	yes
 
@@ -34,8 +32,6 @@
 
 post-patch:
 	${REINPLACE_CMD} -e 's/date -u.*/stat -f %Sa -t "@set UPDATED %F %T" `ls -t $$^ | sed 1q` > $$@/' ${WRKSRC}/doc/Makefile
-	${REINPLACE_CMD} -e '1s@/bin/sh@${LOCALBASE}/bin/bash@' \
-		${WRKSRC}/gnulib-tool
 
 do-build:
 	cd ${WRKSRC} && ${GMAKE} -C doc info html
--- gnulib-20100704.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list