summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-10 16:49:05 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-10 16:49:05 +0000
commit9732215ae3ce2f8e92ea7f829a0eb4996dbb08f8 (patch)
treed80d0da5d7352461f649456382e63e931b372b81 /sysutils
parentc5111a7d50b37e7f20e39a988ac881a85e1e7149 (diff)
downloadpkgsrc-9732215ae3ce2f8e92ea7f829a0eb4996dbb08f8.tar.gz
Retire NetBSD 1.5 only program.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/fdgw/DESCR5
-rw-r--r--sysutils/fdgw/Makefile62
-rw-r--r--sysutils/fdgw/PLIST3
-rw-r--r--sysutils/fdgw/distinfo6
-rw-r--r--sysutils/fdgw/patches/patch-ae144
6 files changed, 1 insertions, 222 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index f91819ada08..ea7f2bc877b 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.481 2010/01/26 19:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.482 2010/02/10 16:49:05 joerg Exp $
#
COMMENT= System utilities
@@ -95,7 +95,6 @@ SUBDIR+= fakeroot
SUBDIR+= fam
SUBDIR+= fastfs
SUBDIR+= fatback
-SUBDIR+= fdgw
SUBDIR+= fdupes
SUBDIR+= file
SUBDIR+= filelight
diff --git a/sysutils/fdgw/DESCR b/sysutils/fdgw/DESCR
deleted file mode 100644
index a93c1443f2f..00000000000
--- a/sysutils/fdgw/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-"fdgw" provides a one floppy-version of NetBSD.
-
-It can run on old machine without HDD :-). You can use it as small
-router, natbox and ADSL router. It is a minimal operating system. For
-example, you can use an old pc (e.g. IBM PC110) as a pretty ADSL router.
diff --git a/sysutils/fdgw/Makefile b/sysutils/fdgw/Makefile
deleted file mode 100644
index b71a0482673..00000000000
--- a/sysutils/fdgw/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2007/02/22 19:27:11 wiz Exp $
-#
-
-DISTNAME= fdgw-20020130
-CATEGORIES= sysutils net
-MASTER_SITES= ftp://ftp.fml.org/pub/fdgw/source/
-
-MAINTAINER= fukachan@fml.org
-HOMEPAGE= http://www.fml.org/software/fdgw/
-COMMENT= Toolkit to build a one-floppy NetBSD system
-
-_IMG_SRC_DIR = ${WRKSRC}/image.${MACHINE_ARCH}
-_IMG_DST_DIR = ${PREFIX}/fdgw/${MACHINE_ARCH}
-
-ONLY_FOR_PLATFORM= NetBSD-1.5.*-i386
-
-BUILD_TARGET= dist-build
-MAKE_ENV+= BSDSRCDIR=${BSDSRCDIR:Q}
-
-pre-fetch:
- @ ${ECHO} "";
- @ ${ECHO} "********************************************************";
- @ ${ECHO} "Please note: The install stage of fdgw requires a kernel"
- @ ${ECHO} " with at least one vnd(4) device.";
- @ ${ECHO} "********************************************************";
- @ ${ECHO} "";
-
-pre-install:
- (cd ${WRKSRC} && ${MAKE} dist-image)
-
-do-install:
- ${TEST} -d ${_IMG_DST_DIR} || ${MKDIR} ${_IMG_DST_DIR}
- ${INSTALL_DATA} ${_IMG_SRC_DIR}/natbox.img ${_IMG_DST_DIR}/natbox.img
- ${INSTALL_DATA} ${_IMG_SRC_DIR}/adslrouter.img ${_IMG_DST_DIR}/adslrouter.img
-
-post-install:
- @ ${ECHO} "";
- @ ${ECHO} "*****************************************************";
- @ ${ECHO} "";
- @ ${ECHO} "The floppy images are installed into ${_IMG_DST_DIR}."
- @ ${ECHO} ""
- @ ${ECHO} "To write adslrouter.img onto a floppy:"
- @ ${ECHO} " # dd if=adslrouter.img of=/dev/rfd0a bs=18k"
- @ ${ECHO} "";
- @ ${ECHO} "See ${HOMEPAGE} for more details, e.g. customization";
- @ ${ECHO} "";
- @ ${ECHO} "*****************************************************";
- @ ${ECHO} "";
-
-.include "../../mk/bsd.prefs.mk"
-
-.if !exists(${X11BASE}/bin/lndir) && ${OPSYS} == "NetBSD"
-PKG_FAIL_REASON+= "${PKGNAME} requires the 'lndir' command, and hence X11"
-.endif
-
-# we need the NetBSD source tree.
-BSDSRCDIR?= /usr/src
-.if !exists(${BSDSRCDIR}) && ${OPSYS} == "NetBSD"
-PKG_FAIL_REASON+= "${PKGNAME} requires the NetBSD source tree in BSDSRCDIR (${BSDSRCDIR})"
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/fdgw/PLIST b/sysutils/fdgw/PLIST
deleted file mode 100644
index 9dba248d0ef..00000000000
--- a/sysutils/fdgw/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:04 joerg Exp $
-fdgw/i386/adslrouter.img
-fdgw/i386/natbox.img
diff --git a/sysutils/fdgw/distinfo b/sysutils/fdgw/distinfo
deleted file mode 100644
index 176100145de..00000000000
--- a/sysutils/fdgw/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 13:40:52 agc Exp $
-
-SHA1 (fdgw-20020130.tar.gz) = 6582981b86a1471facf0c556aef2c2a310dc21a3
-RMD160 (fdgw-20020130.tar.gz) = b25b64152c6c3819c1914e916ddbef1e9419cfa4
-Size (fdgw-20020130.tar.gz) = 121949 bytes
-SHA1 (patch-ae) = 5f001b38a92766c4c1cc9c92c1079dc0567f50d4
diff --git a/sysutils/fdgw/patches/patch-ae b/sysutils/fdgw/patches/patch-ae
deleted file mode 100644
index 6bfbe8a606a..00000000000
--- a/sysutils/fdgw/patches/patch-ae
+++ /dev/null
@@ -1,144 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2005/10/23 20:23:33 rillig Exp $
-
-Make clean (where possible) in our linktree.
-
---- src/Makefile.orig Wed Jan 30 16:05:10 2002
-+++ src/Makefile Mon Apr 15 21:27:04 2002
-@@ -29,64 +29,64 @@
- _BSDSRCDIR= ${PWD}/NetBSD
-
- # individual directories to link to
--_DIRS= etc
--_DIRS+= bin/cat
--_DIRS+= bin/cp
--_DIRS+= bin/chmod
--_DIRS+= bin/csh
--_DIRS+= bin/date
--_DIRS+= bin/df
--_DIRS+= bin/echo
--_DIRS+= bin/ed
--_DIRS+= bin/expr
--_DIRS+= bin/hostname
--_DIRS+= bin/kill
--_DIRS+= bin/ln
--_DIRS+= bin/ls
--_DIRS+= bin/mkdir
--_DIRS+= bin/mv
--_DIRS+= bin/ps
--_DIRS+= bin/pwd
--_DIRS+= bin/rm
--_DIRS+= bin/sh
--_DIRS+= bin/sleep
--_DIRS+= bin/stty
--_DIRS+= bin/sync
--_DIRS+= bin/test
-+_DIR1= etc
-+_DIR1+= bin/cat
-+_DIR1+= bin/cp
-+_DIR1+= bin/chmod
-+_DIR1+= bin/csh
-+_DIR1+= bin/date
-+_DIR1+= bin/df
-+_DIR1+= bin/echo
-+_DIR1+= bin/ed
-+_DIR1+= bin/expr
-+_DIR1+= bin/hostname
-+_DIR1+= bin/kill
-+_DIR1+= bin/ln
-+_DIR1+= bin/ls
-+_DIR1+= bin/mkdir
-+_DIR1+= bin/mv
-+_DIR1+= bin/ps
-+_DIR1+= bin/pwd
-+_DIR1+= bin/rm
-+_DIR1+= bin/sh
-+_DIR1+= bin/sleep
-+_DIR1+= bin/stty
-+_DIR1+= bin/sync
-+_DIR1+= bin/test
-+_DIR1+= distrib/utils
-+_DIR1+= distrib/i386/floppies
-+_DIR1+= sbin/ifconfig
-+_DIR1+= sbin/init
-+_DIR1+= sbin/mount
-+_DIR1+= sbin/mount_ffs
-+_DIR1+= sbin/mount_kernfs
-+_DIR1+= sbin/mount_msdos
-+_DIR1+= sbin/umount
-+_DIR1+= sbin/ping
-+_DIR1+= sbin/route
-+_DIR1+= sbin/reboot
-+_DIR1+= sbin/shutdown
-+_DIR1+= usr.bin/basename
-+_DIR1+= usr.bin/id
-+_DIR1+= usr.bin/less
-+_DIR1+= usr.bin/logger
-+_DIR1+= usr.bin/sed
-+_DIR1+= usr.bin/tty
-+_DIR1+= usr.bin/uname
-+_DIR1+= usr.sbin/chown
-+_DIR1+= usr.sbin/chroot
-+_DIR1+= usr.sbin/dhcp
-+_DIR1+= usr.sbin/ipf
-+_DIR1+= usr.sbin/pppd
-+_DIR1+= usr.sbin/syslogd
-+_DIR1+= lib/libpcap
-+_DIR1+= sys/netinet
-+
-+_DIR2= dist/ipf
- .if exists (${BSDSRCDIR}/dist/dhcp/Makefile)
--_DIRS+= dist/dhcp
-+_DIR2+= dist/dhcp
- .endif
--_DIRS+= dist/ipf
--_DIRS+= distrib/utils
--_DIRS+= distrib/i386/floppies
--_DIRS+= sbin/ifconfig
--_DIRS+= sbin/init
--_DIRS+= sbin/mount
--_DIRS+= sbin/mount_ffs
--_DIRS+= sbin/mount_kernfs
--_DIRS+= sbin/mount_msdos
--_DIRS+= sbin/umount
--_DIRS+= sbin/ping
--_DIRS+= sbin/route
--_DIRS+= sbin/reboot
--_DIRS+= sbin/shutdown
--_DIRS+= usr.bin/basename
--_DIRS+= usr.bin/id
--_DIRS+= usr.bin/less
--_DIRS+= usr.bin/logger
--_DIRS+= usr.bin/sed
--_DIRS+= usr.bin/tty
--_DIRS+= usr.bin/uname
--_DIRS+= usr.sbin/chown
--_DIRS+= usr.sbin/chroot
--_DIRS+= usr.sbin/dhcp
--_DIRS+= usr.sbin/ipf
--_DIRS+= usr.sbin/pppd
--_DIRS+= usr.sbin/syslogd
--_DIRS+= lib/libpcap
--_DIRS+= sys/netinet
--_DIRS+= sys/arch/i386/stand
--
-+_DIR2+= sys/arch/i386/stand
-
- _FLOPPY_DIR= ${_BSDSRCDIR}/distrib/${ARCH}/floppies
-
-@@ -182,12 +182,15 @@
-
- _lndir:
- @ test -d ${_BSDSRCDIR} || mkdir -p ${_BSDSRCDIR}
-- for DIR in ${_DIRS} ; do \
-+ for DIR in ${_DIR1} ${_DIR2}; do \
- test -d ${_BSDSRCDIR}/$$DIR || mkdir -p ${_BSDSRCDIR}/$$DIR; \
- lndir ${BSDSRCDIR}/$$DIR ${_BSDSRCDIR}/$$DIR; \
- done
- (cd ${_BSDSRCDIR}/distrib; ln -s -f ${BSDSRCDIR}/distrib/Makefile.inc)
- (cd ${_BSDSRCDIR}; ln -s -f ${BSDSRCDIR}/Makefile.inc)
-+ for DIR in ${_DIR1} ; do \
-+ (cd ${_BSDSRCDIR}/$$DIR; echo cleaning in $$DIR; make cleandir) \
-+ done
- @ touch ${_BSDSRCDIR}/.lndir_done
-
- _init_dir: