svn commit: r339927 - in branches/2014Q1/print/gnome-specimen: . files
Steve Wills
swills at FreeBSD.org
Thu Jan 16 16:04:17 UTC 2014
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
More information about the svn-ports-branches
mailing list