pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Retire NetBSD 1.5 only program.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/656ea4578369
branches:  trunk
changeset: 571228:656ea4578369
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 10 16:49:05 2010 +0000

description:
Retire NetBSD 1.5 only program.

diffstat:

 sysutils/Makefile              |    3 +-
 sysutils/fdgw/DESCR            |    5 -
 sysutils/fdgw/Makefile         |   62 -----------------
 sysutils/fdgw/PLIST            |    3 -
 sysutils/fdgw/distinfo         |    6 -
 sysutils/fdgw/patches/patch-ae |  144 -----------------------------------------
 6 files changed, 1 insertions(+), 222 deletions(-)

diffs (257 lines):

diff -r 5910e6505d47 -r 656ea4578369 sysutils/Makefile
--- a/sysutils/Makefile Wed Feb 10 16:47:53 2010 +0000
+++ b/sysutils/Makefile Wed Feb 10 16:49:05 2010 +0000
@@ -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+=       fam
 SUBDIR+=       fastfs
 SUBDIR+=       fatback
-SUBDIR+=       fdgw
 SUBDIR+=       fdupes
 SUBDIR+=       file
 SUBDIR+=       filelight
diff -r 5910e6505d47 -r 656ea4578369 sysutils/fdgw/DESCR
--- a/sysutils/fdgw/DESCR       Wed Feb 10 16:47:53 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5910e6505d47 -r 656ea4578369 sysutils/fdgw/Makefile
--- a/sysutils/fdgw/Makefile    Wed Feb 10 16:47:53 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 5910e6505d47 -r 656ea4578369 sysutils/fdgw/PLIST
--- a/sysutils/fdgw/PLIST       Wed Feb 10 16:47:53 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5910e6505d47 -r 656ea4578369 sysutils/fdgw/distinfo
--- a/sysutils/fdgw/distinfo    Wed Feb 10 16:47:53 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5910e6505d47 -r 656ea4578369 sysutils/fdgw/patches/patch-ae
--- a/sysutils/fdgw/patches/patch-ae    Wed Feb 10 16:47:53 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index