Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 21:23:05 +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: r433915 - head/java/jlint
Message-ID:  <201702112123.v1BLN5JO079107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb 11 21:23:04 2017
New Revision: 433915
URL: https://svnweb.freebsd.org/changeset/ports/433915

Log:
  Fix build with libc++ (is_const is already defined by some libc++ headers)
  This make the port work without the gcc dependency

Modified:
  head/java/jlint/Makefile

Modified: head/java/jlint/Makefile
==============================================================================
--- head/java/jlint/Makefile	Sat Feb 11 21:08:48 2017	(r433914)
+++ head/java/jlint/Makefile	Sat Feb 11 21:23:04 2017	(r433915)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jlint
 PORTVERSION=	3.1.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	java devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -13,8 +13,6 @@ COMMENT=	Java program analyzer and check
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GCC=	yes
-
 PLIST_FILES=	bin/jlint \
 		bin/jlint.sh \
 		bin/antic



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