From owner-svn-ports-head@FreeBSD.ORG Thu Jan 16 16:02:12 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 1CBF74D9; Thu, 16 Jan 2014 16:02: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E45CB19F4; Thu, 16 Jan 2014 16:02:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GG2B8I073027; Thu, 16 Jan 2014 16:02:11 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GG2Bdi073024; Thu, 16 Jan 2014 16:02:11 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201401161602.s0GG2Bdi073024@svn.freebsd.org> From: Steve Wills Date: Thu, 16 Jan 2014 16:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339926 - in head/print/gnome-specimen: . files 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: Thu, 16 Jan 2014 16:02:12 -0000 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 - -pre-configure: - ( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} ) - post-configure: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC} -.include +.include 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