Tue May 6 10:44:08 2014 UTC ()
This version is now GPL v3.


(wiz)
diff -r1.10 -r1.11 pkgsrc/chat/gloox/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/chat/gloox/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/gloox/Makefile 2014/05/06 08:41:38 1.10
+++ pkgsrc/chat/gloox/Makefile 2014/05/06 10:44:08 1.11
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.10 2014/05/06 08:41:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2014/05/06 10:44:08 wiz Exp $
2 2
3DISTNAME= gloox-1.0.10 3DISTNAME= gloox-1.0.10
4CATEGORIES= chat 4CATEGORIES= chat
5MASTER_SITES= http://camaya.net/download/ 5MASTER_SITES= http://camaya.net/download/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= schnoebe@cirr.com 8MAINTAINER= schnoebe@cirr.com
9HOMEPAGE= http://camaya.net/gloox/ 9HOMEPAGE= http://camaya.net/gloox/
10COMMENT= Jabber/XMPP client library 10COMMENT= Jabber/XMPP client library
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15USE_LANGUAGES+= c++ c 15USE_LANGUAGES+= c++ c
16USE_TOOLS+= autoconf automake pkg-config 16USE_TOOLS+= autoconf automake pkg-config
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18 18
19LIBS.SunOS+= -lnsl 19LIBS.SunOS+= -lnsl
20 20
21# -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than 21# -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than
22# in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build 22# in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build
23# failures when including gnutls on older versions of gcc. 23# failures when including gnutls on older versions of gcc.
24BUILDLINK_TRANSFORM+= rm:-pedantic 24BUILDLINK_TRANSFORM+= rm:-pedantic