![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: jue Date: 2006-04-01 19:11:22 +0200 (Sat, 01 Apr 2006) New Revision: 1100 Modified: crux-2.2/ports/opt/x11/.footprint crux-2.2/ports/opt/x11/Pkgfile Log: x11: removed xorgcfg for now, see https://bugs.freedesktop.org/show_bug.cgi?id=5502 Modified: crux-2.2/ports/opt/x11/.footprint =================================================================== --- crux-2.2/ports/opt/x11/.footprint 2006-04-01 09:31:18 UTC (rev 1099) +++ crux-2.2/ports/opt/x11/.footprint 2006-04-01 17:11:22 UTC (rev 1100) @@ -1575,7 +1575,6 @@ -rwxr-xr-x root/root usr/X11R6/bin/xmodmap -rwxr-xr-x root/root usr/X11R6/bin/xmore -rwxr-xr-x root/root usr/X11R6/bin/xon --rwxr-xr-x root/root usr/X11R6/bin/xorgcfg -rwxr-xr-x root/root usr/X11R6/bin/xorgconfig -rwxr-xr-x root/root usr/X11R6/bin/xphelloworld -rwxr-xr-x root/root usr/X11R6/bin/xplsprinters @@ -7508,7 +7507,6 @@ -rw-r--r-- root/root usr/X11R6/man/man1/xmodmap.1x.gz -rw-r--r-- root/root usr/X11R6/man/man1/xmore.1x.gz -rw-r--r-- root/root usr/X11R6/man/man1/xon.1x.gz --rw-r--r-- root/root usr/X11R6/man/man1/xorgcfg.1x.gz -rw-r--r-- root/root usr/X11R6/man/man1/xorgconfig.1x.gz -rw-r--r-- root/root usr/X11R6/man/man1/xphelloworld.1x.gz -rw-r--r-- root/root usr/X11R6/man/man1/xplsprinters.1x.gz Modified: crux-2.2/ports/opt/x11/Pkgfile =================================================================== --- crux-2.2/ports/opt/x11/Pkgfile 2006-04-01 09:31:18 UTC (rev 1099) +++ crux-2.2/ports/opt/x11/Pkgfile 2006-04-01 17:11:22 UTC (rev 1100) @@ -2,15 +2,17 @@ # Maintainer: J�rgen Daubert, juergen dot daubert at t-online dot de # Packager: Daniel Mueller, daniel at danm dot de # URL: http://xorg.freedesktop.org/wiki/ -# Depends on: ncurses, libpng, fontconfig +# Depends on: libpng, fontconfig # # Nice to have: libtxc_dxtn name=x11 version=6.9.0 -release=2 +release=3 source=(http://ftp.x.org/pub/X11R${version}/src-single/X11R${version}-src.tar.bz2 \ - $name-$version-xterm256.patch $name-$version-linux_config.patch xdm host.def http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-geteuid.diff) + $name-$version-xterm256.patch $name-$version-linux_config.patch \ + http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-geteuid.diff \ + xdm host.def) build() { cd xc @@ -42,5 +44,8 @@ mv $PKG/usr/X11R6/lib/pkgconfig $PKG/usr/lib mv $PKG/etc/{init.d,profile.d} $PKG/etc/X11 + # Remove buggy xorgcfg + rm $PKG/usr/X11R6/{bin/xorgcfg,man/man1/xorgcfg.1x} + chmod -R +w $PKG }
participants (1)
-
crux@crux.nu