svn commit: r339926 - in head/print/gnome-specimen: . files

Steve Wills swills at FreeBSD.org
Thu Jan 16 16:02:12 UTC 2014


Author: swills
Date: Thu Jan 16 16:02:10 2014
New Revision: 339926
URL: http://svnweb.freebsd.org/changeset/ports/339926
QAT: https://qat.redports.org/buildarchive/r339926/

Log:
  - Fix build on 10.0

Added:
  head/print/gnome-specimen/files/
  head/print/gnome-specimen/files/patch-po__Makefile.in.in   (contents, props changed)
Modified:
  head/print/gnome-specimen/Makefile
  head/print/gnome-specimen/pkg-descr   (contents, props changed)

Modified: head/print/gnome-specimen/Makefile
==============================================================================
--- head/print/gnome-specimen/Makefile	Thu Jan 16 15:57:36 2014	(r339925)
+++ head/print/gnome-specimen/Makefile	Thu Jan 16 16:02:10 2014	(r339926)
@@ -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>

Added: head/print/gnome-specimen/files/patch-po__Makefile.in.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/gnome-specimen/files/patch-po__Makefile.in.in	Thu Jan 16 16:02:10 2014	(r339926)
@@ -0,0 +1,11 @@
+--- ./po/Makefile.in.in.orig	2007-12-31 14:13:00.000000000 +0000
++++ ./po/Makefile.in.in	2014-01-16 04:29:48.961550106 +0000
+@@ -44,7 +44,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ 
+-GMSGFMT = @GMSGFMT@
++GMSGFMT = @MSGFMT@
+ MSGFMT = @MSGFMT@
+ XGETTEXT = @XGETTEXT@
+ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@

Modified: head/print/gnome-specimen/pkg-descr
==============================================================================
--- head/print/gnome-specimen/pkg-descr	Thu Jan 16 15:57:36 2014	(r339925)
+++ head/print/gnome-specimen/pkg-descr	Thu Jan 16 16:02:10 2014	(r339926)
@@ -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


More information about the svn-ports-all mailing list