Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 15:24:53 +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: r366630 - head/deskutils/planner
Message-ID:  <201408301524.s7UFOrSl090174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Aug 30 15:24:52 2014
New Revision: 366630
URL: http://svnweb.freebsd.org/changeset/ports/366630
QAT: https://qat.redports.org/buildarchive/r366630/

Log:
  - Convert to USES=desktop-file-utils libtool shared-mime-info
  - Add INSTALL_TARGET=install-strip
  - Don't enable static plugins

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

Modified: head/deskutils/planner/Makefile
==============================================================================
--- head/deskutils/planner/Makefile	Sat Aug 30 15:19:57 2014	(r366629)
+++ head/deskutils/planner/Makefile	Sat Aug 30 15:24:52 2014	(r366630)
@@ -4,7 +4,7 @@
 
 PORTNAME=	planner
 PORTVERSION=	0.14.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,19 +12,21 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Project management application for GNOME 2
 
-USES=		pathfix gettext gmake pkgconfig tar:xz
+USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
+		shared-mime-info tar:xz
 USE_GNOME=	gnomeprefix intlhack libgnomeui libgnomeprintui \
-		libgsf desktopfileutils
+		libgsf
 WANT_GNOME=	yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-static \
-		--disable-python \
-		--disable-python-plugin
+CONFIGURE_ARGS=	--disable-python \
+		--disable-python-plugin \
+		--disable-update-mimedb
 CPPFLAGS+=	-I${LOCALBASE}/include -DGLIB_COMPILATION
-LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	planner.schemas
 

Modified: head/deskutils/planner/pkg-plist
==============================================================================
--- head/deskutils/planner/pkg-plist	Sat Aug 30 15:19:57 2014	(r366629)
+++ head/deskutils/planner/pkg-plist	Sat Aug 30 15:24:52 2014	(r366630)
@@ -16,27 +16,14 @@ include/planner-1.0/libplanner/mrp-task.
 include/planner-1.0/libplanner/mrp-time.h
 include/planner-1.0/libplanner/mrp-types.h
 include/planner-1.0/libplanner/planner.h
-lib/libplanner-1.a
-lib/libplanner-1.la
 lib/libplanner-1.so
 lib/libplanner-1.so.0
-lib/planner/file-modules/libmrp-xml.a
-lib/planner/file-modules/libmrp-xml.la
+lib/libplanner-1.so.0.0.0
 lib/planner/file-modules/libmrp-xml.so
-lib/planner/file-modules/libmrp-xsl.a
-lib/planner/file-modules/libmrp-xsl.la
 lib/planner/file-modules/libmrp-xsl.so
-lib/planner/plugins/libhtml-plugin.a
-lib/planner/plugins/libhtml-plugin.la
 lib/planner/plugins/libhtml-plugin.so
-lib/planner/plugins/libmsp-plugin.a
-lib/planner/plugins/libmsp-plugin.la
 lib/planner/plugins/libmsp-plugin.so
-lib/planner/plugins/libxmlplanner-plugin.a
-lib/planner/plugins/libxmlplanner-plugin.la
 lib/planner/plugins/libxmlplanner-plugin.so
-lib/planner/storage-modules/libstorage-mrproject-1.a
-lib/planner/storage-modules/libstorage-mrproject-1.la
 lib/planner/storage-modules/libstorage-mrproject-1.so
 libdata/pkgconfig/libplanner-1.pc
 man/man1/planner.1.gz
@@ -210,7 +197,6 @@ share/locale/vi/LC_MESSAGES/planner.mo
 share/locale/zh_CN/LC_MESSAGES/planner.mo
 share/locale/zh_HK/LC_MESSAGES/planner.mo
 share/locale/zh_TW/LC_MESSAGES/planner.mo
-share/mime/application/x-planner.xml
 share/mime/packages/planner.xml
 share/omf/planner/planner-C.omf
 share/omf/planner/planner-eu.omf
@@ -294,10 +280,6 @@ share/planner/ui/xml-planner-plugin.ui
 @dirrm lib/planner
 @dirrm include/planner-1.0/libplanner
 @dirrm include/planner-1.0
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/rw/LC_MESSAGES



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