pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin Fix PR pkg/34143 by Oliver Gould and ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81ef2d3b0256
branches: trunk
changeset: 517791:81ef2d3b0256
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Tue Aug 22 22:22:29 2006 +0000
description:
Fix PR pkg/34143 by Oliver Gould and use texconfig-sys instead of texconfig:
The INSTALL script for print/teTeX3-bin incorrectly configures paper and font
options using texconfig(1). Texconfig-sys(1) is the proper method of making
system-wide configuration changes to TeX. Because of this, options such as
PAPERSIZE have no effect on the installed configuration.
diffstat:
print/teTeX3-bin/INSTALL | 4 ++--
print/teTeX3-bin/MESSAGE | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r e00f45085ad7 -r 81ef2d3b0256 print/teTeX3-bin/INSTALL
--- a/print/teTeX3-bin/INSTALL Tue Aug 22 22:04:51 2006 +0000
+++ b/print/teTeX3-bin/INSTALL Tue Aug 22 22:22:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.4 2006/04/07 16:19:15 minskim Exp $
+# $NetBSD: INSTALL,v 1.5 2006/08/22 22:22:29 jschauma Exp $
case "${STAGE}" in
POST-INSTALL)
@@ -163,7 +163,7 @@
ACTION=$1
: ${PKG_PREFIX=@PREFIX@}
-TEXCONFIG="${PKG_PREFIX}/bin/texconfig"
+TEXCONFIG="${PKG_PREFIX}/bin/texconfig-sys"
exitcode=0
case $ACTION in
diff -r e00f45085ad7 -r 81ef2d3b0256 print/teTeX3-bin/MESSAGE
--- a/print/teTeX3-bin/MESSAGE Tue Aug 22 22:04:51 2006 +0000
+++ b/print/teTeX3-bin/MESSAGE Tue Aug 22 22:22:29 2006 +0000
@@ -1,7 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $
+$NetBSD: MESSAGE,v 1.2 2006/08/22 22:22:29 jschauma Exp $
-You should consider running ${PREFIX}/bin/texconfig to adjust for your
+You should consider running ${PREFIX}/bin/texconfig-sys to adjust for your
local environment, e.g., configure font generation to use a temporary
directory.
Home |
Main Index |
Thread Index |
Old Index