For all packages include ghostscript.buildlink3.mk:
s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
This commit is contained in:
parent
85bdb84ffc
commit
dc1fcade77
13 changed files with 29 additions and 28 deletions
|
@ -1,8 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.59 2013/04/24 10:06:48 sbd Exp $
|
# $NetBSD: Makefile,v 1.60 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
.include "Makefile.common"
|
.include "Makefile.common"
|
||||||
|
|
||||||
PKGREVISION= 2
|
PKGREVISION= 3
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= http://www.graphicsmagick.org/
|
HOMEPAGE= http://www.graphicsmagick.org/
|
||||||
COMMENT= X application for displaying and manipulating images
|
COMMENT= X application for displaying and manipulating images
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: buildlink3.mk,v 1.30 2013/03/16 22:39:20 dholland Exp $
|
# $NetBSD: buildlink3.mk,v 1.31 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
BUILDLINK_TREE+= GraphicsMagick
|
BUILDLINK_TREE+= GraphicsMagick
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ pkgbase := GraphicsMagick
|
||||||
.include "../../mk/pkg-build-options.mk"
|
.include "../../mk/pkg-build-options.mk"
|
||||||
|
|
||||||
.if !empty(PKG_BUILD_OPTIONS.GraphicsMagick:Mghostscript)
|
.if !empty(PKG_BUILD_OPTIONS.GraphicsMagick:Mghostscript)
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.endif
|
.endif
|
||||||
.if !empty(PKG_BUILD_OPTIONS.GraphicsMagick:Mx11)
|
.if !empty(PKG_BUILD_OPTIONS.GraphicsMagick:Mx11)
|
||||||
.include "../../x11/libSM/buildlink3.mk"
|
.include "../../x11/libSM/buildlink3.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: options.mk,v 1.5 2013/03/16 22:39:20 dholland Exp $
|
# $NetBSD: options.mk,v 1.6 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
PKG_OPTIONS_VAR= PKG_OPTIONS.GraphicsMagick
|
PKG_OPTIONS_VAR= PKG_OPTIONS.GraphicsMagick
|
||||||
PKG_SUPPORTED_OPTIONS= bzip2 lzma x11 jasper ghostscript wmf
|
PKG_SUPPORTED_OPTIONS= bzip2 lzma x11 jasper ghostscript wmf
|
||||||
|
@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --without-jp2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !empty(PKG_OPTIONS:Mghostscript)
|
.if !empty(PKG_OPTIONS:Mghostscript)
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
CONFIGURE_ARGS+= --with-gslib
|
CONFIGURE_ARGS+= --with-gslib
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-gslib
|
CONFIGURE_ARGS+= --without-gslib
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# $NetBSD: Makefile,v 1.192 2013/03/16 22:40:25 dholland Exp $
|
# $NetBSD: Makefile,v 1.193 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
.include "Makefile.common"
|
.include "Makefile.common"
|
||||||
|
|
||||||
PKGNAME= ImageMagick-${DISTVERSION}
|
PKGNAME= ImageMagick-${DISTVERSION}
|
||||||
PKGREVISION= 1
|
PKGREVISION= 2
|
||||||
|
|
||||||
MAINTAINER= adam@NetBSD.org
|
MAINTAINER= adam@NetBSD.org
|
||||||
COMMENT= Package for display and interactive manipulation of images
|
COMMENT= Package for display and interactive manipulation of images
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: buildlink3.mk,v 1.47 2013/03/16 22:40:25 dholland Exp $
|
# $NetBSD: buildlink3.mk,v 1.48 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
BUILDLINK_TREE+= ImageMagick
|
BUILDLINK_TREE+= ImageMagick
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ pkgbase := ImageMagick
|
||||||
.include "../../graphics/djvulibre-lib/buildlink3.mk"
|
.include "../../graphics/djvulibre-lib/buildlink3.mk"
|
||||||
.endif
|
.endif
|
||||||
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mghostscript)
|
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mghostscript)
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.endif
|
.endif
|
||||||
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mjasper)
|
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mjasper)
|
||||||
.include "../../graphics/jasper/buildlink3.mk"
|
.include "../../graphics/jasper/buildlink3.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: options.mk,v 1.13 2013/03/16 22:40:25 dholland Exp $
|
# $NetBSD: options.mk,v 1.14 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
|
||||||
PKG_SUPPORTED_OPTIONS= x11 jasper djvu ghostscript wmf
|
PKG_SUPPORTED_OPTIONS= x11 jasper djvu ghostscript wmf
|
||||||
|
@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-djvu
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !empty(PKG_OPTIONS:Mghostscript)
|
.if !empty(PKG_OPTIONS:Mghostscript)
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
CONFIGURE_ARGS+= --with-gslib
|
CONFIGURE_ARGS+= --with-gslib
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-gslib
|
CONFIGURE_ARGS+= --without-gslib
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.55 2013/03/16 22:52:56 dholland Exp $
|
# $NetBSD: Makefile,v 1.56 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
VERSION= 4.0.1
|
VERSION= 4.0.1
|
||||||
PKGNAME= camlimages-${VERSION}
|
PKGNAME= camlimages-${VERSION}
|
||||||
PKGREVISION= 21
|
PKGREVISION= 22
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/
|
MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/
|
||||||
DISTNAME= v${VERSION}
|
DISTNAME= v${VERSION}
|
||||||
|
@ -51,7 +51,7 @@ BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.11.0
|
||||||
.include "../../mk/giflib.buildlink3.mk"
|
.include "../../mk/giflib.buildlink3.mk"
|
||||||
.include "../../x11/libXpm/buildlink3.mk"
|
.include "../../x11/libXpm/buildlink3.mk"
|
||||||
.include "../../graphics/freetype2/buildlink3.mk"
|
.include "../../graphics/freetype2/buildlink3.mk"
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.include "../../x11/lablgtk/buildlink3.mk"
|
.include "../../x11/lablgtk/buildlink3.mk"
|
||||||
.include "../../x11/gtk2/buildlink3.mk"
|
.include "../../x11/gtk2/buildlink3.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.115 2013/04/09 05:50:39 dholland Exp $
|
# $NetBSD: Makefile,v 1.116 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
DISTNAME= graphviz-2.26.3
|
DISTNAME= graphviz-2.26.3
|
||||||
PKGREVISION= 22
|
PKGREVISION= 23
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/
|
MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: options.mk,v 1.17 2013/03/16 22:41:50 dholland Exp $
|
# $NetBSD: options.mk,v 1.18 2013/04/25 03:53:11 sbd Exp $
|
||||||
|
|
||||||
PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
|
PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
|
||||||
PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl
|
PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl
|
||||||
|
@ -30,7 +30,7 @@ PLIST.x11= yes
|
||||||
PLIST.pangocairo= yes
|
PLIST.pangocairo= yes
|
||||||
|
|
||||||
. if !empty(PKG_OPTIONS:Mghostscript)
|
. if !empty(PKG_OPTIONS:Mghostscript)
|
||||||
. include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
. include "../../print/ghostscript/buildlink3.mk"
|
||||||
PLIST.ghostscript= yes
|
PLIST.ghostscript= yes
|
||||||
. else
|
. else
|
||||||
CONFIGURE_ARGS+= --without-ghostscript
|
CONFIGURE_ARGS+= --without-ghostscript
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.10 2013/03/16 22:54:29 dholland Exp $
|
# $NetBSD: Makefile,v 1.11 2013/04/25 03:53:11 sbd Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
PKGREVISION= 6
|
PKGREVISION= 6
|
||||||
|
@ -24,5 +24,5 @@ SUBST_FILES.fix-paths= inst/cgi-bin/R.cgi
|
||||||
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
|
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
|
||||||
|
|
||||||
.include "../../math/R/Makefile.extension"
|
.include "../../math/R/Makefile.extension"
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.18 2013/04/12 03:47:30 schnoebe Exp $
|
# $NetBSD: Makefile,v 1.19 2013/04/25 03:53:11 sbd Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= hplip-3.13.4
|
DISTNAME= hplip-3.13.4
|
||||||
|
PKGREVISION= 1
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hplip/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hplip/}
|
||||||
|
|
||||||
|
@ -175,7 +176,7 @@ post-install:
|
||||||
.include "../../mk/jpeg.buildlink3.mk"
|
.include "../../mk/jpeg.buildlink3.mk"
|
||||||
.include "../../net/net-snmp/buildlink3.mk"
|
.include "../../net/net-snmp/buildlink3.mk"
|
||||||
.include "../../print/cups/buildlink3.mk"
|
.include "../../print/cups/buildlink3.mk"
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.include "../../devel/libusb1/buildlink3.mk"
|
.include "../../devel/libusb1/buildlink3.mk"
|
||||||
.include "../../security/openssl/buildlink3.mk"
|
.include "../../security/openssl/buildlink3.mk"
|
||||||
.include "../../textproc/py-xml/buildlink3.mk"
|
.include "../../textproc/py-xml/buildlink3.mk"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.19 2013/03/16 22:35:46 dholland Exp $
|
# $NetBSD: Makefile,v 1.20 2013/04/25 03:53:12 sbd Exp $
|
||||||
|
|
||||||
DISTNAME= libspectre-0.2.7
|
DISTNAME= libspectre-0.2.7
|
||||||
PKGREVISION= 4
|
PKGREVISION= 5
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://libspectre.freedesktop.org/releases/
|
MASTER_SITES= http://libspectre.freedesktop.org/releases/
|
||||||
|
|
||||||
|
@ -15,5 +15,5 @@ USE_LIBTOOL= yes
|
||||||
|
|
||||||
PKGCONFIG_OVERRIDE+= libspectre.pc.in
|
PKGCONFIG_OVERRIDE+= libspectre.pc.in
|
||||||
|
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: buildlink3.mk,v 1.14 2013/03/16 22:36:55 dholland Exp $
|
# $NetBSD: buildlink3.mk,v 1.15 2013/04/25 03:53:12 sbd Exp $
|
||||||
|
|
||||||
BUILDLINK_TREE+= libspectre
|
BUILDLINK_TREE+= libspectre
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.libspectre+= libspectre>=0.2.1
|
||||||
BUILDLINK_ABI_DEPENDS.libspectre+= libspectre>=0.2.7nb4
|
BUILDLINK_ABI_DEPENDS.libspectre+= libspectre>=0.2.7nb4
|
||||||
BUILDLINK_PKGSRCDIR.libspectre?= ../../print/libspectre
|
BUILDLINK_PKGSRCDIR.libspectre?= ../../print/libspectre
|
||||||
|
|
||||||
.include "../../print/ghostscript/ghostscript.buildlink3.mk"
|
.include "../../print/ghostscript/buildlink3.mk"
|
||||||
.endif # LIBSPECTRE_BUILDLINK3_MK
|
.endif # LIBSPECTRE_BUILDLINK3_MK
|
||||||
|
|
||||||
BUILDLINK_TREE+= -libspectre
|
BUILDLINK_TREE+= -libspectre
|
||||||
|
|
Loading…
Reference in a new issue