Page MenuHomeFreeBSD

D34445.1789369902.diff
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

D34445.1789369902.diff

diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -20,7 +20,6 @@
libvpx>=1.8.2:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
- autoconf-2.13:devel/autoconf213 \
nasm:devel/nasm \
yasm:devel/yasm \
zip:archivers/zip
@@ -58,9 +57,10 @@
${WRKSRC}/comm/mail/app/nsMailApp.cpp
pre-configure:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
- (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13)
- (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13)
+.for _c in configure js/src/configure
+ ${SED} '1,/^:/d' ${WRKSRC}/${_c}.in > ${WRKSRC}/${_c} && \
+ chmod +x ${WRKSRC}/${_c}
+.endfor
port-pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/defaults
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -23,7 +23,6 @@
libvpx>=1.8.2:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
- autoconf-2.13:devel/autoconf213 \
nasm:devel/nasm \
yasm:devel/yasm \
zip:archivers/zip
@@ -52,8 +51,10 @@
${WRKSRC}/browser/app/nsBrowserApp.cpp
pre-configure:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
- (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13)
+.for _c in configure js/src/configure
+ ${SED} '1,/^:/d' ${WRKSRC}/${_c}.in > ${WRKSRC}/${_c} && \
+ chmod +x ${WRKSRC}/${_c}
+.endfor
post-install:
${INSTALL_DATA} ${FIREFOX_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -21,7 +21,6 @@
libvpx>=1.8.2:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
- autoconf-2.13:devel/autoconf213 \
nasm:devel/nasm \
yasm:devel/yasm \
zip:archivers/zip
@@ -63,8 +62,10 @@
${WRKSRC}/browser/app/nsBrowserApp.cpp
pre-configure:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13)
- (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13)
+.for _c in configure js/src/configure
+ ${SED} '1,/^:/d' ${WRKSRC}/${_c}.in > ${WRKSRC}/${_c} && \
+ chmod +x ${WRKSRC}/${_c}
+.endfor
post-install:
${INSTALL_DATA} ${FIREFOX_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 7:11 AM (9 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29592820
Default Alt Text
D34445.1789369902.diff (2 KB)

Event Timeline