diff options
author | knu <knu@FreeBSD.org> | 2000-07-13 14:43:51 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-13 14:43:51 +0800 |
commit | db4ac3e3ffd11f006d274b3675c7b532b8339876 (patch) | |
tree | 7b3829408ce37ca37258b9b36177f77456f0e902 /emulators | |
parent | 491558b0ee6e53ff3aaf3e56331c187f79d3bff1 (diff) | |
download | freebsd-ports-gnome-db4ac3e3ffd11f006d274b3675c7b532b8339876.tar.gz freebsd-ports-gnome-db4ac3e3ffd11f006d274b3675c7b532b8339876.tar.zst freebsd-ports-gnome-db4ac3e3ffd11f006d274b3675c7b532b8339876.zip |
Update md5 due to their repack of the distfile as of a week ago.
- vmware-sniffer and vmware-wizard were changed. (details unknown)
- vmmon/vmnet/vmppuser sources were unchanged, however, some of the
binaries (for Linux) seems have recompiled. That would not affect
us because we compile them from source.
Fix configure script to return zero on exit.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware2/distinfo | 2 | ||||
-rw-r--r-- | emulators/vmware2/scripts/configure | 4 | ||||
-rw-r--r-- | emulators/vmware3/distinfo | 2 | ||||
-rw-r--r-- | emulators/vmware3/scripts/configure | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/emulators/vmware2/distinfo b/emulators/vmware2/distinfo index 0b42e946b04f..a9f20325d677 100644 --- a/emulators/vmware2/distinfo +++ b/emulators/vmware2/distinfo @@ -1,3 +1,3 @@ -MD5 (VMware-2.0.1-570.tar.gz) = bc5e72dbb6fe972fef11355583e605af +MD5 (VMware-2.0.1-570.tar.gz) = cb96a976ac0931f046b729561745870a MD5 (vmmon-freebsd-0.95.1.tar.gz) = 07484c8943b1b93dc576389f7eddafe3 MD5 (vmnet-freebsd-0.11.tar.gz) = 9cbf5873139efaa136bb0b7ca7583821 diff --git a/emulators/vmware2/scripts/configure b/emulators/vmware2/scripts/configure index 75ec1773b1bf..7fb4e5ce926b 100644 --- a/emulators/vmware2/scripts/configure +++ b/emulators/vmware2/scripts/configure @@ -93,7 +93,7 @@ if [ _$BATCH = _ ]; then 10 50 fi else #BATCH - [ -f ${WRKDIR}/Makefile.inc.net ] && exit + [ -f ${WRKDIR}/Makefile.inc.net ] && exit 0 fi #BATCH ( @@ -104,3 +104,5 @@ echo VMNET_HOST_IP=$host_ip echo VMNET_NETMASK=$netmask [ $networking -ne 0 ] && echo VMNET_NETWORKING=1 ) + +exit 0 diff --git a/emulators/vmware3/distinfo b/emulators/vmware3/distinfo index 0b42e946b04f..a9f20325d677 100644 --- a/emulators/vmware3/distinfo +++ b/emulators/vmware3/distinfo @@ -1,3 +1,3 @@ -MD5 (VMware-2.0.1-570.tar.gz) = bc5e72dbb6fe972fef11355583e605af +MD5 (VMware-2.0.1-570.tar.gz) = cb96a976ac0931f046b729561745870a MD5 (vmmon-freebsd-0.95.1.tar.gz) = 07484c8943b1b93dc576389f7eddafe3 MD5 (vmnet-freebsd-0.11.tar.gz) = 9cbf5873139efaa136bb0b7ca7583821 diff --git a/emulators/vmware3/scripts/configure b/emulators/vmware3/scripts/configure index 75ec1773b1bf..7fb4e5ce926b 100644 --- a/emulators/vmware3/scripts/configure +++ b/emulators/vmware3/scripts/configure @@ -93,7 +93,7 @@ if [ _$BATCH = _ ]; then 10 50 fi else #BATCH - [ -f ${WRKDIR}/Makefile.inc.net ] && exit + [ -f ${WRKDIR}/Makefile.inc.net ] && exit 0 fi #BATCH ( @@ -104,3 +104,5 @@ echo VMNET_HOST_IP=$host_ip echo VMNET_NETMASK=$netmask [ $networking -ne 0 ] && echo VMNET_NETWORKING=1 ) + +exit 0 |