cvs commit: ports/mail/up-imapproxy Makefile ports/mail/up-imapproxy/files imapproxyd.sh.in

2006-04-15 Thread Martin Blapp
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

cvs commit: ports/mail/pyzor/files patch-debian-mbox

2006-04-15 Thread Martin Blapp
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) __

cvs commit: ports/mail/pyzor/files patch-handle_unknown_encodings patch-unknowntype

2006-04-15 Thread Martin Blapp
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

cvs commit: ports/mail/pyzor Makefile

2006-04-15 Thread Martin Blapp
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

cvs commit: ports/www/mod_auth_mysql_another Makefile pkg-plist ports/www/mod_auth_mysql_another/files Makefile

2006-04-15 Thread Martin Blapp
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

cvs commit: ports/graphics/gocr/files patch-configure

2006-04-16 Thread Martin Blapp
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)

cvs commit: ports/graphics/gocr/files patch-link

2006-04-16 Thread Martin Blapp
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) _

cvs commit: ports/graphics/gocr/files patch-segfault

2006-04-16 Thread Martin Blapp
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) __

cvs commit: ports/graphics/gocr Makefile

2006-04-16 Thread Martin Blapp
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

cvs commit: ports/www/mod_auth_mysql_another/files patch-strcat

2006-05-15 Thread Martin Blapp
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

cvs commit: ports/www/mod_auth_mysql_another Makefile

2006-05-15 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc clnt_bcast.c

2006-09-09 Thread Martin Blapp
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:

cvs commit: src/lib/libc/rpc clnt_vc.c

2006-09-09 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc getnetconfig.c

2006-09-09 Thread Martin Blapp
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/

cvs commit: src/lib/libc/rpc getnetpath.c

2006-09-09 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc rpcb_clnt.c

2006-09-09 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc rpcb_prot.c

2006-09-09 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc svc_simple.c

2006-09-09 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc svc_vc.c

2006-09-09 Thread Martin Blapp
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

cvs commit: src/sys/kern tty.c

2006-09-10 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty.c

2006-09-10 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty.c

2006-09-11 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern kern_exit.c (DEVFS bug) ?

2006-09-13 Thread Martin Blapp
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

cvs commit: src/sys/kern kern_proc.c

2006-09-19 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern kern_proc.c

2006-09-19 Thread Martin Blapp
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) {

Re: cvs commit: src/sys/kern kern_proc.c

2006-09-20 Thread Martin Blapp
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;

cvs commit: src/sys/kern tty.c

2006-09-21 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_tty.c

2006-09-23 Thread Martin Blapp
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

cvs commit: src/sys/kern tty.c tty_pty.c

2006-09-23 Thread Martin Blapp
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

cvs commit: src/lib/libc/rpc clnt_vc.c

2006-09-23 Thread Martin Blapp
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

cvs commit: src/sys/kern kern_proc.c

2006-09-23 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty.c tty_pty.c

2006-09-26 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_tty.c

2006-09-27 Thread Martin Blapp
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/

cvs commit: src/sys/kern kern_proc.c

2006-09-27 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_tty.c

2006-09-29 Thread Martin Blapp
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

cvs commit: src/sys/kern kern_proc.c

2006-09-29 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_pty.c

2006-09-29 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_pts.c

2006-09-29 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty_pty.c

2006-09-29 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty_pty.c

2006-09-29 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty_pty.c

2006-09-29 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern tty_pty.c

2006-09-29 Thread Martin Blapp
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

cvs commit: src/sys/kern tty.c

2006-09-30 Thread Martin Blapp
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.

Re: cvs commit: src/sys/kern tty.c

2006-09-30 Thread Martin Blapp
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:

Re: cvs commit: src/sys/kern tty_pty.c

2006-09-30 Thread Martin Blapp
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,

cvs commit: src/sys/kern tty.c

2006-09-30 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_pty.c

2006-09-30 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_pty.c

2006-09-30 Thread Martin Blapp
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

Re: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c

2006-10-01 Thread Martin Blapp
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

Re: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c

2006-10-01 Thread Martin Blapp
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

Re: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c

2006-10-03 Thread Martin Blapp
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'

cvs commit: src/sys/kern tty_pty.c

2006-10-03 Thread Martin Blapp
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

cvs commit: src/sys/kern tty_pty.c

2006-10-04 Thread Martin Blapp
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

Re: cvs commit: src/sys/kern kern_conf.c

2006-10-15 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile distinfo pkg-plist ports/emulators/open-vm-tools/files patch-guestApp.c patch-services-Makefile

2010-11-15 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch-hostinfoPosix.c patch-libguestlib-Makefile patch-scripts-network patch-vm_basic_types.h patch-vmhgfs-Makefile

2010-11-15 Thread Martin Blapp
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_

cvs commit: ports/emulators/open-vm-tools/files patch-vmhgfs-kernelStubs.h patch-vmhgfs-state.c patch-vmhgfs-vnopscommon.c

2010-11-15 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile ports/emulators/open-vm-tools/files patch-wrapper-Makefile.am patch-wrapper-Makefile.in patch-wrapper-wrapper-freebsd.c patch.txt

2010-11-16 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch.txt

2010-11-16 Thread Martin Blapp
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) ___

