Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 20:38:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451794 - head/sysutils/u-boot-master
Message-ID:  <201710112038.v9BKc4vJ073350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct 11 20:38:03 2017
New Revision: 451794
URL: https://svnweb.freebsd.org/changeset/ports/451794

Log:
  Make the u-boot ports use swig 3.0 when building

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Wed Oct 11 20:04:04 2017	(r451793)
+++ head/sysutils/u-boot-master/Makefile	Wed Oct 11 20:38:03 2017	(r451794)
@@ -15,11 +15,12 @@ COMMENT=	Cross-build das u-boot for ${MODEL}
 LICENSE=	GPLv2
 
 BUILD_DEPENDS+=	gsed:textproc/gsed \
-		swig:devel/swig13 \
+		swig3.0:devel/swig30 \
 		dtc>=1.4.1:sysutils/dtc
 BUILD_DEPENDS+=	${COMPILER}:devel/${COMPILER}
 
 USES=		gmake python:build shebangfix
+BINARY_ALIAS=	swig3.0=swig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710112038.v9BKc4vJ073350>