pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Mar 21 16:06:29 UTC 2018

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
www/firefox: set some macro before including <bsd.prefs.mk>

Set some make macro before including <bsd.prefs.mk> in order to allow
to set additional values in mk.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/www/firefox/mozilla-common.mk

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

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.107 pkgsrc/www/firefox/mozilla-common.mk:1.108
--- pkgsrc/www/firefox/mozilla-common.mk:1.107  Sat Mar 17 17:55:13 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Mar 21 16:06:29 2018
@@ -1,10 +1,16 @@
-# $NetBSD: mozilla-common.mk,v 1.107 2018/03/17 17:55:13 maya Exp $
+# $NetBSD: mozilla-common.mk,v 1.108 2018/03/21 16:06:29 taca Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
 # used by www/firefox/Makefile
 # used by www/seamonkey/Makefile
 
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
+USE_LANGUAGES+=                c99 c++
+UNLIMIT_RESOURCES+=    datasize
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
@@ -14,14 +20,9 @@ BUILD_DEPENDS+=              yasm>=1.1:../../devel/y
 #CONFIGURE_ARGS+=      --enable-eme=widevine
 .endif
 
-HAS_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --prefix=${PREFIX}
 # For rustc/cargo detection
 CONFIGURE_ARGS+=       --target=${MACHINE_GNU_PLATFORM:Q}
 CONFIGURE_ARGS+=       --host=${MACHINE_GNU_PLATFORM:Q}
-USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
-USE_LANGUAGES+=                c99 c++
-UNLIMIT_RESOURCES+=    datasize
 
 CONFIGURE_ENV+=                BINDGEN_CFLAGS="-isystem${PREFIX}/include/nspr \
                        -isystem${X11BASE}/include/pixman-1"



Home | Main Index | Thread Index | Old Index