Bug 165156

Summary: [patch] devel/pcre does not build with LIBEDIT OPTION enabled
Product: Ports & Packages Reporter: Kirn Gill <segin2005>
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 Flags
file.diff none

Description Kirn Gill 2012-02-14 23:40:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-14 23:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-15 14:12:13 UTC
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"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2012-03-01 08:06:17 UTC
State Changed
From-To: open->closed

Resolved and suggested to vendor. Thanks!