Thu Jan 30 12:24:49 2014 UTC ()
drop MOZILLA_USE_LINUX.
No mozilla binary package using Linux binary is in pkgsrc now.


(obache)
diff -r1.232 -r1.233 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.232 -r1.233 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2014/01/30 12:19:12 1.232
+++ pkgsrc/mk/defaults/mk.conf 2014/01/30 12:24:49 1.233
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.232 2014/01/30 12:19:12 obache Exp $ 1# $NetBSD: mk.conf,v 1.233 2014/01/30 12:24:49 obache Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -1241,32 +1241,26 @@ MLDONKEY_USER?= mldonkey @@ -1241,32 +1241,26 @@ MLDONKEY_USER?= mldonkey
1241 1241
1242MONOTONE_GROUP?= monotone 1242MONOTONE_GROUP?= monotone
1243# System group to run the dedicated Monotone server as. Used by the 1243# System group to run the dedicated Monotone server as. Used by the
1244# monotone-server package. 1244# monotone-server package.
1245# Possible: any group name 1245# Possible: any group name
1246# Default: monotone 1246# Default: monotone
1247 1247
1248MONOTONE_USER?= monotone 1248MONOTONE_USER?= monotone
1249# System user to run the dedicated Monotone server as. Used by the 1249# System user to run the dedicated Monotone server as. Used by the
1250# monotone-server package. 1250# monotone-server package.
1251# Possible: any user name 1251# Possible: any user name
1252# Default: monotone 1252# Default: monotone
1253 1253
1254#MOZILLA_USE_LINUX= 
1255# Used by mozilla binary packages to prefer the use of Linux 
1256# compatibility instead of native builds. 
1257# Possible: set, unset 
1258# Default: unset 
1259 
1260MOZILLA_USE_XFT?= NO 1254MOZILLA_USE_XFT?= NO
1261# Used by mozilla packages to enable Xft support where available. 1255# Used by mozilla packages to enable Xft support where available.
1262# The Mozilla GTK2 packages set this value to YES unconditionally. 1256# The Mozilla GTK2 packages set this value to YES unconditionally.
1263# Possible: YES, NO 1257# Possible: YES, NO
1264# Default: NO 1258# Default: NO
1265 1259
1266#MOTIF_TYPE?= openmotif 1260#MOTIF_TYPE?= openmotif
1267# Used by motif.buildlink3.mk to choose which Motif-2.0-compatible 1261# Used by motif.buildlink3.mk to choose which Motif-2.0-compatible
1268# installation to use. This value is also automatically set by 1262# installation to use. This value is also automatically set by
1269# motif.buildlink3.mk to whichever Motif-2.0 installation represented by 1263# motif.buildlink3.mk to whichever Motif-2.0 installation represented by
1270# the possible values below is already installed, but defaults to 1264# the possible values below is already installed, but defaults to
1271# ${MOTIF_TYPE_DEFAULT}. This value is ignored if MOTIFBASE is 1265# ${MOTIF_TYPE_DEFAULT}. This value is ignored if MOTIFBASE is
1272# explicitly set. 1266# explicitly set.