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

(-)Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gconf
8
PORTNAME=	gconf
9
PORTVERSION=	1.0.8
9
PORTVERSION=	1.0.9
10
CATEGORIES=	devel gnome
10
CATEGORIES=	devel gnome
11
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
12
MASTER_SITE_SUBDIR=	stable/sources/GConf
12
MASTER_SITE_SUBDIR=	stable/sources/GConf
Lines 27-32 Link Here
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
29
		LIBS="-L${LOCALBASE}/lib"
29
		LIBS="-L${LOCALBASE}/lib"
30
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
30
31
31
pre-patch:
32
pre-patch:
32
	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
33
	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnome/GConf-1.0.8.tar.bz2) = 3a7c7a1ba84e29c24f1522e53eab89cc
1
MD5 (gnome/GConf-1.0.9.tar.bz2) = 613aea1d9b7a9c504f52217451c7bf99
(-)pkg-plist (-1 / +2 lines)
Lines 1-5 Link Here
1
bin/gconf-config
1
bin/gconf-config
2
bin/gconf-config-1
2
bin/gconf-config-1
3
bin/gconf-sanity-check-1
3
bin/gconfd-1
4
bin/gconfd-1
4
bin/gconftool
5
bin/gconftool
5
bin/gconftool-1
6
bin/gconftool-1
Lines 55-61 Link Here
55
share/locale/sv/LC_MESSAGES/GConf.mo
56
share/locale/sv/LC_MESSAGES/GConf.mo
56
share/locale/tr/LC_MESSAGES/GConf.mo
57
share/locale/tr/LC_MESSAGES/GConf.mo
57
share/locale/uk/LC_MESSAGES/GConf.mo
58
share/locale/uk/LC_MESSAGES/GConf.mo
58
share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo
59
share/locale/zh_CN/LC_MESSAGES/GConf.mo
59
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps
60
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/apps
60
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps
61
@exec mkdir -p %D/etc/gconf/gconf.xml.defaults/schemas/apps
61
@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true
62
@unexec rm -f %D/etc/gconf/gconf.xml.defaults/%%gconf.xml 2>/dev/null || true

Return to bug 35920