Skip site navigation (1)Skip section navigation (2)
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:   ports/137391: [PATCH] x11/xdm: remove xdm-config from plist
Message-ID:  <200908031334.n73DY8iN015578@backoffice.colby.local>
Resent-Message-ID: <200908031350.n73Do1Lo019102@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137391
>Category:       ports
>Synopsis:       [PATCH] x11/xdm: remove xdm-config from plist
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 03 13:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 7.2-RELEASE-p1 i386
>Organization:
>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 ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908031334.n73DY8iN015578>