Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159757825
D945.id1983.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
D945.id1983.diff
View Options
Index: www/apache22/Makefile
===================================================================
--- www/apache22/Makefile
+++ www/apache22/Makefile
@@ -2,7 +2,7 @@
PORTNAME= apache22
PORTVERSION= 2.2.29
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
Index: www/apache22/files/patch-include__httpd.h
===================================================================
--- /dev/null
+++ www/apache22/files/patch-include__httpd.h
@@ -0,0 +1,15 @@
+--- include/httpd.h.orig 2014-08-21 17:33:48 UTC
++++ include/httpd.h
+@@ -1905,12 +1905,6 @@
+ const char *cmd,
+ const char * const *argv);
+
+-/** strtoul does not exist on sunos4. */
+-#ifdef strtoul
+-#undef strtoul
+-#endif
+-#define strtoul strtoul_is_not_a_portable_function_use_strtol_instead
+-
+ /* The C library has functions that allow const to be silently dropped ...
+ these macros detect the drop in maintainer mode, but use the native
+ methods for normal builds
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 18, 10:27 PM (47 m, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34042354
Default Alt Text
D945.id1983.diff (1 KB)
Attached To
Mode
D945: Remove a sunos4 silly #define that conflicts with c++
Attached
Detach File
Event Timeline
Log In to Comment