From owner-svn-ports-head@FreeBSD.ORG Sat Apr 5 14:19:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F9ABE4; Sat, 5 Apr 2014 14:19:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2D24734B; Sat, 5 Apr 2014 14:19:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35EJXkP017746; Sat, 5 Apr 2014 14:19:33 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35EJXgY017745; Sat, 5 Apr 2014 14:19:33 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201404051419.s35EJXgY017745@svn.freebsd.org> From: Dirk Meyer Date: Sat, 5 Apr 2014 14:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350231 - head/graphics/giflib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 14:19:33 -0000 Author: dinoex Date: Sat Apr 5 14:19:32 2014 New Revision: 350231 URL: http://svnweb.freebsd.org/changeset/ports/350231 QAT: https://qat.redports.org/buildarchive/r350231/ Log: - use CONFIGURE_ENABLE - register all x11 libs - fix build with gcc48 Modified: head/graphics/giflib/Makefile Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Sat Apr 5 14:19:29 2014 (r350230) +++ head/graphics/giflib/Makefile Sat Apr 5 14:19:32 2014 (r350231) @@ -20,8 +20,11 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= DOCBOOK X11 +OPTIONS_SUB= yes DOCBOOK_DESC= Generate API documentation (requires DOCS) +X11_CONFIGURE_ENABLE= x11 + .include .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} @@ -33,12 +36,9 @@ PLIST_SUB+= WITH_DOCBOOK='@comment ' .endif .if ${PORT_OPTIONS:MX11} -USE_XORG= sm x11 -PLIST_SUB+= X11='' +USE_XORG= x11 sm ice CPPFLAGS+= -I${LOCALBASE}/include .else -PLIST_SUB+= X11='@comment ' -CONFIGURE_ARGS+= --with-x=no NOX11SUFFIX= -nox11 .endif