mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Fix Build on 8.x
- Bump PORTREVISION Submitted by: xpahos@gmail.com (via mail)
This commit is contained in:
parent
d682e6af26
commit
9a8b492232
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262344
@ -7,9 +7,10 @@
|
||||
|
||||
PORTNAME= zerowait
|
||||
PORTVERSION= 0.8d
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.0w.ru/httpd/ \
|
||||
http://mirror.mcx2.org/
|
||||
http://mirror.mcx2.org/
|
||||
PKGNAMESUFFIX= -httpd
|
||||
DISTNAME= 0W-httpd-${PORTVERSION}
|
||||
|
||||
@ -25,10 +26,4 @@ HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP}
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800108
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
12
www/zerowait-httpd/files/patch-src__httpd__core.c
Normal file
12
www/zerowait-httpd/files/patch-src__httpd__core.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- ./src/httpd/core.c.orig 2010-09-29 18:21:00.000000000 +0200
|
||||
+++ ./src/httpd/core.c 2010-09-29 18:21:49.000000000 +0200
|
||||
@@ -1529,8 +1529,7 @@
|
||||
(filter == EVFILT_VNODE) ? "EVFILT_VNODE" :
|
||||
(filter == EVFILT_PROC) ? "EVFILT_PROC" :
|
||||
(filter == EVFILT_SIGNAL) ? "EVFILT_SIGNAL" :
|
||||
- (filter == EVFILT_TIMER) ? "EVFILT_TIMER" :
|
||||
- (filter == EVFILT_NETDEV) ? "EVFILT_NETDEV" : "???");
|
||||
+ (filter == EVFILT_TIMER) ? "EVFILT_TIMER" : "???");
|
||||
|
||||
return str;
|
||||
}
|
Loading…
Reference in New Issue
Block a user