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: 31-Jul-2003 10:17:54
Branch: HEAD Handle: 2003073109175202
Modified files:
openpkg-src/infozip infozip.spec
openpkg-web news.txt
Log:
add support for non-Intel FreeBSD
Summary:
Revision Changes Path
1.28 +6 -5 openpkg-src/infozip/infozip.spec
1.5928 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 infozip.spec
--- openpkg-src/infozip/infozip.spec 23 Jul 2003 13:31:56 -0000 1.27
+++ openpkg-src/infozip/infozip.spec 31 Jul 2003 08:17:54 -0000 1.28
@@ -38,8 +38,8 @@
Distribution: OpenPKG [BASE]
Group: Archiver
License: BSD
-Version: 20030723
-Release: 20030723
+Version: 20030731
+Release: 20030731
# list of sources
Source0: ftp://ftp.info-zip.org/pub/infozip/src/zip%{V_zip_real}.tar.gz
@@ -71,9 +71,10 @@
( cd unzip-%{V_unzip_here}
os=generic
case "%{l_target}" in
- *-linux* ) os=linux_noasm ;;
- *-solaris* ) os=solaris ;;
- *-freebsd* ) os=freebsd ;;
+ *-linux* ) os=linux_noasm ;;
+ *-solaris* ) os=solaris ;;
+ ix86-freebsd* ) os=freebsd ;;
+ *-freebsd* ) os=bsd ;;
esac
%{l_make} %{l_mflags} -f unix/Makefile $os
) || exit $?
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5927 -r1.5928 news.txt
--- openpkg-web/news.txt 31 Jul 2003 08:14:22 -0000 1.5927
+++ openpkg-web/news.txt 31 Jul 2003 08:17:52 -0000 1.5928
@@ -1,3 +1,4 @@
+31-Jul-2003: Upgraded package: P<infozip-20030731-20030731>
31-Jul-2003: Upgraded package: P<squid-2.5.3-1.20030731>
31-Jul-2003: Upgraded package: P<squid-2.5.3-20030731>
31-Jul-2003: Upgraded package: P<pgp-6.5.8-20030731>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]