RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 19-Jul-2007 20:13:11
Branch: HEAD Handle: 2007071919131100
Modified files:
rpm devtool.conf
Log:
add more platform feedback, notice the last test date and especially
add the used compiler
Summary:
Revision Changes Path
2.50 +20 -15 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.49 -r2.50 devtool.conf
--- rpm/devtool.conf 19 Jul 2007 14:31:24 -0000 2.49
+++ rpm/devtool.conf 19 Jul 2007 18:13:11 -0000 2.50
@@ -133,28 +133,33 @@
## third-party libraries are required to be built from scratch and
## on arbitrary Unix platforms. This inherently requires lots of
## fiddling with their build environment. Just treat the prepare()
- ## function above as opaque and do not think about it. It just
+ ## function below as opaque and do not think about it. It just
## contains all the essential parts of the OpenPKG .spec files for
## achieving this. Nevertheless this whole procedure is completely
## independent of any OpenPKG instance itself, of course.
##
## This procedure was used by Ralf S. Engelschall to successfully
## build RPM 5 under at least the following particular Unix
- ## platforms (GNU shtool platform identifiers listed):
+ ## platforms (each one defined by the combination of hardware
+ ## architecture, operating system and compiler):
##
- ## ix86-freebsd6.2
- ## amd64-freebsd6.2
- ## ix86-freebsd7.0
- ## ia64-freebsd6.2
- ## ix86-fedora7
- ## ix86-debian3.1
- ## ix86-debian4.0
- ## ix86-rhel4
- ## ix86-solaris9
- ## sparc64-solaris8
- ## sparc64-solaris9
- ## sparc64-solaris10
- ## amd64-solaris10
+ ## o 2007-07-19: ix86-freebsd6.2-gcc4.2.0
+ ## o 2007-07-19: ix86-freebsd6.2-gcc4.3.0s20070713
+ ## o 2007-07-17: ix86-freebsd6.2-gcc3.4
+ ## o 2007-07-17: amd64-freebsd6.2-gcc4.1.2
+ ## o 2007-07-17: ix86-freebsd7.0-gcc4.1.2
+ ## o 2007-07-17: ia64-freebsd6.2-gcc4.1.2
+ ## o 2007-07-18: ix86-fedora7-gcc4.2.0
+ ## o 2007-07-19: ix86-fedora7-sunstudio12
+ ## o 2007-07-19: ix86-fedora7-icc10.0
+ ## o 2007-07-17: ix86-debian3.1-gcc4.1.2
+ ## o 2007-07-17: ix86-debian4.0-gcc4.2.0
+ ## o 2007-07-17: ix86-rhel4-gcc4.1.2
+ ## o 2007-07-17: ix86-solaris9-gcc4.1.2
+ ## o 2007-07-17: sparc64-solaris8-gcc4.1.2
+ ## o 2007-07-17: sparc64-solaris9-gcc4.1.2
+ ## o 2007-07-17: sparc64-solaris10-gcc4.1.2
+ ## o 2007-07-17: amd64-solaris10-gcc4.1.2
##
# prerequisite check
@@ .
Received on Thu Jul 19 20:13:11 2007