Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2009 01:20:01 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@FreeBSD.org
Subject:   ports/133628: [PATCH] www/cakephp-devel: fix WITH_STATIC_BASH=yes
Message-ID:  <200904120120.n3C1K1nk035045@mail.bluecottontech.com>
Resent-Message-ID: <200904120130.n3C1U1Qi065491@freefall.freebsd.org>

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

>Number:         133628
>Category:       ports
>Synopsis:       [PATCH] www/cakephp-devel: fix WITH_STATIC_BASH=yes
>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:   Sun Apr 12 01:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- Fix WITH_STATIC_BASH=yes

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

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

--- cakephp-devel-1.2.1.8004_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/cakephp-devel/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	26 Jan 2009 20:18:58 -0000	1.14
+++ Makefile	12 Apr 2009 01:19:26 -0000
@@ -117,7 +118,7 @@
 .endif
 
 # Include bash for Cake console script
-RUN_DEPENDS+=	bash>=0:${PORTSDIR}/shells/bash
+RUN_DEPENDS+=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
 
 do-fetch:
 	@${INSTALL} -d ${DISTDIR}
--- cakephp-devel-1.2.1.8004_1.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?200904120120.n3C1K1nk035045>