Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2009 17:58:17 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        x11@FreeBSD.org
Subject:   [PATCH] x11/xdm and xdm-config
Message-ID:  <alpine.BSF.2.00.0907191756030.40043@backoffice.colby.local>

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

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



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