mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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.
This commit is contained in:
parent
9362aa927b
commit
a7ed515c79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30551
@ -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
|
||||
|
4
emulators/vmware2/scripts/configure
vendored
4
emulators/vmware2/scripts/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
emulators/vmware3/scripts/configure
vendored
4
emulators/vmware3/scripts/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user