diff options
author | arved <arved@FreeBSD.org> | 2008-01-02 21:18:59 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-01-02 21:18:59 +0800 |
commit | 948d787acb06777939643eeade87cc9afe7ec98a (patch) | |
tree | e2c5b4d61c8ac4278822d454dd5f69665dc50c18 /net | |
parent | c8d8c7bce1bde7c4f6310a616f9cc4e75a9e82f9 (diff) | |
download | freebsd-ports-gnome-948d787acb06777939643eeade87cc9afe7ec98a.tar.gz freebsd-ports-gnome-948d787acb06777939643eeade87cc9afe7ec98a.tar.zst freebsd-ports-gnome-948d787acb06777939643eeade87cc9afe7ec98a.zip |
Disable TCP_WRAPPER support, as it does not work
PR: 117942
Submitted by: Aprigio Neto
Diffstat (limited to 'net')
-rw-r--r-- | net/redir/Makefile | 2 | ||||
-rw-r--r-- | net/redir/files/patch-Makefile | 11 |
2 files changed, 1 insertions, 12 deletions
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 |