From owner-svn-ports-head@FreeBSD.ORG Fri Apr 11 16:52:40 2014 Return-Path: Delivered-To: svn-ports-head@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 120DF9B; Fri, 11 Apr 2014 16:52:40 +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 F2F9A1348; Fri, 11 Apr 2014 16:52:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BGqdwT041196; Fri, 11 Apr 2014 16:52:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BGqdu7041194; Fri, 11 Apr 2014 16:52:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111652.s3BGqdu7041194@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 16:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351007 - head/math/gcalctool 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.17 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: Fri, 11 Apr 2014 16:52:40 -0000 Author: bapt Date: Fri Apr 11 16:52:39 2014 New Revision: 351007 URL: http://svnweb.freebsd.org/changeset/ports/351007 QAT: https://qat.redports.org/buildarchive/r351007/ Log: Support stage Modified: head/math/gcalctool/Makefile head/math/gcalctool/pkg-plist Modified: head/math/gcalctool/Makefile ============================================================================== --- head/math/gcalctool/Makefile Fri Apr 11 16:49:55 2014 (r351006) +++ head/math/gcalctool/Makefile Fri Apr 11 16:52:39 2014 (r351007) @@ -11,20 +11,16 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows +COMMENT= GNOME 2 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-2.31.* -USE_BZIP2= yes -USES= bison gettext pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 +USES= bison gettext gmake libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix intlhack gconf2 gnomedocutils gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gcalctool.1 GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml -NO_STAGE= yes .include Modified: head/math/gcalctool/pkg-plist ============================================================================== --- head/math/gcalctool/pkg-plist Fri Apr 11 16:49:55 2014 (r351006) +++ head/math/gcalctool/pkg-plist Fri Apr 11 16:52:39 2014 (r351007) @@ -1,6 +1,7 @@ bin/gcalccmd bin/gcalctool bin/gnome-calculator +man/man1/gcalctool.1.gz share/applications/gcalctool.desktop %%DATADIR%%/buttons-advanced.ui %%DATADIR%%/buttons-basic.ui