summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-28 05:56:43 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-28 05:56:43 +0000
commitd8d9101c6c80fc04eba11b7527a0fd24e7715060 (patch)
tree43e3724e644d471be8317da9b15e9d1f56160b0c /devel
parentFix plist by adding a missed file, and run update-mime-database to add (diff)
Fix build when bash is installed, by changing the (incorrect) usage
of SCRIPTS_ENV to CONFIGURE_ENV. This works around the problem and makes this port build now, but there is almost certainly something very strange going on with any one of the recent updates to ports/shells/bash and it's handling of arguments passed to configure scripts, since this most definitely used to work. Detective work by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=156875
Diffstat (limited to 'devel')
-rw-r--r--devel/apr/Makefile11
-rw-r--r--devel/apr0/Makefile11
-rw-r--r--devel/apr1/Makefile11
-rw-r--r--devel/apr2/Makefile11
4 files changed, 24 insertions, 20 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 6c71689bba09..ef33fce9f6bb 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -143,16 +143,17 @@ pre-configure:
.endfor
run-autotools::
- cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf
+ cd ${WRKDIR}/apr-${PORTVERSION} ; \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${RM} -fr xml/expat
+ ${RM} -fr xml/expat
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \
--with-apr=../apr-${PORTVERSION}
cd ${WRKDIR}/apr-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
cd ${WRKDIR}/apr-util-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} \
./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS}
do-configure:
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile
index 6c71689bba09..ef33fce9f6bb 100644
--- a/devel/apr0/Makefile
+++ b/devel/apr0/Makefile
@@ -143,16 +143,17 @@ pre-configure:
.endfor
run-autotools::
- cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf
+ cd ${WRKDIR}/apr-${PORTVERSION} ; \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${RM} -fr xml/expat
+ ${RM} -fr xml/expat
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \
--with-apr=../apr-${PORTVERSION}
cd ${WRKDIR}/apr-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
cd ${WRKDIR}/apr-util-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} \
./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS}
do-configure:
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index 6c71689bba09..ef33fce9f6bb 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -143,16 +143,17 @@ pre-configure:
.endfor
run-autotools::
- cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf
+ cd ${WRKDIR}/apr-${PORTVERSION} ; \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${RM} -fr xml/expat
+ ${RM} -fr xml/expat
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \
--with-apr=../apr-${PORTVERSION}
cd ${WRKDIR}/apr-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
cd ${WRKDIR}/apr-util-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} \
./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS}
do-configure:
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile
index 6c71689bba09..ef33fce9f6bb 100644
--- a/devel/apr2/Makefile
+++ b/devel/apr2/Makefile
@@ -143,16 +143,17 @@ pre-configure:
.endfor
run-autotools::
- cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf
+ cd ${WRKDIR}/apr-${PORTVERSION} ; \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${RM} -fr xml/expat
+ ${RM} -fr xml/expat
cd ${WRKDIR}/apr-util-${PORTVERSION} ; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./buildconf \
--with-apr=../apr-${PORTVERSION}
cd ${WRKDIR}/apr-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
+ ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
cd ${WRKDIR}/apr-util-${PORTVERSION}; \
- ${SETENV} ${SCRIPTS_ENV} ${SH} \
+ ${SETENV} ${CONFIGURE_ENV} ${SH} \
./configure ${CONFIGURE_ARGS} ${APR_UTIL_CONF_ARGS}
do-configure: