View | Details | Raw Unified | Return to bug 187277
Collapse All | Expand All

(-)./Makefile (-9 / +21 lines)
Lines 4-9 Link Here
4
4
5
PORTNAME=	glib-networking
5
PORTNAME=	glib-networking
6
PORTVERSION=	2.36.2
6
PORTVERSION=	2.36.2
7
PORTREVISION=	1
7
CATEGORIES=	net
8
CATEGORIES=	net
8
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome2
10
DIST_SUBDIR=	gnome2
Lines 11-24 Link Here
11
MAINTAINER=	gnome@FreeBSD.org
12
MAINTAINER=	gnome@FreeBSD.org
12
COMMENT=	Network-related giomodules for glib
13
COMMENT=	Network-related giomodules for glib
13
14
14
BUILD_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
15
BUILD_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
15
		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
16
LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
16
LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
17
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
17
		gcrypt:${PORTSDIR}/security/libgcrypt \
18
		dbus-1:${PORTSDIR}/devel/dbus \
19
		proxy:${PORTSDIR}/net/libproxy
20
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
21
		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
22
18
23
USE_XZ=		yes
19
USE_XZ=		yes
24
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
Lines 28-34 Link Here
28
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
29
LDFLAGS+=	-L${LOCALBASE}/lib
25
LDFLAGS+=	-L${LOCALBASE}/lib
30
26
31
NO_STAGE=	yes
27
OPTIONS_DEFINE=	GNUTLS PKCS11 PROXY GNOME_PROXY
28
OPTIONS_DEFAULT=GNUTLS PKCS11 PROXY GNOME_PROXY
29
OPTIONS_SUB=	yes
30
31
GNUTLS_LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
32
GNUTLS_CONFIGURE_WITH=	gnutls
33
PKCS11_DESC=		Enable PKCS11 support (requires GNUTLS)
34
PKCS11_LIB_DEPENDS=	p11-kit:${PORTSDIR}/security/p11-kit \
35
			libgnutls.so:${PORTSDIR}/security/gnutls
36
PKCS11_CONFIGURE_WITH=	pkcs11
37
PROXY_LIB_DEPENDS=	libproxy.so:${PORTSDIR}/net/libproxy
38
PROXY_CONFIGURE_WITH=	libproxy
39
GNOME_PROXY_DESC=	Support for GNOME proxy configuration
40
GNOME_PROXY_BUILD_DEPENDS=	gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
41
GNOME_PROXY_RUN_DEPENDS=	gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
42
GNOME_PROXY_CONFIGURE_WITH=	gnome-proxy
43
32
post-patch:
44
post-patch:
33
	@${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure
45
	@${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure
34
46
(-)./pkg-plist (-11 / +13 lines)
Lines 1-14 Link Here
1
lib/gio/modules/libgiognomeproxy.a
1
%%GNOME_PROXY%%lib/gio/modules/libgiognomeproxy.a
2
lib/gio/modules/libgiognomeproxy.la
2
%%GNOME_PROXY%%lib/gio/modules/libgiognomeproxy.la
3
lib/gio/modules/libgiognomeproxy.so
3
%%GNOME_PROXY%%lib/gio/modules/libgiognomeproxy.so
4
lib/gio/modules/libgiognutls.a
4
%%GNUTLS%%lib/gio/modules/libgiognutls.a
5
lib/gio/modules/libgiognutls.la
5
%%GNUTLS%%lib/gio/modules/libgiognutls.la
6
lib/gio/modules/libgiognutls.so
6
%%GNUTLS%%lib/gio/modules/libgiognutls.so
7
lib/gio/modules/libgiolibproxy.a
7
%%PROXY%%lib/gio/modules/libgiolibproxy.a
8
lib/gio/modules/libgiolibproxy.la
8
%%PROXY%%lib/gio/modules/libgiolibproxy.la
9
lib/gio/modules/libgiolibproxy.so
9
%%PROXY%%lib/gio/modules/libgiolibproxy.so
10
libexec/glib-pacrunner
10
%%PROXY%%libexec/glib-pacrunner
11
share/dbus-1/services/org.gtk.GLib.PACRunner.service
11
%%PROXY%%share/dbus-1/services/org.gtk.GLib.PACRunner.service
12
share/locale/an/LC_MESSAGES/glib-networking.mo
12
share/locale/an/LC_MESSAGES/glib-networking.mo
13
share/locale/ar/LC_MESSAGES/glib-networking.mo
13
share/locale/ar/LC_MESSAGES/glib-networking.mo
14
share/locale/as/LC_MESSAGES/glib-networking.mo
14
share/locale/as/LC_MESSAGES/glib-networking.mo
Lines 93-97 Link Here
93
@dirrmtry share/locale/as
93
@dirrmtry share/locale/as
94
@dirrmtry share/locale/an/LC_MESSAGES
94
@dirrmtry share/locale/an/LC_MESSAGES
95
@dirrmtry share/locale/an
95
@dirrmtry share/locale/an
96
%%PROXY%%@dirrmtry share/dbus-1/services
97
%%PROXY%%@dirrmtry share/dbus-1
96
@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
98
@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
97
@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
99
@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true

Return to bug 187277