74 Commits

Author SHA1 Message Date
jca
a33c1d4ab8 Use py2-cairo in py-gtk2, zap python2 support from graphics/py-cairo 2020-11-01 20:38:44 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
ajacoutot
82e65374f5 Fix build with pango >= 1.44 2019-12-16 15:50:42 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
jca
a4c8df7a73 Zap explicit LIB_DEPENDS on devel/gettext.
Already brought in by libglade.  Reqd by ajacoutot@
2016-08-28 10:55:33 +00:00
jca
c1849c43ae Drop the gettext module. 2016-08-28 10:51:46 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
sthen
72e1a3b5e0 take a break from doing this in alphabetic order and sync WANTLIB in some
python things, with a lovely boost_python${MODPY_MAJOR_VERSION:M3}-mt in there.
2015-08-19 20:13:59 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
2ef41f5748 In x11/gnome ports we use disable-static inconsistently, usually to get
rid of static module archives; but since we end up manually removing the
libtool la files anyway, just don't bother setting up the tag.
part 2/2
2014-04-01 13:21:44 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
bcallah
81ca653010 Unbreak py-gtk2 on mips64*
Patch from Donovan Watteau <tsoomi AT gmail DOT com>
ok sthen@
2013-11-07 16:01:55 +00:00
jasper
385e036cdc don't bother trying to build these on sgi only to fail; same reason as alpha 2013-10-16 16:35:15 +00:00
landry
1677936675 Mark as BROKEN-alpha: .got subsegment exceeds 64K 2013-09-04 18:17:54 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
afa6611b95 --disable-static 2012-07-13 16:56:55 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
rpointel
b9417a33bb bump after default python version switch. 2011-06-08 17:35:54 +00:00
ajacoutot
324e38f0e9 Update to py-gtk2-2.24.0. 2011-04-01 11:26:08 +00:00
martynas
53838065ae mark it with VMEM_WARNING. ok sthen@ 2010-12-10 20:02:01 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
jasper
b0a8cebee9 - use_x11 comes from gnome.port.mk now 2010-10-18 13:41:15 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
ad815901ad Update to py-gtk2-2.22.0, following the gtk+2 update.
ok jasper@
2010-09-30 07:29:03 +00:00
ajacoutot
dc5deb627b Update to py-gtk2-2.17.0.
This was released as a development version a long time ago but we need
it as it contains the defines of our actual gtk+2 version. Other *nix do
the same.
We cannot update to the latest py-gtk stable version just yet as it
requires a major gtk+2 version update which I'll work on during+after
p2k10.

ok jasper@
2010-09-27 07:05:42 +00:00
sthen
8909c03b58 bumps for python 2010-08-30 21:47:46 +00:00
ajacoutot
2a4ec42b2f Again more new style DEPENDS. 2010-07-30 09:23:28 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
ajacoutot
00727e1946 Regen WANTLIB. 2010-04-23 13:02:16 +00:00
jasper
012c0e9b6c - remove py-Nummeric as a dependency
spotted by patrick keshishian in the py-gtk changelog
2009-11-12 13:31:57 +00:00
ajacoutot
5181613020 Update to py-gtk2-2.16.0.
Enable py-numpy support.
2009-10-11 14:15:15 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
landry
14798cdaf7 Unfuck localized py-gtk apps when LANG!=C, making sure that configure
picks bind_textdomain_codeset() from libintl, and correctly sets the
codeset to UTF-8. This has annoyed me since c2k8, and the fix magically
appeared under my eyes this morning.
makes sense to wcmaier], ok ajacoutot@ jasper@
2009-06-03 17:26:00 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
jasper
f1c2b911f0 - update py-gtk2 to 2.14.1
* the codengen/ stuff is no longer shipped with py-gtk
(but with py-gobject as of some time already)
- make pre-configure a tad more readable

this was tested in a bulk build
looks good to ajacoutot@ landry@
2009-03-25 09:03:21 +00:00
jasper
033ac89c2b - regen WANTLIB 2009-03-07 15:37:38 +00:00
sthen
ba0ba5d6fd WANTLIB+=pixman-1 and bump. 2008-11-24 17:52:49 +00:00
jasper
9d40a8be1c - it's GNOME, not Gnome2 or gnome or any other variation
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 14:29:14 +00:00
ajacoutot
37c8796785 - remove dependency on devhelp for lighter non-gnome ports to avoid a
too big dependency chain

requested by steven@
discussed with steven@ espie@ fgsch@
2008-05-27 08:02:51 +00:00
ajacoutot
2cb1068908 - update to 2.12.1
- remove idle MAINTAINER
- use gnome MODULE

ok jasper@
2008-04-22 14:50:54 +00:00
simon
cb7bab26b9 fix WANTLIB after gtk+2 update
ok ajacoutot@
2007-10-27 09:42:48 +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
alek
ee8926c7f9 Update to 2.10.4; help & ok jasper@ 2007-05-09 21:35:52 +00:00
jasper
cabc229cc7 set REGRESS_IS_INTERACTIVE=Yes
ok sturm@
2007-04-23 14:08:36 +00:00