Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2014 16:04:17 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r339927 - in branches/2014Q1/print/gnome-specimen: . files
Message-ID:  <201401161604.s0GG4Hu9073521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jan 16 16:04:17 2014
New Revision: 339927
URL: http://svnweb.freebsd.org/changeset/ports/339927
QAT: https://qat.redports.org/buildarchive/r339927/

Log:
  MFH: r339926
  
  - Fix build on 10.0
  
  Approved by:	portmgr (implicit)

Added:
  branches/2014Q1/print/gnome-specimen/files/
     - copied from r339926, head/print/gnome-specimen/files/
Modified:
  branches/2014Q1/print/gnome-specimen/Makefile
  branches/2014Q1/print/gnome-specimen/pkg-descr   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/print/gnome-specimen/Makefile
==============================================================================
--- branches/2014Q1/print/gnome-specimen/Makefile	Thu Jan 16 16:02:10 2014	(r339926)
+++ branches/2014Q1/print/gnome-specimen/Makefile	Thu Jan 16 16:04:17 2014	(r339927)
@@ -13,20 +13,12 @@ COMMENT=	Gnome Specimen is a simple tool
 GNU_CONFIGURE=	yes
 USE_GNOME=	pygnomedesktop
 GCONF_SCHEMAS=	gnome-specimen.schemas
-USE_GMAKE=	yes
 USE_PYTHON=	yes
-USES=		gettext
-USE_AUTOTOOLS=	automake:env autoconf:env
-
+USES=		gettext gmake
+USE_AUTOTOOLS=	automake:env
 INSTALLS_ICONS=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-pre-configure:
-	( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} )
-
 post-configure:
 	@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: branches/2014Q1/print/gnome-specimen/pkg-descr
==============================================================================
--- branches/2014Q1/print/gnome-specimen/pkg-descr	Thu Jan 16 16:02:10 2014	(r339926)
+++ branches/2014Q1/print/gnome-specimen/pkg-descr	Thu Jan 16 16:04:17 2014	(r339927)
@@ -1,3 +1,3 @@
 Gnome Specimen is a simple tool to preview and compare installed fonts.
 
-WWW:	https://launchpad.net/gnome-specimen
+WWW: https://launchpad.net/gnome-specimen



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