From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 20:36:15 2014 Return-Path: Delivered-To: svn-ports-all@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 15C3D320; Wed, 16 Jul 2014 20:36:15 +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 0356A2090; Wed, 16 Jul 2014 20:36:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GKaEH0094340; Wed, 16 Jul 2014 20:36:14 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GKaE7H094339; Wed, 16 Jul 2014 20:36:14 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201407162036.s6GKaE7H094339@svn.freebsd.org> From: Florian Smeets Date: Wed, 16 Jul 2014 20:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362109 - head/net/php53-xmlrpc/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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 20:36:15 -0000 Author: flo Date: Wed Jul 16 20:36:14 2014 New Revision: 362109 URL: http://svnweb.freebsd.org/changeset/ports/362109 QAT: https://qat.redports.org/buildarchive/r362109/ Log: Merge a patch from lang/php5 to fix build breakage. Requested by: George L. Yermulnik Added: head/net/php53-xmlrpc/files/ head/net/php53-xmlrpc/files/patch-config.m4 - copied unchanged from r361487, head/net/php5-xmlrpc/files/patch-config.m4 Copied: head/net/php53-xmlrpc/files/patch-config.m4 (from r361487, head/net/php5-xmlrpc/files/patch-config.m4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/php53-xmlrpc/files/patch-config.m4 Wed Jul 16 20:36:14 2014 (r362109, copy of r361487, head/net/php5-xmlrpc/files/patch-config.m4) @@ -0,0 +1,23 @@ +--- config.m4.orig 2014-05-15 08:00:57.801291749 +0000 ++++ config.m4 2014-05-15 08:01:40.161014307 +0000 +@@ -61,11 +61,9 @@ + fi + fi + +- dnl if iconv is shared or missing then we should build iconv ourselves +- if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then +- + if test "$PHP_ICONV_DIR" != "no"; then + PHP_ICONV=$PHP_ICONV_DIR ++ PHP_ADD_INCLUDE($PHP_ICONV_DIR/include) + fi + + if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then +@@ -75,7 +73,6 @@ + PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [ + AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) + ]) +- fi + fi + + if test "$PHP_XMLRPC" = "yes"; then