OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Aug-2003 16:46:16
Branch: HEAD Handle: 2003080615461501
Modified files:
openpkg-src/xaw3d xaw3d.spec
openpkg-web news.txt
Log:
revoke broken 'simplification'
Summary:
Revision Changes Path
1.21 +2 -12 openpkg-src/xaw3d/xaw3d.spec
1.6055 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xaw3d/xaw3d.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 xaw3d.spec
--- openpkg-src/xaw3d/xaw3d.spec 4 Aug 2003 13:39:04 -0000 1.20
+++ openpkg-src/xaw3d/xaw3d.spec 6 Aug 2003 14:46:16 -0000 1.21
@@ -23,15 +23,6 @@
## SUCH DAMAGE.
##
-# FIXME: ms: This is rather nasty, but various platforms have different
-# FIXME: ms: requirements after xmkmf gets through with xaw3d's Imakefile.
-# FIXME: ms: The requirements for any given single platform are actually
-# FIXME: ms: less than what is specified.
-# FIXME: ms: Passing 'LD=ld' to make, and the next block explicitly
-# FIXME: ms: building a static library should be removed when a better
-# FIXME: ms: solution (such as implementing imake templates into the x11
-# FIXME: ms: package) is found.
-
# package information
Name: xaw3d
Summary: X-Window Athena Widgets 3D
@@ -42,7 +33,7 @@
Group: XWindow
License: GPL
Version: 1.5
-Release: 20030804
+Release: 20030806
# list of sources
Source0: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz
@@ -69,8 +60,7 @@
%build
cd xc/lib/Xaw3d/
%{l_shtool} mkdir -f -p -m 755 X11/Xaw3d
- ln -s *.h X11/Xaw3d/.
-
+ ( cd X11/Xaw3d; ln -s ../../*.h . ) || exit $?
PATH=$PATH:`%{l_prefix}/etc/rc --query x11_bindir`
# xmkmf -a
x11config=`%{l_prefix}/etc/rc --query x11_libdir`/X11/config
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6054 -r1.6055 news.txt
--- openpkg-web/news.txt 6 Aug 2003 13:07:43 -0000 1.6054
+++ openpkg-web/news.txt 6 Aug 2003 14:46:15 -0000 1.6055
@@ -1,3 +1,4 @@
+06-Aug-2003: Upgraded package: P<xaw3d-1.5-20030806>
06-Aug-2003: Upgraded package: P<openssh-3.5p1-1.2.2>
06-Aug-2003: Upgraded package: P<rt-3.0.4-20030806>
06-Aug-2003: Upgraded package: P<openssl-0.9.7b-20030806>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]