svn commit: r377338 - head/graphics/libspiro/files

Don Lewis truckman at FreeBSD.org
Sun Jan 18 17:36:13 UTC 2015


Author: truckman
Date: Sun Jan 18 17:36:12 2015
New Revision: 377338
URL: https://svnweb.freebsd.org/changeset/ports/377338
QAT: https://qat.redports.org/buildarchive/r377338/

Log:
  Add a patch to nuke an extraneous $ in configure.ac that
  gives the FreeBSD 8 version of /bin/sh heartburn.
  
  PR:		196780
  Differential Revision:	https://reviews.freebsd.org/D1546
  Approved by:	mat (mentor)
  Approved by:	cyberbotx at cyberbotx.com (maintainer)

Added:
  head/graphics/libspiro/files/
  head/graphics/libspiro/files/patch-configure.ac   (contents, props changed)

Added: head/graphics/libspiro/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libspiro/files/patch-configure.ac	Sun Jan 18 17:36:12 2015	(r377338)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-12-04 07:35:06 UTC
++++ configure.ac
+@@ -137,7 +137,7 @@ AC_CANONICAL_HOST
+ #-------------------------------------------
+ # Pass variables to MAKEFILE.AM
+ AC_SUBST(HOST,$host)
+-AC_SUBST(LIBSPIRO_VERSION,$spiro_info)
++AC_SUBST(LIBSPIRO_VERSION,spiro_info)
+ 
+ #-------------------------------------------
+ # Check for and add usable compiler warnings


More information about the svn-ports-all mailing list