svn commit: r433915 - head/java/jlint
Baptiste Daroussin
bapt at FreeBSD.org
Sat Feb 11 21:23:06 UTC 2017
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
More information about the svn-ports-all
mailing list