Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 23:14:42 +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: r359020 - head/graphics/libraw
Message-ID:  <201406232314.s5NNEg0j014600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 23 23:14:41 2014
New Revision: 359020
URL: http://svnweb.freebsd.org/changeset/ports/359020
QAT: https://qat.redports.org/buildarchive/r359020/

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

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

Modified: head/graphics/libraw/Makefile
==============================================================================
--- head/graphics/libraw/Makefile	Mon Jun 23 23:09:05 2014	(r359019)
+++ head/graphics/libraw/Makefile	Mon Jun 23 23:14:41 2014	(r359020)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libraw
 PORTVERSION=	0.15.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libraw.org/data/
 DISTNAME=	LibRaw-${PORTVERSION}
@@ -17,7 +18,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 USE_LDCONFIG=	yes
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-examples --disable-jasper
 CFLAGS+=	-fPIC

Modified: head/graphics/libraw/pkg-plist
==============================================================================
--- head/graphics/libraw/pkg-plist	Mon Jun 23 23:09:05 2014	(r359019)
+++ head/graphics/libraw/pkg-plist	Mon Jun 23 23:14:41 2014	(r359020)
@@ -6,13 +6,13 @@ include/libraw/libraw_internal.h
 include/libraw/libraw_types.h
 include/libraw/libraw_version.h
 lib/libraw.a
-lib/libraw.la
 lib/libraw.so
 lib/libraw.so.9
+lib/libraw.so.9.0.0
 lib/libraw_r.a
-lib/libraw_r.la
 lib/libraw_r.so
 lib/libraw_r.so.9
+lib/libraw_r.so.9.0.0
 libdata/pkgconfig/libraw.pc
 libdata/pkgconfig/libraw_r.pc
 @dirrm include/libraw



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