From owner-svn-ports-all@FreeBSD.ORG Thu Apr 24 17:33:31 2014 Return-Path: Delivered-To: svn-ports-all@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 521CD8A8; Thu, 24 Apr 2014 17:33:31 +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 3E845178A; Thu, 24 Apr 2014 17:33:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OHXV7s048861; Thu, 24 Apr 2014 17:33:31 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3OHXUxw048859; Thu, 24 Apr 2014 17:33:30 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404241733.s3OHXUxw048859@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 24 Apr 2014 17:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352029 - head/graphics/corona 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.17 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: Thu, 24 Apr 2014 17:33:31 -0000 Author: tijl Date: Thu Apr 24 17:33:30 2014 New Revision: 352029 URL: http://svnweb.freebsd.org/changeset/ports/352029 QAT: https://qat.redports.org/buildarchive/r352029/ Log: - Convert to USES=libtool. - Use LDFLAGS instead of LIBS. Modified: head/graphics/corona/Makefile head/graphics/corona/pkg-plist Modified: head/graphics/corona/Makefile ============================================================================== --- head/graphics/corona/Makefile Thu Apr 24 17:32:00 2014 (r352028) +++ head/graphics/corona/Makefile Thu Apr 24 17:33:30 2014 (r352029) @@ -3,7 +3,7 @@ PORTNAME= corona PORTVERSION= 1.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF @@ -11,19 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphics library that supports most image formats LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ - libjpeg.so.11:${PORTSDIR}/graphics/jpeg + libjpeg.so:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= libtool -USE_GNOME= lthack GNU_CONFIGURE= yes +USES= libtool USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-Wall||' \ - ${WRKSRC}/configure +LDFLAGS+= -L${LOCALBASE}/lib .include Modified: head/graphics/corona/pkg-plist ============================================================================== --- head/graphics/corona/pkg-plist Thu Apr 24 17:32:00 2014 (r352028) +++ head/graphics/corona/pkg-plist Thu Apr 24 17:33:30 2014 (r352029) @@ -3,5 +3,4 @@ bin/corona-config include/corona.h lib/libcorona-1.0.2.so lib/libcorona.a -lib/libcorona.la lib/libcorona.so