ports/89772: Update port: shells/bash{, 2} - Rename WANT_STATIC_BASH to WITH_STATIC_BASH

Florent Thoumie flz at xbsd.org
Wed Nov 30 19:40:22 UTC 2005


>Number:         89772
>Category:       ports
>Synopsis:       Update port: shells/bash{,2} - Rename WANT_STATIC_BASH to WITH_STATIC_BASH
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 19:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 6.0-RELEASE amd64
>Organization:
Xbsd.org
>Environment:
System: FreeBSD cream.xbsd.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Nov 14 19:52:46 UTC 2005 root at cream.xbsd.org:/usr/src/sys/amd64/compile/CREAM amd64


	
>Description:

WANT_ prefix is not a user-variable prefix. Use WITH_ instead.

>How-To-Repeat:

N/A

>Fix:

	

--- bash.diff begins here ---
Index: bash/Makefile
===================================================================
RCS file: /home/pcvs/ports/shells/bash/Makefile,v
retrieving revision 1.85
diff -u -r1.85 Makefile
--- bash/Makefile	30 Nov 2005 15:10:12 -0000	1.85
+++ bash/Makefile	30 Nov 2005 19:35:03 -0000
@@ -56,7 +56,7 @@
 			--disable-rpath \
 			--enable-disabled-builtins
 
-.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
+.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
 .if !defined(WITHOUT_NLS)
 WITHOUT_NLS=yes
 .endif
Index: bash2/Makefile
===================================================================
RCS file: /home/pcvs/ports/shells/bash2/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- bash2/Makefile	16 Oct 2005 05:21:09 -0000	1.77
+++ bash2/Makefile	30 Nov 2005 19:35:03 -0000
@@ -36,7 +36,7 @@
 WRKSRC=		${WRKDIR}/bash-${PORTVERSION:C/\....$//}
 GNU_CONFIGURE=	Yes
 CONFIGURE_ARGS=	--with-installed-readline
-.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
+.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
 CONFIGURE_ARGS+= --enable-static-link
 .else
 CONFIGURE_ARGS+= --enable-static-link=no
--- bash.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list