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

Collapse All | Expand All

(-)b/x11-toolkits/py-wxPython28/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	wxPython
4
PORTNAME=	wxPython
5
PORTVERSION=	2.8.12.1
5
PORTVERSION=	2.8.12.1
6
PORTREVISION?=	5
6
PORTREVISION?=	6
7
CATEGORIES=	x11-toolkits python
7
CATEGORIES=	x11-toolkits python
8
MASTER_SITES=	SF/wxpython/wxPython/${PORTVERSION}
8
MASTER_SITES=	SF/wxpython/wxPython/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
19
20
DIST_SUBDIR=	python
20
DIST_SUBDIR=	python
21
USE_PYTHON=	distutils
21
USE_PYTHON=	distutils
22
USES=		gettext gmake pkgconfig python tar:bzip2
22
USES=		fortran gettext gmake pkgconfig python tar:bzip2
23
23
24
PYDISTUTILS_BUILDARGS=	\
24
PYDISTUTILS_BUILDARGS=	\
25
			WX_CONFIG="${WX_CONFIG}" \
25
			WX_CONFIG="${WX_CONFIG}" \
Lines 122-128 Link Here
122
	${INSTALL_DATA} ${WRKSRC}/include/wx/wxPython/*.h \
122
	${INSTALL_DATA} ${WRKSRC}/include/wx/wxPython/*.h \
123
		${STAGEDIR}${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython
123
		${STAGEDIR}${PREFIX}/include/wx-${WX_VERSION}/wx/wxPython
124
# scripts
124
# scripts
125
	@${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/bin
125
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/bin
126
.endif # defined(WITH_COMMON_ONLY)
126
.endif # defined(WITH_COMMON_ONLY)
127
127
128
post-install:
128
post-install:
(-)b/x11-toolkits/py-wxPython28/files/patch-config.py (-5 / +5 lines)
Lines 1-6 Link Here
1
--- config.py.orig	2013-12-13 11:26:53.752427019 -0200
1
--- config.py.orig	2011-07-14 03:48:39 UTC
2
+++ config.py	2013-12-13 11:28:04.575423576 -0200
2
+++ config.py
3
@@ -38,7 +38,7 @@
3
@@ -38,7 +38,7 @@ from distutils.dir_util  import mkpath
4
 from distutils.dep_util  import newer
4
 from distutils.dep_util  import newer
5
 from distutils.spawn     import spawn
5
 from distutils.spawn     import spawn
6
 
6
 
Lines 9-15 Link Here
9
 import distutils.command.install_data
9
 import distutils.command.install_data
10
 import distutils.command.install_headers
10
 import distutils.command.install_headers
11
 import distutils.command.clean
11
 import distutils.command.clean
12
@@ -480,7 +480,7 @@
12
@@ -480,7 +480,7 @@ class wx_extra_clean(distutils.command.c
13
 # is used in our package build.  If we detect that the current
13
 # is used in our package build.  If we detect that the current
14
 # distutils does not have it then make sure that it is removed from
14
 # distutils does not have it then make sure that it is removed from
15
 # the command-line options, otherwise the build will fail.
15
 # the command-line options, otherwise the build will fail.
Lines 18-24 Link Here
18
     if item[0] == 'install-layout=':
18
     if item[0] == 'install-layout=':
19
         break
19
         break
20
 else:
20
 else:
21
@@ -491,12 +491,12 @@
21
@@ -491,12 +491,12 @@ else:
22
 
22
 
23
 
23
 
24
 
24
 
(-)b/x11-toolkits/py-wxPython28/files/patch-setup.py (-4 / +4 lines)
Lines 1-10 Link Here
1
--- ./setup.py.orig	Mon Nov 26 19:05:40 2007
1
--- setup.py.orig	2011-07-14 01:38:21 UTC
2
+++ ./setup.py	Thu Dec 20 21:05:46 2007
2
+++ setup.py
3
@@ -776,6 +776,7 @@
3
@@ -784,6 +784,7 @@ if BUILD_DLLWIDGET:
4
 
4
 
5
     wxpExtensions.append(ext)
5
     wxpExtensions.append(ext)
6
 
6
 
7
+EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS)
7
+EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS)
8
 
8
 
9
 
9
 
10
     
10
 #----------------------------------------------------------------------

Return to bug 196862