Date: Wed, 5 Feb 2014 13:37:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342697 - head/archivers/liborange Message-ID: <201402051337.s15DbZZS052936@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Feb 5 13:37:34 2014 New Revision: 342697 URL: http://svnweb.freebsd.org/changeset/ports/342697 QAT: https://qat.redports.org/buildarchive/r342697/ Log: Convert to USES=libtool Modified: head/archivers/liborange/Makefile head/archivers/liborange/pkg-plist Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Wed Feb 5 13:33:23 2014 (r342696) +++ head/archivers/liborange/Makefile Wed Feb 5 13:37:34 2014 (r342697) @@ -21,9 +21,8 @@ INNO_DESC= Build with expermential Inno VISE_DESC= Build with expermential VISE support MSI_DESC= Build with expermential MSI support -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= iconv pathfix pkgconfig +USES= iconv libtool pathfix pkgconfig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/archivers/liborange/pkg-plist ============================================================================== --- head/archivers/liborange/pkg-plist Wed Feb 5 13:33:23 2014 (r342696) +++ head/archivers/liborange/pkg-plist Wed Feb 5 13:37:34 2014 (r342697) @@ -5,5 +5,6 @@ lib/liborange.a lib/liborange.la lib/liborange.so lib/liborange.so.0 +lib/liborange.so.0.0.0 libdata/pkgconfig/liborange.pc man/man1/orange.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051337.s15DbZZS052936>