pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2016Q4] pkgsrc/print/cups-filters
Module Name: pkgsrc
Committed By: spz
Date: Mon Feb 13 06:11:34 UTC 2017
Modified Files:
pkgsrc/print/cups-filters [pkgsrc-2016Q4]: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.60.2.1 pkgsrc/print/cups-filters/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.60 pkgsrc/print/cups-filters/Makefile:1.60.2.1
--- pkgsrc/print/cups-filters/Makefile:1.60 Mon Dec 19 08:49:00 2016
+++ pkgsrc/print/cups-filters/Makefile Mon Feb 13 06:11:34 2017
@@ -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+= --with-rclevels=""
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/cu
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