Date: Tue, 19 Aug 2014 17:32:49 +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: r365408 - head/devel/cutter Message-ID: <201408191732.s7JHWnKn059427@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 19 17:32:48 2014 New Revision: 365408 URL: http://svnweb.freebsd.org/changeset/ports/365408 QAT: https://qat.redports.org/buildarchive/r365408/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/cutter/Makefile head/devel/cutter/pkg-plist Modified: head/devel/cutter/Makefile ============================================================================== --- head/devel/cutter/Makefile Tue Aug 19 17:31:15 2014 (r365407) +++ head/devel/cutter/Makefile Tue Aug 19 17:32:48 2014 (r365408) @@ -3,7 +3,7 @@ PORTNAME= cutter PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -16,7 +16,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/gra CPPFLAGS+= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pkgconfig USE_GNOME= intltool gnomehack glib20 gtk20 USE_LDCONFIG= yes WANT_GSTREAMER= yes Modified: head/devel/cutter/pkg-plist ============================================================================== --- head/devel/cutter/pkg-plist Tue Aug 19 17:31:15 2014 (r365407) +++ head/devel/cutter/pkg-plist Tue Aug 19 17:32:48 2014 (r365408) @@ -99,38 +99,26 @@ include/cutter/gdkcutter-pixbuf/gdkcut-p %%SOUP%%include/cutter/soupcutter/soupcut-assertions.h %%SOUP%%include/cutter/soupcutter/soupcut-client.h %%SOUP%%include/cutter/soupcutter/soupcut-server.h -lib/cutter/module/factory/report/pdf_factory.la lib/cutter/module/factory/report/pdf_factory.so -lib/cutter/module/factory/report/xml_factory.la lib/cutter/module/factory/report/xml_factory.so -lib/cutter/module/factory/stream/xml_factory.la lib/cutter/module/factory/stream/xml_factory.so -lib/cutter/module/factory/ui/console_factory.la lib/cutter/module/factory/ui/console_factory.so -lib/cutter/module/factory/ui/gtk_factory.la lib/cutter/module/factory/ui/gtk_factory.so -lib/cutter/module/report/pdf.la lib/cutter/module/report/pdf.so -lib/cutter/module/report/xml.la lib/cutter/module/report/xml.so -lib/cutter/module/stream/xml.la lib/cutter/module/stream/xml.so -lib/cutter/module/ui/console.la lib/cutter/module/ui/console.so -lib/cutter/module/ui/gtk.la lib/cutter/module/ui/gtk.so -%%GST%%lib/gstreamer-%%GST_VERSION%%/libgstcuttertest.la %%GST%%lib/gstreamer-%%GST_VERSION%%/libgstcuttertest.so -lib/libcppcutter.la lib/libcppcutter.so -lib/libcppcutter.so.1 -lib/libcutter.la +lib/libcppcutter.so.0 +lib/libcppcutter.so.0.1.0 lib/libcutter.so -lib/libcutter.so.1 -lib/libgdkcutter-pixbuf.la +lib/libcutter.so.0 +lib/libcutter.so.0.1.0 lib/libgdkcutter-pixbuf.so -lib/libgdkcutter-pixbuf.so.1 -%%SOUP%%lib/libsoupcutter.la +lib/libgdkcutter-pixbuf.so.0 +lib/libgdkcutter-pixbuf.so.0.1.0 %%SOUP%%lib/libsoupcutter.so %%SOUP%%lib/libsoupcutter.so.1 libdata/pkgconfig/cppcutter.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408191732.s7JHWnKn059427>