pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Define the user-settable variable TEX_DEFAULT in de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf61ce5e4175
branches:  trunk
changeset: 503170:bf61ce5e4175
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Nov 15 12:54:35 2005 +0000

description:
Define the user-settable variable TEX_DEFAULT in defaults/mk.conf
The default value is still teTeX2

diffstat:

 mk/defaults/mk.conf  |  7 ++++++-
 mk/tex.buildlink3.mk |  7 +++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r be7a46fcfba9 -r bf61ce5e4175 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Tue Nov 15 12:51:18 2005 +0000
+++ b/mk/defaults/mk.conf       Tue Nov 15 12:54:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.90 2005/11/13 22:52:18 adrianp Exp $
+# $NetBSD: mk.conf,v 1.91 2005/11/15 12:54:36 tonio Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1646,6 +1646,11 @@
 # Possible: YES, or NO.
 # Default: NO
 
+TEX_DEFAULT?=  teTeX2
+# Specify the user's favorite latex implementation
+# Possible values: teTeX1, teTeX2, teTeX3
+# Default: teTeX2
+
 #TEXMFSITE=
 # Used in TeXfamily package which depends on teTeX package to specify
 # site-local texmf configuration.
diff -r be7a46fcfba9 -r bf61ce5e4175 mk/tex.buildlink3.mk
--- a/mk/tex.buildlink3.mk      Tue Nov 15 12:51:18 2005 +0000
+++ b/mk/tex.buildlink3.mk      Tue Nov 15 12:54:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tex.buildlink3.mk,v 1.4 2005/11/14 02:38:37 minskim Exp $
+# $NetBSD: tex.buildlink3.mk,v 1.5 2005/11/15 12:54:35 tonio Exp $
 #
 # A Makefile fragment for tex and latex packages
 #
@@ -20,8 +20,8 @@
 #
 #      * Assume each package supports teTeX{2,3} by default.
 #        To change the supported latex versions, define TEX_ACCEPTED
-#        explicitly before including mk/latex.buildlink3.mk.  Note that the order is
-#        important.
+#        explicitly before including mk/latex.buildlink3.mk.  Note that the
+#        order is important.
 #
 # * Optionally set TEX_DEPMETHOD to "build" to only add a build-time
 #   dependency on Latex. That may be useful for creating documentation
@@ -81,7 +81,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-TEX_DEFAULT?=          teTeX2
 TEX_DEPMETHOD?= run
 
 # Assume only teTeX {2-3} are supported by default.



Home | Main Index | Thread Index | Old Index