Skip to content

Commit

Permalink
devel/swig: Update to 4.1.1
Browse files Browse the repository at this point in the history
- Sort PLIST

part of llvm fix are taken from [1] and [2]

Changes:	https://github.com/swig/swig/blob/master/CHANGES
		https://swig.org/news.html
Obtained from:	llvm/llvm-project@f0a25fe [1]
		llvm/llvm-project@81fc5f7 [2]
PR:		270720
Exp-run by:	antoine
  • Loading branch information
sunpoet committed Apr 18, 2023
1 parent 1b55e54 commit 7a2aacf
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 169 deletions.
9 changes: 5 additions & 4 deletions devel/swig/Makefile
@@ -1,22 +1,23 @@
PORTNAME= swig
PORTVERSION= 4.0.2
PORTVERSION= 4.1.1
CATEGORIES= devel
MASTER_SITES= SF/swig/swig/swig-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate wrappers for calling C/C++ code from other languages
WWW= https://www.swig.org/
WWW= https://swig.org/

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE-GPL

LIB_DEPENDS= libpcre.so:devel/pcre
LIB_DEPENDS= libpcre2-8.so:devel/pcre2

USES= lua:build

ALL_TARGET= # empty
CFLAGS+= -fPIC -DPIC
CONFIGURE_ARGS= --with-lua=${LOCALBASE}/bin/${LUA_CMD} \
CONFIGURE_ARGS= --with-boost=no \
--with-lua=${LOCALBASE}/bin/${LUA_CMD} \
--with-luaincl=${LUA_INCDIR} \
--with-lualib=${LUA_LIBDIR}
GNU_CONFIGURE= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/swig/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592835215
SHA256 (swig-4.0.2.tar.gz) = d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc
SIZE (swig-4.0.2.tar.gz) = 8097014
TIMESTAMP = 1681843832
SHA256 (swig-4.1.1.tar.gz) = 2af08aced8fcd65cdb5cc62426768914bedc735b1c250325203716f78e39ac9b
SIZE (swig-4.1.1.tar.gz) = 8600805

0 comments on commit 7a2aacf

Please sign in to comment.