diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
commit | 8039e2420d1da9a88102d5df7f194ab7456d384f (patch) | |
tree | c321bff40ebe23c438f288ab4459488c5943dbb0 /net-im/licq | |
parent | 343eada3d1b2543d84e1204304d3ffd12834331e (diff) | |
download | FreeBSD-ports-8039e2420d1da9a88102d5df7f194ab7456d384f.zip FreeBSD-ports-8039e2420d1da9a88102d5df7f194ab7456d384f.tar.gz |
licq:
- Update to 1.2.3
- default config now prefix aware
- Update PKG_MESSAGE for gtk plugin
licq-qt-gui:
- Update to 1.2.3
licq-console:
- Update to 1.2.3
- user newer autoconf/automake
licq-jons-gtk-gui:
- Update to 1.2.3 (0.20.1)
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 5 | ||||
-rw-r--r-- | net-im/licq/Makefile.inc | 10 | ||||
-rw-r--r-- | net-im/licq/distinfo | 2 | ||||
-rw-r--r-- | net-im/licq/files/patch-socket.cpp | 24 | ||||
-rw-r--r-- | net-im/licq/pkg-message | 4 |
5 files changed, 16 insertions, 29 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 4328a3b..40963be 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -36,6 +36,11 @@ CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib .endif .endif +pre-configure: + @${MV} ${WRKSRC}/src/licq.conf.h ${WRKSRC}/src/licq.conf.h.sed + ${SED} -e "s=/usr/share/licq=${PREFIX}/share/licq=" \ + ${WRKSRC}/src/licq.conf.h.sed > ${WRKSRC}/src/licq.conf.h + post-install: @${CAT} ${PKGMESSAGE} diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 1a1621a..315ae62 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/licq/Makefile.inc @@ -2,11 +2,11 @@ # $FreeBSD$ PKGNAMEPREFIX= licq- -LICQ_VER= 1.2.0a -QT_LICQ_VER= 1.2.0 +LICQ_VER= 1.2.3 +QT_LICQ_VER= 1.2.3 RMS_LICQ_VER= 0.33 -CONSOLE_LICQ_VER= 1.2.0 -JONS_GTK_LICQ_VER= 0.20 +CONSOLE_LICQ_VER= 1.2.3 +JONS_GTK_LICQ_VER= 0.20.1 .if ${PORTNAME} != "base" RUN_DEPENDS+= licq:${PORTSDIR}/net/licq .endif @@ -20,7 +20,7 @@ MD5_FILE?= ${PORTSDIR}/net/licq/distinfo #USE_LIBTOOL= yes USE_GMAKE= yes USE_BZIP2= yes -WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} +WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME} PLIST_SUB+= LICQ_DEVEL="@comment " .if ${OSVERSION} > 500030 CPPFLAGS+= -Wno-deprecated diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo index aad2721..2b80c88 100644 --- a/net-im/licq/distinfo +++ b/net-im/licq/distinfo @@ -1 +1 @@ -MD5 (licq-1.2.0a.tar.bz2) = 3f977d83b36b26d1bc716be3e3336315 +MD5 (licq-1.2.3.tar.bz2) = 57b00f580515e6a51e401ca50e197ce9 diff --git a/net-im/licq/files/patch-socket.cpp b/net-im/licq/files/patch-socket.cpp index 352f77a..809c4e6 100644 --- a/net-im/licq/files/patch-socket.cpp +++ b/net-im/licq/files/patch-socket.cpp @@ -1,5 +1,5 @@ ---- src/socket.cpp.orig Tue Jul 23 07:22:13 2002 -+++ src/socket.cpp Mon Dec 16 19:21:03 2002 +--- src/socket.cpp.orig Thu Jan 2 22:08:06 2003 ++++ src/socket.cpp Wed Jan 8 07:58:47 2003 @@ -13,6 +13,9 @@ #include <netdb.h> #include <fcntl.h> @@ -10,16 +10,7 @@ #ifdef HAVE_INET_ATON #include <arpa/inet.h> -@@ -304,6 +307,8 @@ - // Setup the local structure - #ifdef USE_SOCKS5 - int sizeofSockaddr = sizeof(struct sockaddr_in); -+#elif defined(__FreeBSD__) && __FreeBSD_version < 400013 -+ int sizeofSockaddr = sizeof(struct sockaddr_in); - #else - socklen_t sizeofSockaddr = sizeof(struct sockaddr_in); - #endif -@@ -416,7 +421,11 @@ +@@ -427,7 +430,11 @@ m_sRemoteAddr.sin_family = AF_INET; // if connect fails then call CloseConnection to clean up before returning @@ -31,12 +22,3 @@ if (connect(m_nDescriptor, (struct sockaddr *)&m_sRemoteAddr, sizeofSockaddr) < 0) { // errno has been set -@@ -691,6 +700,8 @@ - void TCPSocket::RecvConnection(TCPSocket &newSocket) - { - #ifdef USE_SOCKS5 -+ int sizeofSockaddr = sizeof(struct sockaddr_in); -+#elif defined(__FreeBSD__) && __FreeBSD_version < 400013 - int sizeofSockaddr = sizeof(struct sockaddr_in); - #else - socklen_t sizeofSockaddr = sizeof(struct sockaddr_in); diff --git a/net-im/licq/pkg-message b/net-im/licq/pkg-message index 953f4e1..41656d4 100644 --- a/net-im/licq/pkg-message +++ b/net-im/licq/pkg-message @@ -1,3 +1,3 @@ In order to actually use licq, at least one plugin port needs to be installed. -Currently they include: licq-qt-gui, gtk+licq, licq-console, and several others. -Check the net category to find them. +Currently they include: licq-qt-gui, licq-jons-gtk-gui, licq-console +and several others. Check the net category to find them. |