update to swig-4.0.2, from daniel@

This commit is contained in:
sthen 2021-01-04 13:57:24 +00:00
parent 7eb9371166
commit 4a19004f06
4 changed files with 465 additions and 301 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.71 2020/11/17 03:19:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.72 2021/01/04 13:57:24 sthen Exp $
COMMENT = simplified wrapper and interface generator
SUBST_VARS = VERSION
VERSION = 3.0.12
VERSION = 4.0.2
DISTNAME = swig-${VERSION}
CATEGORIES = devel
REVISION = 1
HOMEPAGE = http://www.swig.org/
@ -23,8 +22,12 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=swig/}
MODULES = lang/python \
lang/ruby \
lang/tcl
MODRUBY_RUNDEP = No
MODPY_RUNDEP = No
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} \
lang/guile
LIB_DEPENDS = devel/pcre
@ -37,7 +40,7 @@ CONFIGURE_ARGS += --with-tclincl=${MODTCL_INCDIR} \
--with-python=${MODPY_BIN} \
--with-ruby=${RUBY} \
--without-mzscheme \
--without-php4 \
--without-php \
--without-ocaml
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/Tools/config

View File

@ -1,2 +1,2 @@
SHA256 (swig-3.0.12.tar.gz) = fPn0R65+0cUXIu/EXn8UQY0V16HhQ6yfCaZomZ9PyU0=
SIZE (swig-3.0.12.tar.gz) = 8149820
SHA256 (swig-4.0.2.tar.gz) = 1Tvpcw2NWKFr8MvR+KwMDD4QkFcxaL+hUbAetH+pBvw=
SIZE (swig-4.0.2.tar.gz) = 8097014

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-CCache_configure,v 1.2 2017/11/01 16:41:21 rsadowski Exp $
$OpenBSD: patch-CCache_configure,v 1.3 2021/01/04 13:57:24 sthen Exp $
Index: CCache/configure
--- CCache/configure.orig
+++ CCache/configure
@@ -3738,15 +3738,7 @@ else
@@ -3759,15 +3759,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdlib.h>

File diff suppressed because it is too large Load Diff