svn commit: r352029 - head/graphics/corona

Tijl Coosemans tijl at FreeBSD.org
Thu Apr 24 17:33:31 UTC 2014


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 at 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


More information about the svn-ports-all mailing list