cvs commit: ports/emulators/open-vm-tools/files patch-wrapper-Makefile.in

2010-11-16 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile distinfo pkg-plist ports/emulators/open-vm-tools/files patch-scripts-Makefile

2010-06-06 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools pkg-plist

2010-06-06 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools pkg-plist

2010-06-06 Thread Martin Blapp
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 _

cvs commit: ports/emulators/open-vm-tools Makefile distinfo pkg-plist ports/emulators/open-vm-tools/files optpatch-nox11 patch-freebsd-8 patch-guestd-Makefile patch-hgfsmounter-Makefile patch-modules-

2009-03-03 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile

2009-03-04 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile pkg-plist ports/emulators/open-vm-tools/files vmware-kmod.sh.in

2009-03-25 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch-appUtil.h patch-appUtilX11.c patch-ghIntegrationX11.c

2009-03-25 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile distinfo ports/emulators/open-vm-tools/files patch-freebsd-8 patch-guestd-Makefile patch-vmblock-subr.c

2009-04-06 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile

2009-04-06 Thread Martin Blapp
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 __

cvs commit: ports/emulators/open-vm-tools Makefile pkg-plist ports/emulators/open-vm-tools/files patch-hgfsmounter-Makefile.in

2009-04-06 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch-modules-Makefile.in patch-vmtoolsd-Makefile.in

2009-04-07 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile ports/emulators/open-vm-tools/files patch-vmmemctl-os.c

2009-04-09 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile ports/emulators/open-vm-tools/files patch-util_misc.c

2009-04-14 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile distinfo pkg-plist ports/emulators/open-vm-tools/files patch-freebsd-8 patch-services-Makefile vmware-guestd.sh.in

2009-06-08 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch-vmblock-fuse-Makefile patch-vmblock-fuse-block.c

2009-06-09 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools pkg-plist

2009-06-11 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile

2009-06-17 Thread Martin Blapp
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-

cvs commit: ports/mail/pyzor Makefile ports/mail/pyzor/files patch-debian-mbox

2008-11-04 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools pkg-plist

2008-11-09 Thread Martin Blapp
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 +

cvs commit: ports/emulators/open-vm-tools Makefile distinfo pkg-plist ports/emulators/open-vm-tools/files patch-appUtil.h patch-arch patch-freebsd-8 patch-freebsd-9 patch-ghIntegrationX11.c patch-gues

2010-01-02 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch-freebsd-9

2010-01-02 Thread Martin Blapp
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

cvs commit: ports/mail/up-imapproxy Makefile ports/mail/up-imapproxy/files patch-configure.in

2010-01-02 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile distinfo pkg-plist

2010-01-10 Thread Martin Blapp
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

cvs commit: ports/www Makefile ports/www/mod_auth_pubtkt Makefile distinfo pkg-descr pkg-plist ports/www/mod_auth_pubtkt/files patch-Makefile

2009-07-18 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile distinfo ports/emulators/open-vm-tools/files patch-asm patch-freebsd7

2008-05-14 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools distinfo

2008-05-14 Thread Martin Blapp
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 _

cvs commit: ports/emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11 ports/emulators/open-vm-tools/files vmware-guestd.sh.in vmware-kmod.sh.in

2008-05-15 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools/files patch-asm

2008-05-15 Thread Martin Blapp
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 __

cvs commit: ports/emulators/open-vm-tools Makefile

2008-05-16 Thread Martin Blapp
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

cvs commit: CVSROOT modules

2008-05-16 Thread Martin Blapp
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

cvs commit: ports/emulators Makefile

2008-05-16 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools-nox11 Makefile

2008-05-16 Thread Martin Blapp
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) ___

cvs commit: ports/emulators/open-vm-tools-nox11 Makefile

2008-05-16 Thread Martin Blapp
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.

cvs commit: ports/emulators/open-vm-tools-nox11 Makefile

2008-05-16 Thread Martin Blapp
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 _

cvs commit: ports/emulators/open-vm-tools Makefile

2008-07-08 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools distinfo pkg-plist pkg-plist-x11 ports/emulators/open-vm-tools/files optpatch-nox11 patch-asm patch-cpus patch-freebsd7 patch-freebsd8 patch-guestApp.c patch-

2008-07-08 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools Makefile pkg-plist pkg-plist-x11 ports/emulators/open-vm-tools/files patch-scripts-Makefile

2008-07-21 Thread Martin Blapp
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

cvs commit: ports/emulators/open-vm-tools pkg-plist pkg-plist-x11 ports/emulators/open-vm-tools/files patch-guestd-Makefile patch-toolbox-Makefile

2008-07-27 Thread Martin Blapp
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

cvs commit: CVSROOT modules

2008-03-28 Thread Martin Blapp
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

cvs commit: ports/emulators Makefile

2008-03-28 Thread Martin Blapp
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   2   >