head	1.4;
access;
symbols
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


1.4
date	2008.07.14.02.34.31;	author rafan;	state dead;
branches;
next	1.3;

1.3
date	2008.03.27.15.24.07;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.23.03.07.48;	author edwin;	state dead;
branches;
next	1.1;

1.1
date	2005.09.05.04.05.11;	author lawrance;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 0.6.0.2

PR:		ports/125473
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer)
@
text
@--- 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"
@


1.3
log
@- Update to 0.6.0

PR:		ports/122021
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com> (maintainer)
@
text
@@


1.2
log
@[MAINTAINER] polish/pl-kadu: update to 0.4.2

	- Update to 0.4.2
	- Install only one icon for kde & gnome
	- Portlint

PR:		ports/87666
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com>
@
text
@d1 5
a5 5
--- configure.orig	Tue Aug  9 22:53:04 2005
+++ configure	Wed Aug 10 00:03:04 2005
@@@@ -4111,20 +4111,14 @@@@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
d7 25
a31 45
-int
-main ()
+#include <execinfo.h>
+int main()
 {
-
-		#include <execinfo.h>
-		int main()
-		{
-			char* data;
-			backtrace(&data, 100);
-		}
-
-  ;
+  char* data;
+  backtrace(&data, 100);
   return 0;
 }
+
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
@@@@ -4179,18 +4173,11 @@@@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-int
-main ()
+#include <execinfo.h>
+int main ()
 {
-
-		#include <execinfo.h>
-		int main()
-		{
-			char* data;
-			backtrace(&data, 100);
-		}
-
-  ;
+  char* data;
+  backtrace(&data, 100);
   return 0;
 }
 _ACEOF
@


1.1
log
@- Update to 0.4.1
- libgsm dep no longer required
- enable QT_NONSTANDARD to work around build problems
- remove old warning from pre-everything
- use %%DATADIR%%
- pass maintainership to submitter

PR:		ports/85023
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com>
Approved by:	Jacek Pelka <jacek@@combit.com.pl> (maintainer)
@
text
@@

