The port www/cherokee is marked broken : does not configure
I found a fix to make it build correctly, I don't know the difference between HAS_CONFIGURE and GNU_CONFIGURE, but it does fix the problem. The build problem has been reported in the following PR : - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180647 <http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180647> - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179726 <http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179726> Here is my patch : --- Makefile.orig 2014-01-06 16:57:43.000000000 +0100 +++ Makefile 2014-01-05 17:02:28.000000000 +0100 @@ -18,7 +18,7 @@ USE_LDCONFIG= yes USE_RC_SUBR= cherokee SUB_FILES= pkg-install pkg-message -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"