Summary: | devel/pcre: link pcretest with libreadline | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexey Degtyarev <alexey> | ||||
Component: | Individual Port(s) | Assignee: | Martin Matuska <mm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alexey Degtyarev
2011-11-14 16:10:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool) I am preparing a update to 8.30 and solve this not by linking to readline but libedit instead. Libedit is compatible (so no changes to source code needed) and we don't have to change the license. It is already tested on my side and works very well with -ledit -- Martin Matuska FreeBSD committer http://blog.vx.sk mm 2012-02-14 12:39:23 UTC FreeBSD ports repository Modified files: devel/pcre Makefile distinfo pkg-plist Added files: devel/pcre/files extra-patch-libedit Removed files: devel/pcre/files patch-pcre_compile.c Log: Update PCRE to 8.30 Add support for binding pcretest to libedit [1] PR: ports/162565 [1] Revision Changes Path 1.73 +85 -21 ports/devel/pcre/Makefile 1.39 +2 -2 ports/devel/pcre/distinfo 1.1 +105 -0 ports/devel/pcre/files/extra-patch-libedit (new) 1.4 +0 -34 ports/devel/pcre/files/patch-pcre_compile.c (dead) 1.17 +1 -1 ports/devel/pcre/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Resolved linking to libedit. Thanks! |