Date: Tue, 10 Oct 2017 10:54:27 +0000 (UTC) From: Max Khon <fjoe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451659 - in head/lang/cint: . files Message-ID: <201710101054.v9AAsRH2027361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fjoe Date: Tue Oct 10 10:54:27 2017 New Revision: 451659 URL: https://svnweb.freebsd.org/changeset/ports/451659 Log: Remove unnecessary reference to gets() as CINT gets() uses fgets() internally. Added: head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h (contents, props changed) Modified: head/lang/cint/Makefile Modified: head/lang/cint/Makefile ============================================================================== --- head/lang/cint/Makefile Tue Oct 10 09:04:00 2017 (r451658) +++ head/lang/cint/Makefile Tue Oct 10 10:54:27 2017 (r451659) @@ -3,7 +3,7 @@ PORTNAME= cint PORTVERSION= 5.18.00 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ Added: head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h Tue Oct 10 10:54:27 2017 (r451659) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101054.v9AAsRH2027361>