summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rwxr-xr-xnet/iputils-ping/BUILD12
-rwxr-xr-xnet/iputils-ping/DEPENDS8
-rwxr-xr-xnet/iputils-ping/DETAILS26
-rwxr-xr-xnet/iputils-ping/DOWNLOAD1
-rw-r--r--net/iputils-ping/HISTORY5
-rwxr-xr-xnet/iputils-ping/INSTALL8
-rwxr-xr-xnet/iputils-ping/PRE_BUILD18
-rwxr-xr-xnet/iputils-ping/TRIGGERS1
8 files changed, 18 insertions, 61 deletions
diff --git a/net/iputils-ping/BUILD b/net/iputils-ping/BUILD
index 5c63e22ea4..27ba77ddaf 100755
--- a/net/iputils-ping/BUILD
+++ b/net/iputils-ping/BUILD
@@ -1,11 +1 @@
-case "$HOST" in
- (*-musl)
- CFLAGS+=' -DAI_CANONIDN=0'
- ;;
-esac &&
-make CC="${CC:-cc}" TARGETS=ping &&
-if is_depends_enabled $SPELL opensp ; then
- make_single &&
- make -C doc man &&
- make_normal
-fi
+true
diff --git a/net/iputils-ping/DEPENDS b/net/iputils-ping/DEPENDS
index 9558d93f94..53a495f3bd 100755
--- a/net/iputils-ping/DEPENDS
+++ b/net/iputils-ping/DEPENDS
@@ -1,7 +1 @@
-optional_depends libcap '' '' 'Linux Capability support' &&
-optional_depends gnutls '' '' 'GnuTLS support in ping6' &&
-optional_depends opensp '' '' 'for docs and manpages' &&
-optional_depends sgmlspm '' '' 'for docs and manpages' &&
-optional_depends docbook-sgml-dtd '' '' 'for docs and manpages' &&
-optional_depends libidn2 '' '' 'for IDN support'
-optional_depends nettle '' '' 'for nettle support'
+depends iputils
diff --git a/net/iputils-ping/DETAILS b/net/iputils-ping/DETAILS
index d970d84038..c6be7f12fc 100755
--- a/net/iputils-ping/DETAILS
+++ b/net/iputils-ping/DETAILS
@@ -1,19 +1,7 @@
- SPELL=iputils-ping
- VERSION=s20180629
- SOURCE=iputils-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/iputils-${VERSION}
- SOURCE_URL[0]=https://github.com/iputils/iputils/archive/${VERSION}.tar.gz
- WEB_SITE=https://github.com/iputils/iputils
- ENTERED=20030509
- SOURCE_HASH=sha512:16b8f5ad1cf88083ebaee0a71fddb14bb0a904336fd0baebfcca86c27ac0773553b21d12790b05cab7661d6432c75bbb1523e871e5e1b77faacd13ccc84f4476
- LICENSE[0]=GPL
- DOCS="README"
- KEYWORDS="net"
- SHORT="ping and ping6."
-cat << EOF
-The ping command sends ICMP ECHO_REQUEST packets to a host in order
-to test if the host is reachable via the network.
-
-This package includes a ping6 utility which supports IPv6 network
-connections.
-EOF
+ SPELL=iputils-ping
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by iputils]
+ EOF
diff --git a/net/iputils-ping/DOWNLOAD b/net/iputils-ping/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/net/iputils-ping/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/net/iputils-ping/HISTORY b/net/iputils-ping/HISTORY
index d80bf9f50c..4c23b147f3 100644
--- a/net/iputils-ping/HISTORY
+++ b/net/iputils-ping/HISTORY
@@ -1,3 +1,8 @@
+2021-05-28 Florian Franzmann <bwlf@bandrate.org>
+ * spell deprecated [unified upstream distfile]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2021-01-21 Ismael Luceno <ismael@sourcemage.org>
* BUILD: fixed to build only ping without patching
* 0001-build-ping.patch: removed, no longer needed
diff --git a/net/iputils-ping/INSTALL b/net/iputils-ping/INSTALL
index db68ee0287..27ba77ddaf 100755
--- a/net/iputils-ping/INSTALL
+++ b/net/iputils-ping/INSTALL
@@ -1,7 +1 @@
-install -m 4755 ping $INSTALL_ROOT/usr/bin &&
-ln -sfn /usr/bin/ping "$INSTALL_ROOT/usr/bin/ping6" &&
-
-if is_depends_enabled $SPELL opensp ; then
- install -m 644 doc/ping.8 $INSTALL_ROOT/usr/share/man/man8/ping.8 &&
- ln -sfn /usr/share/man/man8/ping.8 "$INSTALL_ROOT/usr/share/man/man8/ping6.8"
-fi
+true
diff --git a/net/iputils-ping/PRE_BUILD b/net/iputils-ping/PRE_BUILD
index 889fae45d4..27ba77ddaf 100755
--- a/net/iputils-ping/PRE_BUILD
+++ b/net/iputils-ping/PRE_BUILD
@@ -1,17 +1 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# fix duplicated definition
-sedit 's/^char \*device;$/extern &/' ping6_common.c &&
-
-if ! is_depends_enabled $SPELL libcap; then
- sed -i -e 's/USE_CAP=yes/USE_CAP=no/' Makefile
-fi &&
-if ! is_depends_enabled $SPELL libidn; then
- sed -i -e 's/USE_IDN=yes/USE_IDN=no/' Makefile
-fi &&
-if ! is_depends_enabled $SPELL nettle; then
- sed -i -e 's/USE_NETTLE=yes/USE_NETTLE=no/' Makefile
-fi &&
-if ! is_depends_enabled $SPELL gnutls; then
- sed -i -e 's/USE_GNUTLS=yes/USE_GNUTLS=no/' Makefile
-fi
+true
diff --git a/net/iputils-ping/TRIGGERS b/net/iputils-ping/TRIGGERS
new file mode 100755
index 0000000000..15d6c98ef5
--- /dev/null
+++ b/net/iputils-ping/TRIGGERS
@@ -0,0 +1 @@
+on_cast iputils-ping dispel_self