Date: Wed, 25 Jun 2014 19:26:41 +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: r359285 - head/devel/libee Message-ID: <201406251926.s5PJQfL1092643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251926.s5PJQfL1092643>