1
0
forked from ports/opt

x11, mesa3d: removed

Note that this introduces some dependency breakage.
This commit is contained in:
Tilman Sauerbeck 2006-11-15 20:59:33 +01:00
parent 0019d9d926
commit ade6a0d9ed
12 changed files with 0 additions and 9539 deletions

View File

@ -1,34 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/GL/
-rw-r--r-- root/root usr/include/GL/amesa.h
-rw-r--r-- root/root usr/include/GL/directfbgl.h
-rw-r--r-- root/root usr/include/GL/dmesa.h
-rw-r--r-- root/root usr/include/GL/fxmesa.h
-rw-r--r-- root/root usr/include/GL/ggimesa.h
-rw-r--r-- root/root usr/include/GL/gl_mangle.h
-rw-r--r-- root/root usr/include/GL/glfbdev.h
-rw-r--r-- root/root usr/include/GL/glu_mangle.h
-rw-r--r-- root/root usr/include/GL/glx_mangle.h
-rw-r--r-- root/root usr/include/GL/mesa_wgl.h
-rw-r--r-- root/root usr/include/GL/mglmesa.h
-rw-r--r-- root/root usr/include/GL/svgamesa.h
-rw-r--r-- root/root usr/include/GL/uglglutshapes.h
-rw-r--r-- root/root usr/include/GL/uglmesa.h
-rw-r--r-- root/root usr/include/GL/vms_x_fix.h
-rw-r--r-- root/root usr/include/GL/wmesa.h
-rw-r--r-- root/root usr/include/GL/xmesa.h
-rw-r--r-- root/root usr/include/GL/xmesa_x.h
-rw-r--r-- root/root usr/include/GL/xmesa_xf86.h
drwxr-xr-x root/root usr/include/GLES/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libGL.la
lrwxrwxrwx root/root usr/lib/libGL.so -> libGL.so.1
lrwxrwxrwx root/root usr/lib/libGL.so.1 -> libGL.so.1.2
-rwxr-xr-x root/root usr/lib/libGL.so.1.2
lrwxrwxrwx root/root usr/lib/libGLU.so -> libGLU.so.1
lrwxrwxrwx root/root usr/lib/libGLU.so.1 -> libGLU.so.1.3.060402
-rwxr-xr-x root/root usr/lib/libGLU.so.1.3.060402
lrwxrwxrwx root/root usr/lib/libGLw.so -> libGLw.so.1
lrwxrwxrwx root/root usr/lib/libGLw.so.1 -> libGLw.so.1.0.0
-rwxr-xr-x root/root usr/lib/libGLw.so.1.0.0

View File

@ -1,2 +0,0 @@
7674d2c603b5834259e4e5a820cefd5b MesaLib-6.4.2.tar.bz2
84e27ef3e015901c8ea30e07a15dfe4f libGL.la

View File

