Date: Thu, 3 Jul 2014 21:26:07 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360459 - head/print/dvipsk-tetex/files Message-ID: <201407032126.s63LQ7AV091902@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407032126.s63LQ7AV091902>