Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:53:03 +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: r395836 - head/devel/ccons
Message-ID:  <201509021353.t82Dr3AX031880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 13:53:02 2015
New Revision: 395836
URL: https://svnweb.freebsd.org/changeset/ports/395836

Log:
  - Switch to USES=libedit as suggested by stage-qa
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/devel/ccons/Makefile

Modified: head/devel/ccons/Makefile
==============================================================================
--- head/devel/ccons/Makefile	Wed Sep  2 13:46:31 2015	(r395835)
+++ head/devel/ccons/Makefile	Wed Sep  2 13:53:02 2015	(r395836)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccons
 PORTVERSION=	r251
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 
@@ -19,7 +19,7 @@ RUN_DEPENDS=	clang++33:${PORTSDIR}/lang/
 LIB_DEPENDS=	libncurses.so:${PORTSDIR}/devel/ncurses
 
 ONLY_FOR_ARCHS=	i386 amd64
-USES=		cmake
+USES=		cmake libedit
 CMAKE_ARGS+=	-DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33
 CXXFLAGS+=	-fno-rtti
 
@@ -27,7 +27,7 @@ SUB_FILES=	ccons.sh
 PLIST_FILES=	bin/ccons man/man1/ccons.1.gz \
 		bin/ccons-bin
 
-WRKSRC=	${WRKDIR}/ccons
+WRKSRC=		${WRKDIR}/ccons
 
 .include <bsd.port.pre.mk>
 
@@ -35,10 +35,6 @@ WRKSRC=	${WRKDIR}/ccons
 CXXFLAGS+=	-stdlib=libc++
 .endif
 
-.if ${OSVERSION} < 900044
-BROKEN=	ccons does not work on FreeBSD < 9.0-RELEASE
-.endif
-
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/ccons ${STAGEDIR}${PREFIX}/bin/ccons-bin
 	@${INSTALL_SCRIPT} ${WRKDIR}/ccons.sh ${STAGEDIR}${PREFIX}/bin/ccons



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