head	1.22;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.22
date	2013.01.24.16.52.54;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.11.17.06.00.44;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.06.23.17.37.23;	author pawel;	state Exp;
branches;
next	1.19;

1.19
date	2012.06.07.22.44.20;	author pawel;	state Exp;
branches;
next	1.18;

1.18
date	2012.01.18.15.16.01;	author pawel;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.24.21.34.41;	author pawel;	state Exp;
branches;
next	1.16;

1.16
date	2011.03.15.07.28.48;	author wen;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.16.22.15.37;	author sylvio;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.18.19.05.09;	author makc;	state Exp;
branches;
next	1.13;

1.13
date	2009.03.15.19.52.19;	author makc;	state Exp;
branches;
next	1.12;

1.12
date	2008.11.08.20.18.53;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2008.09.05.00.44.49;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2008.09.03.02.26.23;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2008.07.26.16.14.48;	author lippe;	state Exp;
branches;
next	1.8;

1.8
date	2008.05.17.15.12.15;	author lippe;	state Exp;
branches;
next	1.7;

1.7
date	2008.03.25.18.45.09;	author lippe;	state Exp;
branches;
next	1.6;

1.6
date	2007.06.10.17.39.06;	author itetcu;	state Exp;
branches;
next	1.5;

1.5
date	2007.02.24.07.42.43;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.28.17.09.47;	author itetcu;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.01.03.09;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.02.00.12.14;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.15.10.37.30;	author pav;	state Exp;
branches;
next	;


desc
@@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310936
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Aleksander Fafula <alex@@BSDGuru.org>
# $FreeBSD: head/polish/libgadu/Makefile 310936 2013-01-24 16:05:18Z pawel $

PORTNAME=	libgadu
DISTVERSION=	1.11.2
PORTEPOCH=	1
CATEGORIES=	polish net-im
MASTER_SITES=	http://toxygen.net/libgadu/files/

MAINTAINER=	pawel@@FreeBSD.org
COMMENT=	Instant messaging library for Gadu-Gadu protocol

LICENSE=	LGPL21

CONFLICTS=	pl-ekg-1.[0-6]*

USE_GNOME=	gnomehack pkgconfig
GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--enable-shared --disable-static --with-pthread \
		--disable-tests --without-gnutls

USE_LDCONFIG=	yes

PLIST_FILES=	include/libgadu.h \
		lib/libgadu.la \
		lib/libgadu.so \
		lib/libgadu.so.3 \
		libdata/pkgconfig/libgadu.pc

OPTIONS_DEFINE=	OPENSSL
OPTIONS_DEFAULT=OPENSSL

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MOPENSSL}
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
.else
CONFIGURE_ARGS+=	--without-openssl
.endif

post-patch:
	@@${REINPLACE_CMD} -Ee 's/@@SUBDIRS_DOXYGEN@@//' ${WRKSRC}/Makefile.in

pre-install:
# OpenSSL from base system lacks .pc file for pkgconfig
.if ${PORT_OPTIONS:MOPENSSL}
	@@${REINPLACE_CMD} -e 's|openssl| |g' ${WRKSRC}/pkgconfig/libgadu.pc
.endif

.include <bsd.port.post.mk>
@


1.21
log
@Switch exporter over
@
text
@d1 2
a2 5
# New ports collection makefile for:	libgadu
# Date created:		29 December 2005
# Whom:			Aleksander Fafula <alex@@BSDGuru.org>
#
# $FreeBSD: head/polish/libgadu/Makefile 300897 2012-07-14 14:29:18Z beat $
d7 1
a7 1
CATEGORIES=	polish net
d11 1
a11 1
COMMENT=	This library is used by many IMs with Gadu-Gadu support
@


1.20
log
@- Update to version 1.11.2
- Remove OPENSSL option description (use global one)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Convert my ports to optionsNG
@
text
@d8 1
a8 1
DISTVERSION=	1.11.1
a34 1
OPENSSL_DESC=	Build with OpenSSL support
@


1.18
log
@Update to version 1.11.1
@
text
@a27 2
OPTIONS=	OPENSSL "Build with OpenSSL support" on

d34 4
d40 1
a40 1
.if defined(WITH_OPENSSL)
d51 1
a51 1
.if defined(WITH_OPENSSL)
@


1.17
log
@- update to version 0.11.0
- take maintainership
- fix indentation

PR:		ports/160068
Submitted by:	me
Approved by:	miwi,wen (mentors implicit)
@
text
@d8 1
a8 1
DISTVERSION=	1.11.0
@


1.16
log
@- Update to 1.10.1

PR:		ports/155551
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com> (maintainer)
@
text
@d8 1
a8 1
DISTVERSION=	1.10.1
d13 1
a13 1
MAINTAINER=	mwisnicki+freebsd@@gmail.com
d20 2
a21 2
USE_GNOME=		gnomehack pkgconfig
GNU_CONFIGURE=		yes
d23 2
a24 2
CONFIGURE_ARGS=		--enable-shared --disable-static --with-pthread \
			--disable-tests --without-gnutls
d26 1
a26 1
USE_LDCONFIG=		yes
@


1.15
log
@- Update to 1.9.0

PR:		ports/146497
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com> (maintainer)
@
text
@d8 1
a8 1
DISTVERSION=	1.9.0
d16 2
d24 1
a24 1
			--disable-tests
