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

(-)Mk/bsd.gnome.mk (-4 / +1 lines)
Lines 68-74 Gnome_Pre_Include= bsd.gnome.mk Link Here
68
#
68
#
69
69
70
# non-version specific components
70
# non-version specific components
71
_USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack lthack \
71
_USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack \
72
		ltverhack gnomehack referencehack gnomehier gnomemimedata \
72
		ltverhack gnomehack referencehack gnomehier gnomemimedata \
73
		gnomeprefix
73
		gnomeprefix
74
74
Lines 116-124 gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} - Link Here
116
referencehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
116
referencehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
117
				"s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|"
117
				"s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|"
118
118
119
lthack_PRE_PATCH=	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
120
				'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
121
122
GNOME_MTREE_FILE?=		${LOCALBASE}/etc/mtree/BSD.gnome.dist
119
GNOME_MTREE_FILE?=		${LOCALBASE}/etc/mtree/BSD.gnome.dist
123
gnomehier_DETECT=	${GNOME_MTREE_FILE}
120
gnomehier_DETECT=	${GNOME_MTREE_FILE}
124
gnomehier_RUN_DEPENDS=	${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier
121
gnomehier_RUN_DEPENDS=	${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier
(-)Mk/bsd.mate.mk (-4 / +1 lines)
Lines 42-48 Mate_Pre_Include= bsd.mate.mk Link Here
42
#
42
#
43
43
44
# non-version specific components. Do not use :build/:run on those.
44
# non-version specific components. Do not use :build/:run on those.
45
_USE_MATE_ALL=	autogen intlhack intltool ltasneededhack lthack ltverhack
45
_USE_MATE_ALL=	autogen intlhack intltool ltasneededhack ltverhack
46
# These *hack* tools are the same as in bsd.gnome.mk but are run in
46
# These *hack* tools are the same as in bsd.gnome.mk but are run in
47
# pre-configure because pre-patch is when we run autogen.sh.
47
# pre-configure because pre-patch is when we run autogen.sh.
48
48
Lines 57-65 _USE_MATE_ALL+= caja common controlcente Link Here
57
57
58
SCROLLKEEPER_DIR=	/var/db/rarian
58
SCROLLKEEPER_DIR=	/var/db/rarian
59
59
60
lthack_PRE_PATCH=	${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
61
				'/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|'
62
63
caja_DETECT=		${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc
60
caja_DETECT=		${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc
64
caja_BUILD_DEPENDS=	${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager
61
caja_BUILD_DEPENDS=	${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager
65
caja_LIB_DEPENDS=	libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager
62
caja_LIB_DEPENDS=	libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager
(-)textproc/libxslt/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libxslt
4
PORTNAME=	libxslt
5
PORTVERSION=	1.1.28
5
PORTVERSION=	1.1.28
6
PORTREVISION?=	2
6
PORTREVISION?=	3
7
CATEGORIES?=	textproc gnome
7
CATEGORIES?=	textproc gnome
8
MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
8
MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
9
		http://xmlsoft.org/sources/ \
9
		http://xmlsoft.org/sources/ \
Lines 15-24 COMMENT?= The XSLT C library for GNOME Link Here
15
15
16
.if !defined(REFERENCE_PORT)
16
.if !defined(REFERENCE_PORT)
17
17
18
USES=		gmake
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USES=		gmake libtool:oldver pathfix
20
USE_GNOME?=	libxml2
20
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
21
USE_GNOME?=	gnomehack libxml2
22
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
22
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
23
		--without-python
23
		--without-python
24
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
(-)textproc/py-libxslt/Makefile (-3 / +1 lines)
Lines 13-22 INSTALL_WRKSRC= ${BUILD_WRKSRC} Link Here
13
DESCR=		${.CURDIR}/pkg-descr
13
DESCR=		${.CURDIR}/pkg-descr
14
PLIST=		${.CURDIR}/pkg-plist
14
PLIST=		${.CURDIR}/pkg-plist
15
15
16
USES=		pathfix
16
USE_GNOME=	libxslt
17
USE_GNOME=	lthack libxslt
18
USE_PYTHON=	yes
17
USE_PYTHON=	yes
19
USE_AUTOTOOLS=	libtool
20
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
18
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
21
		--with-python=${PYTHON_CMD}
19
		--with-python=${PYTHON_CMD}

Return to bug 188978