Index: head/lang/cint/Makefile =================================================================== --- head/lang/cint/Makefile (revision 451658) +++ head/lang/cint/Makefile (revision 451659) @@ -1,44 +1,44 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= cint PORTVERSION= 5.18.00 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ MAINTAINER= fjoe@FreeBSD.org COMMENT= C/C++ interpreter BROKEN_powerpc64= does not build: cint/include/iosenum.h: segmentation fault (core dumped) BUILD_DEPENDS= bash:shells/bash HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" USE_GCC= yes USES= gmake readline tar:tgz USE_LDCONFIG= ${PREFIX}/lib/cint ALL_TARGET= # The port does not build with C++11/C++14, so explicitly use an older # standard. USE_CXXSTD= gnu++03 INSTALL_ARGS= --bindir=${STAGEDIR}${PREFIX}/bin\ --libdir=${STAGEDIR}${PREFIX}/lib/cint\ --mandir=${STAGEDIR}${PREFIX}/man\ --docdir=${STAGEDIR}${DOCSDIR} post-patch: ${REINPLACE_CMD} 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,' ${WRKSRC}/cint/lib/dll_stl/setup ${REINPLACE_CMD} 's,make ,${GMAKE} ,' ${WRKSRC}/cint/lib/*/setup do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/bash configure __have_the_proper_shell@ do-install: cd ${WRKSRC} && ${LOCALBASE}/bin/bash tool/INSTALLBIN ${INSTALL_ARGS} .include Index: head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h =================================================================== --- head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h (nonexistent) +++ head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h (revision 451659) @@ -0,0 +1,10 @@ +--- cint/lib/stdstrct/stdfunc.h.orig 2017-10-10 10:28:38.350426000 +0000 ++++ cint/lib/stdstrct/stdfunc.h 2017-10-10 10:37:21.898635000 +0000 +@@ -70,7 +70,6 @@ + int getc(FILE *fp); + int getchar(void); + char *getenv(const char *variable); +-char *gets(char *buffer); + struct tm* gmtime(time_t *caltime); + int isalnum(int c); + int isalpha(int c); Property changes on: head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property