@


1.14
log
@Update to 1.9.0-rc2

PR:		ports/144014
Submitted by:	Marcin Wisnicki (maintainer)
Feature safe:	yes
@
text
@d8 1
a8 1
DISTVERSION=	1.9.0-rc2
d21 2
a22 1
CONFIGURE_ARGS=		--enable-shared --disable-static --with-pthread
d26 1
a26 1
OPTIONS=	OPENSSL "Build with OPENSSL support" on
d43 1
a43 1
	@@${REINPLACE_CMD} -Ee 's/^((DIST_)?SUBDIRS.*) test(.*)/\1\3/' ${WRKSRC}/Makefile.in
d46 1
a46 1

@


1.13
log
@Enable pthread to fix crash in Kopete

PR:		132087
Submitted by: 	Bartosz Fabianowski <freebsd at chillt.de>
Approved by:	Marcin Wisnicki (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	1.8.2
PORTREVISION=	1
a17 1
USE_GMAKE=		yes
d41 3
@


1.12
log
@- Update to 1.8.2

PR:		128523
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com> (maintainer)
@
text
@d9 1
d23 1
a23 1
CONFIGURE_ARGS=		--enable-shared --disable-static
@


1.11
log
@Assign to new maintainer.
@
text
@d8 1
a8 1
PORTVERSION=	1.8.1
@


1.10
log
@Reset alex@@bsdguru.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@- Update to 1.8.1.

PR:		ports/125471
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com>
Approved by:	gabor (mentor, implicit), maintainer timeout (>2 weeks)
@
text
@d13 1
a13 1
MAINTAINER=	alex@@BSDGuru.org
@


1.8
log
@- Fix SSL bug and unbreak polish/gnugadu2 too.

PR:		ports/122394
Submitted by:	"Aleksander Fafula" <aleksander.fafula@@gmail.com>
Approved by:	araujo (mentor), maintainer timeout (> 2 weeks)
@
text
@d8 1
a8 2
PORTVERSION=	1.8.0
PORTREVISION=	1
@


1.7
log
@- Upgrade to 1.8.0.
- Use PLIST_FILES and remove pkg-plist.
- Fix WWW in pkg-descr.
- Add SSL support.

PR:		ports/121303
Submitted by:	Aleksander Fafula <alex@@fafula.com> (maintainer)
Reviewed by:	Marcin Wisnicki <mwisnicki@@gmail.com>
Approved by:	gabor (mentor), Aleksander Fafula <alex@@fafula.com> (maintainer)
@
text
@d9 1
d27 2
d35 1
a35 1
OPTIONS=	OPENSSL "Build with OPENSSL support" on
d37 3
a39 1
.if defined(WITHOUT_OPENSSL)
d43 7
a49 1
.include <bsd.port.mk>
@


1.6
log
@Update to 1.7.1

PR:		ports/113223
Submitted by:	Jan Srzednicki (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.7.1
d16 1
a16 1
CONFLICTS=	pl-ekg-1.[0-5]* pl-ekg-1.6,2
d22 1
a22 1
CONFIGURE_ARGS=		--enable-shared --disable-static --without-openssl
d26 12
@


1.5
log
@- Update to 1.7.0

PR:		ports/108989
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
Approved by:	maintainer via irc
@
text
@d8 1
a8 1
PORTVERSION=	1.7.0
@


1.4
log
@- Add conflict with older versions of ekg to prevent overwrite of libgadu.so.
- hacked Makefile to install correct files instead of playing with them in
post-install stage.

Added file(s):
- files/patch-Makefile.in

PR:		ports/99727
Submitted by:	Marcin Wisnicki
Approved by:	maintainer timeout
@
text
@d8 2
a9 2
PORTVERSION=	20051229
PORTREVISION=	2
d11 1
a11 1
MASTER_SITES=	http://bsdguru.org/distfiles/
d20 1
a20 2
USE_AUTOTOOLS=		aclocal:15 autoheader:259 autoconf:259
ACLOCAL_ARGS=		-I ${WRKSRC}/m4
d24 1
a24 1
INSTALLS_SHLIB=		yes
@


1.3
log
@Remove USE_REINPLACE from all categories starting with P
@
text
@d9 1
a9 1
PORTREVISION=	1
d16 2
a26 5
post-install:
	${RM} ${PREFIX}/lib/libgadu.so ${PREFIX}/lib/libgadu.so.3
	${MV} ${PREFIX}/lib/libgadu.so.3.3 ${PREFIX}/lib/libgadu.so.3
	${LN} -s ${PREFIX}/lib/libgadu.so.3 ${PREFIX}/lib/libgadu.so

@


1.2
log
@Disable OpenSSL support.  This is not a big deal since gadugadu servers
do not currently support SSL.  See
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1424846&group_id=235
for more details.

PR:		93689
Submitted by:	Matthew Luckie <mjl@@luckie.org.nz>
Approved by:	maintainer
@
text
@a15 1
USE_REINPLACE=		yes
@


1.1
log
@A library used by many Instant Messangers that can communicate using the
Gadu-Gadu protocol.

PR:		ports/91675
Submitted by:	Aleksander Fafula <alex@@bsdguru.org>
@
text
@d9 1
d22 1
a22 1
CONFIGURE_ARGS=		--enable-shared --disable-static
@

