Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 16:52:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351007 - head/math/gcalctool
Message-ID:  <201404111652.s3BGqdu7041194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111652.s3BGqdu7041194>