Date: Sun, 4 Sep 2016 08:21:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421311 - head/lang/cint Message-ID: <201609040821.u848LmGI042699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Sep 4 08:21:48 2016 New Revision: 421311 URL: https://svnweb.freebsd.org/changeset/ports/421311 Log: - Mark BROKEN on 9.x: sigsegv during build - While here, switch to USES=tar Approved by: portmgr blanket Modified: head/lang/cint/Makefile Modified: head/lang/cint/Makefile ============================================================================== --- head/lang/cint/Makefile Sun Sep 4 07:53:15 2016 (r421310) +++ head/lang/cint/Makefile Sun Sep 4 08:21:48 2016 (r421311) @@ -10,15 +10,15 @@ MASTER_SITES= http://root.cern.ch/drupal MAINTAINER= fjoe@FreeBSD.org COMMENT= C/C++ interpreter -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build +BROKEN_FreeBSD_9= does not build (sigsegv during build) BUILD_DEPENDS= bash:shells/bash -EXTRACT_SUFX= .tgz HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" USE_GCC= yes -USES= gmake readline +USES= gmake readline tar:tgz USE_LDCONFIG= ${PREFIX}/lib/cint ALL_TARGET=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609040821.u848LmGI042699>