From owner-svn-ports-head@FreeBSD.ORG Thu Feb 27 14:32:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D89A41FD; Thu, 27 Feb 2014 14:32:57 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C53FC103E; Thu, 27 Feb 2014 14:32:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1REWvSA095758; Thu, 27 Feb 2014 14:32:57 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1REWvfb095755; Thu, 27 Feb 2014 14:32:57 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201402271432.s1REWvfb095755@svn.freebsd.org> From: Diane Bruce Date: Thu, 27 Feb 2014 14:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346349 - in head/devel/swig20: . 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.17 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, 27 Feb 2014 14:32:57 -0000 Author: db Date: Thu Feb 27 14:32:57 2014 New Revision: 346349 URL: http://svnweb.freebsd.org/changeset/ports/346349 QAT: https://qat.redports.org/buildarchive/r346349/ Log: - swig generated header uses #include which is insufficient for clang PR: ports/186521 Approved by: maintainer (timeout > 14 days) Added: head/devel/swig20/files/patch-Lib_swigrun.swg (contents, props changed) Modified: head/devel/swig20/Makefile Modified: head/devel/swig20/Makefile ============================================================================== --- head/devel/swig20/Makefile Thu Feb 27 14:31:33 2014 (r346348) +++ head/devel/swig20/Makefile Thu Feb 27 14:32:57 2014 (r346349) @@ -3,6 +3,7 @@ PORTNAME= swig PORTVERSION= 2.0.11 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Added: head/devel/swig20/files/patch-Lib_swigrun.swg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/swig20/files/patch-Lib_swigrun.swg Thu Feb 27 14:32:57 2014 (r346349) @@ -0,0 +1,10 @@ +--- Lib/swigrun.swg.orig 2013-09-15 09:11:43.000000000 -0500 ++++ Lib/swigrun.swg 2014-02-06 14:04:08.000000000 -0500 +@@ -176,6 +176,7 @@ + #include + + #ifdef __cplusplus ++#include + extern "C" { + #endif +