pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/doxygen Reduce TeX dependencies of doxygen.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21dcc1e98bbc
branches:  trunk
changeset: 586740:21dcc1e98bbc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 18 23:51:16 2011 +0000

description:
Reduce TeX dependencies of doxygen.

diffstat:

 devel/doxygen/Makefile |  21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 70396f22d8ce -r 21dcc1e98bbc devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Fri Mar 18 23:38:10 2011 +0000
+++ b/devel/doxygen/Makefile    Fri Mar 18 23:51:16 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2011/02/28 14:52:44 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2011/03/18 23:51:16 minskim Exp $
 
 DISTNAME=      doxygen-1.6.3.src
 PKGNAME=       ${DISTNAME:S/.src//}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.stack.nl/pub/users/dimitri/ \
                http://ftp.stack.nl/pub/users/dimitri/
@@ -12,12 +12,26 @@
 COMMENT=       Documentation system for C++, Java, IDL and C
 LICENSE=       gnu-gpl-v2
 
+BUILD_DEPENDS+=        tex-epsf-[0-9]*:../../print/tex-epsf
+BUILD_DEPENDS+=        tex-tocloft-[0-9]*:../../print/tex-tocloft
 DEPENDS+=      dvipsk-[0-9]*:../../print/dvipsk
+DEPENDS+=      makeindexk-[0-9]*:../../textproc/makeindexk
+DEPENDS+=      tex-a4wide>=2010nb1:../../print/tex-a4wide
+DEPENDS+=      tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
+DEPENDS+=      tex-float-[0-9]*:../../print/tex-float
+DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+=      tex-hyperref-[0-9]*:../../print/tex-hyperref
+DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+=      tex-listings-[0-9]*:../../print/tex-listings
+DEPENDS+=      tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+=      tex-psnfss>=9.2anb2:../../fonts/tex-psnfss
+DEPENDS+=      tex-pspicture-[0-9]*:../../print/tex-pspicture
+DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
 DEPENDS+=      texlive-pdftools-[0-9]*:../../print/texlive-pdftools
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-TEX_ACCEPTED=  teTeX3
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 UNLIMIT_RESOURCES+=    datasize
 USE_TOOLS+=            gmake gs:run perl:run bison flex
@@ -77,5 +91,4 @@
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../graphics/graphviz/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index