OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 23-Oct-2003 22:02:37
Branch: HEAD Handle: 2003102321023502
Modified files:
openpkg-src/nn nn.spec
openpkg-web news.txt
Log:
try to be more precise in platform checks and especially try to
support Solaris/x86
Summary:
Revision Changes Path
1.15 +6 -4 openpkg-src/nn/nn.spec
1.7134 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nn/nn.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 nn.spec
--- openpkg-src/nn/nn.spec 18 Sep 2003 16:45:38 -0000 1.14
+++ openpkg-src/nn/nn.spec 23 Oct 2003 20:02:37 -0000 1.15
@@ -33,7 +33,7 @@
Group: News
License: BSD-style
Version: 6.6.5
-Release: 20030918
+Release: 20031023
# list of sources
Source0: ftp://ftp.nndev.org/pub/nn-6.6/nn-%{version}.tar.Z
@@ -56,9 +56,11 @@
%build
S="template"; M="template"
case "%{l_platform -t}" in
- *-freebsd* ) S="freebsd"; M="i80386" ;;
- *-linux* ) S="linux"; M="i80386" ;;
- *-sunos* ) S="sunos5"; M="sparc" ;;
+ i?86-freebsd* ) S="freebsd"; M="i80386" ;;
+ i?86-linux* ) S="linux"; M="i80386" ;;
+ sun4*-sunos5* ) S="sunos5"; M="sparc" ;;
+ i?86*-sunos5* ) S="sunos5"; M="i80386" ;;
+ * ) echo "Platform \"%{l_platform -t}\" not supported" 1>&2; exit 1 ;;
esac
%{l_shtool} install -c -m 644 \
-e "s;s-sunos5.h;s-${S}.h;" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7133 -r1.7134 news.txt
--- openpkg-web/news.txt 23 Oct 2003 19:57:47 -0000 1.7133
+++ openpkg-web/news.txt 23 Oct 2003 20:02:35 -0000 1.7134
@@ -1,3 +1,4 @@
+23-Oct-2003: Upgraded package: P<nn-6.6.5-20031023>
23-Oct-2003: Upgraded package: P<xplanet-0.94-20031023>
23-Oct-2003: Upgraded package: P<blender-2.28c-20031023>
23-Oct-2003: Upgraded package: P<xterm-1.80-20031023>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]