From owner-svn-ports-branches@freebsd.org Fri Feb 26 16:04:56 2016 Return-Path: Delivered-To: svn-ports-branches@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 DD38CAB5528; Fri, 26 Feb 2016 16:04:56 +0000 (UTC) (envelope-from feld@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 977F62F7; Fri, 26 Feb 2016 16:04:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QG4tip023606; Fri, 26 Feb 2016 16:04:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1QG4tY4023605; Fri, 26 Feb 2016 16:04:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602261604.u1QG4tY4023605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 26 Feb 2016 16:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409621 - in branches/2016Q1/graphics/giflib: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 16:04:57 -0000 Author: feld Date: Fri Feb 26 16:04:55 2016 New Revision: 409621 URL: https://svnweb.freebsd.org/changeset/ports/409621 Log: MFH: r409619 graphics/giflib: Add patches to prevent exporting reallocarray PR: 205676 Approved by: ports-secteam (with hat) Added: branches/2016Q1/graphics/giflib/files/ - copied from r409619, head/graphics/giflib/files/ Modified: branches/2016Q1/graphics/giflib/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/giflib/Makefile ============================================================================== --- branches/2016Q1/graphics/giflib/Makefile Fri Feb 26 16:04:44 2016 (r409620) +++ branches/2016Q1/graphics/giflib/Makefile Fri Feb 26 16:04:55 2016 (r409621) @@ -3,6 +3,7 @@ PORTNAME= giflib PORTVERSION= 5.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} @@ -25,13 +26,14 @@ INSTALL_TARGET= install-strip .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \ docbook-xml>0:${PORTSDIR}/textproc/docbook-xml +.else +CONFIGURE_ENV+= have_xmlto=no .endif -post-patch: -.if ! ${PORT_OPTIONS:MDOCBOOK} || ! ${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} \ - -e 's|SUBDIRS = lib util doc pic|SUBDIRS = lib util pic|' \ - ${WRKSRC}/Makefile.in +.if ${OSVERSION} >= 1100072 +EXTRA_PATCHES= ${FILESDIR}/extra-patch-unbundle-reallocarray +.else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-hide-reallocarray .endif post-install: