pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2016Q4]: pkgsrc/print/cups-filters Pullup ticket #5199 - reque...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d359fe7d3d7c
branches: pkgsrc-2016Q4
changeset: 408739:d359fe7d3d7c
user: spz <spz%pkgsrc.org@localhost>
date: Mon Feb 13 06:11:34 2017 +0000
description:
Pullup ticket #5199 - requested by leot
print/cups-filters: build fix
Revisions pulled up:
- print/cups-filters/Makefile 1.62
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: markd
Date: Thu Jan 19 10:19:26 UTC 2017
Modified Files:
pkgsrc/print/cups-filters: Makefile
Log Message:
Fix path to pdftpps.
mv cups-browsed.conf from correct post install location.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/print/cups-filters/Makefile
diffstat:
print/cups-filters/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r a1fdd19f801e -r d359fe7d3d7c print/cups-filters/Makefile
--- a/print/cups-filters/Makefile Sun Feb 12 22:01:02 2017 +0000
+++ b/print/cups-filters/Makefile Mon Feb 13 06:11:34 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2016/12/19 08:49:00 wiz Exp $
+# $NetBSD: Makefile,v 1.60.2.1 2017/02/13 06:11:34 spz Exp $
DISTNAME= cups-filters-1.13.1
++PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
@@ -39,6 +40,7 @@
CONFIGURE_ARGS+= --disable-ldap
CONFIGURE_ARGS+= --disable-mutool
CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash}
+CONFIGURE_ARGS+= --with-pdftops-path=${PREFIX}/bin/pdftops
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters
@@ -46,7 +48,7 @@
CONF_FILES+= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf
post-install:
- ${MV} ${DESTDIR}${PREFIX}/etc/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
+ ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index