OSSP CVS Repository

ossp - Check-in [4451]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4451
Date: 2004-Mar-19 15:55:46 (local)
2004-Mar-19 14:55:46 (UTC)
User:thl
Branch:
Comment: Upgrade and unify build environment devtool an devtool.func; change devtool.conf to require current versions of shtool, libtool and autoconf
Tickets:
Inspections:
Files:
ossp-pkg/ex/devtool      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/ex/devtool.conf      1.10 -> 1.11     2 inserted, 2 deleted
ossp-pkg/ex/devtool.func      1.2 -> 1.3     3 inserted, 3 deleted
ossp-pkg/l2/devtool.conf      1.13 -> 1.14     2 inserted, 2 deleted
ossp-pkg/lmtp2nntp/devtool.conf      1.16 -> 1.17     1 inserted, 1 deleted
ossp-pkg/pcre/devtool      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/pcre/devtool.conf      1.7 -> 1.8     2 inserted, 2 deleted
ossp-pkg/pcre/devtool.func      1.4 -> 1.5     1 inserted, 1 deleted
ossp-pkg/popt/devtool      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/popt/devtool.conf      1.4 -> 1.5     2 inserted, 2 deleted
ossp-pkg/popt/devtool.func      1.2 -> 1.3     3 inserted, 3 deleted
ossp-pkg/sa/devtool      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/sa/devtool.conf      1.20 -> 1.21     2 inserted, 2 deleted
ossp-pkg/sa/devtool.func      1.3 -> 1.4     3 inserted, 3 deleted
ossp-pkg/str/devtool.conf      1.4 -> 1.5     2 inserted, 2 deleted
ossp-pkg/str/devtool.func      1.4 -> 1.5     2 inserted, 2 deleted
ossp-pkg/tai/devtool      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/tai/devtool.conf      1.3 -> 1.4     2 inserted, 2 deleted
ossp-pkg/tai/devtool.func      1.1 -> 1.2     3 inserted, 3 deleted
ossp-pkg/val/devtool      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/val/devtool.conf      1.10 -> 1.11     3 inserted, 3 deleted
ossp-pkg/val/devtool.func      1.3 -> 1.4     3 inserted, 3 deleted
ossp-pkg/var/devtool      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/var/devtool.conf      1.8 -> 1.9     3 inserted, 3 deleted
ossp-pkg/var/devtool.func      1.4 -> 1.5     3 inserted, 3 deleted

ossp-pkg/ex/devtool 1.2 -> 1.3

--- devtool      2003/02/10 10:13:20     1.2
+++ devtool      2004/03/19 14:55:46     1.3
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/ex/devtool.conf 1.10 -> 1.11

--- devtool.conf 2004/03/18 15:51:16     1.10
+++ devtool.conf 2004/03/19 14:55:46     1.11
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" all
-    @autogen libtool  1.5.2 "1.4*"
-    @autogen autoconf 2.59  "2.5[3-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/ex/devtool.func 1.2 -> 1.3

--- devtool.func 2002/03/14 15:12:49     1.2
+++ devtool.func 2004/03/19 14:55:46     1.3
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac


ossp-pkg/l2/devtool.conf 1.13 -> 1.14

--- devtool.conf 2003/11/17 10:37:04     1.13
+++ devtool.conf 2004/03/19 14:55:47     1.14
@@ -30,8 +30,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" echo fixperm install mkdir tarball version
-    @autogen libtool  1.5   "1.[45]*"
-    @autogen autoconf 2.58  "2.5[4-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/lmtp2nntp/devtool.conf 1.16 -> 1.17

--- devtool.conf 2003/02/13 10:00:52     1.16
+++ devtool.conf 2004/03/19 14:55:46     1.17
@@ -11,7 +11,7 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" all
-    @autogen autoconf 2.57  "2.5[3-9]*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
     for name in ex str l2 sa var val popt pcre tai; do
         echo "===> lib_${name} (devtool autogen)"


ossp-pkg/pcre/devtool 1.1 -> 1.2

--- devtool      2002/01/07 14:51:32     1.1
+++ devtool      2004/03/19 14:55:47     1.2
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/pcre/devtool.conf 1.7 -> 1.8

--- devtool.conf 2003/11/17 10:37:04     1.7
+++ devtool.conf 2004/03/19 14:55:47     1.8
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" echo fixperm install mkdir tarball version
-    @autogen libtool  1.5   "1.[45]*"
-    @autogen autoconf 2.58  "2.5[4-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/pcre/devtool.func 1.4 -> 1.5

