pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 13 14:59:48 UTC 2017

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
Look for cups socket in correct place.

>From Edgar Fuß in PR 52296.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 pkgsrc/print/cups-filters/Makefile:1.72
--- pkgsrc/print/cups-filters/Makefile:1.71     Sun May 21 09:44:06 2017
+++ pkgsrc/print/cups-filters/Makefile  Tue Jun 13 14:59:48 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2017/05/21 09:44:06 leot Exp $
+# $NetBSD: Makefile,v 1.72 2017/06/13 14:59:48 wiz Exp $
 
 DISTNAME=      cups-filters-1.14.0
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
@@ -36,6 +37,9 @@ REPLACE_BASH+=        filter/braille/filters/te
 CFLAGS+=       -framework IOKit
 .endif
 
+BUILD_DEFS+=           VARBASE
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+
 .if ${INIT_SYSTEM} == "rc.d"
 CONFIGURE_ARGS+=       --with-rcdir=${PREFIX}/share/examples/rc.d
 CONFIGURE_ARGS+=       --with-rclevels=""



Home | Main Index | Thread Index | Old Index