@ -1,24 +0,0 @@
# Description: Mesa 3D Graphics Library
# URL: http://www.mesa3d.org/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: x11, libdrm, freeglut
name=mesa3d
version=6.4.2
release=2
source=(http://dl.sourceforge.net/$name/MesaLib-$version.tar.bz2 libGL.la)
build() {
cd Mesa-$version
make linux-dri-x86
mkdir -p $PKG/usr/{lib,include}
bin/installmesa $PKG/usr
# provided by x11 / freeglut
for f in gl.h glext.h glu.h glx.h glxext.h osmesa.h GLwDrawA.h GLwDrawAP.h\
GLwMDrawA.h GLwMDrawAP.h; do
rm $PKG/usr/include/GL/$f
done
cp $SRC/libGL.la $PKG/usr/lib
}

View File

@ -1,29 +0,0 @@
# libGL.la - a libtool library file
# Generated by __GENERATED_BY__ (for use by libtool)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libGL.so'
# Names of this library.
library_names='libGL.so.1.2 libGL.so.1 libGL.so'
# Libraries that this one depends upon.
dependency_libs=' -L/usr/X11R6/lib -lm -lXext -lX11 -ldl'
# Version information for libGL.
current=1
age=0
revision=5.060302
# Is this an already installed library?
installed=yes
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/lib'

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
52ad69832db5c36c7041f90625ed4598 X11R6.9.0-src.tar.bz2
350fcd02934035da94f73f2b39e24fc9 host.def
3196b65d8c4416cad412a0c49d75c461 x11-6.9.0-linux_config.patch
5527ad8177942a919981d4fba690879a x11-6.9.0-xterm256.patch
7c0c53f1c7ffd97b429eda1eefdff9cb x11r6.9.0-cidfonts.diff
de85e59b8906f76a52ec9162ec6c0b63 x11r6.9.0-geteuid.diff
d666925bfe3d76156c399091578579ae x11r6.9.0-mitri.diff
05f76e7c05dcda1dcb065e2f1eeaa88f xdm

View File

@ -1 +0,0 @@
^usr/X11R6/lib/modules/.*$

View File

@ -1,55 +0,0 @@
# Description: The Open Group X Window System
# 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: libpng, fontconfig
#
# Nice to have: libtxc_dxtn
name=x11
version=6.9.0
release=5
source=(http://ftp.x.org/pub/X11R${version}/src-single/X11R${version}-src.tar.bz2 \
$name-$version-xterm256.patch $name-$version-linux_config.patch \
http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-geteuid.diff \
http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-mitri.diff \
http://xorg.freedesktop.org/releases/X11R${version}/patches/${name}r${version}-cidfonts.diff \
xdm host.def)
build() {
cd xc
patch -p1 < $SRC/$name-$version-xterm256.patch
patch -p1 < $SRC/$name-$version-linux_config.patch
patch -p0 < $SRC/${name}r${version}-geteuid.diff
patch -p0 < $SRC/${name}r${version}-mitri.diff
patch -p0 < $SRC/${name}r${version}-cidfonts.diff
sed "s/#CFLAGS#/$CFLAGS/" $SRC/host.def > config/cf/host.def
make World
make DESTDIR=$PKG install
make DESTDIR=$PKG install.man
rm -rf $PKG/usr/X11R6/lib/X11/doc \
$PKG/usr/X11R6/src \
$PKG/usr/include/GL \
$PKG/etc/rc.d \
$PKG/usr/lib
install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm
ln -s ../X11R6/include/X11 $PKG/usr/include/X11
ln -s ../X11R6/include/GL $PKG/usr/include/GL
touch $PKG/usr/X11R6/man/whatis
# Fix a bug with XDM, otherwise you may not be able to
# type your login-info.
sed -i -e 's|:0 local.*|& vt7|' $PKG/etc/X11/xdm/Xservers
mkdir -p $PKG/usr/lib
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
}

View File

@ -1,44 +0,0 @@
/*
* CRUX X11 configuration.
*/
#define DefaultGcc2i386Opt #CFLAGS# -fno-strength-reduce
#define TermcapLibrary -lncurses
#define ForceNormalLib YES
#define SystemManDirectory /usr/man
#define VarLibDir /var/lib
#define SharedLibXau YES
#define HasNCurses YES
#define HasFreetype2 YES
#define HasFontconfig YES
#define HasLibpng YES
#define HasZlib YES
#define HasExpat YES
#define HasLibCrypt YES
#define HasPam NO
#define BuildLinuxDocPS NO
#define BuildLinuxDocText NO
#define BuildLinuxDocHtml NO
#define BuildHtmlManPages NO
#define BuildSpecsDocs NO
#define BuildAllSpecsDocs NO
#define BuildIPv6 YES
#define BuildXterm YES
#define InstallXtermSetUID NO
#define InstallXtermSetGID NO
#define BuildCyrillicFonts YES
#define BuildKOI8_RFonts YES
#define BuildArabicFonts YES
#define BuildGreekFonts YES
#define BuildHebrewFonts YES
#define BuildThaiFonts YES
#define BuildJapaneseFonts YES
#define BuildKoreanFonts YES
#define BuildChineseFonts YES
/* End of file */

View File

@ -1,13 +0,0 @@
diff -Nru xc-old/extras/drm/shared/drm.h xc/extras/drm/shared/drm.h
--- xc-old/extras/drm/shared/drm.h 2006-01-09 14:58:53.000000000 +0100
+++ xc/extras/drm/shared/drm.h 2006-01-09 15:00:49.000000000 +0100
@@ -63,9 +63,6 @@
#endif
#if defined(__linux__)
-#if defined(__KERNEL__)
-#include <linux/config.h>
-#endif
#include <asm/ioctl.h> /* For _IO* macros */
#define DRM_IOCTL_NR(n) _IOC_NR(n)
#define DRM_IOC_VOID _IOC_NONE

View File

@ -1,12 +0,0 @@
diff -Nru xc-old/programs/xterm/Imakefile xc/programs/xterm/Imakefile
--- xc-old/programs/xterm/Imakefile 2006-01-09 14:59:11.000000000 +0100
+++ xc/programs/xterm/Imakefile 2006-01-09 15:06:18.000000000 +0100
@@ -127,7 +127,7 @@
#endif
#ifdef UTF8support
- UTF8_OPTION = -DOPT_WIDE_CHARS -DOPT_LUIT_PROG
+ UTF8_OPTION = -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DOPT_256_COLORS
UTF8SRC = charclass.c precompose.c wcwidth.c xutf8.c
UTF8OBJ = charclass.o precompose.o wcwidth.o xutf8.o
#endif

24
x11/xdm
View File

@ -1,24 +0,0 @@
#!/bin/sh
#
# /etc/rc.d/xdm: start/stop X display manager
#
case $1 in
start)
. /etc/profile
/usr/X11R6/bin/xdm
;;
stop)
killall -q /usr/X11R6/bin/xdm
;;
restart)
$0 stop
sleep 2
$0 start
;;
*)
echo "usage: $0 [start|stop|restart]"
;;
esac
# End of file