1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Update to 0.6.0.2

PR:		ports/125473
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer)
This commit is contained in:
Rong-En Fan 2008-07-14 02:34:31 +00:00
parent c3783abd58
commit bea025cf6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216810
3 changed files with 8 additions and 41 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= kadu
PORTVERSION= 0.6.0
PORTREVISION= 1
PORTVERSION= 0.6.0.2
PORTEPOCH= 1
CATEGORIES= polish net-im
MASTER_SITES= http://www.kadu.net/download/stable/:kadu \
@ -25,13 +24,12 @@ COMMENT= QT Gadu-Gadu client
LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu\
sndfile.1:${PORTSDIR}/audio/libsndfile
TABS_MOD_DISTFILE= kadu-tabs-1.1.5.tar.bz2
TABS_MOD_DISTFILE= kadu-tabs-1.1.6.tar.bz2
ASPELL_MOD_DISTFILE= spellchecker-20071230.tar.bz2
GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz
GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz
USE_AUTOTOOLS= autoconf:261
USE_BZIP2= yes
USE_GMAKE= yes
USE_OPENSSL= yes

View File

@ -1,6 +1,6 @@
MD5 (kadu/kadu-0.6.0.tar.bz2) = 8f1ee07558c82573d2c6e7ccd05f224f
SHA256 (kadu/kadu-0.6.0.tar.bz2) = f0e31b5ef00c64cad75a43220842b5564b8ec1dfd0c4481f0f3ac8b88fb9e752
SIZE (kadu/kadu-0.6.0.tar.bz2) = 1583937
MD5 (kadu/kadu-0.6.0.2.tar.bz2) = 4dc9b51de59f2089cf4526804bffc4fb
SHA256 (kadu/kadu-0.6.0.2.tar.bz2) = 8e06b554761e39890e48ba723145d4e1e0919cc84fcd978f215a6e2a30f87bfa
SIZE (kadu/kadu-0.6.0.2.tar.bz2) = 1568547
MD5 (kadu/spellchecker-20071230.tar.bz2) = a46eab2f3d9c31cee13ccf3a441bceec
SHA256 (kadu/spellchecker-20071230.tar.bz2) = ecde5f7ad2b60f53dbd7715df52459531cac8cce06670d016014da82589483d0
SIZE (kadu/spellchecker-20071230.tar.bz2) = 9504
@ -10,6 +10,6 @@ SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637
MD5 (kadu/dodatkowe_emoty_GG7.tar.gz) = f9b0404cc1e1599ddf5eda4c15f1abce
SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450
SIZE (kadu/dodatkowe_emoty_GG7.tar.gz) = 113257
MD5 (kadu/kadu-tabs-1.1.5.tar.bz2) = 8313ae2aa85b4a6f890203ed5f93fa1b
SHA256 (kadu/kadu-tabs-1.1.5.tar.bz2) = 78bfb2737f5b900e98f2a192d22fa832a05bf5e5ce4ec136893d4d592ebf1ee3
SIZE (kadu/kadu-tabs-1.1.5.tar.bz2) = 16719
MD5 (kadu/kadu-tabs-1.1.6.tar.bz2) = fa780b90db6f7e41b16008291dde3dac
SHA256 (kadu/kadu-tabs-1.1.6.tar.bz2) = 99ec1e2c44a72a8a91651fe9f0b1166a70a62460baedc08d6f700ab05b24f1c1
SIZE (kadu/kadu-tabs-1.1.6.tar.bz2) = 16887

View File

@ -1,31 +0,0 @@
--- configure.ac.orig 2008-02-26 01:07:33.000000000 +0100
+++ configure.ac 2008-03-23 18:11:17.000000000 +0100
@@ -335,7 +335,7 @@
done; \
fi && \
- if test $enable_final == yes; then \
+ if test "$enable_final" = "yes"; then \
for src in $MODULE_SOURCES; do \
if test "`echo $src | sed 's/.*\.\(.*\)$/\1/'`" == "cpp"; then \
echo "#include \"$src\"" >> modules/$mod/.final2.cpp; \
@@ -762,6 +762,7 @@
with_existing_libgadu=no
fi
if test "$with_existing_libgadu" != "no"; then
+ save_CXXFLAGS="$CXXFLAGS"
FIND_HEADER([libgadu.h],[$with_existing_libgadu $with_existing_libgadu/include],
[
GADU_INCLUDES="-I$FILE_DIR"
@@ -771,9 +772,11 @@
[
GADU_LIBS="$GADU_LIBS -L$FILE_DIR"
])
+ CXXFLAGS="$CXXFLAGS $GADU_INCLUDES"
AC_CHECK_MEMBER([struct gg_dcc7.uin], [],
[AC_MSG_ERROR([Your libgadu doesn't support for dcc7, please use our SVN snapshot by removing --with-existing-libgadu option !])],
[#include <libgadu.h>])
+ CXXFLAGS="$save_CXXFLAGS"
else
MY_SUBDIRS="$MY_SUBDIRS libgadu"
GADU_LIBS="../libgadu/src/.libs/libgadu.a"