svn commit: r421311 - head/lang/cint

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 4 08:21:49 UTC 2016


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 at 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=
 


More information about the svn-ports-all mailing list