From 948d787acb06777939643eeade87cc9afe7ec98a Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 2 Jan 2008 13:18:59 +0000 Subject: Disable TCP_WRAPPER support, as it does not work PR: 117942 Submitted by: Aprigio Neto --- net/redir/Makefile | 2 +- net/redir/files/patch-Makefile | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'net/redir') diff --git a/net/redir/Makefile b/net/redir/Makefile index e54879cb9274..ef57ce03cc54 100644 --- a/net/redir/Makefile +++ b/net/redir/Makefile @@ -7,7 +7,7 @@ PORTNAME= redir PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://sammy.net/~sammy/hacks/ diff --git a/net/redir/files/patch-Makefile b/net/redir/files/patch-Makefile index 6fbdb0c39a64..da1e2f685484 100644 --- a/net/redir/files/patch-Makefile +++ b/net/redir/files/patch-Makefile @@ -9,17 +9,6 @@ # if your system lacks strrchr() or strdup(), edit this line STR_CFLAGS = # -DNEED_STRRCHR -DNEED_STRDUP -@@ -9,8 +9,8 @@ - # if you would like support for TCP wrappers (and have libwrap.a - # installed), remove these comments. - --WRAP_CFLAGS = # -DUSE_TCP_WRAPPERS --WRAP_LIBS = # -lwrap -+WRAP_CFLAGS = -DUSE_TCP_WRAPPERS -+WRAP_LIBS = -lwrap - - # if your system needs any additional libraries (solaris, for example, - # needs the ones commented out below), edit this line. @@ -27,12 +27,11 @@ ### end of user configuration section -- cgit