svn commit: r344954 - head/devel/giggle

Koop Mast kwm at FreeBSD.org
Tue Feb 18 20:17:20 UTC 2014


Author: kwm
Date: Tue Feb 18 20:17:19 2014
New Revision: 344954
URL: http://svnweb.freebsd.org/changeset/ports/344954
QAT: https://qat.redports.org/buildarchive/r344954/

Log:
  Drop e-d-s support, new version of e-d-s from gnome3 is not compatible.
  While here use USES=gmake, stagify, drop desktop-file-utils usage, strip.

Modified:
  head/devel/giggle/Makefile
  head/devel/giggle/pkg-plist

Modified: head/devel/giggle/Makefile
==============================================================================
--- head/devel/giggle/Makefile	Tue Feb 18 20:03:38 2014	(r344953)
+++ head/devel/giggle/Makefile	Tue Feb 18 20:17:19 2014	(r344954)
@@ -3,7 +3,7 @@
 
 PORTNAME=	giggle
 PORTVERSION=	0.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 
@@ -14,31 +14,24 @@ BUILD_DEPENDS=	git:${PORTSDIR}/devel/git
 		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 RUN_DEPENDS=	git:${PORTSDIR}/devel/git
 
-OPTIONS_DEFINE=	EDS VTE
-OPTIONS_DEFAULT=	EDS VTE
-EDS_DESC=	Evolution Data Server support
+OPTIONS_DEFINE=	VTE
+OPTIONS_DEFAULT=	VTE
 VTE_DESC=	Terminal Widget
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_GNOME=	glib20 gtk20 gtksourceview2 libglade2
-USES=		gettext pkgconfig
+USES=		gettext gmake pkgconfig
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl `pkg-config -libs gmodule-2.0`
+INSTALL_TARGET=	install-strip
 PLIST_SUB+=	GIGGLE_VER=${PORTVERSION}
+CONFIGURE_ARGS+=	--disable-evolution-data-server
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MEDS}
-USE_GNOME+=	evolutiondataserver
-.else
-CONFIGURE_ARGS+=	--disable-evolution-data-server
-.endif
-
 .if ${PORT_OPTIONS:MVTE}
 USE_GNOME+=	vte
 PLIST_SUB+=	VTE=""
@@ -47,7 +40,4 @@ CONFIGURE_ARGS+=	--disable-terminal
 PLIST_SUB+=	VTE="@comment "
 .endif
 
-post-install:
-	@-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/devel/giggle/pkg-plist
==============================================================================
--- head/devel/giggle/pkg-plist	Tue Feb 18 20:03:38 2014	(r344953)
+++ head/devel/giggle/pkg-plist	Tue Feb 18 20:17:19 2014	(r344954)
@@ -78,5 +78,3 @@ share/locale/zh_CN/LC_MESSAGES/giggle.mo
 @dirrm include/giggle/libgiggle-git
 @dirrm include/giggle/libgiggle
 @dirrm include/giggle
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-all mailing list