Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-26 Thread Stuart Henderson
"NOT REACHABLE" means you don't have a LIB_DEPENDS path to reach a library used in WANTLIB. Start by adding x11/gnome/librsvg and then see how it looks. menu-cache has an entry in WANTLIB, it should be moved from RUN_DEPENDS to LIB_DEPENDS. Replace this V= 1.4 CATEGORIES= x1

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-25 Thread Heppler, J. Scott
CONFIGURE_STYLE= none solved the main problem. It should be ready to test once lib_depends/WANTLIBS are resolved. I'm getting mixed messages on the WANTLIBs Tigger# make port-lib-depends-check jgmenu-1.4(x11/jgmenu): Bogus WANTLIB: cairo.13 (/usr/local/lib/jgmenu/jgmenu) (NOT REACHABLE) Bogus

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-25 Thread Stuart Henderson
On 2018/10/25 20:33, Klemens Nanni wrote: > On Thu, Oct 25, 2018 at 09:43:02AM -0700, Heppler, J. Scott wrote: > > Upstream tagged 1.4 and I'm still struggling with the python3 rdep. > > > > MODULES=lang/python > > MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} > > > > stops "make build" with the

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-25 Thread Stuart Henderson
On 2018/10/25 09:43, Heppler, J. Scott wrote: > Upstream tagged 1.4 and I'm still struggling with the python3 rdep. > > MODULES= lang/python > MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} > > stops "make build" with the error: can't find ./setup.py This is due to some slightly dirty "configur

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-25 Thread Klemens Nanni
On Thu, Oct 25, 2018 at 09:43:02AM -0700, Heppler, J. Scott wrote: > Upstream tagged 1.4 and I'm still struggling with the python3 rdep. > > MODULES= lang/python > MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} > > stops "make build" with the error: can't find ./setup.py > > No setup.py exists

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-25 Thread Heppler, J. Scott
Upstream tagged 1.4 and I'm still struggling with the python3 rdep. MODULES=lang/python MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} stops "make build" with the error: can't find ./setup.py No setup.py exists in the upstream code. python3 is not a build dependency and is only needed if "

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-15 Thread Stuart Henderson
On 2018/10/15 12:54, Heppler, J. Scott wrote: > I have been working on porting jgmenu which provides menu generation > for openbox, i3, dwm and other WM's. Jgmenu can source menu generation > from 4 different sources: > 1) Openbox menu.xml > 2) x11/menu-cache > 3) xdg > 4) pmenu > > T

Re: Question on Python3 runtime option for jgmenu/pmenu

2018-10-15 Thread Daniel Jakots
On Mon, 15 Oct 2018 12:54:33 -0700, "Heppler, J. Scott" wrote: > I have been working on porting jgmenu which provides menu generation > for openbox, i3, dwm and other WM's. Jgmenu can source menu > generation from 4 different sources: >1) Openbox menu.xml >2) x11/menu-cache >3) xd