diff options
author | danfe <danfe@FreeBSD.org> | 2004-10-01 02:42:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-10-01 02:42:01 +0800 |
commit | 7f45f4b9caf490f1428bd3e91c7392795b4ab039 (patch) | |
tree | 335f4848d204d6d87eef9aa7f556520c38c1ade4 /www/twhttpd | |
parent | 829979d5dae7dfb0ea7d722cab0392b6b0cc6a97 (diff) | |
download | freebsd-ports-gnome-7f45f4b9caf490f1428bd3e91c7392795b4ab039.tar.gz freebsd-ports-gnome-7f45f4b9caf490f1428bd3e91c7392795b4ab039.tar.zst freebsd-ports-gnome-7f45f4b9caf490f1428bd3e91c7392795b4ab039.zip |
Fix an apparent typo, and unbreak this port.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit), maintainer
Diffstat (limited to 'www/twhttpd')
-rw-r--r-- | www/twhttpd/Makefile | 9 | ||||
-rw-r--r-- | www/twhttpd/files/patch-ac | 9 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile index a5e73fff10e1..9ca097182a0c 100644 --- a/www/twhttpd/Makefile +++ b/www/twhttpd/Makefile @@ -19,12 +19,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOCONF_VER= 213 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - do-install: @${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd @${INSTALL} -o root -g wheel -m 0755 ${WRKSRC}/rm_cache ${PREFIX}/sbin/rm_cache @@ -32,4 +26,5 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> + +.include <bsd.port.mk> diff --git a/www/twhttpd/files/patch-ac b/www/twhttpd/files/patch-ac index a663815b5f49..c138d0cf6444 100644 --- a/www/twhttpd/files/patch-ac +++ b/www/twhttpd/files/patch-ac @@ -9,3 +9,12 @@ #include <netinet/in.h> #include <sys/socket.h> #include <sys/types.h> +@@ -3882,7 +3882,7 @@ + lz_flush(hd->fd, &hd->fd_lzb); + } + syslog(LOG_ERR, "Exiting Testing Server\n"); +- exit; ++ exit(0); + } + + ////////////////////////////////////////////////////////////////////// |