pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/php-imap
Module Name: pkgsrc
Committed By: jdolecek
Date: Fri Feb 16 22:21:25 UTC 2018
Modified Files:
pkgsrc/mail/php-imap: Makefile
Log Message:
actually support linking against kerberos-enabled imap-uw
use same PKG_OPTIONS_VAR as imap-uw to determine whether the build
needs to include kerberos support; this makes this extension actually
build against such imap-uw
bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/php-imap/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/php-imap/Makefile
diff -u pkgsrc/mail/php-imap/Makefile:1.31 pkgsrc/mail/php-imap/Makefile:1.32
--- pkgsrc/mail/php-imap/Makefile:1.31 Sat Apr 2 09:05:23 2016
+++ pkgsrc/mail/php-imap/Makefile Fri Feb 16 22:21:25 2018
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.31 2016/04/02 09:05:23 taca Exp $
+# $NetBSD: Makefile,v 1.32 2018/02/16 22:21:25 jdolecek Exp $
MODNAME= imap
CATEGORIES+= mail
COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol)
+PKGREVISION= 1
CONFLICTS= php-imap-[0-9]*
-USE_PHP_EXT_PATCHES= yes
-
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.imap-uw}
@@ -15,16 +14,7 @@ CONFIGURE_ARGS+= --with-${MODNAME}-linka
CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no
-# Imap extension's config.m4 calls m4 macro PHP_SETUP_OPENSSL() which
-# expects PHP_ARG_WITH(openssl, ...) being called beforehand so that
-# PHP_OPENSSL is set. For a self contained extension build like for
-# this package this is not the case of course.
-CONFIGURE_ENV.SunOS+= PHP_OPENSSL=yes
-CONFIGURE_ENV.*+= PHP_OPENSSL=${SSLBASE:Q}
-CONFIGURE_ARGS.SunOS+= --with-${MODNAME}-ssl=yes
-CONFIGURE_ARGS.*+= --with-${MODNAME}-ssl=${SSLBASE}
-
+.include "options.mk"
.include "../../mail/imap-uw/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index