head	1.8;
access;
symbols
	pkgsrc-2013Q2:1.8.0.54
	pkgsrc-2013Q2-base:1.8
	pkgsrc-2012Q4:1.8.0.52
	pkgsrc-2012Q4-base:1.8
	pkgsrc-2011Q4:1.8.0.50
	pkgsrc-2011Q4-base:1.8
	pkgsrc-2011Q2:1.8.0.48
	pkgsrc-2011Q2-base:1.8
	pkgsrc-2009Q4:1.8.0.46
	pkgsrc-2009Q4-base:1.8
	pkgsrc-2008Q4:1.8.0.44
	pkgsrc-2008Q4-base:1.8
	pkgsrc-2008Q3:1.8.0.42
	pkgsrc-2008Q3-base:1.8
	cube-native-xorg:1.8.0.40
	cube-native-xorg-base:1.8
	pkgsrc-2008Q2:1.8.0.38
	pkgsrc-2008Q2-base:1.8
	pkgsrc-2008Q1:1.8.0.36
	pkgsrc-2008Q1-base:1.8
	pkgsrc-2007Q4:1.8.0.34
	pkgsrc-2007Q4-base:1.8
	pkgsrc-2007Q3:1.8.0.32
	pkgsrc-2007Q3-base:1.8
	pkgsrc-2007Q2:1.8.0.30
	pkgsrc-2007Q2-base:1.8
	pkgsrc-2007Q1:1.8.0.28
	pkgsrc-2007Q1-base:1.8
	pkgsrc-2006Q4:1.8.0.26
	pkgsrc-2006Q4-base:1.8
	pkgsrc-2006Q3:1.8.0.24
	pkgsrc-2006Q3-base:1.8
	pkgsrc-2006Q2:1.8.0.22
	pkgsrc-2006Q2-base:1.8
	pkgsrc-2006Q1:1.8.0.20
	pkgsrc-2006Q1-base:1.8
	pkgsrc-2005Q4:1.8.0.18
	pkgsrc-2005Q4-base:1.8
	pkgsrc-2005Q3:1.8.0.16
	pkgsrc-2005Q3-base:1.8
	pkgsrc-2005Q2:1.8.0.14
	pkgsrc-2005Q2-base:1.8
	pkgsrc-2005Q1:1.8.0.12
	pkgsrc-2005Q1-base:1.8
	pkgsrc-2004Q4:1.8.0.10
	pkgsrc-2004Q4-base:1.8
	pkgsrc-2004Q3:1.8.0.8
	pkgsrc-2004Q3-base:1.8
	pkgsrc-2004Q2:1.8.0.6
	pkgsrc-2004Q2-base:1.8
	pkgsrc-2004Q1:1.8.0.4
	pkgsrc-2004Q1-base:1.8
	pkgsrc-2003Q4:1.8.0.2
	pkgsrc-2003Q4-base:1.8
	buildlink2-base:1.8
	netbsd-1-4-PATCH001:1.7
	netbsd-1-4-RELEASE:1.6
	netbsd-1-3-PATCH003:1.6
	netbsd-1-3-PATCH002:1.3
	FreeBSD-current-1997-10-28:1.1.1.1
	FREEBSD:1.1.1;
locks; strict;
comment	@# @;


1.8
date	99.08.03.13.30.00;	author hubertf;	state dead;
branches;
next	1.7;

1.7
date	99.07.08.01.56.16;	author tron;	state Exp;
branches;
next	1.6;

1.6
date	98.08.07.11.11.28;	author agc;	state Exp;
branches;
next	1.5;

1.5
date	98.06.14.19.37.46;	author tron;	state Exp;
branches;
next	1.4;

1.4
date	98.05.22.01.52.29;	author hubertf;	state Exp;
branches;
next	1.3;

1.3
date	98.05.06.12.52.07;	author frueauf;	state Exp;
branches;
next	1.2;

1.2
date	97.11.23.16.28.17;	author hubertf;	state Exp;
branches;
next	1.1;

1.1
date	97.11.23.16.20.06;	author hubertf;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.11.23.16.20.06;	author hubertf;	state Exp;
branches;
next	;


desc
@@


1.8
log
@update to teTeX-1.0.6 (this is a meta pkg, the rest will follow in a minute)
@
text
@$NetBSD: patch-aa,v 1.7 1999/07/08 01:56:16 tron Exp $

--- Makefile.orig	Fri Feb 14 11:58:11 1997
+++ Makefile	Thu Jul  8 03:20:24 1999
@@@@ -8,10 +8,10 @@@@
 #=========================================================================
 VERSION = 0.4
 PATCHLEVEL = 7
-TETEXDIR=/usr/local/teTeX
+TETEXDIR=$(PREFIX)
 # the following should be best for a pentium
 # -O2 -s -m486 -malign-jumps=2 -malign-loops=2 -malign-functions=2
-CFLAGS	= -O2
+CFLAGS	:= $(CFLAGS) -pipe -DHAVE_EXTERN_SYS_ERRLIST=1 -DPOINTER_IS_NOT_INT
 
 # For "real" 64bit OS, e.g. Digital Unix 4.0. Irix6?, use:
 # CFLAGS += -DPOINTER_IS_NOT_INT
@@@@ -21,7 +21,7 @@@@
 
 # -s makes problems on some platforms. We run strip after "make install",
 # so we really do not need -s here.
-LDFLAGS	=
+LDFLAGS += -s
 
 # The shared libXmu from OpenWindows is buggy on some SunOS 4.1.3 systems.
 # If you run into this problem (when linking xdvi), set BROKEN_SUNOS_LIBXMU
