diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-04 14:50:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-04 14:50:32 +0000 |
commit | ef5ff7ca4ab5caf52a51abe0adb0694691aee6c7 (patch) | |
tree | 14703abfd92e56644b6d7c0eeb97eef0d1aa3a04 /mail/teapop | |
parent | dd099cc6f310c3c8700f37d1a2d5a152884fa13b (diff) | |
download | pkgsrc-ef5ff7ca4ab5caf52a51abe0adb0694691aee6c7.tar.gz |
Link against libwrap to build link. Include tcp_wrappers/bl3 so we always have
libwrap available.
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 3 | ||||
-rw-r--r-- | mail/teapop/distinfo | 3 | ||||
-rw-r--r-- | mail/teapop/patches/patch-aa | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 668c3d8e141..4ce7aba02c3 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -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 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR} +.include "../../security/tcp_wrappers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index cc492980493..7a0c3bdba9b 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -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 --git a/mail/teapop/patches/patch-aa b/mail/teapop/patches/patch-aa new file mode 100644 index 00000000000..88d427a0668 --- /dev/null +++ b/mail/teapop/patches/patch-aa @@ -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 \ |