Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 17:48:22 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366910 - head/deskutils/gnote
Message-ID:  <201409011748.s81HmM3q060878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Sep  1 17:48:22 2014
New Revision: 366910
URL: http://svnweb.freebsd.org/changeset/ports/366910
QAT: https://qat.redports.org/buildarchive/r366910/

Log:
  Convert to USES=libtool and add INSTALL_TARGET=install-strip
  
  Obtained from:	gnome-dev

Modified:
  head/deskutils/gnote/Makefile
  head/deskutils/gnote/pkg-plist

Modified: head/deskutils/gnote/Makefile
==============================================================================
--- head/deskutils/gnote/Makefile	Mon Sep  1 17:36:34 2014	(r366909)
+++ head/deskutils/gnote/Makefile	Mon Sep  1 17:48:22 2014	(r366910)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnote
 PORTVERSION=	0.7.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -19,18 +19,18 @@ LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}
 		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 
-USE_GNOME=	gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \
-		ltverhack gnomepanel
-USES=		gettext gmake pkgconfig tar:xz
+USE_GNOME=	gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \
+		gnomepanel
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
 INSTALLS_OMF=	yes
 GCONF_SCHEMAS=	gnote.schemas
-USE_AUTOTOOLS=	libtool
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PANELAPPLET_SERVER_DIR="${PREFIX}/libdata/bonobo/servers"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-dbus
+INSTALL_TARGET=	install-strip
 DOCS=		AUTHORS ChangeLog NEWS README TODO
 
 OPTIONS_DEFINE=	DOCS APPLET

Modified: head/deskutils/gnote/pkg-plist
==============================================================================
--- head/deskutils/gnote/pkg-plist	Mon Sep  1 17:36:34 2014	(r366909)
+++ head/deskutils/gnote/pkg-plist	Mon Sep  1 17:48:22 2014	(r366910)
@@ -1,33 +1,23 @@
 bin/gnote
 lib/gnote/addins/%%VERSION%%/backlinks.a
-lib/gnote/addins/%%VERSION%%/backlinks.la
 lib/gnote/addins/%%VERSION%%/backlinks.so
 lib/gnote/addins/%%VERSION%%/bugzilla.a
-lib/gnote/addins/%%VERSION%%/bugzilla.la
 lib/gnote/addins/%%VERSION%%/bugzilla.so
 lib/gnote/addins/%%VERSION%%/exporttohtml.a
-lib/gnote/addins/%%VERSION%%/exporttohtml.la
 lib/gnote/addins/%%VERSION%%/exporttohtml.so
 lib/gnote/addins/%%VERSION%%/fixedwidth.a
-lib/gnote/addins/%%VERSION%%/fixedwidth.la
 lib/gnote/addins/%%VERSION%%/fixedwidth.so
 lib/gnote/addins/%%VERSION%%/inserttimestamp.a
-lib/gnote/addins/%%VERSION%%/inserttimestamp.la
 lib/gnote/addins/%%VERSION%%/inserttimestamp.so
 lib/gnote/addins/%%VERSION%%/noteoftheday.a
-lib/gnote/addins/%%VERSION%%/noteoftheday.la
 lib/gnote/addins/%%VERSION%%/noteoftheday.so
 lib/gnote/addins/%%VERSION%%/printnotes.a
-lib/gnote/addins/%%VERSION%%/printnotes.la
 lib/gnote/addins/%%VERSION%%/printnotes.so
 lib/gnote/addins/%%VERSION%%/stickynoteimport.a
-lib/gnote/addins/%%VERSION%%/stickynoteimport.la
 lib/gnote/addins/%%VERSION%%/stickynoteimport.so
 lib/gnote/addins/%%VERSION%%/tomboyimport.a
-lib/gnote/addins/%%VERSION%%/tomboyimport.la
 lib/gnote/addins/%%VERSION%%/tomboyimport.so
 lib/gnote/addins/%%VERSION%%/underline.a
-lib/gnote/addins/%%VERSION%%/underline.la
 lib/gnote/addins/%%VERSION%%/underline.so
 %%APPLET%%libdata/bonobo/servers/GNOME_GnoteApplet.server
 %%APPLET%%libexec/gnote-applet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011748.s81HmM3q060878>