summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-09-10 22:33:17 +0000
committerKurt Zenker <kz@openoffice.org>2009-09-10 22:33:17 +0000
commit21194ebf2a74aea18e952be20e15fa886680a784 (patch)
treea704ad00e63d62593e950f2bfe376c67ac58e6b5 /curl
parente34ac42e6e7fc1b03455358cb3eaed1ee9007539 (diff)
CWS-TOOLING: integrate CWS mh232
2009-08-26 03:52:57 +0200 mh r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh r275383 : #i39230 2009-08-26 03:07:51 +0200 mh r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh r275067 : #i95498# make compile with gcc3
Diffstat (limited to 'curl')
-rw-r--r--curl/curl-7.12.2.patch25
1 files changed, 5 insertions, 20 deletions
diff --git a/curl/curl-7.12.2.patch b/curl/curl-7.12.2.patch
index f65e4cd092bc..5aff45800b77 100644
--- a/curl/curl-7.12.2.patch
+++ b/curl/curl-7.12.2.patch
@@ -1057,29 +1057,14 @@
current="$number_major"
revision="$number_minor"
age="0"
-@@ -2990,16 +2990,6 @@
- verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
+@@ -2996,8 +2996,8 @@
;;
-- freebsd-aout)
-- major=".$current"
-- versuffix=".$current.$revision";
-- ;;
--
-- freebsd-elf)
+ freebsd-elf)
- major=".$current"
- versuffix=".$current";
-- ;;
--
- irix | nonstopux)
- major=`expr $current - $age + 1`
-
-@@ -3022,7 +3012,7 @@
- versuffix="$major.$revision"
++ major=.`expr $current - $age`
++ versuffix="$major"
;;
-- linux)
-+ linux|freebsd-aout|freebsd-elf)
- major=.`expr $current - $age`
- versuffix="$major.$age.$revision"
- ;;
+ irix | nonstopux)