View | Details | Raw Unified | Return to bug 185884 | Differences between
and this patch

Collapse All | Expand All

(-)devel/llvm33/Makefile (+2 lines)
Lines 149-154 Link Here
149
CONFIGURE_ARGS+=	--with-optimize-option=-O2
149
CONFIGURE_ARGS+=	--with-optimize-option=-O2
150
.endif
150
.endif
151
151
152
CONFIGURE_ARGS+=	--with-python=/usr/local/bin/python2
153
152
post-patch:
154
post-patch:
153
	${REINPLACE_CMD} -e 's|${PORTVERSION}svn|${PORTVERSION}|g' \
155
	${REINPLACE_CMD} -e 's|${PORTVERSION}svn|${PORTVERSION}|g' \
154
	    ${WRKSRC}/configure
156
	    ${WRKSRC}/configure
(-)devel/py-qt4-core/Makefile (-2 / +10 lines)
Lines 53-60 Link Here
53
ARGS+=		--debug --trace
53
ARGS+=		--debug --trace
54
.endif
54
.endif
55
55
56
.include <bsd.port.pre.mk>
57
58
.if ${PYTHON_MAJOR_VER} != "3"
59
BAD_UIC_PORT_DIR=	port_v3
60
.else
61
BAD_UIC_PORT_DIR=	port_v2
62
.endif
63
56
post-patch:
64
post-patch:
57
	${RM} -rf ${WRKSRC}/pyuic/uic/port_v3
65
	${RM} -rf ${WRKSRC}/pyuic/uic/${BAD_UIC_PORT_DIR}
58
66
59
do-configure:
67
do-configure:
60
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
68
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
Lines 75-78 Link Here
75
		${PYTHON_CMD} -O ${PYTHON_LIBDIR}/py_compile.py\
83
		${PYTHON_CMD} -O ${PYTHON_LIBDIR}/py_compile.py\
76
		`ls *.py */*.py */*/*.py`
84
		`ls *.py */*.py */*/*.py`
77
85
78
.include <bsd.port.mk>
86
.include <bsd.port.post.mk>
(-)x11/libxcb/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
USE_GNOME=	libxslt:build
24
USE_GNOME=	libxslt:build
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_XORG=	xau xdmcp
26
USE_XORG=	xau xdmcp
27
USE_PYTHON_BUILD=	yes
27
USE_PYTHON_BUILD=	2
28
28
29
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
30
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
30
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
(-)x11/xcb-proto/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
USE_BZIP2=	yes
14
USE_BZIP2=	yes
15
USES=		pathfix
15
USES=		pathfix
16
USE_PYTHON=	yes
16
USE_PYTHON=	2
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
18
19
DATADIR=	${PREFIX}/share/xcb
19
DATADIR=	${PREFIX}/share/xcb

Return to bug 185884