svn commit: r451659 - in head/lang/cint: . files
Max Khon
fjoe at FreeBSD.org
Tue Oct 10 10:54:29 UTC 2017
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);
More information about the svn-ports-head
mailing list