--- devtool.func 2003/02/10 10:13:25     1.4
+++ devtool.func 2004/03/19 14:55:47     1.5
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {


ossp-pkg/popt/devtool 1.2 -> 1.3

--- devtool      2003/02/10 10:13:27     1.2
+++ devtool      2004/03/19 14:55:48     1.3
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/popt/devtool.conf 1.4 -> 1.5

--- devtool.conf 2003/01/30 19:07:01     1.4
+++ devtool.conf 2004/03/19 14:55:48     1.5
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" all
-    @autogen libtool  1.4.3 "1.4*"
-    @autogen autoconf 2.57  "2.5[3-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/popt/devtool.func 1.2 -> 1.3

--- devtool.func 2002/03/14 15:34:44     1.2
+++ devtool.func 2004/03/19 14:55:48     1.3
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac


ossp-pkg/sa/devtool 1.2 -> 1.3

--- devtool      2001/10/24 13:37:36     1.2
+++ devtool      2004/03/19 14:55:49     1.3
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/sa/devtool.conf 1.20 -> 1.21

--- devtool.conf 2003/11/10 18:57:43     1.20
+++ devtool.conf 2004/03/19 14:55:49     1.21
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" all
-    @autogen libtool  1.5   "1.5*"
-    @autogen autoconf 2.58  "2.5[3-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/sa/devtool.func 1.3 -> 1.4

--- devtool.func 2002/03/14 15:39:43     1.3
+++ devtool.func 2004/03/19 14:55:49     1.4
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac


ossp-pkg/str/devtool.conf 1.4 -> 1.5

--- devtool.conf 2003/01/06 19:13:47     1.4
+++ devtool.conf 2004/03/19 14:55:50     1.5
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" echo install mkdir fixperm tarball version
-    @autogen libtool  1.4.3 "1.4*"
-    @autogen autoconf 2.57  "2.5[3-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/str/devtool.func 1.4 -> 1.5

--- devtool.func 2003/01/06 19:13:47     1.4
+++ devtool.func 2004/03/19 14:55:50     1.5
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac


ossp-pkg/tai/devtool 1.2 -> 1.3

--- devtool      2003/02/10 10:13:33     1.2
+++ devtool      2004/03/19 14:55:51     1.3
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/tai/devtool.conf 1.3 -> 1.4

--- devtool.conf 2003/01/30 19:07:20     1.3
+++ devtool.conf 2004/03/19 14:55:51     1.4
@@ -4,8 +4,8 @@
 
 %autogen
     @autogen shtool   1.6.2 "1.6.*" all
-    @autogen libtool  1.4.3 "1.4*"
-    @autogen autoconf 2.57  "2.5[3-9]*"
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/tai/devtool.func 1.1 -> 1.2

--- devtool.func 2002/04/18 09:10:46     1.1
+++ devtool.func 2004/03/19 14:55:51     1.2
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac


ossp-pkg/val/devtool 1.3 -> 1.4

--- devtool      2003/02/17 14:35:24     1.3
+++ devtool      2004/03/19 14:55:51     1.4
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/val/devtool.conf 1.10 -> 1.11

--- devtool.conf 2003/02/17 14:41:59     1.10
+++ devtool.conf 2004/03/19 14:55:51     1.11
@@ -3,9 +3,9 @@
 ##
 
 %autogen
-    @autogen shtool   1.6.2 "1.[56].*" all
-    @autogen libtool  1.4.3 "1.4*"
-    @autogen autoconf 2.57  "2.5[3-9]*"
+    @autogen shtool   1.6.2 "1.6.*" all
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/val/devtool.func 1.3 -> 1.4

--- devtool.func 2003/02/17 14:35:25     1.3
+++ devtool.func 2004/03/19 14:55:51     1.4
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac


ossp-pkg/var/devtool 1.3 -> 1.4

--- devtool      2003/02/14 21:17:07     1.3
+++ devtool      2004/03/19 14:55:52     1.4
@@ -1,7 +1,7 @@
 #!/bin/sh
 ##
 ##  devtool -- Development Tool
-##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 if [ $# -eq 0 ]; then


ossp-pkg/var/devtool.conf 1.8 -> 1.9

--- devtool.conf 2003/10/24 18:24:35     1.8
+++ devtool.conf 2004/03/19 14:55:52     1.9
@@ -3,9 +3,9 @@
 ##
 
 %autogen
-    @autogen shtool   1.6.2 "1.[56].*" all
-    @autogen libtool  1.5   "1.5*"
-    @autogen autoconf 2.57  "2.5[3-9]*"
+    @autogen shtool   1.6.2 "1.6.*" all
+    @autogen libtool  1.5.2 "1.5*"
+    @autogen autoconf 2.59  "2.5[4-9]*"
 
 %autoclean
     @autoclean shtool


ossp-pkg/var/devtool.func 1.4 -> 1.5

--- devtool.func 2003/02/14 21:17:07     1.4
+++ devtool.func 2004/03/19 14:55:52     1.5
@@ -1,6 +1,6 @@
 ##
 ##  devtool.func -- Development Tool Functions
-##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com> 
+##  Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
 ##
 
 devtool_require () {
@@ -14,10 +14,10 @@
         $e )
             ;;
         $a )
-            echo "devtool:WARNING: $t version $v still accepted, although expected $e." 1>&2
+            echo "devtool:WARNING: $t version $v accepted, but expected $e." 1>&2
             ;;
         * )
-            echo "devtool:ERROR: $t version $e expected, but found $v." 1>&2
+            echo "devtool:ERROR: $t version $v NOT acceptable, requires $e." 1>&2
             exit 1
             ;;
     esac

CVSTrac 2.0.1