svn commit: r418485 - head/www/sogo3/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 13 13:55:30 UTC 2016
Author: amdmi3
Date: Wed Jul 13 13:55:29 2016
New Revision: 418485
URL: https://svnweb.freebsd.org/changeset/ports/418485
Log:
- Add missed patch
PR: 211068
Submitted by: euan at potensol.com (maintainer)
Added:
head/www/sogo3/files/patch-configure (contents, props changed)
Added: head/www/sogo3/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/sogo3/files/patch-configure Wed Jul 13 13:55:29 2016 (r418485)
@@ -0,0 +1,18 @@
+--- configure.orig 2016-07-06 11:37:52 UTC
++++ configure
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ #
+ # Note: When adding make options to this script, ensure that the source still
+@@ -235,7 +235,8 @@ genConfigMake() {
+ cfgwrite "# $MAKE debug=yes"
+ cfgwrite ""
+
+- cfgwrite "TOPDIR:=$( sed 's/ /\\\ /g' <<< ${TOPDIR} )"
++ TOPDIR_CFGWRITE=`echo ${TOPDIR} | sed 's/ /\\\ /g'`
++ cfgwrite "TOPDIR:=${TOPDIR_CFGWRITE}"
+ cfgwrite ""
+
+ cfgwrite "NEEDS_GUI=no"
More information about the svn-ports-head
mailing list