svn commit: r360459 - head/print/dvipsk-tetex/files

Antoine Brodin antoine at FreeBSD.org
Thu Jul 3 21:26:08 UTC 2014


Author: antoine
Date: Thu Jul  3 21:26:06 2014
New Revision: 360459
URL: http://svnweb.freebsd.org/changeset/ports/360459
QAT: https://qat.redports.org/buildarchive/r360459/

Log:
  Attempt to unbreak on freebsd < 10, the desthack was not properly quoted

Added:
  head/print/dvipsk-tetex/files/patch-configure   (contents, props changed)
  head/print/dvipsk-tetex/files/patch-libs__configure   (contents, props changed)
  head/print/dvipsk-tetex/files/patch-texk__configure   (contents, props changed)

Added: head/print/dvipsk-tetex/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/dvipsk-tetex/files/patch-configure	Thu Jul  3 21:26:06 2014	(r360459)
@@ -0,0 +1,11 @@
+--- ./configure.orig	2005-02-06 18:27:03.000000000 +0000
++++ ./configure	2014-07-03 20:57:40.000000000 +0000
+@@ -640,7 +640,7 @@
+   | --no-cr | --no-c) ;;
+   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
+-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
++  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*|*[\$]*)
+   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
+   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+   esac

Added: head/print/dvipsk-tetex/files/patch-libs__configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/dvipsk-tetex/files/patch-libs__configure	Thu Jul  3 21:26:06 2014	(r360459)
@@ -0,0 +1,11 @@
+--- ./libs/configure.orig	2005-02-06 18:27:03.000000000 +0000
++++ ./libs/configure	2014-07-03 21:00:08.000000000 +0000
+@@ -498,7 +498,7 @@
+   | --no-cr | --no-c) ;;
+   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
+-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
++  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*|*[\$]*)
+   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
+   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+   esac

Added: head/print/dvipsk-tetex/files/patch-texk__configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/dvipsk-tetex/files/patch-texk__configure	Thu Jul  3 21:26:06 2014	(r360459)
@@ -0,0 +1,11 @@
+--- ./texk/configure.orig	2005-02-06 18:27:03.000000000 +0000
++++ ./texk/configure	2014-07-03 20:59:15.000000000 +0000
+@@ -751,7 +751,7 @@
+   | --no-cr | --no-c) ;;
+   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
+-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
++  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*|*[\$]*)
+   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
+   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
+   esac


More information about the svn-ports-head mailing list