svn commit: r359285 - head/devel/libee
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 25 19:26:41 UTC 2014
Author: amdmi3
Date: Wed Jun 25 19:26:40 2014
New Revision: 359285
URL: http://svnweb.freebsd.org/changeset/ports/359285
QAT: https://qat.redports.org/buildarchive/r359285/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/libee/Makefile
head/devel/libee/pkg-plist
Modified: head/devel/libee/Makefile
==============================================================================
--- head/devel/libee/Makefile Wed Jun 25 19:26:25 2014 (r359284)
+++ head/devel/libee/Makefile Wed Jun 25 19:26:40 2014 (r359285)
@@ -3,6 +3,7 @@
PORTNAME= libee
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.libee.org/files/download/
@@ -15,6 +16,7 @@ MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
+USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr"
CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench
Modified: head/devel/libee/pkg-plist
==============================================================================
--- head/devel/libee/pkg-plist Wed Jun 25 19:26:25 2014 (r359284)
+++ head/devel/libee/pkg-plist Wed Jun 25 19:26:40 2014 (r359285)
@@ -20,9 +20,9 @@ include/libee/valnode.h
include/libee/value.h
include/libee/valuetype.h
lib/libee.a
-lib/libee.la
lib/libee.so
lib/libee.so.0
+lib/libee.so.0.0.0
libdata/pkgconfig/libee.pc
sbin/libee-convert
@dirrm include/libee
More information about the svn-ports-all
mailing list