From owner-svn-ports-all@freebsd.org Sun Nov 22 17:33:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7A60A34174; Sun, 22 Nov 2015 17:33:06 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 888481E52; Sun, 22 Nov 2015 17:33:06 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAMHX5Oj003601; Sun, 22 Nov 2015 17:33:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAMHX5BE003599; Sun, 22 Nov 2015 17:33:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511221733.tAMHX5BE003599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 22 Nov 2015 17:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402237 - in head/security/libgcrypt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 17:33:06 -0000 Author: pi Date: Sun Nov 22 17:33:05 2015 New Revision: 402237 URL: https://svnweb.freebsd.org/changeset/ports/402237 Log: security/libgcrypt: Re-add missing patch - This patch was removed when updating to 1.6.4, so the patch needs to be put back in order to solve the bug 204399. PR: 204600 Submitted by: Carlos J. Puga Medina (maintainer) Added: head/security/libgcrypt/files/ head/security/libgcrypt/files/patch-cipher-Makefile.in - copied, changed from r400318, head/security/libgcrypt/files/patch-cipher-Makefile.in Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Sun Nov 22 17:16:08 2015 (r402236) +++ head/security/libgcrypt/Makefile Sun Nov 22 17:33:05 2015 (r402237) @@ -2,7 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= GNUPG Copied and modified: head/security/libgcrypt/files/patch-cipher-Makefile.in (from r400318, head/security/libgcrypt/files/patch-cipher-Makefile.in) ============================================================================== --- head/security/libgcrypt/files/patch-cipher-Makefile.in Tue Oct 27 15:54:49 2015 (r400318, copy source) +++ head/security/libgcrypt/files/patch-cipher-Makefile.in Sun Nov 22 17:33:05 2015 (r402237) @@ -1,6 +1,14 @@ ---- cipher/Makefile.in.orig 2015-01-21 19:09:47.000000000 +0100 -+++ cipher/Makefile.in 2015-01-21 19:13:35.000000000 +0100 -@@ -766,6 +766,12 @@ +--- cipher/Makefile.in.orig 2015-09-08 06:32:11 UTC ++++ cipher/Makefile.in +@@ -818,13 +818,19 @@ uninstall-am: + tags tags-am uninstall uninstall-am + + +-# We need to lower the optimization for this module. ++# We need to lower the optimization for these modules. + tiger.o: $(srcdir)/tiger.c + `echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` + tiger.lo: $(srcdir)/tiger.c `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `