pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/smtpfeed Add devel/sysexits bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdfc76d8d128
branches:  trunk
changeset: 502639:bdfc76d8d128
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 20:35:20 2005 +0000

description:
Add devel/sysexits bl3.
Add hacks.mk to get the libbind resolver on Interix.

diffstat:

 mail/smtpfeed/Makefile |   3 ++-
 mail/smtpfeed/hacks.mk |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r ad9d97487584 -r bdfc76d8d128 mail/smtpfeed/Makefile
--- a/mail/smtpfeed/Makefile    Mon Nov 07 20:31:56 2005 +0000
+++ b/mail/smtpfeed/Makefile    Mon Nov 07 20:35:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/03/24 21:12:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2005/11/07 20:35:20 tv Exp $
 
 DISTNAME=      smtpfeed-1.18
 PKGREVISION=   1
@@ -41,4 +41,5 @@
                ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; \
        done
 
+.include "../../devel/sysexits/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ad9d97487584 -r bdfc76d8d128 mail/smtpfeed/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/smtpfeed/hacks.mk    Mon Nov 07 20:35:20 2005 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: hacks.mk,v 1.1 2005/11/07 20:35:20 tv Exp $
+
+###
+### Need a real resolver on Interix.
+###
+.if ${OPSYS} == "Interix"
+BUILDLINK_PASSTHRU_DIRS+= /usr/local/include/bind /usr/local/lib/bind
+CPPFLAGS+=             -I/usr/local/include/bind
+LDFLAGS+=              -L/usr/local/lib/bind
+LIBS+=                 -lbind -ldb
+.endif



Home | Main Index | Thread Index | Old Index