diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 4 | ||||
-rw-r--r-- | mail/qpopper/Makefile.common | 9 | ||||
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 7 |
4 files changed, 18 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 14ff67e8e08..a3ddcd41f7a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6280 2004/06/22 21:41:37 adrianp Exp $ +$NetBSD: CHANGES,v 1.6281 2004/06/22 23:53:52 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3025,3 +3025,4 @@ Changes to the packages collection and infrastructure in 2004: Added pkgfind-20040622 [xtraeme 2004-06-22] Added drivel-1.0.0 [jmmv 2004-06-22] Added SpeedyCGI-2.2 [adrianp 2004-06-22] + Updated qpopper to 4.0.5nb4 [xtraeme 2004-06-22] diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index ca426b4a68a..5f0397b3992 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2004/05/06 13:46:23 taca Exp $ +# $NetBSD: Makefile,v 1.42 2004/06/22 23:53:52 xtraeme Exp $ # DISTNAME= qpopper${VERSION} PKGNAME= qpopper-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index 23aad3f4ecb..e536ca29e28 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2003/03/13 07:23:25 itojun Exp $ +# $NetBSD: Makefile.common,v 1.9 2004/06/22 23:53:52 xtraeme Exp $ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \ @@ -31,4 +31,11 @@ CONFIGURE_ARGS+= --enable-servermode CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6" .endif +.if defined(QPOPPER_USE_DRAC) && !empty(QPOPPER_USE_DRAC:M[Yy][Ee][Ss]) +.include "../../mail/drac/buildlink3.mk" +CONFIGURE_ARGS+= --with-drac=${BUILDLINK_PREFIX.drac} +.endif + +BUILD_DEFS+= QPOPPER_USE_DRAC + LIBS+= ${LDFLAGS} diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 59f4fd9dbd6..5addc1bfdd8 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.252 2004/06/20 20:57:17 xtraeme Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.253 2004/06/22 23:53:52 xtraeme Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1841,6 +1841,11 @@ QPOPPER_USER?= pop # Possible: defined, not defined # Default: not defined +#QPOPPER_USE_DRAC= +# Used in qpopper package to enable drac support. +# Possible: yes or no, not defined. +# Default: not defined + RASMOL_DEPTH?= 8 # Used in rasmol package to choose display depth to compile the package # for, since it only supports one at a time. |