diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /emulators/vmware/scripts/extract | |
parent | PR: 51521 (diff) |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Notes
Notes:
svn path=/head/; revision=80201
Diffstat (limited to 'emulators/vmware/scripts/extract')
-rw-r--r-- | emulators/vmware/scripts/extract | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/vmware/scripts/extract b/emulators/vmware/scripts/extract deleted file mode 100644 index 7d97cc2d9f09..000000000000 --- a/emulators/vmware/scripts/extract +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -case $1 in -vmmon*) - target=vmmon - ;; -vmnet*) - target=vmnet - ;; -*) - echo unknown patch $1 - exit 64 - ;; -esac -dir=${WRKSRC}/lib/modules/source -tar -xf ${dir}/${target}.tar -C ${WRKSRC} -tar -zxf $1 -C ${WRKSRC} -if [ $target = vmmon ] ; then - Makefile=${WRKSRC}/vmmon-only/Makefile - mv ${Makefile}.FreeBSD $Makefile -fi - -cat ${WRKSRC}/${target}-freebsd.diff |