Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 17:36:13 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377338 - head/graphics/libspiro/files
Message-ID:  <201501181736.t0IHaD4W051677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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