ports/opt (2.3): gl-select: removed libGL.a cp from ati section
commit 65203aa3df5af6000ecca1737010ab6913a2ae68 Author: Matt Housh <jaeger@crux.nu> Date: Tue Apr 10 08:58:22 2007 -0500 gl-select: removed libGL.a cp from ati section diff --git a/gl-select/Pkgfile b/gl-select/Pkgfile index 27c66cd..ec93332 100644 --- a/gl-select/Pkgfile +++ b/gl-select/Pkgfile @@ -3,8 +3,8 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=gl-select -version=1.1.1 -release=4 +version=1.1.2 +release=1 source=($name) build() { diff --git a/gl-select/gl-select b/gl-select/gl-select index 25a5db8..9ba0607 100755 --- a/gl-select/gl-select +++ b/gl-select/gl-select @@ -8,6 +8,9 @@ ##### CHANGELOG ############################################################## # +# Apr 10, 2007 - version 1.1.2 +# removed extra libGL.a cp in the ati section +# # Mar 14, 2007 - version 1.1.1 # updated all sections for xorg 7.x # removed extra libGL.a references (nvidia) @@ -140,7 +143,6 @@ case "$1" in echo -n "libGLcore " cp /usr/lib/xorg/modules/extensions/libGLcore{.so,_so} echo -n "libGL " - cp /usr/lib/libGL{.a,_a} mv /usr/lib/libGL{.so.1.2,_so_1_2} # according to ati port [ ! -L /usr/lib/libGL.so ] && \
participants (1)
-
crux@crux.nu