[PATCH] databases/evolution-data-server: Bad PLIST
Palle Girgensohn
girgen at FreeBSD.org
Wed Jan 5 08:56:56 PST 2005
>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 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 ---
More information about the freebsd-gnome
mailing list