Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149016209
D34445.1789369902.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D34445.1789369902.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D34445: drop dependency on autoconf213
Attached
Detach File
Event Timeline
Log In to Comment