diff options
author | Max Khon <fjoe@FreeBSD.org> | 2017-10-10 10:54:27 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2017-10-10 10:54:27 +0000 |
commit | ba3ea8d86b03555436f4b3c3c3137abbe0e062b9 (patch) | |
tree | 505213e61629791e37b10db48be7d2ada23f397d /lang/cint | |
parent | d17b858c9af73fd2f7bb4a217978abebc5bc1c98 (diff) | |
download | ports-ba3ea8d86b03555436f4b3c3c3137abbe0e062b9.tar.gz ports-ba3ea8d86b03555436f4b3c3c3137abbe0e062b9.zip |
Notes
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 2 | ||||
-rw-r--r-- | lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 9b778220298d..dcbde56fee37 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -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/ diff --git a/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h b/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h new file mode 100644 index 000000000000..edb15cda24a5 --- /dev/null +++ b/lang/cint/files/patch-cint-lib-stdstrct-stdfunc.h @@ -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); |