From owner-svn-ports-head@FreeBSD.ORG Mon May 5 11:35:21 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 C992929F; Mon, 5 May 2014 11:35:21 +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 B6F0A12B5; Mon, 5 May 2014 11:35:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45BZLXc049846; Mon, 5 May 2014 11:35:21 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45BZLhH049845; Mon, 5 May 2014 11:35:21 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405051135.s45BZLhH049845@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 5 May 2014 11:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352995 - head/graphics/jpeg 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.18 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: Mon, 05 May 2014 11:35:21 -0000 Author: tijl Date: Mon May 5 11:35:21 2014 New Revision: 352995 URL: http://svnweb.freebsd.org/changeset/ports/352995 QAT: https://qat.redports.org/buildarchive/r352995/ Log: Convert to USES=libtool. Modified: head/graphics/jpeg/Makefile Modified: head/graphics/jpeg/Makefile ============================================================================== --- head/graphics/jpeg/Makefile Mon May 5 11:33:59 2014 (r352994) +++ head/graphics/jpeg/Makefile Mon May 5 11:35:21 2014 (r352995) @@ -3,7 +3,7 @@ PORTNAME= jpeg PORTVERSION= 8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ \ http://sylvana.net/jpegcrop/:exif @@ -20,9 +20,10 @@ CONFLICTS= libjpeg-turbo-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} DISTVERSION2= 8d -USE_AUTOTOOLS= libtool +# TODO: Remove :oldver together with patch-configure. +USES= libtool:oldver +GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared --enable-static ADDITIONAL_HEADER= jinclude.h jpegint.h