Date: Wed, 23 Jul 2014 22:30:15 +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: r362744 - head/graphics/epeg Message-ID: <201407232230.s6NMUFZf027326@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 22:30:14 2014 New Revision: 362744 URL: http://svnweb.freebsd.org/changeset/ports/362744 QAT: https://qat.redports.org/buildarchive/r362744/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/graphics/epeg/Makefile head/graphics/epeg/pkg-plist Modified: head/graphics/epeg/Makefile ============================================================================== --- head/graphics/epeg/Makefile Wed Jul 23 22:29:36 2014 (r362743) +++ head/graphics/epeg/Makefile Wed Jul 23 22:30:14 2014 (r362744) @@ -3,7 +3,7 @@ PORTNAME= epeg PORTVERSION= 0.9.1.042 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ @@ -15,8 +15,7 @@ COMMENT= Immensely fast JPEG thumbnailin LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= pathfix +USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Modified: head/graphics/epeg/pkg-plist ============================================================================== --- head/graphics/epeg/pkg-plist Wed Jul 23 22:29:36 2014 (r362743) +++ head/graphics/epeg/pkg-plist Wed Jul 23 22:30:14 2014 (r362744) @@ -1,7 +1,7 @@ bin/epeg include/Epeg.h lib/libepeg.a -lib/libepeg.la lib/libepeg.so -lib/libepeg.so.9 +lib/libepeg.so.0 +lib/libepeg.so.0.9.1 libdata/pkgconfig/epeg.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232230.s6NMUFZf027326>