diff options
author | adam <adam@pkgsrc.org> | 2005-09-07 13:58:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-07 13:58:16 +0000 |
commit | 93a0b3e938bccf8f4aeb617a1b545c581a26bd68 (patch) | |
tree | 7ee402997fe5c59a9269be28e831781a6d75c432 /chat/gale/patches | |
parent | 51654f2925f854937cab34a9e5d9a1ddbf7645d4 (diff) | |
download | pkgsrc-93a0b3e938bccf8f4aeb617a1b545c581a26bd68.tar.gz |
Changes 0.99f:
* gdomain now has a -K flag
* gsend has the -b flag
* the default gsubrc doesn't escape '+' characters
* the time format of the default gsubrc is adjustable
* sundry WQP bugfixes
* bug fix to stop gsub from dropping messages
* MacOSX compatibility fixes
* gkinfo has a -y flag
* much more verbose diagnostics when things go wrong with keys
* partial fix to the galed spum problem (not a real fix though)
* don't be as verbose about "replaced .. with __" messages
* more mostly unrelated liboop fixes
Diffstat (limited to 'chat/gale/patches')
-rw-r--r-- | chat/gale/patches/patch-aa | 22 | ||||
-rw-r--r-- | chat/gale/patches/patch-ab | 17 | ||||
-rw-r--r-- | chat/gale/patches/patch-ac | 75 |
3 files changed, 79 insertions, 35 deletions
diff --git a/chat/gale/patches/patch-aa b/chat/gale/patches/patch-aa index a5bcfca19c2..855b8b7a3a5 100644 --- a/chat/gale/patches/patch-aa +++ b/chat/gale/patches/patch-aa @@ -1,13 +1,15 @@ -$NetBSD: patch-aa,v 1.3 2001/11/19 21:05:56 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2005/09/07 13:58:16 adam Exp $ ---- Makefile.in.orig Thu Jul 13 21:18:54 2000 +--- Makefile.in.orig 2003-01-12 15:19:09.000000000 +0000 +++ Makefile.in -@@ -424,8 +424,6 @@ - mkdir -p "$(sysconfdir)/gale/auth/cache" - chmod 1777 "$(sysconfdir)/gale/auth/local" - chmod 777 "$(sysconfdir)/gale/auth/cache" -- $(INSTALL_DATA) "$(srcdir)/kutils/ROOT" "$(sysconfdir)/gale/auth/trusted/ROOT" -- $(INSTALL_DATA) "$(srcdir)/COPYING" "$(sysconfdir)/gale/COPYING" - -chmod -R a+rX "$(sysconfdir)/gale" +@@ -412,10 +412,6 @@ install-data-local: + mkdir -p "$(DESTDIR)$(sysconfdir)/gale/auth/cache" + chmod 1777 "$(DESTDIR)$(sysconfdir)/gale/auth/local" + chmod 777 "$(DESTDIR)$(sysconfdir)/gale/auth/cache" +- $(INSTALL_DATA) "$(srcdir)/kutils/ROOT" \ +- "$(DESTDIR)$(sysconfdir)/gale/auth/trusted/ROOT" +- $(INSTALL_DATA) "$(srcdir)/COPYING" \ +- "$(DESTDIR)$(sysconfdir)/gale/COPYING" + -chmod -R a+rX "$(DESTDIR)$(sysconfdir)/gale" 2>/dev/null @echo "" - @echo "*** now run $(bindir)/gale-install ... even for an upgrade ***" + @echo "*** now run $(DESTDIR)$(bindir)/gale-install ... even for an upgrade ***" diff --git a/chat/gale/patches/patch-ab b/chat/gale/patches/patch-ab deleted file mode 100644 index c8232882c7c..00000000000 --- a/chat/gale/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/11/19 21:05:56 jlam Exp $ - ---- configure.orig Thu Jul 13 20:42:44 2000 -+++ configure -@@ -1835,10 +1835,12 @@ - PROG_LDCONFIG=: - - test yes = "$GCC" && CFLAGS="-Wall $CFLAGS" -+if false; then - test NONE != "$exec_prefix" && LDFLAGS="$LDFLAGS -L${exec_prefix}/lib" - if test NONE != "$prefix" ; then - CPPFLAGS="$CPPFLAGS -I${prefix}/include" - test NONE = "$exec_prefix" && LDFLAGS="$LDFLAGS -L${prefix}/lib" -+fi - fi - - case "$host" in diff --git a/chat/gale/patches/patch-ac b/chat/gale/patches/patch-ac index 233db8a136f..f41c9b19c2b 100644 --- a/chat/gale/patches/patch-ac +++ b/chat/gale/patches/patch-ac @@ -1,15 +1,74 @@ -$NetBSD: patch-ac,v 1.1 2001/11/19 21:05:56 jlam Exp $ +$NetBSD: patch-ac,v 1.2 2005/09/07 13:58:16 adam Exp $ ---- liboop/configure.orig Sat Mar 11 17:12:04 2000 +--- liboop/configure.orig 2003-01-12 15:16:01.000000000 +0000 +++ liboop/configure -@@ -1991,8 +1991,8 @@ +@@ -7957,7 +7957,7 @@ if test "${ac_cv_lib_readline_rl_callbac + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lreadline $LIBS" ++LIBS="-lreadline -ltermcap $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" +@@ -8111,7 +8111,7 @@ echo "${ECHO_T}$ac_cv_header_readline_re + fi + if test $ac_cv_header_readline_readline_h = yes; then + +- READLINE_LIBS="-lreadline" ++ READLINE_LIBS="-lreadline -ltermcap" + cat >>confdefs.h <<\_ACEOF + #define HAVE_READLINE 1 + _ACEOF +@@ -8161,8 +8161,8 @@ echo "${ECHO_T}no" >&6 fi if test -n "$PROG_GLIB_CONFIG" ; then - GLIB_INCLUDES="`glib-config --cflags`" -- GLIB_LIBS="liboop-glib.la `glib-config --libs`" +- GLIB_LIBS="`glib-config --libs`" + GLIB_INCLUDES="`${PROG_GLIB_CONFIG} --cflags`" -+ GLIB_LIBS="liboop-glib.la `${PROG_GLIB_CONFIG} --libs`" - cat >> confdefs.h <<\EOF - #define HAVE_GLIB 1 - EOF ++ GLIB_LIBS="`${PROG_GLIB_CONFIG} --libs`" + LIBS="$save_libs $GLIB_LIBS" + CPPFLAGS="$save_cppflags $GLIB_INCLUDES" + echo "$as_me:$LINENO: checking for g_main_set_poll_func" >&5 +@@ -8346,7 +8346,7 @@ fi + LIBS="$save_libs" + CPPFLAGS="$save_cppflags" + +-for version in 8.4 8.3 8.2 8.1 8.0 ; do ++for version in 84 83 82 81 80 ; do + CPPFLAGS="$save_cppflags -I/usr/include/tcl$version" + as_ac_Lib=`echo "ac_cv_lib_tcl$version''_Tcl_Main" | $as_tr_sh` + echo "$as_me:$LINENO: checking for Tcl_Main in -ltcl$version" >&5 +@@ -8355,7 +8355,7 @@ if eval "test \"\${$as_ac_Lib+set}\" = s + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ltcl$version $LIBS" ++LIBS="-ltcl$version -lm -lpthread $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" +@@ -8514,7 +8514,7 @@ if test $ac_cv_header_tcl_h = yes; then + _ACEOF + + TCL_INCLUDES="-I/usr/include/tcl$version" +- TCL_LIBS="-ltcl$version" ++ TCL_LIBS="-ltcl$version -lm -lpthread" + break + + fi +@@ -8587,11 +8587,8 @@ if test $ac_cv_lib_wwwcore_HTEvent_setRe + _ACEOF + + # This is just a little unpleasant. +- WWW_LIBS=" \ +- -lwwwapp -lwwwcache -lwwwcore -lwwwdir -lwwwfile -lwwwftp -lwwwgopher \ +- -lwwwhtml -lwwwhttp -lwwwinit -lwwwmime -lwwwmux -lwwwnews -lwwwstream \ +- -lwwwtelnet -lwwwtrans -lwwwutils -lwwwzip -lmd5" +- WWW_INCLUDES="-I/usr/include/w3c-libwww" # the libwww RPM puts headers here ++ WWW_LIBS="`libwww-config --libs`" ++ WWW_INCLUDES="`libwww-config --cflags`" # the libwww RPM puts headers here + + fi + |