mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Location independence (by LOCALBASE) of both ltconfig and ltmain.sh
PR: 30920 Submitted by: MAINTAINER Prompted by: Mike Meyer <mwm@mired.org>
This commit is contained in:
parent
4a73519d34
commit
fcdf17994d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48528
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
@ -38,5 +38,6 @@ pre-patch:
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,8 +7,8 @@
|
||||
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
|
||||
- --no-verify $srcdir/ltmain.sh \
|
||||
- --output=./libtool $host_os \
|
||||
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
|
||||
+ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
|
||||
+ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
|
||||
+ --output=./libtool \
|
||||
--disable-static \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user