head 1.20; access; symbols pkgsrc-2013Q1:1.18.0.4 pkgsrc-2013Q1-base:1.18 pkgsrc-2012Q4:1.18.0.2 pkgsrc-2012Q4-base:1.18 pkgsrc-2012Q3:1.14.0.2 pkgsrc-2012Q3-base:1.14 pkgsrc-2012Q2:1.12.0.2 pkgsrc-2012Q2-base:1.12 pkgsrc-2012Q1:1.10.0.2 pkgsrc-2012Q1-base:1.10 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q3:1.7.0.2 pkgsrc-2011Q3-base:1.7 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.1.1.1.0.2 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.20 date 2013.05.24.18.23.38; author wiz; state Exp; branches; next 1.19; commitid gpko0Qsmtpr2FUQw; 1.19 date 2013.04.27.11.48.05; author drochner; state Exp; branches; next 1.18; 1.18 date 2012.12.20.22.53.11; author joerg; state Exp; branches; next 1.17; 1.17 date 2012.11.15.14.49.15; author drochner; state Exp; branches; next 1.16; 1.16 date 2012.10.23.17.18.23; author asau; state Exp; branches; next 1.15; 1.15 date 2012.10.19.17.58.03; author drochner; state Exp; branches; next 1.14; 1.14 date 2012.09.15.10.05.59; author obache; state Exp; branches; next 1.13; 1.13 date 2012.07.02.19.16.02; author drochner; state Exp; branches; next 1.12; 1.12 date 2012.05.01.04.54.03; author obache; state Exp; branches; next 1.11; 1.11 date 2012.04.30.14.21.03; author drochner; state Exp; branches; next 1.10; 1.10 date 2012.03.03.00.13.44; author wiz; state Exp; branches; next 1.9; 1.9 date 2012.02.06.12.41.11; author wiz; state Exp; branches; next 1.8; 1.8 date 2012.01.30.18.26.53; author drochner; state Exp; branches; next 1.7; 1.7 date 2011.07.31.11.39.13; author gls; state Exp; branches; next 1.6; 1.6 date 2011.07.08.18.51.15; author drochner; state Exp; branches; next 1.5; 1.5 date 2011.05.25.09.51.35; author drochner; state Exp; branches; next 1.4; 1.4 date 2011.05.13.17.25.03; author drochner; state Exp; branches; next 1.3; 1.3 date 2011.04.22.13.44.22; author obache; state Exp; branches; next 1.2; 1.2 date 2011.04.05.18.57.37; author drochner; state Exp; branches; next 1.1; 1.1 date 2011.03.11.21.07.32; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.03.11.21.07.32; author drochner; state Exp; branches; next ; desc @@ 1.20 log @Bump PKGREVISION for libproxy shlib major bump. @ text @# $NetBSD: Makefile,v 1.19 2013/04/27 11:48:05 drochner Exp $ # DISTNAME= glib-networking-2.36.1 PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.36/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Network-related giomodules for glib LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config gmake gettext # gcc>=4.2 specific -Werror=XXX flags will be added unconditionally. .include "../../mk/compiler.mk" .if !empty(CC_VERSION:Mgcc-4.[01].*) || !empty(CC_VERSION:Mgcc-[1-3].*) CONFIGURE_ARGS+= --disable-more-warnings .endif .if !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CC+= -Wno-error=format-nonliteral .endif BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 .include "../../devel/glib2/buildlink3.mk" .include "../../devel/glib2/modules.mk" BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 .include "../../www/libproxy/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" # XXX libcgrypt is not necessary if gnutls was built against nettle, # but the assumption is hardwired at multiple places .include "../../security/libgcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.19 log @update to 2.36.1 This switches to the new stable release branch. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.18 2012/12/20 22:53:11 joerg Exp $ d5 1 @ 1.18 log @Disable Clang's stricter non-literal format string warning. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.17 2012/11/15 14:49:15 drochner Exp $ d4 1 a4 1 DISTNAME= glib-networking-2.34.2 d6 1 a6 1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.34/} @ 1.17 log @update to 2.34.2 changes: -build fix -translation updates @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2012/10/23 17:18:23 asau Exp $ d25 4 @ 1.16 log @Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.15 2012/10/19 17:58:03 drochner Exp $ d4 1 a4 1 DISTNAME= glib-networking-2.34.0 @ 1.15 log @update to 2.34.0 this switches to the 2.34 (gnome-3.6) release branch @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.14 2012/09/15 10:05:59 obache Exp $ a13 2 PKG_DESTDIR_SUPPORT= user-destdir @ 1.14 log @recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2012/07/02 19:16:02 drochner Exp $ d4 1 a4 2 DISTNAME= glib-networking-2.32.3 PKGREVISION= 1 d6 1 a6 1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.32/} @ 1.13 log @update to 2.32.3 changes: -fix for SOCKS -translation update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2012/05/01 04:54:03 obache Exp $ d5 1 @ 1.12 log @disable-more-warnings for gcc<4.2, or gcc>=4.2 specific -Werr=XXX flags will be used uncoditionally and result in build failure. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2012/04/30 14:21:03 drochner Exp $ d4 1 a4 1 DISTNAME= glib-networking-2.32.1 @ 1.11 log @update to 2.32.1 This is a new major release, corresponding to glib2-2.32 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2012/03/03 00:13:44 wiz Exp $ d21 6 @ 1.10 log @Recursive bump for pcre-8.30* (shlib major change) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2012/02/06 12:41:11 wiz Exp $ d4 1 a4 2 DISTNAME= glib-networking-2.30.2 PKGREVISION= 2 d6 1 a6 1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.30/} d21 1 a21 1 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.30.0 @ 1.9 log @Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2012/01/30 18:26:53 drochner Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.8 log @update to 2.30.2 this switches to the 2.30 release branch (needs glib2-2.30) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2011/07/31 11:39:13 gls Exp $ d5 1 @ 1.7 log @DragonFly needs gettext in USE_TOOLS for this to build. Spotted in a bulk build run by Justin Sherril. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2011/07/08 18:51:15 drochner Exp $ d4 1 a4 1 DISTNAME= glib-networking-2.28.7 d6 2 a7 2 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.28/} EXTRACT_SUFX= .tar.bz2 d21 1 a21 1 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0 @ 1.6 log @add a comment about the pkg not dealing correctly with recent gnutls built against "nettle", but don't do anything for now because the patch would be expensive @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2011/05/25 09:51:35 drochner Exp $ d19 1 a19 1 USE_TOOLS+= intltool pkg-config gmake @ 1.5 log @update to 2.28.7 changes: -Fixed a race condition -Esperanto translation @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2011/05/13 17:25:03 drochner Exp $ d27 2 @ 1.4 log @update to 2.28.6.1 changes: -bugfixes -translation updates @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2011/04/22 13:44:22 obache Exp $ d4 1 a4 1 DISTNAME= glib-networking-2.28.6.1 @ 1.3 log @recursive bump from gettext-lib shlib bump. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2011/04/05 18:57:37 drochner Exp $ d4 1 a4 2 DISTNAME= glib-networking-2.28.5 PKGREVISION= 1 @ 1.2 log @update to 2.28.5 changes: -gnome3 preparation -translation updates @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2011/03/11 21:07:32 drochner Exp $ d5 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 DISTNAME= glib-networking-2.28.0 d19 1 a19 1 USE_TOOLS+= intltool pkg-config @ 1.1.1.1 log @add glib-networking-2.28.0 - glib2 plugins for TLS communication and web proxy handling, will be needed by upcoming Gnome software @ text @@