svn commit: r306199 - in head/devel/readline: . files

Eitan Adler eadler at freebsd.org
Fri Nov 9 17:19:50 UTC 2012


On 9 November 2012 12:11, Bryan Drewery <bdrewery at freebsd.org> wrote:
> On 11/9/2012 9:29 AM, Bryan Drewery wrote:
>> On 10/20/2012 10:59 AM, Eitan Adler wrote:
>>> Author: eadler
>>> Date: Sat Oct 20 15:59:04 2012
>>> New Revision: 306199
>>> URL: http://svn.freebsd.org/changeset/ports/306199
>>>
>>> Log:
>>>   Convert to OptionsNG
>>>   Remove stale patch (seems to not matter anymore with recent gcc versions)
>>>
>>>   Feature safe:      yes
>>>
>>> Deleted:
>>>   head/devel/readline/files/support_shobj-conf.diff
>>> Modified:
>>>   head/devel/readline/Makefile
>>>
>>> Modified: head/devel/readline/Makefile
>>> ==============================================================================
>>> --- head/devel/readline/Makefile     Sat Oct 20 15:55:45 2012        (r306198)
>>> +++ head/devel/readline/Makefile     Sat Oct 20 15:59:04 2012        (r306199)
>>> @@ -20,12 +20,8 @@ MAN3=             readline.3 history.3
>>>
>>>  .include <bsd.port.pre.mk>
>>>
>>> -.if ${ARCH} == "sparc64"
>>> -EXTRA_PATCHES+=     ${FILESDIR}/support_shobj-conf.diff
>>> -.endif
>>> -
>>>  pre-configure:
>>> -.if !defined(WITHOUT_TERMCAP)
>>> +.if ${PORT_OPTIONS:MNLS}
>>>      ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in
>>>  .endif
>>>
>>
>> This effectively changes TERMCAP from being default to now not-default.

This should have been fixed in r306201. If I missed something please
fix it w/ my approval. I won't have time to look into this for some
time.

FWIW, I've also received one report that this revision broke readline
on i386, but I can't reproduce on my VM, and I've asked others to
reproduce, and they can not.

If anyone else is having trouble with readline please let me know.


-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-head mailing list