From owner-freebsd-x11@FreeBSD.ORG Sun Jul 19 16:09:30 2009 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DFC81065670 for ; Sun, 19 Jul 2009 16:09:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from aa001msb.fastweb.it (aa001msb.fastweb.it [85.18.95.80]) by mx1.freebsd.org (Postfix) with ESMTP id 12E7F8FC12 for ; Sun, 19 Jul 2009 16:09:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from bsdbox.colby.local (81.208.57.5) by aa001msb.fastweb.it (8.5.016.6) id 4A53170F019282C9 for x11@FreeBSD.org; Sun, 19 Jul 2009 17:58:17 +0200 Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by bsdbox.colby.local; 19 Jul 2009 17:58:17 +0200 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Sun, 19 Jul 2009 17:58:17 +0200 Date: Sun, 19 Jul 2009 17:58:17 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@backoffice.colby.local To: x11@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-OriginalArrivalTime: 19 Jul 2009 15:58:17.0621 (UTC) FILETIME=[BB1C3450:01CA0889] Cc: Subject: [PATCH] x11/xdm and xdm-config X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 16:09:30 -0000 Hi, I noticed that xdm-config should probably be remove from pkg-plist, since it is already handled by @exec and @unexec. Also, it causes a customized xdm-config to be removed by pkg_delete. Regards, Jimmy Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xdm/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 23 Jan 2009 16:28:18 -0000 1.8 +++ Makefile 19 Jul 2009 15:55:29 -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 -r1.3 pkg-plist --- pkg-plist 2 Jul 2007 17:35:12 -0000 1.3 +++ pkg-plist 19 Jul 2009 15:55:29 -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