Skip to content

Commit

Permalink
inetutils: refactored what gets installed
Browse files Browse the repository at this point in the history
No longer conflicts with: traceroute (new default module), iputils (new default module for some binaries)
  • Loading branch information
Ratler committed Jan 4, 2013
1 parent 816d1be commit e069af9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
33 changes: 23 additions & 10 deletions net/inetutils/BUILD
@@ -1,15 +1,28 @@
(

# To prevent compilation error: undefined reference to `tgetent'
export LIBS+=" -lncurses" &&

OPTS+=" --disable-servers \
--disable-ifconfig \
--disable-tftp \
--disable-logger \
--disable-ftp \
--disable-whois \
--disable-rpath" &&
OPTS+=" --without-wrap \
--disable-servers \
--disable-ifconfig \
--disable-tftp \
--disable-tftpd \
--disable-logger \
--disable-ftp \
--disable-whois \
--disable-rpath \
--disable-rexec \
--disable-rexecd \
--disable-ping \
--disable-ping6 \
--disable-inetd \
--disable-syslogd \
--disable-traceroute \
--disable-uucpd \
--enable-talk \
--enable-hostname \
--enable-rsh \
--enable-ftp \
--enable-telnet \
--enable-rcp" &&

# Fixes an incompatibility with glibc-2.16
sedit '/gets is a/d' lib/stdio.in.h &&
Expand Down
3 changes: 0 additions & 3 deletions net/inetutils/CONFLICTS
@@ -1,4 +1 @@
conflicts netkit-base
conflicts iputils
conflicts netkit-telnet
conflicts traceroute
2 changes: 1 addition & 1 deletion net/inetutils/DEPENDS
@@ -1,5 +1,5 @@
depends ncurses

depends readline
optional_depends "Linux-PAM" \
"--with-pam" \
"--without-pam" \
Expand Down
5 changes: 2 additions & 3 deletions net/inetutils/DETAILS
Expand Up @@ -5,16 +5,15 @@
SOURCE_VFY=sha1:86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90
WEB_SITE=http://www.gnu.org/software/inetutils
ENTERED=20080429
UPDATED=20120113
UPDATED=20130104
SHORT="A collection of common network programs"

cat << EOF
A collection of common network programs such as:
ping
ping6
rsh
rcp
talk
telnet
hostname
and some other ...
EOF

0 comments on commit e069af9

Please sign in to comment.