pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox60



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 14 16:54:54 UTC 2020

Modified Files:
        pkgsrc/www/firefox60: Makefile

Log Message:
www/firefox60: remove no-op SUBST block

The file mozHunspell.cpp does not exist anymore.  The only file in the
directory mozilla/extensions/spellcheck that contains @prefix@ is
Makefile.in.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/firefox60/Makefile

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

Modified files:

Index: pkgsrc/www/firefox60/Makefile
diff -u pkgsrc/www/firefox60/Makefile:1.42 pkgsrc/www/firefox60/Makefile:1.43
--- pkgsrc/www/firefox60/Makefile:1.42  Fri Apr 24 13:24:21 2020
+++ pkgsrc/www/firefox60/Makefile       Thu May 14 16:54:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/04/24 13:24:21 nia Exp $
+# $NetBSD: Makefile,v 1.43 2020/05/14 16:54:54 rillig Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            60.9
@@ -67,12 +67,6 @@ MOZILLA_NAME=        Firefox
 MOZILLA_NAME=  Browser
 .endif
 
-SUBST_CLASSES+=                sys-dic
-SUBST_STAGE.sys-dic=   pre-configure
-SUBST_MESSAGE.sys-dic= Reference to system hunspell dictionaries.
-SUBST_FILES.sys-dic=   extensions/spellcheck/hunspell/glue/mozHunspell.cpp
-SUBST_VARS.sys-dic=    PREFIX
-
 post-extract:
        mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
        ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c



Home | Main Index | Thread Index | Old Index