OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Oct-2007 15:16:05
Branch: HEAD Handle: 2007101114160401
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmtool
Log:
add support for FreeBSD 8.0-CURRENT
Summary:
Revision Changes Path
1.476 +1 -0 openpkg-src/openpkg/HISTORY
1.612 +1 -1 openpkg-src/openpkg/openpkg.spec
1.56 +1 -1 openpkg-src/openpkg/rpmtool
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.475 -r1.476 HISTORY
--- openpkg-src/openpkg/HISTORY 10 Oct 2007 16:06:06 -0000 1.475
+++ openpkg-src/openpkg/HISTORY 11 Oct 2007 13:16:04 -0000 1.476
@@ -2,6 +2,7 @@
2007
====
+20071011 add support for FreeBSD 8.0-CURRENT
20071010 upgrade to GNU tar 1.19
20070914 upgrade to cURL 7.17.0
20070909 print entire list of all %NoSource files instead of bailing out on
the first missing file encountered
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.611 -r1.612 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 10 Oct 2007 16:06:06 -0000 1.611
+++ openpkg-src/openpkg/openpkg.spec 11 Oct 2007 13:16:04 -0000 1.612
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20071010
+%define V_openpkg 20071011
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rpmtool
============================================================================
$ cvs diff -u -r1.55 -r1.56 rpmtool
--- openpkg-src/openpkg/rpmtool 6 May 2007 22:17:05 -0000 1.55
+++ openpkg-src/openpkg/rpmtool 11 Oct 2007 13:16:05 -0000 1.56
@@ -340,7 +340,7 @@
fi
fi
;;
- *:FreeBSD:[4567].*:* )
+ *:FreeBSD:[4-8].*:* )
n=`/sbin/sysctl -n hw.ncpu`
if [ ".$n" != . ]; then
if [ $n -gt 1 ]; then
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]