Mon Feb 20 19:59:47 2012 UTC ()
Update "netbsd-www" package to version 1.6:
Add more TeX dependences to really allow building the NetBSD website.


(tron)
diff -r1.25 -r1.26 pkgsrc/meta-pkgs/netbsd-www/Makefile

cvs diff -r1.25 -r1.26 pkgsrc/meta-pkgs/netbsd-www/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/netbsd-www/Makefile 2010/03/21 16:29:41 1.25
+++ pkgsrc/meta-pkgs/netbsd-www/Makefile 2012/02/20 19:59:47 1.26
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.25 2010/03/21 16:29:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2012/02/20 19:59:47 tron Exp $
2 2
3DISTNAME= netbsd-www-1.5 3DISTNAME= netbsd-www-1.6
4CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
5MASTER_SITES= # empty 5MASTER_SITES= # empty
6DISTFILES= # empty 6DISTFILES= # empty
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Packages required to build the NetBSD.org web site 9COMMENT= Packages required to build the NetBSD.org web site
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13# we add an explicit dependency on docbook-xsl here since earlier versions 13# we add an explicit dependency on docbook-xsl here since earlier versions
14# generated slightly different html code, leading to a large number of 14# generated slightly different html code, leading to a large number of
15# unneccessary 'regen' commits 15# unneccessary 'regen' commits
16DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick 16DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick
17DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website 17DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website
18DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl 18DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
19DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 19DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
20DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript 20DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
21DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt 21DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt
22DEPENDS+= opensp>=1.1:../../textproc/opensp 22DEPENDS+= opensp>=1.1:../../textproc/opensp
23DEPENDS+= psutils>=1.17:../../print/psutils 23DEPENDS+= psutils>=1.17:../../print/psutils
 24DEPENDS+= teTeX-[0-9]*:../../print/teTeX
24DEPENDS+= tex-german-[0-9]*:../../print/tex-german 25DEPENDS+= tex-german-[0-9]*:../../print/tex-german
25DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 
26DEPENDS+= w3m>=0.4:../../www/w3m 26DEPENDS+= w3m>=0.4:../../www/w3m
27DEPENDS+= xplanet>=1.2.0nb3:../../x11/xplanet 27DEPENDS+= xplanet>=1.2.0nb3:../../x11/xplanet
28 28
29USE_TOOLS+= perl:run 29USE_TOOLS+= perl:run
30 30
31META_PACKAGE= yes 31META_PACKAGE= yes
32 32
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"