Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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; \

View File

@@ -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