svn commit: r317405 - in head/shells: bash bash-static
Baptiste Daroussin
bapt at FreeBSD.org
Sun May 5 08:39:31 UTC 2013
Author: bapt
Date: Sun May 5 08:39:30 2013
New Revision: 317405
URL: http://svnweb.freebsd.org/changeset/ports/317405
Log:
Fix bash-static slave ports with bash being now using new options framework
Modified:
head/shells/bash-static/Makefile
head/shells/bash/Makefile
Modified: head/shells/bash-static/Makefile
==============================================================================
--- head/shells/bash-static/Makefile Sun May 5 08:26:08 2013 (r317404)
+++ head/shells/bash-static/Makefile Sun May 5 08:39:30 2013 (r317405)
@@ -1,12 +1,8 @@
-# Ports collection makefile for: bash-static
-# Date created: 22 Jan 2009
-# Whom: Emanuel Haupt <ehaupt at FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
# $FreeBSD$
-#
MASTERDIR= ${.CURDIR}/../../shells/bash
-WITH_STATIC_BASH= yes
+OPTIONS_SLAVE= STATIC
.include "${MASTERDIR}/Makefile"
Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile Sun May 5 08:26:08 2013 (r317404)
+++ head/shells/bash/Makefile Sun May 5 08:39:30 2013 (r317405)
@@ -61,7 +61,7 @@ CONFIGURE_ARGS= --without-bash-malloc \
--disable-rpath \
--enable-disabled-builtins
-.if ${PORT_OPTIONS:MSTATIC_BASH} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
+.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
CONFIGURE_ARGS+= --enable-static-link
PKGNAMESUFFIX= -static
CONFLICTS+= bash-[0-9]* bash-devel-[0-9]* bash-static-devel-[0-9]*
More information about the svn-ports-head
mailing list