Subject: Re: teTeX 3.0 packages imported
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 04/01/2005 01:32:35
On Thu, 31 Mar 2005, Steven M. Bellovin wrote:
> See pkg/21258 for what happened a while back, when teTeX2 was imported.
IC... yes, my goal is to go through all pkgs now and make sure they work
with teTeX3. If you or anyone else wants to help me out, feel free to drop
me mail with pkgs that you have built successfully with teTeX3 installed.
The patch applied below may help a bit, for those pkgs that pull in
pkgsrc/print/teTeX and expect a recent version (3.0). It's what I'd
eventually want to commit.
- Hubert
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/teTeX/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile 5 Jun 2004 21:56:47 -0000 1.36
+++ Makefile 31 Mar 2005 23:31:59 -0000
@@ -1,18 +1,17 @@
# $NetBSD: Makefile,v 1.36 2004/06/05 21:56:47 reed Exp $
#
-DISTNAME= teTeX-2.0.2
-PKGREVISION= 1
+DISTNAME= teTeX-3.0
CATEGORIES= print meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= kei@NetBSD.org
+MAINTAINER= hubertf@NetBSD.org,kei@NetBSD.org
HOMEPAGE= http://www.tug.org/tetex/
-COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems, version 2
+COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems
-DEPENDS+= teTeX-bin>=2.0.2:../teTeX-bin
-DEPENDS+= teTeX-sharesrc>=2.0.2:../teTeX-sharesrc
+DEPENDS+= teTeX-bin>=3:../teTeX3-bin
+DEPENDS+= teTeX-texmfsrc>=3:../teTeX3-texmfsrc
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= teTeX2-[0-9]*
--
NetBSD - Free AND Open! (And of course secure, portable, yadda yadda)