Date: Thu, 24 Apr 2014 17:33:30 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352029 - head/graphics/corona Message-ID: <201404241733.s3OHXUxw048859@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241733.s3OHXUxw048859>