head 1.4; access; symbols pkgsrc-2015Q1:1.3.0.12 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.10 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.8 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.6 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.4 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.2 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.2.0.64 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.62 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.60 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.58 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.56 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.54 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.52 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.48 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.46 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.44 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.42 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.40 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.38 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.36 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.34 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.32 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.30 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.28 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.18 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2015.04.30.10.43.54; author markd; state dead; branches; next 1.3; commitid Qi19hTbn97F9pBjy; 1.3 date 2013.11.13.19.02.25; author minskim; state Exp; branches; next 1.2; commitid mi1ognLzLm8yj9dx; 1.2 date 2006.04.05.16.04.01; author jlam; state Exp; branches; next 1.1; 1.1 date 2006.01.27.23.13.54; author tonio; state Exp; branches; next ; desc @@ 1.4 log @Convert to meta package. The only remaining files in the PLIST were symlinks in bin for commands that didn't actually work. Plus some related documentation. @ text @$NetBSD: patch-aq,v 1.3 2013/11/13 19:02:25 minskim Exp $ --- Makefile.in.orig 2005-01-29 23:12:25.000000000 +0000 +++ Makefile.in @@@@ -51,42 +51,39 @@@@ default: all install: all for dir in $(INSTDIRS); do \ echo making $@@ in $$dir; \ - (cd $$dir && PATH=$(scriptdir):$(bindir):$(PATH) \ + (cd $$dir && PATH="$(scriptdir):$(bindir):$(PATH)" \ $(MAKE) $@@) || exit 1; \ done - if test -d $(texmf) && test -f $(srcdir)/release-tetex-src.txt; then \ - $(INSTALL_DATA) $(srcdir)/release-tetex-src.txt $(texmf); \ - fi @@FMU@@ @@FMU@@install-extra: # temporary fix for missing links test -f texk/web2c/omegafonts/omfonts && \ cd texk/web2c/omegafonts; $(MAKE) install-links $(srcdir)/selfautofix "$(bindir)" "$(texmf)/web2c" - - if test -f $(scriptdir)/mktexlsr; then \ - TEXMFMAIN=$(texmf) PATH=$(scriptdir):$(bindir):$(PATH) \ + - if false && test -f $(scriptdir)/mktexlsr; then \ + TEXMFMAIN=$(texmf) PATH="$(scriptdir):$(bindir):$(PATH)" \ $(scriptdir)/mktexlsr; \ else :; fi - - if test -f $(scriptdir)/fmtutil-sys; then \ - TEXMFMAIN=$(texmf) PATH=$(scriptdir):$(bindir):$(PATH) \ + - if false && test -f $(scriptdir)/fmtutil-sys; then \ + TEXMFMAIN=$(texmf) PATH="$(scriptdir):$(bindir):$(PATH)" \ $(scriptdir)/fmtutil-sys --all; \ else :; fi - - if test -f $(scriptdir)/texlinks; then \ - TEXMFMAIN=$(texmf) PATH=$(scriptdir):$(bindir):$(PATH) \ + - if false && test -f $(scriptdir)/texlinks; then \ + TEXMFMAIN=$(texmf) PATH="$(scriptdir):$(bindir):$(PATH)" \ $(scriptdir)/texlinks; \ else :; fi - - if test -f $(scriptdir)/updmap-sys \ - && TEXMFMAIN=$(texmf) PATH=$(scriptdir):$(bindir):$(PATH) \ + - if false && test -f $(scriptdir)/updmap-sys \ + && TEXMFMAIN=$(texmf) PATH="$(scriptdir):$(bindir):$(PATH)" \ $(scriptdir)/kpsewhich --format='web2c files' updmap.cfg >/dev/null; \ then \ - TEXMFMAIN=$(texmf) PATH=$(scriptdir):$(bindir):$(PATH) \ + TEXMFMAIN=$(texmf) PATH="$(scriptdir):$(bindir):$(PATH)" \ $(scriptdir)/updmap-sys; \ else :; fi install-exec: for dir in $(INSTDIRS); do \ echo making $@@ in $$dir; \ - (cd $$dir && PATH=$(scriptdir):$(bindir):$(PATH) \ + (cd $$dir && PATH="$(scriptdir):$(bindir):$(PATH)" \ $(MAKE) $@@) || exit 1; \ done @@FMU@@ @@@@ -94,8 +91,8 @@@@ install-exec: # temporary fix for missing links test -f texk/web2c/omegafonts/omfonts && \ cd texk/web2c/omegafonts; $(MAKE) install-links - - if test -f $(scriptdir)/texlinks; then \ - TEXMFMAIN=$(texmf) PATH=$(scriptdir):$(bindir):$(PATH) \ + - if false && test -f $(scriptdir)/texlinks; then \ + TEXMFMAIN=$(texmf) PATH="$(scriptdir):$(bindir):$(PATH)" \ $(scriptdir)/texlinks; \ else :; fi @ 1.3 log @Let teTeX-bin not install files into share/texmf. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @* Move all the handling of files that are user-modifiable or generated at run-time into the INSTALL/DEINSTALL scripts instead. This includes running: mktexlsr, fmtutil, texlinks, and updmap. The INSTALL script now unpacks a separate scriptlet +TETEX that can be called independently to fix up the teTeX installation in case it gets messed up. * USE_TOOLS+=bison instead of a direct BUILD_DEPENDS on the bison package. * List info file entries directly in the PLIST. Bump PKGREVISION to 8. @ text @d3 1 a3 1 --- Makefile.in.orig 2005-01-29 18:12:25.000000000 -0500 d5 1 a5 1 @@@@ -51,7 +51,7 @@@@ default: all d13 6 a18 2 if test -d $(texmf) && test -f $(srcdir)/release-tetex-src.txt; then \ @@@@ -63,30 +63,30 @@@@ install: all d59 1 a59 1 @@@@ -94,8 +94,8 @@@@ install-exec: @ 1.1 log @Take care to quote PATH variables: they may contains path with spaces Fix PR pkg/32654, applying the proposed patches, thanks Peter Bex @ text @d3 1 a3 1 --- Makefile.in.orig Sun Jan 30 00:12:25 2005 d14 2 a15 1 @@@@ -64,29 +64,29 @@@@ install: all d18 1 a18 1 - if test -f $(scriptdir)/mktexlsr; then \ d20 1 d24 1 a24 1 - if test -f $(scriptdir)/fmtutil-sys; then \ d26 1 d30 1 a30 1 - if test -f $(scriptdir)/texlinks; then \ d32 1 d36 1 a36 1 - if test -f $(scriptdir)/updmap-sys \ d38 1 d55 2 a56 1 @@@@ -95,7 +95,7 @@@@ install-exec: d59 1 a59 1 - if test -f $(scriptdir)/texlinks; then \ d61 1 d65 1 @