Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163394392
D16658.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16658.id.diff
View Options
Index: head/mail/bincimap/Makefile
===================================================================
--- head/mail/bincimap/Makefile
+++ head/mail/bincimap/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bincimap
PORTVERSION= 1.2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}final
Index: head/mail/bincimap/files/patch-src_greeting.cc
===================================================================
--- head/mail/bincimap/files/patch-src_greeting.cc
+++ head/mail/bincimap/files/patch-src_greeting.cc
@@ -0,0 +1,17 @@
+greeting.cc:72:18: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
+ version = "v"VERSION" ";
+ ^
+
+1 error generated.
+
+--- src/greeting.cc.orig 2018-08-04 05:50:47 UTC
++++ src/greeting.cc
+@@ -69,7 +69,7 @@ void Binc::showGreeting(void)
+ string tmp = session.globalconfig["Security"]["version in greeting"];
+ lowercase(tmp);
+ if (tmp == "yes")
+- version = "v"VERSION" ";
++ version = "v" VERSION" ";
+
+ com << "* OK Welcome to Binc IMAP " << version
+ << "Copyright (C) 2002-2005 Andreas Aardal Hanssen at "
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 7:56 PM (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35413440
Default Alt Text
D16658.id.diff (1 KB)
Attached To
Mode
D16658: mail/bincimap: Fix build with Clang 6.0.0
Attached
Detach File
Event Timeline
Log In to Comment