Patch fixing www/cherokee build

charles rapenne charles at bsd.zplay.eu
Thu Jan 9 10:34:43 UTC 2014


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




More information about the freebsd-ports mailing list