diff options
Diffstat (limited to 'security/gnupg-devel/Makefile')
-rw-r--r-- | security/gnupg-devel/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 62eb5a9b2ee..29a54bdccb8 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2005/01/04 13:52:01 shannonjr Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/17 18:32:47 shannonjr Exp $ # -DISTNAME= gnupg-1.9.14 +DISTNAME= gnupg-1.9.15 PKGNAME= ${DISTNAME:S/gnupg/gnupg-devel/} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DISTFILES+= pth-2.0.0.tar.gz -SITES_pth-2.0.0.tar.gz= ${MASTER_SITE_GNU:=pth/} +DISTFILES+= pth-2.0.3.tar.gz +SITES_pth-2.0.3.tar.gz= ${MASTER_SITE_GNU:=pth/} MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/ @@ -25,6 +25,7 @@ USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth +CONFIGURE_ENV+= gnupg_cv_pth_is_sane=yes TEST_TARGET= check @@ -50,7 +51,7 @@ PLIST_SRC+= ${.CURDIR}/PLIST.gpgsm # We are building a static pth library and linking against it # While this is not very satisfying, gpgme hangs in it's gpgsm tests if we depend on the shared (pkgsrc) pth library pre-configure: - cd ${WRKDIR}/pth-2.0.0 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install + cd ${WRKDIR}/pth-2.0.3 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 |