53278d586e
This is pulled in early because it fixes a serious problem with servers providing both IPv4 and v6: previous versions tried only the first address returned by DNS, whether the box has connectivity or not. Should fix problems with webkit in particular, as also reported by Pouya D. Tafti.
33 lines
897 B
Makefile
33 lines
897 B
Makefile
# $NetBSD: Makefile,v 1.26 2010/10/21 20:33:59 drochner Exp $
|
|
|
|
DISTNAME= libsoup-2.32.0
|
|
PKGNAME= ${DISTNAME:S/libsoup/libsoup24/}
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.32/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= HTTP library implementation in C
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libsoup-2.4.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.21.3
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=2.1.7
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../www/libproxy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|