9 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
4021f71999 jgmenu: s/killall/pkill/, from Uwe Werler
I guess upstream didn't use solaris.
2020-09-08 20:23:58 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
bcallah
792c5065d5 base-gcc doesn't understand all the warnings that jgmenu builds with
Instead of patching it, switch to COMPILER=base-clang ports-gcc
Noticed reading through the latest macppc bulk logs
COMPILER suggestion from jca@
ok jca@
2019-03-05 05:59:21 +00:00
sthen
70518b6f2d update to jgmenu-2.1, from maintainer J. Scott Heppler
two tweaks from me: don't use -Os (was previously patched away but came
back with change in build system), and print something for 'make install',
the silent install stage is rather unsettling
2019-02-26 16:16:05 +00:00
bcallah
c44a2793a8 Import x11/jgmenu, a freedesktop-compliant menu for openbox and tint2.
Original submission by J. Scott Heppler -- thanks!
Tweaks/revisions by sthen@ and me, ok sthen@

jgmenu is a stand-alone, simple and highly configurable menu application
for Linux and BSD.  Although originally written to be used with openbox
and tint2, it is not in any way dependent on these and can be used with
other panels and window managers.
2019-02-03 15:47:09 +00:00