net/tcpflow

andrew clarke mail at ozzmosis.com
Wed Jun 12 10:52:35 UTC 2013


Maybe it would be useful to have a "make config" option to disable
cairo in the net/tcpflow port? The Cairo dependency pulls in about
twenty X11 libraries that I'd prefer not to install on my server.

This was my quick & dirty Makefile hack to disable Cairo:

--- Makefile.orig       2013-06-12 04:41:45.000000000 +1000
+++ Makefile    2013-06-12 20:37:32.283320340 +1000
@@ -12,7 +12,7 @@
 LICENSE=       GPLv3
 
 BUILD_DEPENDS=
 ${LOCALBASE}/include/boost/icl/interval.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS=   cairo:${PORTSDIR}/graphics/cairo
+#LIB_DEPENDS=  cairo:${PORTSDIR}/graphics/cairo
 
 GNU_CONFIGURE= yes
 CPPFLAGS+=     -I${LOCALBASE}/include

Thanks,

Regards
Andrew


More information about the freebsd-ports mailing list