diff options
author | jperkin <jperkin> | 2014-09-24 13:44:21 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-24 13:44:21 +0000 |
commit | d0991361bfbe911e778f4f18b3d0073e862d00b8 (patch) | |
tree | 83c58ba5408ec51904953d0878e96e5abc17a797 /print/foo2zjs | |
parent | 4c672621a8b7b403726458d4a0cf5c726da2b776 (diff) | |
download | pkgsrc-d0991361bfbe911e778f4f18b3d0073e862d00b8.tar.gz |
Requires USE_TOOLS+=groff, fix $INSTALL command on SunOS.
Diffstat (limited to 'print/foo2zjs')
-rw-r--r-- | print/foo2zjs/Makefile | 4 | ||||
-rw-r--r-- | print/foo2zjs/distinfo | 6 | ||||
-rw-r--r-- | print/foo2zjs/patches/patch-Makefile | 11 | ||||
-rw-r--r-- | print/foo2zjs/patches/patch-icc2ps_Makefile | 11 |
4 files changed, 25 insertions, 7 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index a786e059491..c6ebc7cafed 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:38 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/09/24 13:44:21 jperkin Exp $ # DISTNAME= foo2zjs @@ -11,7 +11,7 @@ HOMEPAGE= http://foo2zjs.rkkda.com/ COMMENT= Printer driver for Zenographics ZjStream wire protocol LICENSE= gnu-gpl-v2 -USE_TOOLS+= gmake +USE_TOOLS+= gmake groff INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/foo2zjs share/foomatic/ppd/foo2zjs diff --git a/print/foo2zjs/distinfo b/print/foo2zjs/distinfo index ab279744d17..96cb541b2d4 100644 --- a/print/foo2zjs/distinfo +++ b/print/foo2zjs/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2012/08/10 16:30:53 marino Exp $ +$NetBSD: distinfo,v 1.3 2014/09/24 13:44:21 jperkin Exp $ SHA1 (foo2zjs.tar.gz) = c1a3aeb88cca8b284685c3457a7cc33d78319147 RMD160 (foo2zjs.tar.gz) = f24945860e41fda61342a9b867123202ecf82179 Size (foo2zjs.tar.gz) = 1644122 bytes -SHA1 (patch-Makefile) = 8d1971b7c70def74dc68c1943f4a629610860d85 -SHA1 (patch-icc2ps_Makefile) = 14dded40d85dcf75428277621b766963be837c12 +SHA1 (patch-Makefile) = ee1542db6f954d77e5e1dcdeb146f57cf9b8cb95 +SHA1 (patch-icc2ps_Makefile) = dae8f19cc2fab130d1c4962a3bcbd7d37d8d2a09 diff --git a/print/foo2zjs/patches/patch-Makefile b/print/foo2zjs/patches/patch-Makefile index 3bae6fe2e9f..1ea1d739c01 100644 --- a/print/foo2zjs/patches/patch-Makefile +++ b/print/foo2zjs/patches/patch-Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile,v 1.2 2012/08/10 16:30:53 marino Exp $ +$NetBSD: patch-Makefile,v 1.3 2014/09/24 13:44:21 jperkin Exp $ Fix PREFIX path Remove extra dc check. The DragonFly version has dc that supports the -e @@ -27,6 +27,15 @@ actually test for -e support. Just remove it completely. DOCDIR=$(PREFIX)/share/doc/foo2zjs/ INSTALL=install ROOT=root +@@ -58,7 +56,7 @@ endif + ifeq ($(UNAME),SunOS) + LPuid=-oroot + LPgid=-glp +- INSTALL=/usr/ucb/install ++ #INSTALL=/usr/ucb/install + endif + # If we aren't root, don't try to set ownership + ifneq ($(EUID),0) @@ -409,12 +407,6 @@ all-test: echo " ***"; \ exit 1; \ diff --git a/print/foo2zjs/patches/patch-icc2ps_Makefile b/print/foo2zjs/patches/patch-icc2ps_Makefile index ad65d40a5b4..38db23019f5 100644 --- a/print/foo2zjs/patches/patch-icc2ps_Makefile +++ b/print/foo2zjs/patches/patch-icc2ps_Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-icc2ps_Makefile,v 1.1 2012/07/25 17:15:45 imil Exp $ +$NetBSD: patch-icc2ps_Makefile,v 1.2 2014/09/24 13:44:21 jperkin Exp $ Fix PREFIX path @@ -16,3 +16,12 @@ Fix PREFIX path SRC= icc2ps.c xgetopt.c LIB= cmscam97.c cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio1.c \ +@@ -12,7 +11,7 @@ LIB= cmscam97.c cmscnvrt.c cmserr.c cmsg + CFLAGS= -O3 + INSTALL=install + ifeq ($(UNAME),SunOS) +- INSTALL=/usr/ucb/install ++ #INSTALL=/usr/ucb/install + CC=gcc + endif + |