On 2013/05/22 13:47, David Coppa wrote: > > Hi! > > Since the new awesome-3.5.1 will use the lua-5.2 flavor of some lua > ports, should I add them explicitly to devel/Makefile, like in the > diff below?
As long as they don't conflict when installed, yep. > TIA, > David > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/Makefile,v > retrieving revision 1.1132 > diff -u -p -u -p -r1.1132 Makefile > --- Makefile 22 May 2013 11:00:29 -0000 1.1132 > +++ Makefile 22 May 2013 11:37:08 -0000 > @@ -400,14 +400,18 @@ > SUBDIR += lua-cjson > SUBDIR += lua-cmsgpack > SUBDIR += lua-lgi > + SUBDIR += lua-lgi,lua52 I see it's not new, but ugh at the use of FULLPKGNAME in PLIST for some of these ports.. ;)
