svn commit: r366630 - head/deskutils/planner
Tijl Coosemans
tijl at FreeBSD.org
Sat Aug 30 15:24:53 UTC 2014
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 at 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
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at 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
More information about the svn-ports-all
mailing list