ports/75857: [PATCH] databases/evolution-data-server: Bad PLIST

Palle Girgensohn girgen at FreeBSD.org
Wed Jan 5 17:00:45 UTC 2005


>Number:         75857
>Category:       ports
>Synopsis:       [PATCH] databases/evolution-data-server: Bad PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 05 17:00:43 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Ping Pong AB
>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 at 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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list