Bug 61696 - Update port: net/diradmin to version 1.5.1
Summary: Update port: net/diradmin to version 1.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-21 23:30 UTC by System Administrator
Modified: 2004-01-22 09:44 UTC (History)
0 users

See Also:


Attachments
diradmin.diff (2.55 KB, patch)
2004-01-21 23:30 UTC, System Administrator
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description System Administrator 2004-01-21 23:30:17 UTC
Update port: net/diradmin to version 1.5.1
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-21 23:36:49 UTC
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 :)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-21 23:42:12 UTC
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
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-21 23:42:48 UTC
State Changed
From-To: open->feedback

Asked maintainer for feedback.
Comment 4 lewiz 2004-01-22 01:08:49 UTC
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 |-
Comment 5 lewiz 2004-01-22 01:09:47 UTC
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 |-
Comment 6 lewiz 2004-01-22 01:21:04 UTC
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 |-
Comment 7 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-22 09:43:52 UTC
State Changed
From-To: feedback->closed

Committed, thanks! I also threw in some patches to fix build 
with gcc-2.95.