diff options
author | wiz <wiz> | 2014-09-08 21:24:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-08 21:24:44 +0000 |
commit | fd46c6a151bc56f4cbda8a509f72a25769c4d564 (patch) | |
tree | 2b063d79b8b09365244193b66b3664f742846298 /textproc | |
parent | 54cf908de1ac817566b8e547952cad815d9098f2 (diff) | |
download | pkgsrc-fd46c6a151bc56f4cbda8a509f72a25769c4d564.tar.gz |
Bump PKGREVISION for netpbm update.
Add some build fixes where necessary.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/subtitleripper/Makefile | 5 | ||||
-rw-r--r-- | textproc/subtitleripper/distinfo | 4 | ||||
-rw-r--r-- | textproc/subtitleripper/patches/patch-aa | 8 | ||||
-rw-r--r-- | textproc/tex2page/Makefile | 6 |
4 files changed, 12 insertions, 11 deletions
diff --git a/textproc/subtitleripper/Makefile b/textproc/subtitleripper/Makefile index 546f3ed45ae..10d88a47f7f 100644 --- a/textproc/subtitleripper/Makefile +++ b/textproc/subtitleripper/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2013/02/16 11:24:40 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/09/08 21:24:45 wiz Exp $ # DISTNAME= subtitleripper-0.3-4 PKGNAME= subtitleripper-0.3.4 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/} EXTRACT_SUFX= .tgz @@ -16,6 +16,7 @@ DEPENDS+= gocr-[0-9]*:../../graphics/gocr USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/subtitleripper +CPPFLAGS+= -I${BUILDLINK_PREFIX.netpbm}/include/netpbm INSTALLATION_DIRS= bin libdata/subtitleripper share/doc/subtitleripper CONFLICTS+= subtitleripper-0.3-[0-9]* diff --git a/textproc/subtitleripper/distinfo b/textproc/subtitleripper/distinfo index 1e51b7a9617..d2f7c7dd6cc 100644 --- a/textproc/subtitleripper/distinfo +++ b/textproc/subtitleripper/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2010/01/09 12:25:20 obache Exp $ +$NetBSD: distinfo,v 1.7 2014/09/08 21:24:45 wiz Exp $ SHA1 (subtitleripper-0.3-4.tgz) = d93ff3578dd5f722c8f4ef16bc0903eec5781a0d RMD160 (subtitleripper-0.3-4.tgz) = 141355960773ab2dfe3782522858273d197cf797 Size (subtitleripper-0.3-4.tgz) = 47299 bytes -SHA1 (patch-aa) = f99aad2fd864aeb3d051510e63b4bd96c580a4d3 +SHA1 (patch-aa) = f54f4e4a0ec52c20b285547e9391ecb9fba83149 SHA1 (patch-ab) = 22335a412899b7cdb552185ff051c7d2f2e1ba59 SHA1 (patch-ac) = 98edef3e84b287ad64fb9054630b0b2aecf2953a diff --git a/textproc/subtitleripper/patches/patch-aa b/textproc/subtitleripper/patches/patch-aa index 2cfe908a22a..3b097dc35be 100644 --- a/textproc/subtitleripper/patches/patch-aa +++ b/textproc/subtitleripper/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2008/09/06 09:19:02 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2014/09/08 21:24:45 wiz Exp $ ---- Makefile.orig 2003-12-08 10:28:02.000000000 +0100 +--- Makefile.orig 2003-12-08 09:28:02.000000000 +0000 +++ Makefile @@ -4,12 +4,12 @@ @@ -8,8 +8,8 @@ $NetBSD: patch-aa,v 1.3 2008/09/06 09:19:02 wiz Exp $ DEFINES := -LIBS := -lm -INCLUDES := -+LIBS := ${BUILDLINK_LDFLAGS} -lm -+INCLUDES := ${BUILDLINK_CPPFLAGS} ++LIBS := ${LDFLAGS} -lm ++INCLUDES := ${CPPFLAGS} ### enable ppm support ### DEFINES += -D_HAVE_LIB_PPM_ diff --git a/textproc/tex2page/Makefile b/textproc/tex2page/Makefile index 8c595358f9b..9a214d55085 100644 --- a/textproc/tex2page/Makefile +++ b/textproc/tex2page/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2014/09/08 20:40:30 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/09/08 21:24:45 wiz Exp $ DISTNAME= tex2page DIST_SUBDIR= tex2page-20060131 PKGNAME= tex2page-20060131 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= textproc MASTER_SITES= http://www.ccs.neu.edu/home/dorai/tex2page/ @@ -24,7 +24,7 @@ DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes -USE_TOOLS+= gs:run +USE_TOOLS+= gs:run perl CONFIGURE_ARGS+= --dialect=guile |