pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/courier-authlib Requires iconv. Try to reduc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a75b325d8e3
branches: trunk
changeset: 362312:2a75b325d8e3
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu May 11 09:22:36 2017 +0000
description:
Requires iconv. Try to reduce the include craziness a little bit.
diffstat:
security/courier-authlib/Makefile | 5 +++--
security/courier-authlib/Makefile.common | 9 +--------
2 files changed, 4 insertions(+), 10 deletions(-)
diffs (44 lines):
diff -r c163b941d7be -r 2a75b325d8e3 security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Thu May 11 09:13:27 2017 +0000
+++ b/security/courier-authlib/Makefile Thu May 11 09:22:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2016/10/09 21:42:02 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2017/05/11 09:22:36 jperkin Exp $
.include "Makefile.common"
@@ -74,7 +74,6 @@
POST_INSTALL_TARGETS= post-install-common post-install-authdaemon
.include "options.mk"
-.include "../../devel/libltdl/buildlink3.mk"
.for file in ${GEN_FILES}
CONF_FILES_PERMS+= ${EGDIR}/${file}.dist ${PKG_SYSCONFDIR}/${file} \
@@ -104,4 +103,6 @@
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${EGDIR}/authdaemonrc.dist
${CHMOD} ${SHAREMODE} ${DESTDIR}${EGDIR}/authdaemonrc.dist
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c163b941d7be -r 2a75b325d8e3 security/courier-authlib/Makefile.common
--- a/security/courier-authlib/Makefile.common Thu May 11 09:13:27 2017 +0000
+++ b/security/courier-authlib/Makefile.common Thu May 11 09:22:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2016/02/26 09:41:05 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.16 2017/05/11 09:22:36 jperkin Exp $
#
# used by mail/courier-mta/Makefile.common
@@ -20,10 +20,3 @@
CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}
CONFIGURE_ARGS.SunOS+= --with-waitfunc=wait3
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "OpenBSD"
-BUILDLINK_DEPMETHOD.libiconv?= build
-.include "../../converters/libiconv/buildlink3.mk"
-.endif
Home |
Main Index |
Thread Index |
Old Index