OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 29-Aug-2002 20:38:20
Branch: HEAD Handle: 2002082919381801
Modified files:
openpkg-src/x11 x11.spec
openpkg-web news.txt
Log:
Fixed nasty directory symbolic link problem affecting SVR4 and linux.
Summary:
Revision Changes Path
1.9 +7 -7 openpkg-src/x11/x11.spec
1.1451 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/x11/x11.spec
============================================================
$ cvs diff -u -r1.8 -r1.9 x11.spec
--- openpkg-src/x11/x11.spec 26 Aug 2002 19:03:31 -0000 1.8
+++ openpkg-src/x11/x11.spec 29 Aug 2002 18:38:19 -0000 1.9
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Meta
License: PD
-Version: 20020826
-Release: 20020826
+Version: 20020829
+Release: 20020829
# list of sources
Source0: rc.x11
@@ -64,6 +64,7 @@
# search for binary directory
for bindir in \
`echo $PATH | sed -e 's/:/ /g'` \
+ /usr/openwin/bin \
/usr/[xX]/bin \
/usr/[xX]11*/bin \
/usr/[xX]386/bin \
@@ -72,7 +73,6 @@
/usr/local/[xX]11*/bin \
/usr/local/[xX]386/bin \
/usr/local/[xX]ree86/bin \
- /usr/openwin/bin \
/usr/athena/bin \
; do
if [ -f "$bindir/xmkmf" ]; then
@@ -83,6 +83,8 @@
# search for include directory
for incdir in \
+ /usr/openwin/include \
+ /usr/openwin/share/include \
/usr/include \
/usr/include/[xX] \
/usr/include/[xX]11* \
@@ -101,8 +103,6 @@
/usr/local/[xX]11*/include \
/usr/local/[xX]386/include \
/usr/local/[xX]ree86/include \
- /usr/openwin/include \
- /usr/openwin/share/include \
/usr/athena/include \
/usr/unsupported/include \
; do
@@ -114,6 +114,8 @@
# search for library directory
for libdir in \
+ /usr/openwin/lib \
+ /usr/openwin/share/lib \
/lib \
/usr/lib \
/usr/lib/[xX] \
@@ -133,8 +135,6 @@
/usr/local/[xX]11*/lib \
/usr/local/[xX]386/lib \
/usr/local/[xX]ree86/lib \
- /usr/openwin/lib \
- /usr/openwin/share/lib \
/usr/athena/lib \
/usr/unsupported/lib \
; do
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1450 -r1.1451 news.txt
--- openpkg-web/news.txt 29 Aug 2002 16:09:09 -0000 1.1450
+++ openpkg-web/news.txt 29 Aug 2002 18:38:18 -0000 1.1451
@@ -1,3 +1,4 @@
+29-Aug-2002: Upgraded package: P<x11-20020829-20020829>
29-Aug-2002: Upgraded package: P<uvscan-4.1.6.4220-20020829>
29-Aug-2002: Upgraded package: P<vim-6.1.166-20020829>
29-Aug-2002: Upgraded package: P<c-client-2002rc4-20020829>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]