pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/foo2zjs Requires USE_TOOLS+=groff, fix $INSTALL ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e412b5a635d
branches:  trunk
changeset: 639747:2e412b5a635d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 13:44:21 2014 +0000

description:
Requires USE_TOOLS+=groff, fix $INSTALL command on SunOS.

diffstat:

 print/foo2zjs/Makefile                      |   4 ++--
 print/foo2zjs/distinfo                      |   6 +++---
 print/foo2zjs/patches/patch-Makefile        |  11 ++++++++++-
 print/foo2zjs/patches/patch-icc2ps_Makefile |  11 ++++++++++-
 4 files changed, 25 insertions(+), 7 deletions(-)

diffs (79 lines):

diff -r 8948bb346edc -r 2e412b5a635d print/foo2zjs/Makefile
--- a/print/foo2zjs/Makefile    Wed Sep 24 13:36:53 2014 +0000
+++ b/print/foo2zjs/Makefile    Wed Sep 24 13:44:21 2014 +0000
@@ -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 @@
 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 -r 8948bb346edc -r 2e412b5a635d print/foo2zjs/distinfo
--- a/print/foo2zjs/distinfo    Wed Sep 24 13:36:53 2014 +0000
+++ b/print/foo2zjs/distinfo    Wed Sep 24 13:44:21 2014 +0000
@@ -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 -r 8948bb346edc -r 2e412b5a635d print/foo2zjs/patches/patch-Makefile
--- a/print/foo2zjs/patches/patch-Makefile      Wed Sep 24 13:36:53 2014 +0000
+++ b/print/foo2zjs/patches/patch-Makefile      Wed Sep 24 13:44:21 2014 +0000
@@ -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 @@
  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 -r 8948bb346edc -r 2e412b5a635d print/foo2zjs/patches/patch-icc2ps_Makefile
--- a/print/foo2zjs/patches/patch-icc2ps_Makefile       Wed Sep 24 13:36:53 2014 +0000
+++ b/print/foo2zjs/patches/patch-icc2ps_Makefile       Wed Sep 24 13:44:21 2014 +0000
@@ -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 @@
  
  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
+ 



Home | Main Index | Thread Index | Old Index