Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Jan 2005 17:56:53 +0100 (CET)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] databases/evolution-data-server: Bad PLIST
Message-ID:  <20050105165653.BC08C1CC32@palle.girgensohn.se>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Palle Girgensohn
>Organization:	Ping Pong AB
>Confidential:	no 
>Synopsis:	[PATCH] databases/evolution-data-server: Bad PLIST
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 5.3-STABLE i386
>Environment:
System: FreeBSD palle.girgensohn.se 5.3-STABLE FreeBSD 5.3-STABLE #17: Tue Dec 28 17:03:35 CET 2004
>Description:
WITHOUT_LDAP=yes makes evolution-data-server skip installing the file
`evolutionperson.schema'.  This is not reflected in the pkg-plist.

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- evolution-data-server-1.0.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/evolution-data-server/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	7 Dec 2004 03:54:01 -0000	1.2
+++ Makefile	5 Jan 2005 16:45:12 -0000
@@ -34,8 +34,10 @@
 .if !defined(WITHOUT_LDAP)
 USE_OPENLDAP=	yes
 CONFIGURE_ARGS+=--with-openldap=yes
+PLIST_SUB+=	LDAP=""
 .else
 CONFIGURE_ARGS+=--with-openldap=no
+PLIST_SUB+=	LDAP="@comment "
 .endif
 
 pre-everything::
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/evolution-data-server/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	7 Dec 2004 03:54:01 -0000	1.2
+++ pkg-plist	5 Jan 2005 16:44:55 -0000
@@ -172,7 +172,7 @@
 share/doc/libecal/right.png
 share/doc/libecal/style.css
 share/doc/libecal/up.png
-share/gnome/evolution-data-server-%%VERSION%%/evolutionperson.schema
+%%LDAP%%share/gnome/evolution-data-server-%%VERSION%%/evolutionperson.schema
 share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Abidjan.ics
 share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Accra.ics
 share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Addis_Ababa.ics
--- evolution-data-server-1.0.3.patch ends here ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050105165653.BC08C1CC32>