Hi ports -- Gophernicus was updated to version 1.4. Diff below. Relevant changelog: * CGIs now have $LOCAL_ADDR * Option -nr disables root user checking (for debugging) * Changed bottom line formatting on the BSDs * Last remaining sprintf() replaced with snprintf() * max() is no longer a function but a #define * Clang fixes
OK for me on loongson & amd64. Thanks. ~Brian Index: Makefile =================================================================== RCS file: /cvs/ports/net/gophernicus/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 25 Sep 2012 12:14:21 -0000 1.2 +++ Makefile 22 Dec 2012 01:45:37 -0000 @@ -1,8 +1,7 @@ # $OpenBSD: Makefile,v 1.2 2012/09/25 12:14:21 sthen Exp $ COMMENT= modern gopher server -DISTNAME= gophernicus-1.3 -REVISION= 0 +DISTNAME= gophernicus-1.4 CATEGORIES= net HOMEPAGE= http://gophernicus.org Index: distinfo =================================================================== RCS file: /cvs/ports/net/gophernicus/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 22 Sep 2012 07:58:28 -0000 1.1.1.1 +++ distinfo 22 Dec 2012 01:45:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (gophernicus-1.3.tar.gz) = Wnj8OtgNyiICfVhOX1hSeV6W6W4Lvy0kFlBJE6+NPkM= -SIZE (gophernicus-1.3.tar.gz) = 44029 +SHA256 (gophernicus-1.4.tar.gz) = buq/atWVujV1XIE9639E5EiZM8iUzj/tGwYmaFT8L44= +SIZE (gophernicus-1.4.tar.gz) = 45804
