I have fixed the startup/shutdown script for the slim login manager so that slim can terminate properly upon a 'stop' command. (The PID was not being properly found from the output of ps.) Fix: A patch is attached. Patch attached with submission follows: How-To-Repeat: n/a
Maintainer of x11/slim, Please note that PR ports/173852 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173852 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
The new patch is tested and verified. Please commit it. -- Cheers, Henry
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
Hi, I have noticed that slim fails compilation with clang. Here is an updated patch with a solution. I obtained the modification to log.h from the project's own svn repository: http://svn.berlios.de/viewvc/slim/trunk/log.h?r1=228&r2=227&pathrev=228 Can you approve this? Thanks. -- Guido Falsi <madpilot@FreeBSD.org>
State Changed From-To: open->feedback Ask for maintainer approval.
I also forgot, the ABI version numbers should be removed from LIB_DEPENDS. Also I forgot to bump PORTREVISION. I'm attaching a revised patch for approval. -- Guido Falsi <madpilot@FreeBSD.org>
The patch looks ok. Shall we combine the two #ifdef? -- Cheers, Henry
On 11/27/12 05:43, Henry Hu wrote: > The patch looks ok. Shall we combine the two #ifdef? > I thought about this myself, but since I have extracted it from the project's own svn repository I'd rather leave it unmodified. -- Guido Falsi <madpilot@FreeBSD.org>
OK, then let's commit this. On Tue, Nov 27, 2012 at 7:15 AM, Guido Falsi <madpilot@freebsd.org> wrote: > On 11/27/12 05:43, Henry Hu wrote: > >> The patch looks ok. Shall we combine the two #ifdef? >> >> > I thought about this myself, but since I have extracted it from the > project's own svn repository I'd rather leave it unmodified. > > -- > Guido Falsi <madpilot@FreeBSD.org> > -- Cheers, Henry
State Changed From-To: feedback->closed Committed. Thanks!