cvs commit: ports/x11/luit Makefile

2012-04-24 Thread Christian Weisgerber
naddy 2012-04-24 11:07:28 UTC FreeBSD ports repository Modified files: x11/luit Makefile Log: Make sure openpty() is used to allocate a PTY. This fixes luit on RELENG_7 and removes any need for setuid. Revision ChangesPath 1.8 +4 -15 ports/x1

cvs commit: ports/x11/luit Makefile

2011-10-10 Thread Eitan Adler
eadler 2011-10-11 03:14:29 UTC FreeBSD ports repository Modified files: x11/luit Makefile Log: - Fix build when WITH_SETUID_LUIT is set by adding -DBSD to CFLAGS Submitted by: ache Approved by:sahil (mentor) Revision ChangesPath 1.7 +1

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Andrey Chernov
On Mon, Oct 10, 2011 at 10:10:01PM -0400, Eitan Adler wrote: > > Note: this is true for old FreeBSD versions without /dev/pts, i.e. for > > FreeBSD < 8. Since old versions will die soon, perhaps choosen default > > isn't so bad. > > The default was chosen before I joined x11@ and I have not review

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Eitan Adler
> Note: this is true for old FreeBSD versions without /dev/pts, i.e. for > FreeBSD < 8. Since old versions will die soon, perhaps choosen default > isn't so bad. The default was chosen before I joined x11@ and I have not reviewed this port for security issues. If this is still a concern can you p

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Sahil Tandon
On Tue, 2011-10-11 at 05:06:45 +0400, Andrey Chernov wrote: > On Mon, Oct 10, 2011 at 08:26:08PM -0400, Sahil Tandon wrote: > > > It happens only if builded luit port have WITH_SETUID_LUIT set, otherwise > > > you don't notice the bug. > > > > Ah, so it does not actually affect the default packa

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Andrey Chernov
On Tue, Oct 11, 2011 at 05:06:45AM +0400, Andrey Chernov wrote: > On Mon, Oct 10, 2011 at 08:26:08PM -0400, Sahil Tandon wrote: > > > It happens only if builded luit port have WITH_SETUID_LUIT set, otherwise > > > you don't notice the bug. > > > > Ah, so it does not actually affect the default pa

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Andrey Chernov
On Mon, Oct 10, 2011 at 08:26:08PM -0400, Sahil Tandon wrote: > > It happens only if builded luit port have WITH_SETUID_LUIT set, otherwise > > you don't notice the bug. > > Ah, so it does not actually affect the default packages as built by the > clusters? Yes, default packages are not affected

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Sahil Tandon
On Tue, 2011-10-11 at 01:58:54 +0400, Andrey Chernov wrote: > On Mon, Oct 10, 2011 at 05:35:11PM -0400, Eitan Adler wrote: > > On Mon, Oct 10, 2011 at 3:43 PM, Andrey Chernov wrote: > > > I report already that it needs -DBSD. > > > Since you don't add -DBSD, it immediatelly exits with the followi

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Andrey Chernov
On Mon, Oct 10, 2011 at 05:35:11PM -0400, Eitan Adler wrote: > On Mon, Oct 10, 2011 at 3:43 PM, Andrey Chernov wrote: > > I report already that it needs -DBSD. > > Since you don't add -DBSD, it immediatelly exits with the following error: > > "Couldn't drop privileges: Function not implemented" >

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Eitan Adler
On Mon, Oct 10, 2011 at 3:43 PM, Andrey Chernov wrote: > I report already that it needs -DBSD. > Since you don't add -DBSD, it immediatelly exits with the following error: > "Couldn't drop privileges: Function not implemented" I've been running with this exact port since it was committed to the x

Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Andrey Chernov
On Mon, Oct 10, 2011 at 05:38:17PM +, Eitan Adler wrote: > eadler 2011-10-10 17:38:17 UTC > > FreeBSD ports repository > > Modified files: > x11/luit Makefile distinfo > Removed files: > x11/luit/files patch-luit.c > Log: > - remove upstreamed patch

cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c

2011-10-10 Thread Eitan Adler
eadler 2011-10-10 17:38:17 UTC FreeBSD ports repository Modified files: x11/luit Makefile distinfo Removed files: x11/luit/files patch-luit.c Log: - remove upstreamed patch - update to 1.1.0 Approved by:sahil (mentor) Obtained from: xorg de

cvs commit: ports/x11/luit Makefile

2009-02-03 Thread Rong-En Fan
rafan 2009-02-03 14:21:00 UTC FreeBSD ports repository Modified files: x11/luit Makefile Log: - Make luit can find locale.alias after X.Org 7.4 upgrade. Without this, luit is broken as it can't find the locale alias file. - Bump PORTREVISION as package content

cvs commit: ports/x11/luit Makefile

2007-06-02 Thread Rong-En Fan
rafan 2007-06-02 20:03:30 UTC FreeBSD ports repository Modified files: x11/luit Makefile Log: - locale.alias is now in LOCALBASE/lib/X11 This fixes luit after recent libX11 commit. - Pet portlint PR: ports/113263 Submitted by: rafan Appr