[PATCH] x11/xdm and xdm-config

Jimmy Olgeni olgeni at FreeBSD.org
Sun Jul 19 16:09:30 UTC 2009


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 at 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


More information about the freebsd-x11 mailing list