@@@@ -33,8 +33,8 @@@@
 # for the X Window System to the vendor specific directories (e.g.
 # /usr/openwin/{include,lib}). To turn off this "feature", set
 # USE_VENDOR_X=no. You may also need to set XINC and XLIB (see below).
-USE_VENDOR_X=yes
-#USE_VENDOR_X=no
+#USE_VENDOR_X=yes
+USE_VENDOR_X=no
 
 #=========================================================================
 # Set these, if configure cannot find the location of your libs and
@@@@ -70,24 +70,24 @@@@
 # set USE_DIALOG=false if compiling dialog causes trouble on your system
 # texconfig will still run in command-mode
 #=========================================================================
-override USE_DIALOG=true
+USE_DIALOG=false
 
 #=========================================================================
 # set USE_NCURSES=false if you want to use your system curses instead of
 # the ncurses library.
 #=========================================================================
-override USE_NCURSES=true
+USE_NCURSES=false
 
 #=========================================================================
 # set HAVE_NCURSES=true if you want to use an already installed version of
 # the ncurses library.
 #=========================================================================
-override HAVE_NCURSES=false
+HAVE_NCURSES=true
 
 #=========================================================================
 # X stuff
 #=========================================================================
-NO_X_FOR_MF	= -DNO_X11WIN
+NO_X_FOR_MF	=
 
 # change the true/false definition of FOIL, if you get an error with wchar_t
 FOIL		= false
@@@@ -111,17 +111,17 @@@@
 platform	= $(shell ./config.guess | sed 's/-.*-/-/')
 CWD		:= $(shell pwd)
 INSTALL		= $(CWD)/$(KPSEDIR)/bin/install -c
-override prefix	= $(TETEXDIR)
-override bindir	= $(prefix)/bin/$(platform)
-override TEXMF	= $(TETEXDIR)/texmf
+override prefix	= $(PREFIX)
+override bindir	= $(PREFIX)/bin
+override TEXMF	= $(PREFIX)/share/texmf
 override PATH	:= $(bindir):$(CWD)/bin-extra:$(CWD)/$(KPSEDIR)/bin:$(PATH)
 
-CONFDIRS   = $(KPSEDIR) $(TEXIDIR)
+CONFDIRS   = $(KPSEDIR)
 ifeq ($(USE_DIALOG),true)
-SUBDIRS    = $(TEXIDIR) $(MKINDEXDIR) $(KPSEDIR) $(DIALOGDIR) bin-extra
+SUBDIRS    = $(MKINDEXDIR) $(KPSEDIR) $(DIALOGDIR) bin-extra
 CONFDIRS   += $(DIALOGDIR)
 else
-SUBDIRS    = $(TEXIDIR) $(MKINDEXDIR) $(KPSEDIR) bin-extra
+SUBDIRS    = $(MKINDEXDIR) $(KPSEDIR) bin-extra
 override USE_NCURSES = no
 endif
 
@@@@ -205,7 +205,6 @@@@
 	for i in $(SUBDIRS); do \
 	  (set -x; cd $$i; $(MAKE) $(PASSENV) $@@ || exit 1); \
 	done
-	@@strip $(bindir)/* >/dev/null 2>&1 || true
 
 rmcache:
 	rm -f config.cache
@@@@ -259,16 +258,7 @@@@
 	rm -rf tmp
 
 $(TETEXDIR)/texmf.cnf:
-	@@echo
-	@@echo "ERROR: The file $(TETEXDIR)/texmf.cnf does not exist."
-	@@echo
-	@@echo "Do not copy it from the source-tree to this location."
-	@@echo "Instead, install the inputs-tree for teTeX (form"
-	@@echo "teTeX-lib-$(VERSION).tar.gz or base/goodies series and "
-	@@echo "make sure that TETEXDIR in this Makefile points to the"
-	@@echo "directory where the files are installed."
-	@@echo
-	@@false
+	@@true
 
 distrib: distrib-pre distrib-all distrib-install
 config: warn-texmfcnf
@


1.7
log
@Fix run time library search path.
@
text
@d1 1
a1 1
$NetBSD$
@


1.6
log
@Add NetBSD RCS Ids.
@
text
@d4 1
a4 1
+++ Makefile	Sun Jun 14 21:07:27 1998
d23 1
a23 1
+LDFLAGS	= -s
@


1.5
log
@Don't use vendor specific X11 directories (e.g. "/usr/openwin" on Sparcs),
should fix PR pkg/5579.
@
text
@d1 2
@


1.4
log
@Make this work on 64bit machines; (PR 5449 by Johnny C. Lam <lamj@@stat.cmu.edu>)
@
text
@d2 1
a2 1
+++ Makefile	Sun Nov 23 13:48:36 1997
d25 11
@


1.3
log
@Use user defined CFLAGS, based on pr 5255 and fixes it.
@
text
@d12 1
a12 1
+CFLAGS	:= $(CFLAGS) -pipe -DHAVE_EXTERN_SYS_ERRLIST=1
@


1.2
log
@Fix for NetBSD:
 - don't build/install the texinfo that comes with teTeX
 - display comment to run texconfig also when installing pachage
   (via INSTALL file)
@
text
@d12 1
a12 1
+CFLAGS	= -O2 -pipe -DHAVE_EXTERN_SYS_ERRLIST=1
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
+++ Makefile	Thu May  1 10:27:20 1997
d54 1
a54 1
@@@@ -111,9 +111,9 @@@@
d66 12
a77 1
 CONFDIRS   = $(KPSEDIR) $(TEXIDIR)
@


1.1.1.1
log
@Typesetting system.
@
text
@@
