pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-filters Look for cups socket in correct place.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad5c5945ea67
branches:  trunk
changeset: 363626:ad5c5945ea67
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 13 14:59:48 2017 +0000

description:
Look for cups socket in correct place.

>From Edgar Fu? in PR 52296.

Bump PKGREVISION.

diffstat:

 print/cups-filters/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c613723215aa -r ad5c5945ea67 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Tue Jun 13 12:50:46 2017 +0000
+++ b/print/cups-filters/Makefile       Tue Jun 13 14:59:48 2017 +0000
@@ -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 @@
 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