From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 13:46:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31B3286A; Sun, 5 Oct 2014 13:46:12 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04FCB967; Sun, 5 Oct 2014 13:46:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95DkBVx000706; Sun, 5 Oct 2014 13:46:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95DkB4r000699; Sun, 5 Oct 2014 13:46:11 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410051346.s95DkB4r000699@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 5 Oct 2014 13:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370069 - head/deskutils/gnotime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 13:46:12 -0000 Author: madpilot Date: Sun Oct 5 13:46:11 2014 New Revision: 370069 URL: https://svnweb.freebsd.org/changeset/ports/370069 QAT: https://qat.redports.org/buildarchive/r370069/ Log: - Add options to choose which guile version to use - While here remove dirrms Modified: head/deskutils/gnotime/Makefile head/deskutils/gnotime/pkg-plist Modified: head/deskutils/gnotime/Makefile ============================================================================== --- head/deskutils/gnotime/Makefile Sun Oct 5 13:45:58 2014 (r370068) +++ head/deskutils/gnotime/Makefile Sun Oct 5 13:46:11 2014 (r370069) @@ -13,8 +13,7 @@ COMMENT= Time tracker for gnome2 LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ - libqof.so:${PORTSDIR}/databases/qof +LIB_DEPENDS= libqof.so:${PORTSDIR}/databases/qof USES= gettext gmake libtool pathfix pkgconfig USE_XORG= xscrnsaver @@ -32,6 +31,17 @@ LIBS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnotime.schemas +OPTIONS_SINGLE= GV +OPTIONS_SINGLE_GV= GUILE1 GUILE2 +OPTIONS_DEFAULT= GUILE1 + +GUILE1_DESC= Use lang/guile +GUILE2_DESC= Use lang/guile2 + +GUILE1_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile +GUILE2_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 +GUILE2_LDFLAGS= -lm + post-patch: @${REINPLACE_CMD} -e \ '/^install-data-am/s|install-data-local||' \ Modified: head/deskutils/gnotime/pkg-plist ============================================================================== --- head/deskutils/gnotime/pkg-plist Sun Oct 5 13:45:58 2014 (r370068) +++ head/deskutils/gnotime/pkg-plist Sun Oct 5 13:46:11 2014 (r370069) @@ -102,11 +102,3 @@ share/locale/wa/LC_MESSAGES/gnotime-2.0. share/locale/zh_CN/LC_MESSAGES/gnotime-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnotime-2.0.mo share/omf/gnotime/gnotime-C.omf -@dirrm share/omf/gnotime -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/ghtml/C -@dirrm %%DATADIR%%/ghtml -@dirrm %%DATADIR%% -@dirrm share/gnome/help/gnotime/C/figures -@dirrm share/gnome/help/gnotime/C -@dirrm share/gnome/help/gnotime