diff -bBru /tmp/Makefile ./ --- /tmp/Makefile 2011-07-19 17:45:26.000000000 -0400 +++ ./Makefile 2011-07-22 16:50:22.000000000 -0400 @@ -8,6 +8,7 @@ PORTNAME= hydra PORTVERSION= 6.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://freeworld.thc.org/releases/ EXTRACT_SUFX= -src.tar.gz diff -bBru /tmp/patch-configure files --- /tmp/patch-configure 2011-07-22 16:35:13.000000000 -0400 +++ files/patch-configure 2011-07-22 16:49:36.000000000 -0400 @@ -1,5 +1,5 @@ ---- configure.orig 2011-04-30 22:28:12.000000000 +0400 -+++ configure 2011-05-31 20:22:25.000000000 +0400 +--- configure.orig 2011-07-15 06:17:01.000000000 -0400 ++++ configure 2011-07-22 16:49:03.000000000 -0400 @@ -653,7 +653,7 @@ XIPATHS="" @@ -9,3 +9,14 @@ fi if [ -n "$SSL_PATH" ]; then XDEFINES="$XDEFINES -DLIBOPENSSL" +@@ -790,6 +790,10 @@ + PREFIX="/usr/local" + fi + ++if [ -d $PREFIX/include ];then ++ XIPATHS="$XIPATHS -I$PREFIX/include" ++fi ++ + if [ "X" = "X$XHYDRA_SUPPORT" ]; then + XHYDRA_SUPPORT="" + else