Date: Mon, 3 Aug 2009 15:34:08 +0200 (CEST) From: Jimmy Olgeni <olgeni@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: x11@freebsd.org Subject: [PATCH] x11/xdm: remove xdm-config from plist Message-ID: <200908031334.n73DY8iN015578@backoffice.colby.local>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Jimmy Olgeni >Organization: >Confidential: no >Synopsis: [PATCH] x11/xdm: remove xdm-config from plist >Severity: serious >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.2-RELEASE-p1 i386 >Environment: System: FreeBSD backoffice 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #3: Wed Jun 24 11:25:23 CEST 2009 >Description: xdm-config is a configuration file handled by @exec and @unexec; as such it should not be listed in pkg-plist, else it will be removed by pkg_delete during upgrades. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xdm-1.1.8_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xdm/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 23 Jan 2009 16:28:18 -0000 1.8 +++ Makefile 3 Aug 2009 13:30:53 -0000 @@ -7,7 +7,7 @@ PORTNAME= xdm PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/x11/xdm/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 2 Jul 2007 17:35:12 -0000 1.3 +++ pkg-plist 3 Aug 2009 13:30:53 -0000 @@ -6,7 +6,6 @@ lib/X11/xdm/libXdmGreet.so lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm -lib/X11/xdm/xdm-config share/X11/app-defaults/Chooser @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi --- xdm-1.1.8_2.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908031334.n73DY8iN015578>