Update to 0.66. This fixes many of the connection problems people were
reporting. Submitted by: Matthew Luckie <mjl@luckie.org.nz>
This commit is contained in:
parent
0433f602f2
commit
8978088931
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85155
8 changed files with 10 additions and 32 deletions
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gaim
|
PORTNAME= gaim
|
||||||
PORTVERSION= 0.65
|
PORTVERSION= 0.66
|
||||||
CATEGORIES?= net
|
CATEGORIES?= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-static=yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||||
|
|
||||||
MAN1= gaim.1
|
MAN1= gaim.1 gaim-remote.1
|
||||||
|
|
||||||
.ifndef(WITHOUT_GTKSPELL)
|
.ifndef(WITHOUT_GTKSPELL)
|
||||||
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gaim-0.65.tar.gz) = 8abcf286ef98874ef68a9c285ed076b2
|
MD5 (gaim-0.66.tar.gz) = d5ac6cd9e0275195bfe7dcf082d7732c
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- src/internal.h.orig Thu Jul 17 10:20:34 2003
|
|
||||||
+++ src/internal.h Thu Jul 17 10:21:02 2003
|
|
||||||
@@ -88,9 +88,9 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
-# include <arpa/inet.h>
|
|
||||||
# include <netinet/in.h>
|
|
||||||
# include <sys/socket.h>
|
|
||||||
+# include <arpa/inet.h>
|
|
||||||
# include <sys/un.h>
|
|
||||||
# include <sys/utsname.h>
|
|
||||||
# include <gdk/gdkx.h>
|
|
|
@ -231,6 +231,7 @@ share/locale/ca/LC_MESSAGES/gaim.mo
|
||||||
share/locale/cs/LC_MESSAGES/gaim.mo
|
share/locale/cs/LC_MESSAGES/gaim.mo
|
||||||
share/locale/da/LC_MESSAGES/gaim.mo
|
share/locale/da/LC_MESSAGES/gaim.mo
|
||||||
share/locale/de/LC_MESSAGES/gaim.mo
|
share/locale/de/LC_MESSAGES/gaim.mo
|
||||||
|
share/locale/en_GB/LC_MESSAGES/gaim.mo
|
||||||
share/locale/es/LC_MESSAGES/gaim.mo
|
share/locale/es/LC_MESSAGES/gaim.mo
|
||||||
share/locale/fi/LC_MESSAGES/gaim.mo
|
share/locale/fi/LC_MESSAGES/gaim.mo
|
||||||
share/locale/fr/LC_MESSAGES/gaim.mo
|
share/locale/fr/LC_MESSAGES/gaim.mo
|
||||||
|
@ -250,6 +251,7 @@ share/locale/sr/LC_MESSAGES/gaim.mo
|
||||||
share/locale/sv/LC_MESSAGES/gaim.mo
|
share/locale/sv/LC_MESSAGES/gaim.mo
|
||||||
share/locale/zh_CN/LC_MESSAGES/gaim.mo
|
share/locale/zh_CN/LC_MESSAGES/gaim.mo
|
||||||
share/locale/zh_TW/LC_MESSAGES/gaim.mo
|
share/locale/zh_TW/LC_MESSAGES/gaim.mo
|
||||||
|
@dirrm include/gaim-remote
|
||||||
@dirrm share/gnome/sounds/gaim
|
@dirrm share/gnome/sounds/gaim
|
||||||
@dirrm share/gnome/pixmaps/gaim/status/default
|
@dirrm share/gnome/pixmaps/gaim/status/default
|
||||||
@dirrm share/gnome/pixmaps/gaim/status
|
@dirrm share/gnome/pixmaps/gaim/status
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gaim
|
PORTNAME= gaim
|
||||||
PORTVERSION= 0.65
|
PORTVERSION= 0.66
|
||||||
CATEGORIES?= net
|
CATEGORIES?= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-static=yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||||
|
|
||||||
MAN1= gaim.1
|
MAN1= gaim.1 gaim-remote.1
|
||||||
|
|
||||||
.ifndef(WITHOUT_GTKSPELL)
|
.ifndef(WITHOUT_GTKSPELL)
|
||||||
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gaim-0.65.tar.gz) = 8abcf286ef98874ef68a9c285ed076b2
|
MD5 (gaim-0.66.tar.gz) = d5ac6cd9e0275195bfe7dcf082d7732c
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- src/internal.h.orig Thu Jul 17 10:20:34 2003
|
|
||||||
+++ src/internal.h Thu Jul 17 10:21:02 2003
|
|
||||||
@@ -88,9 +88,9 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
-# include <arpa/inet.h>
|
|
||||||
# include <netinet/in.h>
|
|
||||||
# include <sys/socket.h>
|
|
||||||
+# include <arpa/inet.h>
|
|
||||||
# include <sys/un.h>
|
|
||||||
# include <sys/utsname.h>
|
|
||||||
# include <gdk/gdkx.h>
|
|
|
@ -231,6 +231,7 @@ share/locale/ca/LC_MESSAGES/gaim.mo
|
||||||
share/locale/cs/LC_MESSAGES/gaim.mo
|
share/locale/cs/LC_MESSAGES/gaim.mo
|
||||||
share/locale/da/LC_MESSAGES/gaim.mo
|
share/locale/da/LC_MESSAGES/gaim.mo
|
||||||
share/locale/de/LC_MESSAGES/gaim.mo
|
share/locale/de/LC_MESSAGES/gaim.mo
|
||||||
|
share/locale/en_GB/LC_MESSAGES/gaim.mo
|
||||||
share/locale/es/LC_MESSAGES/gaim.mo
|
share/locale/es/LC_MESSAGES/gaim.mo
|
||||||
share/locale/fi/LC_MESSAGES/gaim.mo
|
share/locale/fi/LC_MESSAGES/gaim.mo
|
||||||
share/locale/fr/LC_MESSAGES/gaim.mo
|
share/locale/fr/LC_MESSAGES/gaim.mo
|
||||||
|
@ -250,6 +251,7 @@ share/locale/sr/LC_MESSAGES/gaim.mo
|
||||||
share/locale/sv/LC_MESSAGES/gaim.mo
|
share/locale/sv/LC_MESSAGES/gaim.mo
|
||||||
share/locale/zh_CN/LC_MESSAGES/gaim.mo
|
share/locale/zh_CN/LC_MESSAGES/gaim.mo
|
||||||
share/locale/zh_TW/LC_MESSAGES/gaim.mo
|
share/locale/zh_TW/LC_MESSAGES/gaim.mo
|
||||||
|
@dirrm include/gaim-remote
|
||||||
@dirrm share/gnome/sounds/gaim
|
@dirrm share/gnome/sounds/gaim
|
||||||
@dirrm share/gnome/pixmaps/gaim/status/default
|
@dirrm share/gnome/pixmaps/gaim/status/default
|
||||||
@dirrm share/gnome/pixmaps/gaim/status
|
@dirrm share/gnome/pixmaps/gaim/status
|
||||||
|
|
Loading…
Reference in a new issue