Re: FIX: editors/ee

2013-12-06 Thread Brian Callahan
On 12/6/2013 7:42 AM, Christian Weisgerber wrote: Brian Callahan wrote: Here's a fix for ee after the Libcompat fallout. What this patch does is use our curses instead of ee's included subset of curses. FreeBSD, which has ee in base, also builds it against the system curses. +@@ -180,8 +18

Re: FIX: editors/ee

2013-12-06 Thread Christian Weisgerber
Brian Callahan wrote: > Here's a fix for ee after the Libcompat fallout. What this patch does is > use our curses instead of ee's included subset of curses. FreeBSD, which has ee in base, also builds it against the system curses. > +@@ -180,8 +185,8 @@ then > + TARGET="curses" > + curs

FIX: editors/ee

2013-12-05 Thread Brian Callahan
Hi ports -- Here's a fix for ee after the Libcompat fallout. What this patch does is use our curses instead of ee's included subset of curses. While the code says to prefer the included subset of curses over local curses, I don't see a reason why that should be. OK? ~Brian Index: Makefile

Re: FIX: editors/ee

2013-05-17 Thread Stuart Henderson
On 2013/05/17 02:05, Brian Callahan wrote: > > > On Thu, 16 May 2013, Brian Callahan wrote: > > >Hi ports -- > > > >I was looking through the list of ports with unreachable HOMEPAGEs tonight. > >editors/ee's HOMEPAGE appears to be entirely missing (can't find it > >on DDG or Google). > >The port

Re: FIX: editors/ee

2013-05-16 Thread Brian Callahan
On Thu, 16 May 2013, Brian Callahan wrote: Hi ports -- I was looking through the list of ports with unreachable HOMEPAGEs tonight. editors/ee's HOMEPAGE appears to be entirely missing (can't find it on DDG or Google). The port needed a little tweak anyway, below is a patch: * Add PKGNAME (s

FIX: editors/ee

2013-05-16 Thread Brian Callahan
Hi ports -- I was looking through the list of ports with unreachable HOMEPAGEs tonight. editors/ee's HOMEPAGE appears to be entirely missing (can't find it on DDG or Google). The port needed a little tweak anyway, below is a patch: * Add PKGNAME (since we probably don't want .src in the packag