Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159820863
D14892.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
999 B
Referenced Files
None
Subscribers
None
D14892.diff
View Options
Index: head/biology/libgtextutils/Makefile
===================================================================
--- head/biology/libgtextutils/Makefile
+++ head/biology/libgtextutils/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgtextutils
-PORTVERSION= 0.7
+DISTVERSION= 0.7
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
Index: head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp
===================================================================
--- head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp
+++ head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp
@@ -0,0 +1,11 @@
+--- src/gtextutils/text_line_reader.cpp.orig 2018-03-29 13:31:53 UTC
++++ src/gtextutils/text_line_reader.cpp
+@@ -44,6 +44,7 @@ bool TextLineReader::next_line()
+ if (input_stream.eof())
+ return false;
+
+- return input_stream ;
++ // Fix based on the only code change since 0.7
++ return input_stream.good() ;
+ }
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 19, 1:41 PM (20 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34082081
Default Alt Text
D14892.diff (999 B)
Attached To
Mode
D14892: biology/libgtextutils: Unbreak for FreeBSD 12
Attached
Detach File
Event Timeline
Log In to Comment