ports/173029: devel/ccons update

Danilo Egêa Gondolfo danilogondolfo at gmail.com
Wed Oct 24 16:50:01 UTC 2012


>Number:         173029
>Category:       ports
>Synopsis:       devel/ccons update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 16:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.1-RC2
>Organization:
Universidade Estadual de Maringá
>Environment:
FreeBSD projeto 9.1-RC2 FreeBSD 9.1-RC2 #3 r241445: Thu Oct 11 13:09:02 BRT 2012     root at projeto:/usr/obj/usr/src/sys/PROJETO  amd64
>Description:
I've an update for the devel/ccons port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ccons
#	ccons/distinfo
#	ccons/Makefile
#	ccons/pkg-descr
#
echo c - ccons
mkdir -p ccons > /dev/null 2>&1
echo x - ccons/distinfo
sed 's/^X//' >ccons/distinfo << 'c23b1920a63330236da62a6aa36a7616'
XSHA256 (ccons-r236.tar.gz) = 115ab15a1fd04d35f285e7139094041d63b383a1813a0968affc4dc8e4105ffc
XSIZE (ccons-r236.tar.gz) = 26209
c23b1920a63330236da62a6aa36a7616
echo x - ccons/Makefile
sed 's/^X//' >ccons/Makefile << 'faa27d9bfb4366aa2cc0b41640bb4165'
X# $FreeBSD$
X
XPORTNAME=	ccons
XPORTVERSION=	r236
XCATEGORIES=	devel
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	danilogondolfo at gmail.com
XCOMMENT=	Interactive Console for the C Programming Language
X
XLICENSE=MIT
XLICENSE_FILE=${WRKSRC}/LICENSE
X
XBUILD_DEPENDS=	${LOCALBASE}/bin/llvm-config:${PORTSDIR}/devel/llvm \
X		${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang \
X		${LOCALBASE}/bin/ld:${PORTSDIR}/devel/binutils
XLIB_DEPENDS=	ncurses:${PORTSDIR}/devel/ncurses
X
XONLY_FOR_ARCHS=	i386 amd64
XUSE_CMAKE=	yes
XCMAKE_ARGS+=	-DLLVM_CONFIG_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/llvm-config
X
XCXX=	${LOCALBASE}/bin/clang++
XCXXFLAGS+=	-fno-rtti
XLDFLAGS+=	-lclangFrontendTool -lclangFrontend -lclangDriver -lclangSerialization \
X		-lclangCodeGen -lclangParse -lclangSema -lclangStaticAnalyzerCheckers \
X		-lclangStaticAnalyzerCore -lclangAnalysis -lclang -lclangAST -lclangLex \
X		-lclangBasic -ledit -lm ${PTHREAD_LIBS}
X
XPLIST_FILES=	bin/ccons
X
XWRKSRC=	${WRKDIR}/ccons
X
XMAKE_JOBS_SAFE=	yes
X
XMAN1=	ccons.1
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 900044
XBROKEN=	ccons doesn\'t work on FreeBSD < 9.0-RELEASE
X.endif
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/ccons ${PREFIX}/bin/ccons
X	@${INSTALL_MAN} ${WRKSRC}/man/ccons.1 ${MAN1PREFIX}/man/man1/ccons.1
X
X.include <bsd.port.post.mk>
faa27d9bfb4366aa2cc0b41640bb4165
echo x - ccons/pkg-descr
sed 's/^X//' >ccons/pkg-descr << 'b52cd9dbcb8e657803e2020735e88f55'
XThe goal of the ccons project is to create an interactive console
Xfor the C programming language, similar to "python" and "irb" for
XPython and Ruby respectively.
X
XWWW: http://code.google.com/p/ccons/
b52cd9dbcb8e657803e2020735e88f55
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list