diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/netkit-bootparamd | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-misc/netkit-bootparamd')
| -rw-r--r-- | net-misc/netkit-bootparamd/Manifest | 1 | ||||
| -rw-r--r-- | net-misc/netkit-bootparamd/files/0.17-jumpstart.patch | 25 | ||||
| -rw-r--r-- | net-misc/netkit-bootparamd/files/0.17-libtirpc.patch | 15 | ||||
| -rw-r--r-- | net-misc/netkit-bootparamd/files/bootparamd.confd | 3 | ||||
| -rw-r--r-- | net-misc/netkit-bootparamd/files/bootparamd.initd | 25 | ||||
| -rw-r--r-- | net-misc/netkit-bootparamd/metadata.xml | 8 | ||||
| -rw-r--r-- | net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild | 55 |
7 files changed, 0 insertions, 132 deletions
diff --git a/net-misc/netkit-bootparamd/Manifest b/net-misc/netkit-bootparamd/Manifest deleted file mode 100644 index 0b6bbb785ab3..000000000000 --- a/net-misc/netkit-bootparamd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST netkit-bootparamd_0.17.orig.tar.gz 13934 BLAKE2B d828175594b0aae60c5284d4f02c73b4bb91cee2601dc52c6cbfb21e02779825a03567de7dbcc945246104889b7b4bc74f0429b508bda082a365a1d605e213e5 SHA512 fc237c72efd0c7a671c179ee4596f64e13a7a637441d32c9e82e81f4133d987f468c98b00611fbada1f7d6e5fa791c9b513978bfc7a58efe7d93102a2d3b4dca diff --git a/net-misc/netkit-bootparamd/files/0.17-jumpstart.patch b/net-misc/netkit-bootparamd/files/0.17-jumpstart.patch deleted file mode 100644 index 41b471b5075f..000000000000 --- a/net-misc/netkit-bootparamd/files/0.17-jumpstart.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -urN netkit-bootparamd-0.17.old/rpc.bootparamd/rpc.bootparamd.c netkit-bootparamd-0.17/rpc.bootparamd/rpc.bootparamd.c ---- netkit-bootparamd-0.17.old/rpc.bootparamd/rpc.bootparamd.c 2000-07-22 12:23:56.000000000 -0400 -+++ netkit-bootparamd-0.17/rpc.bootparamd/rpc.bootparamd.c 2004-09-13 17:42:43.000000000 -0400 -@@ -136,11 +136,16 @@ - strncpy(path, where, sizeof(path)); - path[sizeof(path)-1] = 0; - he = gethostbyname(hostname); -- if (!he) goto failed; -- bcopy( he->h_addr, &res.server_address.bp_address_u.ip_addr, 4); -- res.server_name = hostname; -- res.server_path = path; -- res.server_address.address_type = IP_ADDR_TYPE; -+ if (!he) { /* jumpstart parameters are not valid hosts */ -+ res.server_name = hostname; -+ res.server_path = path; -+ bzero(&res.server_address.bp_address_u.ip_addr,4); -+ } else { -+ bcopy( he->h_addr, &res.server_address.bp_address_u.ip_addr, 4); -+ res.server_name = hostname; -+ res.server_path = path; -+ res.server_address.address_type = IP_ADDR_TYPE; -+ } - } - else { /* special for dump, answer with null strings */ - if (!strcmp(getfile->file_id, "dump")) { diff --git a/net-misc/netkit-bootparamd/files/0.17-libtirpc.patch b/net-misc/netkit-bootparamd/files/0.17-libtirpc.patch deleted file mode 100644 index 1cdf263efb25..000000000000 --- a/net-misc/netkit-bootparamd/files/0.17-libtirpc.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ruN netkit-bootparamd-0.17.orig/rpc.bootparamd/main.c netkit-bootparamd-0.17/rpc.bootparamd/main.c ---- netkit-bootparamd-0.17.orig/rpc.bootparamd/main.c 2000-07-22 16:23:56.000000000 -0000 -+++ netkit-bootparamd-0.17/rpc.bootparamd/main.c 2017-10-04 14:17:49.887552574 -0000 -@@ -17,9 +17,11 @@ - - - #ifdef __GLIBC__ -+#ifndef _TIRPC_RPC_H - /* quick fix */ - void get_myaddress(struct sockaddr_in *); - #endif -+#endif - - int debug = 0; - int dolog = 0; diff --git a/net-misc/netkit-bootparamd/files/bootparamd.confd b/net-misc/netkit-bootparamd/files/bootparamd.confd deleted file mode 100644 index f7e233a46de3..000000000000 --- a/net-misc/netkit-bootparamd/files/bootparamd.confd +++ /dev/null @@ -1,3 +0,0 @@ -# - -OPTS_RPC_BOOTPARAMD="-s" diff --git a/net-misc/netkit-bootparamd/files/bootparamd.initd b/net-misc/netkit-bootparamd/files/bootparamd.initd deleted file mode 100644 index 251e8994969a..000000000000 --- a/net-misc/netkit-bootparamd/files/bootparamd.initd +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -[ -e /etc/conf.d/bootparamd ] && . /etc/conf.d/bootparamd - -rpc_bin=/usr/sbin/rpc.bootparamd - -depend() { - use ypbind net - need portmap - after quota -} - -start() { - ebegin "Starting bootparamd" - ${rpc_bin} ${OPTS_RPC_BOOTPARAMD} - eend $? "make sure DNOTIFY support is enabled ..." -} - -stop() { - ebegin "Stopping bootparamd" - start-stop-daemon --stop --exec ${rpc_bin} - eend $? -} diff --git a/net-misc/netkit-bootparamd/metadata.xml b/net-misc/netkit-bootparamd/metadata.xml deleted file mode 100644 index 0f342a89a8b5..000000000000 --- a/net-misc/netkit-bootparamd/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<use> -<flag name="libtirpc">Build against <pkg>net-libs/libtirpc</pkg> for RPC support</flag> -</use> -</pkgmetadata> diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild deleted file mode 100644 index abaabc2d5fde..000000000000 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Netkit - bootparamd: Net-boot support daemon" -HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" -SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86" -IUSE="+libtirpc" - -DEPEND=" - libtirpc? ( net-libs/rpcsvc-proto net-libs/libtirpc ) - !libtirpc? ( sys-libs/glibc[rpc(-)] ) -" -RDEPEND=${DEPEND} - -PATCHES=( - "${FILESDIR}"/0.17-jumpstart.patch - "${FILESDIR}"/0.17-libtirpc.patch -) - -src_prepare() { - # don't reset LDFLAGS (bug #335457), manpages into /usr/share/man - sed -i -e '/^LDFLAGS=/d ; /MANDIR=/s:man:share/man:' configure || die - sed -i -e 's:install -s:install:' rpc.bootparamd/Makefile || die - default -} - -src_configure() { - if use libtirpc ; then - append-cflags -I/usr/include/tirpc - sed -i -e 's:^LIBS=$:LIBS=-ltirpc:' configure || die - fi - - # Note this is not an autoconf configure - CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" ./configure || die -} - -src_install() { - dodir usr/bin usr/sbin usr/share/man/man8 - emake INSTALLROOT="${D}" install - - newconfd "${FILESDIR}"/bootparamd.confd bootparamd - newinitd "${FILESDIR}"/bootparamd.initd bootparamd - - doman rpc.bootparamd/bootparams.5 - dodoc README ChangeLog - newdoc rpc.bootparamd/README README.bootparamd -} |
