diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-19 23:25:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-19 23:25:44 +0800 |
commit | ead7b2134fd3470846b8bd023223d42abd9e9f17 (patch) | |
tree | e02a980b57a380994af81c21d599d9b176c73166 /net/kicq/files | |
parent | 69bc1f3816ce465c50cae7838a3a52898a42edd7 (diff) | |
download | freebsd-ports-gnome-ead7b2134fd3470846b8bd023223d42abd9e9f17.tar.gz freebsd-ports-gnome-ead7b2134fd3470846b8bd023223d42abd9e9f17.tar.zst freebsd-ports-gnome-ead7b2134fd3470846b8bd023223d42abd9e9f17.zip |
- Update to 1.0.0.
- Change maintainer (old maintainer told that he will be unreachable for the
next several years).
PR: 20634
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> (new maintainer)
Diffstat (limited to 'net/kicq/files')
-rw-r--r-- | net/kicq/files/patch-aa | 42 | ||||
-rw-r--r-- | net/kicq/files/patch-ab | 14 |
2 files changed, 29 insertions, 27 deletions
diff --git a/net/kicq/files/patch-aa b/net/kicq/files/patch-aa index 794b47e1dbec..4509e9d0750a 100644 --- a/net/kicq/files/patch-aa +++ b/net/kicq/files/patch-aa @@ -1,27 +1,15 @@ ---- configure.orig Fri Dec 4 06:25:30 1998 -+++ configure Tue Feb 15 01:32:08 2000 -@@ -2373,7 +2373,7 @@ - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" -- for ac_dir in $PATH:/usr/bin:/usr/X11R6/bin:$QTDIR/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do -+ for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_MOC="$ac_dir/$ac_word" -@@ -2709,6 +2709,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+if false; then - echo $ac_n "checking for giflib""... $ac_c" 1>&6 - echo "configure:2714: checking for giflib" >&5 - if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then -@@ -2755,6 +2756,7 @@ - - else - { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } -+fi - fi - echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 - echo "configure:2761: checking for jpeglib" >&5 +This is to avoid a very weird compiler bug +on -stable. Certain combinations of -O# +and -march were making kicq core dump. + +--- configure.orig Mon Aug 14 23:25:24 2000 ++++ configure Mon Aug 14 23:26:28 2000 +@@ -6406,7 +6406,7 @@ + s%@SHELL@%$SHELL%g + s%@CFLAGS@%$CFLAGS%g + s%@CPPFLAGS@%$CPPFLAGS%g +-s%@CXXFLAGS@%$CXXFLAGS%g ++s%@CXXFLAGS@%%g + s%@FFLAGS@%$FFLAGS%g + s%@DEFS@%$DEFS%g + s%@LDFLAGS@%$LDFLAGS%g diff --git a/net/kicq/files/patch-ab b/net/kicq/files/patch-ab new file mode 100644 index 000000000000..2d5cfad020b3 --- /dev/null +++ b/net/kicq/files/patch-ab @@ -0,0 +1,14 @@ +--- kicq/extra/kicq-upgrade.orig Sun Jul 30 15:56:14 2000 ++++ kicq/extra/kicq-upgrade Tue Aug 15 12:54:27 2000 +@@ -1,9 +1,9 @@ +-#!/bin/bash ++#!/bin/sh + # $Id: kicq-upgrade,v 1.1 2000/07/30 18:56:36 denis Exp $ + # This script will upgrade 0.3.0-like configuration and contact list + # to the new 1.0.0 version + +-AWK=/bin/awk ++AWK=/usr/bin/awk + MV=/bin/mv + RM=/bin/rm + MKDIR=/bin/mkdir |