Enabling the LIBEDIT OPTION on devel/pcre renders the port unable to build. Truncated output of buildlog: .. Link pcregrep with libz ......... : no Link pcregrep with libbz2 ....... : no Link pcretest with libedit ...... : yes Link pcretest with libreadline .. : no ===> Building for pcre-8.30 rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/ports/devel/pcre/work/pcre-8.30/missing --run aclocal-1.11 -I m4 aclocal-1.11: couldn't open directory `m4': No such file or directory *** Error code 1 Stop in /usr/ports/devel/pcre/work/pcre-8.30. *** Error code 1 Stop in /usr/ports/devel/pcre. *** Error code 1 Stop in /usr/ports/devel/pcre. Fix: Don't use LIBEDIT OPTION as implemented. Disable it for now. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/devel/pcre make config select LIBEDIT OPTION make watch it fail as noted above.
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool)
mm 2012-02-15 14:11:59 UTC FreeBSD ports repository Modified files: devel/pcre Makefile Log: Fix build with WITH_LIBEDIT PR: ports/165156 Revision Changes Path 1.74 +3 -1 ports/devel/pcre/Makefile _______________________________________________ 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 and suggested to vendor. Thanks!