pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Depend on either teTeX and teTeX2 (defaulting to the l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d44207d2712
branches: trunk
changeset: 465203:6d44207d2712
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Dec 23 21:10:22 2003 +0000
description:
Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
diffstat:
devel/doxygen/Makefile | 5 +++--
editors/lyx-qt/Makefile | 3 ++-
editors/lyx-qt/Makefile.common | 4 ++--
editors/lyx-xforms/Makefile | 4 +++-
4 files changed, 10 insertions(+), 6 deletions(-)
diffs (71 lines):
diff -r bc8be36ca3bf -r 6d44207d2712 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile Tue Dec 23 20:35:29 2003 +0000
+++ b/devel/doxygen/Makefile Tue Dec 23 21:10:22 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2003/12/03 05:38:50 martti Exp $
+# $NetBSD: Makefile,v 1.16 2003/12/23 21:10:22 jmmv Exp $
DISTNAME= doxygen-1.3.5.src
PKGNAME= doxygen-1.3.5
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
@@ -10,7 +11,7 @@
HOMEPAGE= http://www.doxygen.org/
COMMENT= Documentation system for C++, Java, IDL and C
-DEPENDS+= teTeX>=0.0:../../print/teTeX
+DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2
USE_GMAKE= yes
USE_PERL5= yes
diff -r bc8be36ca3bf -r 6d44207d2712 editors/lyx-qt/Makefile
--- a/editors/lyx-qt/Makefile Tue Dec 23 20:35:29 2003 +0000
+++ b/editors/lyx-qt/Makefile Tue Dec 23 21:10:22 2003 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2003/09/26 20:04:37 recht Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/23 21:10:22 jmmv Exp $
#
.include "./Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/}
+PKGREVISION= 1
COMMENT+= (QT version)
diff -r bc8be36ca3bf -r 6d44207d2712 editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common Tue Dec 23 20:35:29 2003 +0000
+++ b/editors/lyx-qt/Makefile.common Tue Dec 23 21:10:22 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2003/10/01 21:27:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2003/12/23 21:10:22 jmmv Exp $
#
DISTNAME= lyx-1.3.3
@@ -12,7 +12,7 @@
COMMENT= Graphical frontend for LaTeX
CONFLICTS= lyx-[0-9]*
-DEPENDS+= teTeX2>=2.0.1:../../print/teTeX2
+DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2
DESCR_SRC= ${.CURDIR}/../../editors/lyx-qt/DESCR
DISTINFO_FILE= ${.CURDIR}/../../editors/lyx-qt/distinfo
diff -r bc8be36ca3bf -r 6d44207d2712 editors/lyx-xforms/Makefile
--- a/editors/lyx-xforms/Makefile Tue Dec 23 20:35:29 2003 +0000
+++ b/editors/lyx-xforms/Makefile Tue Dec 23 21:10:22 2003 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/23 10:10:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/23 21:10:22 jmmv Exp $
#
.include "../lyx-qt/Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/}
+PKGREVISION= 1
+
COMMENT+= (xforms version)
CONFLICTS+= lyx-qt-[0-9]*
Home |
Main Index |
Thread Index |
Old Index