26 Commits

Author SHA1 Message Date
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
jca
2a4843fe89 Drop MAINTAINER
Discussed with Aleksander (former MAINTAINER).
2019-01-21 14:33:26 +00:00
jca
20c596a0d9 Update to unbreak following the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:43:19 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
jasper
198e5800d5 Update Alek's mail address here too 2015-12-23 07:58:56 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
dcoppa
5b09e102e5 Drop the building of the media extension to fix a bulk breakage 2014-01-24 14:58:56 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
rpointel
b9417a33bb bump after default python version switch. 2011-06-08 17:35:54 +00:00
dcoppa
84126e0d3f Update to wxPython-2.8.12.0.
Based on a diff for 2.8.11.0 by rpointel@
Tested in a bulk build by landry@
OK rpointel@, landry@, alek@ (maintainer)
2011-05-22 08:21:34 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
12e833f14a convert LIB_DEPENDS in x11 ports 2010-11-06 23:49:19 +00:00
sthen
8909c03b58 bumps for python 2010-08-30 21:47:46 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
jasper
096b67eb99 - more missing bumps 2009-03-23 20:17:57 +00:00
steven
47b52cce7e update to 2.8.6.0
tested by mbalmer
2007-10-23 11:45:14 +00:00
steven
9bfed1ac43 bump PKGNAME after python version switch 2007-10-08 08:22:38 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
alek
f1740964a6 Instal wxversion module 2006-10-18 16:37:12 +00:00
alek
eb3f750834 Import py-wxPython 2.6.3.2
wxPython is a GUI toolkit for the Python programming language. It allows
Python programmers to create programs with a robust, highly functional
graphical user interface, simply and easily. It is implemented as a
Python extension module (native code) that wraps the popular wxWidgets
cross platform GUI library, which is written in C++.
2006-10-17 10:04:16 +00:00