pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/teapop Link against libwrap to build link. Includ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4de92db8065f
branches:  trunk
changeset: 485132:4de92db8065f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 04 14:50:32 2004 +0000

description:
Link against libwrap to build link. Include tcp_wrappers/bl3 so we always have
libwrap available.

diffstat:

 mail/teapop/Makefile         |   3 ++-
 mail/teapop/distinfo         |   3 ++-
 mail/teapop/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 01d9056f95ba -r 4de92db8065f mail/teapop/Makefile
--- a/mail/teapop/Makefile      Sat Dec 04 14:19:08 2004 +0000
+++ b/mail/teapop/Makefile      Sat Dec 04 14:50:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/11/25 20:49:30 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/04 14:50:32 wiz Exp $
 
 DISTNAME=      teapop-0.3.8
 PKGREVISION=   1
@@ -29,4 +29,5 @@
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR}
 
+.include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 01d9056f95ba -r 4de92db8065f mail/teapop/distinfo
--- a/mail/teapop/distinfo      Sat Dec 04 14:19:08 2004 +0000
+++ b/mail/teapop/distinfo      Sat Dec 04 14:50:32 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.8 2004/07/23 14:08:41 zuntum Exp $
+$NetBSD: distinfo,v 1.9 2004/12/04 14:50:32 wiz Exp $
 
 SHA1 (teapop-0.3.8.tar.gz) = 33632cc34148d88408bcb9afa5433c1a103f3cf5
 Size (teapop-0.3.8.tar.gz) = 147098 bytes
+SHA1 (patch-aa) = f6b8a9d20748bb1579c4fc234e40d7f11cccea42
diff -r 01d9056f95ba -r 4de92db8065f mail/teapop/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/teapop/patches/patch-aa      Sat Dec 04 14:50:32 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2004/12/04 14:50:32 wiz Exp $
+
+--- teapop/Makefile.in.orig    2003-08-04 17:33:48.000000000 +0200
++++ teapop/Makefile.in
+@@ -34,7 +34,7 @@ SRC=${OBJS:%.o=%.c}
+       ${CC} ${CFLAGS} -c $< -o $@
+ 
+ build: ${OBJS}
+-      ${CC} ${CFLAGS} ${OBJS} ${LDFLAGS} ${LIBS} -o teapop
++      ${CC} ${CFLAGS} ${OBJS} ${LDFLAGS} ${LIBS} -o teapop -lwrap
+ 
+ install: build
+       @ if [ -f ${DESTDIR}/${libexecdir} ]; then                                      \



Home | Main Index | Thread Index | Old Index