From owner-svn-ports-all@FreeBSD.ORG Tue Feb 18 20:17:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 947B74A3; Tue, 18 Feb 2014 20:17:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6647D1015; Tue, 18 Feb 2014 20:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IKHKEN028179; Tue, 18 Feb 2014 20:17:20 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IKHK7j028177; Tue, 18 Feb 2014 20:17:20 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402182017.s1IKHK7j028177@svn.freebsd.org> From: Koop Mast Date: Tue, 18 Feb 2014 20:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344954 - head/devel/giggle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 20:17:20 -0000 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 -.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 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 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true