mbr 2006-04-15 08:37:18 UTC
FreeBSD ports repository
Modified files:
mail/up-imapproxyMakefile
mail/up-imapproxy/files imapproxyd.sh.in
Log:
Fix test if imapproxyd.conf exists
Bump PORTREVISION
Reorganize and fix rc.d script. Imapproxyd requires imap daemon start
mbr 2006-04-15 09:06:20 UTC
FreeBSD ports repository
Added files:
mail/pyzor/files patch-debian-mbox
Log:
Allow pyzor to scan mailboxes.
Revision ChangesPath
1.1 +373 -0ports/mail/pyzor/files/patch-debian-mbox (new)
__
mbr 2006-04-15 09:07:49 UTC
FreeBSD ports repository
Added files:
mail/pyzor/files patch-handle_unknown_encodings
patch-unknowntype
Log:
Handle unknown encodings. Even binary parts are handled now.
Treat empty type as 'text'.
Revision Cha
mbr 2006-04-15 09:08:24 UTC
FreeBSD ports repository
Modified files:
mail/pyzor Makefile
Log:
Bump portrevision.
Revision ChangesPath
1.10 +1 -1 ports/mail/pyzor/Makefile
___
cvs-all@freebsd.org maili
mbr 2006-04-15 13:21:00 UTC
FreeBSD ports repository
Modified files:
www/mod_auth_mysql_another Makefile
Added files:
www/mod_auth_mysql_another/files Makefile
Removed files:
www/mod_auth_mysql_another pkg-plist
Log:
Unbreak for apxs 1.2+ and apache 2+
Build f
mbr 2006-04-16 09:26:01 UTC
FreeBSD ports repository
Added files:
graphics/gocr/files patch-configure
Log:
Allow to have a different install prefix and still find our libs.
Revision ChangesPath
1.1 +11 -0 ports/graphics/gocr/files/patch-configure (new)
mbr 2006-04-16 09:26:59 UTC
FreeBSD ports repository
Added files:
graphics/gocr/files patch-link
Log:
Do not link with an installed library, use the fresh compiled one instead.
Revision ChangesPath
1.1 +44 -0 ports/graphics/gocr/files/patch-link (new)
_
mbr 2006-04-16 09:27:50 UTC
FreeBSD ports repository
Added files:
graphics/gocr/files patch-segfault
Log:
Fix segfault which happens with some gray scale pictures.
Revision ChangesPath
1.1 +19 -0 ports/graphics/gocr/files/patch-segfault (new)
__
mbr 2006-04-16 09:28:26 UTC
FreeBSD ports repository
Modified files:
graphics/gocrMakefile
Log:
Bump portrevision.
Revision ChangesPath
1.6 +1 -0 ports/graphics/gocr/Makefile
___
cvs-all@freebsd.org ma
mbr 2006-05-15 13:24:49 UTC
FreeBSD ports repository
Added files:
www/mod_auth_mysql_another/files patch-strcat
Log:
Change ap_pstrcat to apr_pstrcat for the apache22 case.
Revision ChangesPath
1.1 +11 -0 ports/www/mod_auth_mysql_another/files/patch-strc
mbr 2006-05-15 13:26:01 UTC
FreeBSD ports repository
Modified files:
www/mod_auth_mysql_another Makefile
Log:
Bump port revision after the last fix for apache2
Revision ChangesPath
1.14 +1 -1 ports/www/mod_auth_mysql_another/Makefile
mbr 2006-09-09 22:14:42 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc clnt_bcast.c
Log:
Sync with NetBSD rev. 1.16 + 1.17
Coverity CID 3651: Don't leak ifaddrs on getaddrinfo failure.
Coverity CID 2283: Don't leak sys_auth on error.
MFC after:
mbr 2006-09-09 22:18:58 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc clnt_vc.c
Log:
Sync part of NetBSD rev. 1.14
Fix unpaired sigblock which possibly leaves the process with all
signals blocked.
MFC after: 2 weeks
Revision Changes
mbr 2006-09-09 22:21:15 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc getnetconfig.c
Log:
Sync with NetBSD rev. 1.15
Coverity CID 2275: Avoid memory leak on error.
MFC after:1 month
Revision ChangesPath
1.12 +1 -0 src/lib/
mbr 2006-09-09 22:22:40 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc getnetpath.c
Log:
Sync with NetBSD rev. 1.10
Coverity CID 2276: Don't leak memory on error.
MFC after:1 month
Revision ChangesPath
1.6 +1 -0 src/lib/li
mbr 2006-09-09 22:26:47 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc rpcb_clnt.c
Log:
Sync with NetBSD rev. 1.20 + 1.21
Coverity CID 2284: Fix multiple memory leaks.
Coverity CID 710: Remove unreachable code.
MFC after:1 month
Revision
mbr 2006-09-09 22:29:16 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc rpcb_prot.c
Log:
Sync with NetBSD rev. 1.6 + 1.7
Coverity CID 779 + 780: Avoid NULL pointer dereference.
MFC after:1 month
Revision ChangesPath
1.6 +4 -4
mbr 2006-09-09 22:32:07 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc svc_simple.c
Log:
Sync with NetBSD rev. 1.29
Coverity CID 2293: Fix memory leak.
MFC after: 1 month
Revision ChangesPath
1.16 +4 -0 src/lib/libc/rpc/sv
mbr 2006-09-09 22:33:21 UTC
FreeBSD src repository
Modified files:
lib/libc/rpc svc_vc.c
Log:
Sync with NetBSD rev. 1.16 + 1.17
Coverity CID 2292: Plug memory leak.
Coverity CID 2291: Move function call before allocating storage to prevent
memory leak on erro
mbr 2006-09-10 16:51:56 UTC
FreeBSD src repository
Modified files:
sys/kern tty.c
Log:
Fix locking race in ttymodem(). The locking of the proctree happens too late
and opens a small race window before tp->t_session->s_leader is accessed. In
case
tp->t_session
anics we got on
our SMP systems.
I'm willing to do the tty locking changes if someone helps
me to do it and reviews the changes.
--
Martin
On Sun, 10 Sep 2006, Martin Blapp wrote:
mbr 2006-09-10 16:51:56 UTC
FreeBSD src repository
Modified files:
sys/kern tty.c
Hi,
I've told Martin numerous times that t_session is not locked by the proctree
It was definitly not clear to me where to put the asserts. And I didn't got a
clear response after I asked again. You remember, I did not have a additional
box to make tests this time when you proposed me to do
Hi all,
The kernel I've made with 'mtx_assert(&Giant, MA_OWNED);' in all tty functions
works fine. I'm not able to crash it yet, even under 24 hour load.
But I have also seen what appears to be strange interactions or races between
devfs and the TTY code before the Giant push down here, which
mbr 2006-09-19 19:25:11 UTC
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
Log:
Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The tty
code is still under giant lock, but the session/pgrp release code just used
proctree_lock
Hi,
Will you be able to revert 1.258 of tty.c now and still be safe from panics?
I guess so. I don't see another place which could be dangerous for us beside
enterpgrp(). I don't understand the code there 100%.
sys/kern/kern_proc.c: line 308
if (sess != NULL) {
mtx_init(&sess->s_mtx, "session", NULL, MTX_DEF);
PROC_LOCK(p);
p->p_flag &= ~P_CONTROLT;
PROC_UNLOCK(p);
PGRP_LOCK(pgrp);
sess->s_leader = p;
sess->s_sid = p->p_pid;
mbr 2006-09-21 14:09:26 UTC
FreeBSD src repository
Modified files:
sys/kern tty.c
Log:
Back out rev. 1.258. The real race cause has been fixed
in rev. 1.241 of kern_proc.c.
Requested by: jhb
Revision ChangesPath
1.259 +2 -2 src/sys/ke
mbr 2006-09-23 14:44:15 UTC
FreeBSD src repository
Modified files:
sys/kern tty_tty.c
Log:
If /dev/tty gets opened after your controlling terminal has been revoked
you can't call tty_clone afterwords. OpenBSD and NetBSD both fail the
open call in that case, so
mbr 2006-09-23 14:52:47 UTC
FreeBSD src repository
Modified files:
sys/kern tty.c tty_pty.c
Log:
Check for tp->t_refcnt == 0 before doing anything in tty_open().
PR: 103520
MFC after: 1 week
Revision ChangesPath
1.260 +6 -0
mbr 2006-09-23 15:02:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/rpc clnt_vc.c
Log:
MFC rev. 1.20
Fix unpaired sigblock which possibly leaves the process with all
signals blocked.
Approved by:re
Revision Chang
mbr 2006-09-23 17:35:24 UTC
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
Log:
Protect enterpgrp() against another tty/proc race case until the tty locking
work
has been fixed.
MFC after: 1 week
Revision ChangesPath
1.242
Hi,
Does kern_pts.c have the same problem?
Smilar but different problems. Those are addressed in a PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=99758
Martin
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
T
mbr 2006-09-27 16:41:15 UTC
FreeBSD src repository
Modified files:
sys/kern tty_tty.c
Log:
Use ctty instead of just returning. ctty just has a simple open that
returns ENXIO.
Submitted by: jhb
Revision ChangesPath
1.59 +1 -1 src/sys/
mbr 2006-09-27 16:42:10 UTC
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
Log:
Move Giant up even further since P_CONTROLT isn't really fully locked
yet (p_flag is, but P_CONTROLT isn't really).
Submitted by: jhb
Revision ChangesPa
mbr 2006-09-29 07:33:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern tty_tty.c
Log:
MFC rev. 1.58, 1.59
If /dev/tty gets opened after your controlling terminal has been revoked
you can't call tty_clone afterwords. This can b
mbr 2006-09-29 07:41:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_proc.c
Log:
MFC rev. 1.241, 1.242, 1.243
Add some Giant locks to protect against races between tty and sessrele(),
doenterpgrp(), leavepgrp(), pgdelet
mbr 2006-09-29 09:52:57 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pty.c
Log:
Free tty struct after last close. This should fix the pty-leak by numbers.
Remove workarounds for tty_refcount beeing 0, this will be fixed differently
later.
Back
mbr 2006-09-29 09:53:19 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pts.c
Log:
Free tty struct after last close. This should fix the pty-leak by numbers.
Remove workarounds for tty_refcount beeing 0, this will be fixed differently
later.
Revis
Hi all,
Free tty struct after last close. This should fix the pty-leak by numbers.
Remove workarounds for tty_refcount beeing 0, this will be fixed differently
later.
Back out rev 1.145 since we initialize the tty struct from scratch and bad
things can't happen anymore.
Sigh. Peter Hol
Hi,
Try zeroing all points to the cdev when you relinguish it, it's
clearly a late access
Will try ! Thanks for the pointer !
Martin
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any ma
Hi,
I think I found the bug while looking for problems near vgonel(). We're
nowhere near ready to free devices in in last-close, since vgonel() doesn't
do anything to evict processes from device functions before it forces the
device closed. Drivers must be aware of the problem. The tty drive
What's the best to do now ? Back out again the last commit and that destroy
slave can be called, make tty_pts.c as broken ? Or will you or Bruce fix
the underlaying problem ? It's far beyond my horizont ...
Martin
So what can we do to destroy devices after last close ? Mark them with some
fl
mbr 2006-09-30 08:11:52 UTC
FreeBSD src repository
Modified files:
sys/kern tty.c
Log:
Any call of tty_close() with a tty refcount of <= 1 is wrong and we will
free the tty in this case. This is a workaround until the underlaying
devfs/tty problems are fixed.
Hi Peter,
Current is currenlty broken for pty tress tests.
It happens also for the tty tty_pts implementation.
This is a CURRENT only problem, since in RELENG_6 we
don't free any cdevs.
I hope tegge, bde will solve this problem in the
next few days.
Martin
I still have a problem with ptys:
Hi Bruce,
Ok will do so. What do you think, can we solve the old vfs bugs and
complications near revoke() before 7.0 gets released ?
Martin
Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
--
ImproWare AG,
mbr 2006-09-30 20:58:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern tty.c
Log:
MFC rev. 1.260
Any call of tty_close() with a tty refcount of <= 1 is wrong and we will
free the tty in this case. This is a workaround until th
mbr 2006-09-30 21:02:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern tty_pty.c
Log:
Fix 'pty leak by number'. Make the leaked ptys usable again.
Approved by:re
Revision ChangesPath
1.137.2.3 +9 -2 src/sy
mbr 2006-09-30 22:51:05 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pty.c
Log:
Readd rev. 1.145 because of vfs bugs and races near revoke(). Until they
are fixed we can't free any slaves. Add a workaround to not to leak ptys
by number.
Revisio
Hi Alan,
This commit makes my box crash with HEAD at startup. Please back it out
and investige why it happens. I'm pretty sure that it happens for RELENG_6 too.
Martin
Martin Blapp, <[EMAIL PROTECTED]> <[E
Hi,
The assertion that fails for you under HEAD does not exist in RELENG_6. Have
you seen a different assertion failure or crash in RELENG_6 since this patch
was applied there?
I would have to backgrade my box to RELENG_6 to do so. But you may try it
yourself, just use a box which has many
Hi,
Sorry about the previous mail. Unfortunatly it proved that I can add a kernel
option (DDB_UNATTENDED) to make a kernel with rev. 1.563 of sys/i386/i386/pmap.c
in place to not crash anymore.
The strange thing is, I've compiled GENERIC kernels from '2006-10-01',
'2006-09-01', '2006-08-01'
mbr 2006-10-04 05:43:40 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pty.c
Log:
Back out part of rev. 1.149. While adding a workaround in ptcopen() to
avoid leaked ptys works fine, this opens a possible security hole.
Submitted by: bde
MFC af
mbr 2006-10-04 17:52:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern tty_pty.c
Log:
Back out rev. 1.137.2.3. It open a possible security hole.
Submitted by: bde
Approved by:re (implicit)
Revision ChangesPath
Cool, thank you !
Martin
Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
--
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP:
PGP Finger
mbr 2010-11-15 23:57:51 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo pkg-plist
emulators/open-vm-tools/files patch-guestApp.c
patch-services-Makefile
Log:
Upgrade to build 313025, release date 2
mbr 2010-11-15 23:59:05 UTC
FreeBSD ports repository
Added files:
emulators/open-vm-tools/files patch-hostinfoPosix.c
patch-libguestlib-Makefile
patch-scripts-network
patch-vm_
mbr 2010-11-16 07:42:44 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools/files patch-vmhgfs-state.c
Added files:
emulators/open-vm-tools/files patch-vmhgfs-kernelStubs.h
patch-vmhgfs-vnopscommon.c
Log:
Fix build er
mbr 2010-11-16 20:37:05 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Added files:
emulators/open-vm-tools/files patch-wrapper-Makefile.am
patch-wrapper-Makefile.in
patch-w
mbr 2010-11-16 20:42:40 UTC
FreeBSD ports repository
Removed files:
emulators/open-vm-tools/files patch.txt
Log:
Remove accidently committed file
Revision ChangesPath
1.2 +0 -48 ports/emulators/open-vm-tools/files/patch.txt (dead)
___
mbr 2010-11-16 20:59:32 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools/files patch-wrapper-Makefile.in
Log:
Add empty install-data-am section
Revision ChangesPath
1.2 +2 -1
ports/emulators/open-vm-tools/files/patch-wrapper-Makefil
mbr 2010-06-06 14:55:58 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo pkg-plist
emulators/open-vm-tools/files patch-scripts-Makefile
Log:
Upgrade to build 253928
Revision ChangesPath
1.41 +2 -3 ports/emulator
mbr 2010-06-06 17:44:34 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools pkg-plist
Log:
Fix package list
Submitted by: QAT
Revision ChangesPath
1.24 +8 -0 ports/emulators/open-vm-tools/pkg-plist
mbr 2010-06-06 19:31:13 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools pkg-plist
Log:
Add vmware-tools/scripts/vmware to package list
Submitted by: QAT
Revision ChangesPath
1.25 +2 -0 ports/emulators/open-vm-tools/pkg-plist
_
mbr 2009-03-03 23:26:15 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo pkg-plist
emulators/open-vm-tools/files patch-guestd-Makefile
Added files:
emulators/open-vm-tools/files patch-freebsd-8
pa
mbr 2009-03-04 15:54:50 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Log:
Replace the option WITHOUT_UNITY with WITH_UNITY and disable
the dependency for the normal X11 build
Revision ChangesPath
1.21 +1 -1 ports/emulat
mbr 2009-03-25 18:18:11 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile pkg-plist
emulators/open-vm-tools/files vmware-kmod.sh.in
Log:
Unbreak the ports
Fix PLIST for both with and without X11.
Fix some configure/build errors with WITH_U
mbr 2009-03-25 18:19:47 UTC
FreeBSD ports repository
Added files:
emulators/open-vm-tools/files patch-appUtil.h
patch-appUtilX11.c
patch-ghIntegrationX11.c
Log:
Add missing patches for X11 build
Revisi
mbr 2009-04-06 14:57:03 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo
emulators/open-vm-tools/files patch-freebsd-8
patch-vmblock-subr.c
Removed files:
emulators/open-vm-tools/files patch-guest
mbr 2009-04-06 21:55:29 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Log:
Add another X11 dependency, xextproto
Revision ChangesPath
1.26 +1 -1 ports/emulators/open-vm-tools/Makefile
__
mbr 2009-04-06 22:56:31 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile pkg-plist
Added files:
emulators/open-vm-tools/files patch-hgfsmounter-Makefile.in
Log:
Try to fix the remaining dependencies and
back out previous commit.
Also
mbr 2009-04-07 13:34:56 UTC
FreeBSD ports repository
Added files:
emulators/open-vm-tools/files patch-modules-Makefile.in
patch-vmtoolsd-Makefile.in
Log:
Fix other polution of the base system.
Submitted by: kan
Revision Changes
mbr 2009-04-09 21:19:03 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Added files:
emulators/open-vm-tools/files patch-vmmemctl-os.c
Log:
Fix locking in vmmemctl
Submitted by: kan
Revision ChangesPath
1.28 +1 -0
mbr 2009-04-14 07:32:46 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Added files:
emulators/open-vm-tools/files patch-util_misc.c
Log:
Fix shutdown problems with ESX 3.5
PR: ports/133717
Approved by:portsmgr
Sub
mbr 2009-06-08 23:24:44 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo pkg-plist
emulators/open-vm-tools/files patch-freebsd-8
patch-services-Makefile
vmware-guestd.s
mbr 2009-06-09 08:22:09 UTC
FreeBSD ports repository
Removed files:
emulators/open-vm-tools/files patch-vmblock-fuse-Makefile
patch-vmblock-fuse-block.c
Log:
Delete two unneeded patches.
PR: misc/135400
Submitted by: Joh
mbr 2009-06-11 21:51:06 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools pkg-plist
Log:
Add missing dir to pkg-plist.
Revision ChangesPath
1.20 +1 -0 ports/emulators/open-vm-tools/pkg-plist
mbr 2009-06-17 17:00:21 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Log:
Fix dependency on gtkmm
PR: ports/135672
Submitted by: Katsuyoshi OHARA
Revision ChangesPath
1.31 +2 -1 ports/emulators/open-
mbr 2008-11-04 12:14:23 UTC
FreeBSD ports repository
Modified files:
mail/pyzor Makefile
mail/pyzor/files patch-debian-mbox
Log:
Fix predigest command
Revision ChangesPath
1.12 +1 -1 ports/mail/pyzor/Makefile
1.2 +25 -20por
mbr 2008-11-09 22:39:52 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools pkg-plist
Log:
vmware-toolbox and vmware-user are installed in bin/ rather than sbin/
PR: 128509
Submitted by: olgeni
Revision ChangesPath
1.13 +
mbr 2010-01-02 16:29:45 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo pkg-plist
emulators/open-vm-tools/files patch-arch patch-freebsd-8
patch-guestApp.c
patch-hgfsm
mbr 2010-01-02 16:33:57 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools/files patch-freebsd-9
Log:
Check should be <= 90
Revision ChangesPath
1.2 +3 -3 ports/emulators/open-vm-tools/files/patch-freebsd-9
mbr 2010-01-02 22:30:52 UTC
FreeBSD ports repository
Modified files:
mail/up-imapproxyMakefile
Added files:
mail/up-imapproxy/files patch-configure.in
Log:
Fix hardcoded use of /etc/imapproxyd.conf with autoconf
Remove unneeded postpatch section
Other PRs ju
mbr 2010-01-10 10:31:45 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo pkg-plist
Log:
Upgrade to open-vm-tools-2009.12.16 build 217847
Revision ChangesPath
1.37 +3 -4 ports/emulators/open-vm-tools/Makefile
1.9
mbr 2009-07-18 16:50:55 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/mod_auth_pubtkt Makefile distinfo pkg-descr pkg-plist
www/mod_auth_pubtkt/files patch-Makefile
Log:
mod_auth_pubtkt is a Web single sign-on (SSO) s
mbr 2008-05-14 14:55:33 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile distinfo
emulators/open-vm-tools/files patch-asm patch-freebsd7
Log:
Upgrade to build 90473
Revision ChangesPath
1.4 +3 -2 ports/emulators/open-vm
mbr 2008-05-14 21:28:58 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools distinfo
Log:
Accidently took the size of former distfile. Fix this.
Revision ChangesPath
1.3 +1 -1 ports/emulators/open-vm-tools/distinfo
_
mbr 2008-05-15 17:24:29 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11
emulators/open-vm-tools/files vmware-guestd.sh.in
Added files:
emulators/open-vm-tools/files vmware-kmod.sh.in
Log:
- Add dependency on de
mbr 2008-05-15 17:28:20 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools/files patch-asm
Log:
Fix __asm macros for asm_x86_64
Revision ChangesPath
1.4 +20 -0 ports/emulators/open-vm-tools/files/patch-asm
__
mbr 2008-05-16 07:55:44 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Log:
Change build to lib dependencies.
Submitted by: Guy Yur <[EMAIL PROTECTED]>
Revision ChangesPath
1.6 +2 -2 ports/emulators/open-vm-tools/Ma
mbr 2008-05-16 08:09:27 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Add open-vm-tools-nox11
Revision ChangesPath
1.19800 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mailing lis
mbr 2008-05-16 08:10:51 UTC
FreeBSD ports repository
Modified files:
emulatorsMakefile
Log:
Add open-vm-tools-nox11
Revision ChangesPath
1.246 +1 -0 ports/emulators/Makefile
___
cvs-all@freebsd.org m
mbr 2008-05-16 08:11:54 UTC
FreeBSD ports repository
Added files:
emulators/open-vm-tools-nox11 Makefile
Log:
New port: open-vm-tools-nox11
Revision ChangesPath
1.1 +11 -0 ports/emulators/open-vm-tools-nox11/Makefile (new)
___
mbr 2008-05-16 11:16:53 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools-nox11 Makefile
Log:
Forced commit to add the missing description:
open-vm-tools-nox11 is a open source version of the
vmware-guestd and vmware-tools ports without X11 support.
mbr 2008-05-16 13:49:54 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools-nox11 Makefile
Log:
Add PKGNAMESUFFIX -nox11 to fix INDEX
Submitted by: wxs
Revision ChangesPath
1.3 +1 -0 ports/emulators/open-vm-tools-nox11/Makefile
_
mbr 2008-07-08 16:03:32 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile
Log:
Upgrade to build 102166, 2008.07.01
- Add a fix to make -nox11 build still possible
- Remove broken install targets for kmods within build.
- Remove obsolete, a
mbr 2008-07-08 16:03:48 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools distinfo pkg-plist pkg-plist-x11
Added files:
emulators/open-vm-tools/files optpatch-nox11 patch-guestApp.c
patch-hgfsmounter-Makefile
mbr 2008-07-21 23:43:44 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11
Added files:
emulators/open-vm-tools/files patch-scripts-Makefile
Log:
Change GTK12 dependency to GTK20 to fix the package build.
Fix package
mbr 2008-07-27 13:57:54 UTC
FreeBSD ports repository
Modified files:
emulators/open-vm-tools pkg-plist pkg-plist-x11
emulators/open-vm-tools/files patch-toolbox-Makefile
Added files:
emulators/open-vm-tools/files patch-guestd-Makefile
Log:
Second try to fix the pa
mbr 2008-03-28 13:06:09 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
open-vm-tools --> ports/archivers/open-vm-tools
Revision ChangesPath
1.19561 +1 -0 CVSROOT/modules
___
cvs-all
mbr 2008-03-28 13:09:43 UTC
FreeBSD ports repository
Modified files:
emulatorsMakefile
Log:
Add open-vm-tools
Revision ChangesPath
1.244 +1 -0 ports/emulators/Makefile
___
cvs-all@freebsd.org mailing
1 - 100 of 141 matches
Mail list logo