pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups Disable automatic ldap detection. (Noted in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d426bc08d95
branches:  trunk
changeset: 598601:3d426bc08d95
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Fri Jan 27 08:50:24 2012 +0000

description:
Disable automatic ldap detection. (Noted in PR/45824)

Bump PKGREVISION

diffstat:

 print/cups/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 4515b6c4a9ff -r 3d426bc08d95 print/cups/Makefile
--- a/print/cups/Makefile       Fri Jan 27 08:37:01 2012 +0000
+++ b/print/cups/Makefile       Fri Jan 27 08:50:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2011/12/02 14:14:58 hans Exp $
+# $NetBSD: Makefile,v 1.187 2012/01/27 08:50:24 sbd Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -8,6 +8,7 @@
 PKGNAME=       cups-${DIST_VERS:S/-/./g}
 BASE_VERS=     1.5.0
 DIST_VERS=     ${BASE_VERS}
+PKGREVISION=   1
 
 CATEGORIES=    print
 MASTER_SITES=  http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
@@ -63,6 +64,7 @@
 CONFIGURE_ARGS+=       --without-java
 CONFIGURE_ARGS+=       --disable-gssapi
 CONFIGURE_ARGS+=       --disable-gnutls
+CONFIGURE_ARGS+=       --disable-ldap
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 



Home | Main Index | Thread Index | Old Index