pkgsrc/x11/xlockmore/patches/patch-ac
hubertf 80f6b284ef Add "lsall" and "lsbest" commands to pkg_admin, to find all/best
package matching a certain pattern. Examples:

            yui# cd /usr/pkgsrc/packages/i386ELF/All/
            yui# ls unzip*
            unzip-5.40.tgz  unzip-5.41.tgz
            yui# pkg_admin lsall 'unzip*'
            unzip-5.40.tgz
            unzip-5.41.tgz
            yui# pkg_admin lsall 'unzip>=5.40'
            unzip-5.40.tgz
            unzip-5.41.tgz
            yui# pkg_admin lsall 'unzip>=5.41'
            unzip-5.41.tgz
            yui# pkg_admin lsbest 'unzip>=5.40'
            unzip-5.41.tgz
            yui# pkg_admin lsall /usr/pkgsrc/packages/i386ELF/All/'{mit,unproven}-pthread*'
            /usr/pkgsrc/packages/i386ELF/All/mit-pthreads-1.60b6.tgz

This adds a shell/user-interface to pkg-patterns, which are a superset
of sh/csh patterns and can't be expanded by any shell.
2000-05-11 16:37:52 +00:00

13 lines
464 B
Text

$NetBSD: patch-ac,v 1.4 2000/05/11 16:37:53 hubertf Exp $
--- configure.orig Fri Mar 24 00:12:23 2000
+++ configure Tue May 9 13:38:23 2000
@@ -4844,7 +4844,7 @@
#define USE_GL 1
EOF
- XLOCKLIBS="${XLOCKLIBS} -lMesaGL -lMesaGLU"
+ XLOCKLIBS="${XLOCKLIBS} -lGL -lGLU"
test "x$mesagl_includes" = xNONE && mesagl_includes=$ac_mesagl_includes
test "x$mesagl_libraries" = xNONE && mesagl_libraries=$ac_mesagl_libraries
case "${canonical}" in