Update port: net/diradmin to version 1.5.1
Dear maintainer of ports net/diradmin, could you please look at http://www.freebsd.org/cgi/query-pr.cgi?pr=61696 Do you approve this update? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Ah I don't know what you mean, so I'll just sit here and smile at you :)
Dear maintainer of port net/diradmin, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=61696 Do you approve this update? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> I went grocery shopping, made a pot of chilli, played ey, then ate some chilli
State Changed From-To: open->feedback Asked maintainer for feedback.
On Thu, Jan 22, 2004 at 12:42:12AM +0100, Pav Lucistnik wrote: > Dear maintainer of port net/diradmin, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=61696 > > Do you approve this update? I'm actually working on an update myself. I screwed up with the original port because the pixmaps get installed in the wrong place and don't work. Having checked this patch it doesn't fix the problem (on my computer, anyway). If you think it's a good idea to commit this patch now please go ahead by all means. I'll submit another patch shortly :) Thanks very much, -lewiz. -- I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
On Thu, Jan 22, 2004 at 01:08:49AM +0000, Lewis Thompson wrote: > If you think it's a good idea to commit this patch now please go ahead > by all means. I'll submit another patch shortly :) Sorry, could you please update the maintainer field to reflect my new email address. Thanks very much. -lewiz. -- I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
On Thu, Jan 22, 2004 at 01:08:49AM +0000, Lewis Thompson wrote: > On Thu, Jan 22, 2004 at 12:42:12AM +0100, Pav Lucistnik wrote: > > Dear maintainer of port net/diradmin, please take a look at > > Do you approve this update? > > I screwed up with the original port because the pixmaps get installed > in the wrong place and don't work. Having checked this patch it doesn't > fix the problem (on my computer, anyway). > > If you think it's a good idea to commit this patch now please go ahead > by all means. I'll submit another patch shortly :) This was quite quick (for me). Sorry for all the mails. If you apply this after pr 61696 it should resolve all the issues. diff -ruN diradmin.old/Makefile diradmin/Makefile --- diradmin.old/Makefile Thu Jan 22 01:04:43 2004 +++ diradmin/Makefile Thu Jan 22 01:15:33 2004 @@ -1,6 +1,6 @@ # New ports collection makefile for: diradmin # Date created: 24 April 2003 -# Whom: lewiz <purple@lewiz.info> +# Whom: Lewis Thompson <purple@lewiz.net> # # $FreeBSD: ports/net/diradmin/Makefile,v 1.1 2003/08/28 12:08:55 edwin Exp $ # @@ -11,7 +11,7 @@ MASTER_SITES= http://diradmin.open-it.org/ DISTNAME= directory_administrator-${PORTVERSION} -MAINTAINER= purple@lewiz.info +MAINTAINER= purple@lewiz.net COMMENT= A smart LDAP directory management tool LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client diff -ruN diradmin.old/files/patch-ab diradmin/files/patch-ab --- diradmin.old/files/patch-ab Thu Jan 1 01:00:00 1970 +++ diradmin/files/patch-ab Thu Jan 22 01:18:12 2004 @@ -0,0 +1,12 @@ +diff -ruN /configure.old configure +--- configure.old Thu Jan 22 01:13:11 2004 ++++ configure Thu Jan 22 01:13:51 2004 +@@ -5625,7 +5625,7 @@ + + fi + +-PACKAGE_PIXMAPS_DIR="/share/pixmaps/${PACKAGE}" ++PACKAGE_PIXMAPS_DIR="/share/gnome/pixmaps/${PACKAGE}" + + PACKAGE_APPLNK_DIR="/share/applications" + SYSTEM_MENU_DIR="/lib/menu" -lewiz. -- I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
State Changed From-To: feedback->closed Committed, thanks! I also threw in some patches to fix build with gcc-2.95.