Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 16:15:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360400 - head/graphics/flam3
Message-ID:  <201407031615.s63GFLac039160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 16:15:20 2014
New Revision: 360400
URL: http://svnweb.freebsd.org/changeset/ports/360400
QAT: https://qat.redports.org/buildarchive/r360400/

Log:
  - Switch to USES=libtool, drop .la files
  - Use new LIB_DEPENDS syntax
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/flam3/Makefile
  head/graphics/flam3/pkg-plist

Modified: head/graphics/flam3/Makefile
==============================================================================
--- head/graphics/flam3/Makefile	Thu Jul  3 16:14:57 2014	(r360399)
+++ head/graphics/flam3/Makefile	Thu Jul  3 16:15:20 2014	(r360400)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flam3
 PORTVERSION=	2.7.18
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://flam3.com/ \
 		http://interwebfun.org/distfiles/
@@ -11,12 +11,12 @@ MASTER_SITES=	http://flam3.com/ \
 MAINTAINER=	john.c.prather@gmail.com
 COMMENT=	Flame Renderer
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
 		libxml2.so:${PORTSDIR}/textproc/libxml2 \
-		jpeg.11:${PORTSDIR}/graphics/jpeg
+		libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 
 CPPFLAGS+=	-I${LOCALBASE}/include/libpng15 -I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib

Modified: head/graphics/flam3/pkg-plist
==============================================================================
--- head/graphics/flam3/pkg-plist	Thu Jul  3 16:14:57 2014	(r360399)
+++ head/graphics/flam3/pkg-plist	Thu Jul  3 16:15:20 2014	(r360400)
@@ -5,7 +5,6 @@ bin/flam3-convert
 include/flam3.h
 include/isaac.h
 include/isaacs.h
-lib/libflam3.la
 lib/libflam3.a
 libdata/pkgconfig/flam3.pc
 share/flam3/flam3-palettes.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031615.s63GFLac039160>