pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 26 10:35:17 UTC 2020

Modified Files:
        pkgsrc/mail/thunderbird: Makefile
        pkgsrc/mail/thunderbird68: Makefile
        pkgsrc/www/firefox: Makefile
        pkgsrc/www/firefox68: Makefile
        pkgsrc/www/firefox78: Makefile
        pkgsrc/www/seamonkey: Makefile

Log Message:
Remove now-actively-harmful 32-bit ARM hack from Mozilla packages.


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pkgsrc/mail/thunderbird/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/thunderbird68/Makefile
cvs rdiff -u -r1.460 -r1.461 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/firefox68/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/firefox78/Makefile
cvs rdiff -u -r1.225 -r1.226 pkgsrc/www/seamonkey/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.262 pkgsrc/mail/thunderbird/Makefile:1.263
--- pkgsrc/mail/thunderbird/Makefile:1.262      Mon Dec  7 12:30:56 2020
+++ pkgsrc/mail/thunderbird/Makefile    Sat Dec 26 10:35:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.262 2020/12/07 12:30:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.263 2020/12/26 10:35:16 nia Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
@@ -77,8 +77,6 @@ SUBST_SED.netbsdtag=  -e 's/__NetBSD__/__
 
 post-extract:
        ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
-       mv ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.s \
-               ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.S
 
 pre-configure:
        cd ${WRKSRC} && mkdir ${OBJDIR}

Index: pkgsrc/mail/thunderbird68/Makefile
diff -u pkgsrc/mail/thunderbird68/Makefile:1.1 pkgsrc/mail/thunderbird68/Makefile:1.2
--- pkgsrc/mail/thunderbird68/Makefile:1.1      Thu Sep  3 20:22:25 2020
+++ pkgsrc/mail/thunderbird68/Makefile  Sat Dec 26 10:35:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/03 20:22:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/26 10:35:16 nia Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird68-${TB_VER}
@@ -39,8 +39,6 @@ CHECK_WRKREF_SKIP+=   lib/${MOZILLA_NAME}/
 
 post-extract:
        ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
-       mv ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.s \
-               ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.S
 
 pre-configure:
        cd ${WRKSRC} && mkdir ${OBJDIR}

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.460 pkgsrc/www/firefox/Makefile:1.461
--- pkgsrc/www/firefox/Makefile:1.460   Thu Dec 17 09:53:15 2020
+++ pkgsrc/www/firefox/Makefile Sat Dec 26 10:35:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.460 2020/12/17 09:53:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.461 2020/12/26 10:35:16 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            84.0
@@ -99,9 +99,6 @@ MOZILLA_NAME= Browser
 #SUBST_SED.cksum+=     -e 's,${from},${to},g'
 #.endfor
 
-post-extract:
-       mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
-
 pre-configure:
        cd ${WRKSRC} && autoconf
        cd ${WRKSRC}/js/src && autoconf

Index: pkgsrc/www/firefox68/Makefile
diff -u pkgsrc/www/firefox68/Makefile:1.36 pkgsrc/www/firefox68/Makefile:1.37
--- pkgsrc/www/firefox68/Makefile:1.36  Thu Nov  5 09:09:20 2020
+++ pkgsrc/www/firefox68/Makefile       Sat Dec 26 10:35:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/11/05 09:09:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2020/12/26 10:35:16 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            68.12
@@ -74,7 +74,6 @@ MOZILLA_NAME= Browser
 
 post-extract:
        ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
-       mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
 
 pre-configure:
        cd ${WRKSRC} && autoconf

Index: pkgsrc/www/firefox78/Makefile
diff -u pkgsrc/www/firefox78/Makefile:1.14 pkgsrc/www/firefox78/Makefile:1.15
--- pkgsrc/www/firefox78/Makefile:1.14  Thu Dec 17 13:24:30 2020
+++ pkgsrc/www/firefox78/Makefile       Sat Dec 26 10:35:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/12/17 13:24:30 nia Exp $
+# $NetBSD: Makefile,v 1.15 2020/12/26 10:35:16 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            78.6
@@ -98,9 +98,6 @@ SUBST_FILES.cksum+=   ${crate}/.cargo-chec
 SUBST_SED.cksum+=      -e 's,${from},${to},g'
 .endfor
 
-post-extract:
-       mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
-
 pre-configure:
        cd ${WRKSRC} && autoconf
        cd ${WRKSRC}/js/src && autoconf

Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.225 pkgsrc/www/seamonkey/Makefile:1.226
--- pkgsrc/www/seamonkey/Makefile:1.225 Thu Nov  5 09:09:22 2020
+++ pkgsrc/www/seamonkey/Makefile       Sat Dec 26 10:35:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.225 2020/11/05 09:09:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.226 2020/12/26 10:35:16 nia Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -76,7 +76,6 @@ INSTALLATION_DIRS+=   share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/32x32/apps
 
 post-extract:
-       mv ${WRKSRC}/mozilla/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/mozilla/gfx/ycbcr/yuv_row_arm.S
        ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/mozilla/media/libcubeb/src
 
 pre-configure:



Home | Main Index | Thread Index | Old Index