diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-04 13:10:31 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-04 13:10:31 +0000 |
commit | a61d3f6bedcafe389ddf89fb5efbb8fb53c938df (patch) | |
tree | fd2f2cae557cf3588f73eb61c0e32ed52ce7a2d4 /emulators/vmware2/files/vmnet-only+Makefile.patch | |
parent | 78a1261ed2cb180bcb41aa5cf61727a6baa53ce1 (diff) |
Remove expired ports:
2006-12-01 audio/xmms-rateplug: Project disappeared from the internet
2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem)
2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build
2006-12-01 devel/alleyoop: Does not compile
2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating
2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14
2006-12-01 emulators/basiliskII: Does not compile
2006-12-01 emulators/vmware-tools2: Unfetchable
2006-12-01 emulators/vmware2: Unfetchable
2006-12-03 finance/ccard: Project disappeared from the internet
Notes
Notes:
svn path=/head/; revision=178817
Diffstat (limited to 'emulators/vmware2/files/vmnet-only+Makefile.patch')
-rw-r--r-- | emulators/vmware2/files/vmnet-only+Makefile.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/vmware2/files/vmnet-only+Makefile.patch b/emulators/vmware2/files/vmnet-only+Makefile.patch deleted file mode 100644 index 066deb2fac00..000000000000 --- a/emulators/vmware2/files/vmnet-only+Makefile.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- vmnet-only/freebsd/Makefile.orig Sun Apr 13 11:38:03 2003 -+++ vmnet-only/freebsd/Makefile Sun Apr 13 11:38:47 2003 -@@ -63,15 +63,5 @@ - echo -n >/dev/${IFACE} - -ifconfig ${IFACE} inet ${IFADDR} netmask 255.255.255.0 - --afterinstall: device -- --device: -- rm -f /dev/${DEVNAME}* -- ln -s /dev/${DEVNAME}0 /dev/${DEVNAME} -- for d in ${NDEVICES}; do \ -- mknod /dev/${DEVNAME}$$d c ${CDEV_MAJOR} `expr 65536 + $$d`; \ -- done -- -- - .include <bsd.kmod.mk> - |