diff options
author | anders <anders@FreeBSD.org> | 2002-02-25 03:15:42 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-02-25 03:15:42 +0800 |
commit | 4b05edf74616ed04038e82793ba34f3e6ea2c689 (patch) | |
tree | d61327f1af8a534ebdc655838d132f1da9ce8874 | |
parent | 3213184c705073a077b664cd4207860771839dc9 (diff) | |
download | freebsd-ports-gnome-4b05edf74616ed04038e82793ba34f3e6ea2c689.tar.gz freebsd-ports-gnome-4b05edf74616ed04038e82793ba34f3e6ea2c689.tar.zst freebsd-ports-gnome-4b05edf74616ed04038e82793ba34f3e6ea2c689.zip |
Add TCP Wrappers support.
Silence by: billf
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 3 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 3 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 88821e689cd5..10e51eb797d4 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -22,7 +22,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld +CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \ + --with-libwrap .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else |