diff options
author | arved <arved@FreeBSD.org> | 2003-06-23 02:25:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-23 02:25:00 +0800 |
commit | d4d7b130255cd0850a806671d2bd87f3883b0692 (patch) | |
tree | 2ea5031813bf53047a6dc92f172f5bf83b3e6fdf /net/simicq/files | |
parent | cbb31c57827192c85c09ae80dfb69818b21f33af (diff) | |
download | freebsd-ports-graphics-d4d7b130255cd0850a806671d2bd87f3883b0692.tar.gz freebsd-ports-graphics-d4d7b130255cd0850a806671d2bd87f3883b0692.tar.zst freebsd-ports-graphics-d4d7b130255cd0850a806671d2bd87f3883b0692.zip |
Update to 0.8.2
Approved by: maintainer
Diffstat (limited to 'net/simicq/files')
-rw-r--r-- | net/simicq/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/simicq/files/patch-configure | 10 | ||||
-rw-r--r-- | net/simicq/files/patch-icqssl.cpp | 15 | ||||
-rw-r--r-- | net/simicq/files/patch.toolsetup.h | 11 |
4 files changed, 21 insertions, 26 deletions
diff --git a/net/simicq/files/patch-Makefile.in b/net/simicq/files/patch-Makefile.in new file mode 100644 index 00000000000..612f005c1d7 --- /dev/null +++ b/net/simicq/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Jun 22 16:38:25 2003 ++++ Makefile.in Sun Jun 22 16:38:50 2003 +@@ -591,8 +591,6 @@ + uninstall-info-recursive uninstall-recursive + + +-$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs +- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; + + $(top_srcdir)/subdirs: + cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs diff --git a/net/simicq/files/patch-configure b/net/simicq/files/patch-configure new file mode 100644 index 00000000000..24343e8ed63 --- /dev/null +++ b/net/simicq/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sun Jun 22 16:33:46 2003 ++++ configure Sun Jun 22 16:33:56 2003 +@@ -25216,7 +25216,6 @@ + + ac_config_files="$ac_config_files ./Makefile" + +-ac_config_files="$ac_config_files gkrellm_plugin/Makefile" + + ac_config_files="$ac_config_files pict/Makefile" + diff --git a/net/simicq/files/patch-icqssl.cpp b/net/simicq/files/patch-icqssl.cpp deleted file mode 100644 index 0b19f0ed657..00000000000 --- a/net/simicq/files/patch-icqssl.cpp +++ /dev/null @@ -1,15 +0,0 @@ - ---- sim/libicq/icqssl.cpp.orig Wed Mar 12 14:20:53 2003 -+++ sim/libicq/icqssl.cpp Wed Mar 12 14:21:08 2003 -@@ -151,7 +151,7 @@ - #else - SSL_CTX_set_cipher_list(gSSL_CTX, "ADH"); - #endif -- SSL_CTX_set_info_callback(gSSL_CTX, (void (*)())ssl_info_callback); -+ SSL_CTX_set_info_callback(gSSL_CTX, (void (*)(const SSL*, int, int))ssl_info_callback); - DH *dh = get_dh512(); - SSL_CTX_set_tmp_dh(gSSL_CTX, dh); - DH_free(dh); - - - diff --git a/net/simicq/files/patch.toolsetup.h b/net/simicq/files/patch.toolsetup.h deleted file mode 100644 index 55d95022f6c..00000000000 --- a/net/simicq/files/patch.toolsetup.h +++ /dev/null @@ -1,11 +0,0 @@ ---- toolsetup.h.old Tue Dec 17 13:25:36 2002 -+++ toolsetup.h Tue Dec 17 13:57:26 2002 -@@ -23,7 +23,7 @@ - #include "toolsetupbase.h" - #include "toolbtn.h" - --class ToolBarSetup : public ToolBarSetupBase -+class ToolBarSetup : ToolBarSetupBase - { - Q_OBJECT - public: |