From owner-svn-ports-all@freebsd.org Wed Dec 20 14:10:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A8A2E8B07F; Wed, 20 Dec 2017 14:10:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 64AEA6E9DB; Wed, 20 Dec 2017 14:10:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKEA3VB053646; Wed, 20 Dec 2017 14:10:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKEA3BR053644; Wed, 20 Dec 2017 14:10:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201712201410.vBKEA3BR053644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 20 Dec 2017 14:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456795 - in head/graphics/exact-image: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/graphics/exact-image: . files X-SVN-Commit-Revision: 456795 X-SVN-Commit-Repository: ports 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.25 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, 20 Dec 2017 14:10:04 -0000 Author: bapt Date: Wed Dec 20 14:10:03 2017 New Revision: 456795 URL: https://svnweb.freebsd.org/changeset/ports/456795 Log: Switch to swig 3.0 Modify a comment to make it swig 3.0 friendly Added: head/graphics/exact-image/files/patch-api_api-swig.hh (contents, props changed) Modified: head/graphics/exact-image/Makefile Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Wed Dec 20 13:48:47 2017 (r456794) +++ head/graphics/exact-image/Makefile Wed Dec 20 14:10:03 2017 (r456795) @@ -12,7 +12,7 @@ COMMENT= Fast image processing library LICENSE= GPLv2 -BUILD_DEPENDS= swig:devel/swig13 +BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libagg.so:graphics/agg \ libtiff.so:graphics/tiff \ libpng.so:graphics/png \ @@ -39,6 +39,7 @@ PLIST_FILES= ${BINS:S|^|bin/|} \ %%SITE_PERL%%/ExactImage.pm \ %%PYTHON_SITELIBDIR%%/ExactImage.py \ %%PYTHON_SITELIBDIR%%/_ExactImage.so +BINARY_ALIAS= swig=swig3.0 post-extract: @${RM} -r ${WRKSRC}/agg-2.4/ Added: head/graphics/exact-image/files/patch-api_api-swig.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/exact-image/files/patch-api_api-swig.hh Wed Dec 20 14:10:03 2017 (r456795) @@ -0,0 +1,11 @@ +--- api/api-swig.hh.orig 2009-03-19 13:00:11 UTC ++++ api/api-swig.hh +@@ -22,7 +22,7 @@ + %include "cstring.i" + %include "std_string.i" + +-# manually include it, otherwise SWIG will not source it ++/* manually include it, otherwise SWIG will not source it */ + %include "config.h" + + %{