pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/alpine



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Oct 21 13:49:47 UTC 2021

Modified Files:
        pkgsrc/mail/alpine: Makefile

Log Message:
alpine: Explicitly disable LDAP on SunOS.

The native LDAP isn't compatible with the latest OpenLDAP that this package
expects.  This really needs to be handled properly with an option but for
now this fixes the build and avoids inadvertently breaking anyone who
happens to be accidentally using LDAP support via builtin libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/alpine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/alpine/Makefile
diff -u pkgsrc/mail/alpine/Makefile:1.48 pkgsrc/mail/alpine/Makefile:1.49
--- pkgsrc/mail/alpine/Makefile:1.48    Sun Oct 17 09:49:09 2021
+++ pkgsrc/mail/alpine/Makefile Thu Oct 21 13:49:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/10/17 09:49:09 nia Exp $
+# $NetBSD: Makefile,v 1.49 2021/10/21 13:49:46 jperkin Exp $
 
 DISTNAME=      alpine-2.25
 CATEGORIES=    mail
@@ -29,6 +29,9 @@ CONFIGURE_ARGS+=      --with-passfile=.pine-p
 # disabled, for Web Alpine Support
 CONFIGURE_ARGS+=       --without-tcl
 
+# Should be handled properly with an ldap option and buildlinked.
+CONFIGURE_ARGS.SunOS+= --without-ldap
+
 MAKE_JOBS_SAFE=                no
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index