Received: by mail.netbsd.org (Postfix, from userid 605) id 9816B84D76; Tue, 22 Aug 2017 12:05:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A68D84D6A for ; Tue, 22 Aug 2017 12:05:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8VKb3rsb5CF9 for ; Tue, 22 Aug 2017 12:05:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8CC6584D3C for ; Tue, 22 Aug 2017 12:05:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88300FA7A; Tue, 22 Aug 2017 12:05:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150340354515810" MIME-Version: 1.0 Date: Tue, 22 Aug 2017 12:05:45 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/security/gnutls To: pkgsrc-changes@NetBSD.org Reply-To: jmcneill@netbsd.org X-Mailer: log_accum Message-Id: <20170822120545.88300FA7A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150340354515810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jmcneill Date: Tue Aug 22 12:05:45 UTC 2017 Modified Files: pkgsrc/security/gnutls: Makefile Log Message: Make sure the configure script picks up the correct copy of libintl To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 pkgsrc/security/gnutls/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150340354515810 Content-Disposition: inline Content-Length: 948 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnutls/Makefile diff -u pkgsrc/security/gnutls/Makefile:1.173 pkgsrc/security/gnutls/Makefile:1.174 --- pkgsrc/security/gnutls/Makefile:1.173 Tue Aug 8 16:38:41 2017 +++ pkgsrc/security/gnutls/Makefile Tue Aug 22 12:05:45 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.173 2017/08/08 16:38:41 jlam Exp $ +# $NetBSD: Makefile,v 1.174 2017/08/22 12:05:45 jmcneill Exp $ DISTNAME= gnutls-3.5.13 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/ EXTRACT_SUFX= .tar.xz @@ -22,6 +23,7 @@ CONFIGURE_ARGS+= --disable-guile CONFIGURE_ARGS+= --disable-libdane CONFIGURE_ARGS+= --without-tpm CONFIGURE_ARGS+= --disable-valgrind-tests +CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} # Assembler support is broken for SunOS in 3.2.9. CONFIGURE_ARGS.SunOS+= --disable-hardware-acceleration CONFIGURE_ARGS.FreeBSD+=ac_cv_type_max_align_t=yes --_----------=_150340354515810--