Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2018 10:10:25 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478118 - head/java/jikes
Message-ID:  <201808261010.w7QAAPrp049677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Aug 26 10:10:25 2018
New Revision: 478118
URL: https://svnweb.freebsd.org/changeset/ports/478118

Log:
  java/jikes: Unbreak on 12.0 and fix build with Clang 6
  
  checking for standard set_new_handler... no
  configure: error: Could not find standard set_new_handler function
  
  PR:		230673
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

Modified:
  head/java/jikes/Makefile

Modified: head/java/jikes/Makefile
==============================================================================
--- head/java/jikes/Makefile	Sun Aug 26 10:04:47 2018	(r478117)
+++ head/java/jikes/Makefile	Sun Aug 26 10:10:25 2018	(r478118)
@@ -10,13 +10,11 @@ MASTER_SITES=	SF/${PORTNAME}/Jikes/${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java source to byte-code compiler made available by IBM
 
-BROKEN_FreeBSD_12=	fails to configure: Could not find standard set_new_handler function
-
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_search_iconv=${ICONV_LIB} \
 		ac_cv_search_libiconv_open=no
-USES=		iconv gmake tar:bzip2
+USES=		autoreconf iconv gmake tar:bzip2
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib



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