From owner-svn-ports-head@FreeBSD.ORG Thu Jul 3 21:26:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C39EE6D7; Thu, 3 Jul 2014 21:26:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4B2025F3; Thu, 3 Jul 2014 21:26:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63LQ7Tl091905; Thu, 3 Jul 2014 21:26:07 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63LQ7AV091902; Thu, 3 Jul 2014 21:26:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201407032126.s63LQ7AV091902@svn.freebsd.org> From: Antoine Brodin Date: Thu, 3 Jul 2014 21:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360459 - head/print/dvipsk-tetex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 21:26:08 -0000 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