diff options
author | 2003-12-12 00:31:29 +0000 | |
---|---|---|
committer | 2003-12-12 00:31:29 +0000 | |
commit | 7c5d27ca37aa8dad2cd561120f3bc520f838b5d1 (patch) | |
tree | 9f60802bfb6a987f214ecd4d56cb4d50e0593a78 /net-analyzer/sonar/files | |
parent | Added -DHAVE_ADJTIME closes #35597. (diff) | |
download | historical-7c5d27ca37aa8dad2cd561120f3bc520f838b5d1.tar.gz historical-7c5d27ca37aa8dad2cd561120f3bc520f838b5d1.tar.bz2 historical-7c5d27ca37aa8dad2cd561120f3bc520f838b5d1.zip |
ver bump 35224
Diffstat (limited to 'net-analyzer/sonar/files')
-rw-r--r-- | net-analyzer/sonar/files/1.2.0-doc.patch | 5 | ||||
-rw-r--r-- | net-analyzer/sonar/files/1.2.1-libtool.patch | 48 | ||||
-rw-r--r-- | net-analyzer/sonar/files/digest-sonar-1.2.0 | 1 | ||||
-rw-r--r-- | net-analyzer/sonar/files/digest-sonar-1.2.1 | 1 |
4 files changed, 49 insertions, 6 deletions
diff --git a/net-analyzer/sonar/files/1.2.0-doc.patch b/net-analyzer/sonar/files/1.2.0-doc.patch deleted file mode 100644 index 9d0c75a38df3..000000000000 --- a/net-analyzer/sonar/files/1.2.0-doc.patch +++ /dev/null @@ -1,5 +0,0 @@ ---- configure.orig 2003-10-02 14:07:24.800745392 -0400 -+++ configure 2003-10-02 14:07:32.488576664 -0400 -@@ -8027 +8027 @@ -- test -z "$ac_cv_prog_DOXYGEN" && ac_cv_prog_DOXYGEN="/bin/false" -+ test -z "$ac_cv_prog_DOXYGEN" && ac_cv_prog_DOXYGEN="/bin/true" diff --git a/net-analyzer/sonar/files/1.2.1-libtool.patch b/net-analyzer/sonar/files/1.2.1-libtool.patch new file mode 100644 index 000000000000..77c8b09ef4a2 --- /dev/null +++ b/net-analyzer/sonar/files/1.2.1-libtool.patch @@ -0,0 +1,48 @@ +*** libltdl/configure.old Sat Dec 6 14:03:58 2003 +--- libltdl/configure Sat Dec 6 14:10:26 2003 +*************** build=NONE +*** 197,202 **** +--- 197,203 ---- + cache_file=./config.cache + exec_prefix=NONE + host=NONE ++ host_alias=NONE + no_create= + nonopt=NONE + no_recursion= +*************** EOF +*** 368,374 **** + ac_prev=host ;; + -host=* | --host=* | --hos=* | --ho=*) + host="$ac_optarg" ;; +! + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; +--- 369,376 ---- + ac_prev=host ;; + -host=* | --host=* | --hos=* | --ho=*) + host="$ac_optarg" ;; +! -host_alias=* | --host_alias=* ) +! host_alias="$ac_optarg" ;; + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; +*************** EOF +*** 556,562 **** + + -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } + ;; +! + *) + if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then + echo "configure: warning: $ac_option: invalid host type" 1>&2 +--- 558,565 ---- + + -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } + ;; +! CC* | CFLAGS* | CXXFLAGS*) +! ;; + *) + if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then + echo "configure: warning: $ac_option: invalid host type" 1>&2 diff --git a/net-analyzer/sonar/files/digest-sonar-1.2.0 b/net-analyzer/sonar/files/digest-sonar-1.2.0 deleted file mode 100644 index 79b3cca06b42..000000000000 --- a/net-analyzer/sonar/files/digest-sonar-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ac6ea84b1a2b52877f40f0630888a827 sonar-1.2.0.tar.bz2 206255 diff --git a/net-analyzer/sonar/files/digest-sonar-1.2.1 b/net-analyzer/sonar/files/digest-sonar-1.2.1 new file mode 100644 index 000000000000..c67528433d30 --- /dev/null +++ b/net-analyzer/sonar/files/digest-sonar-1.2.1 @@ -0,0 +1 @@ +MD5 ed95b5f44b7bdf43e867d799dc8bf615 sonar-1.2.1.tar.bz2 302203 |