Date: Fri, 02 Nov 2007 18:39:02 +0300 From: Boris Samorodov <bsam@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/117772: [patch] mail/evolution: fix pkg-plist and unbreak building Message-ID: <E1Inybu-0000Yi-VX@ipt.ru> Resent-Message-ID: <200711021930.lA2JU1T2028380@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117772 >Category: ports >Synopsis: [patch] mail/evolution: fix pkg-plist and unbreak building >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 02 19:30:00 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 6.2-STABLE amd64 >Organization: InPharmTech, Co. >Environment: System: FreeBSD srv.sem.ipt.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Jul 24 19:30:05 MSD 2007 bsam@srv.sem.ipt.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The port mail/evolution lacks some files at pkg-plist: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007110100/evolution-2.12.1_2.log >How-To-Repeat: >Fix: Though I didn't test this patch (my tinderbox still compiles other x11/gnome2 ports), it should be OK. --- evolution.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/evolution/Makefile,v retrieving revision 1.148 diff -u -r1.148 Makefile --- Makefile 28 Oct 2007 17:34:05 -0000 1.148 +++ Makefile 2 Nov 2007 15:28:31 -0000 @@ -8,7 +8,7 @@ PORTNAME= evolution PORTVERSION= 2.12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/evolution/pkg-plist,v retrieving revision 1.70 diff -u -r1.70 pkg-plist --- pkg-plist 24 Oct 2007 23:34:57 -0000 1.70 +++ pkg-plist 2 Nov 2007 15:28:32 -0000 @@ -302,6 +302,8 @@ lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la @@ -369,6 +371,7 @@ lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.xml +lib/evolution/%%VERSION%%/plugins/org-gnome-bogo-junk-plugin.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug --- evolution.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Inybu-0000Yi-VX>