Bug 165859 - [patch] sysutils/cfengine3: libpcre is no longer optional
Summary: [patch] sysutils/cfengine3: libpcre is no longer optional
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 20:30 UTC by Glen Barber
Modified: 2012-04-19 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.25 KB, patch)
2012-03-08 20:30 UTC, Glen Barber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Glen Barber freebsd_committer freebsd_triage 2012-03-08 20:30:10 UTC
sysutils/cfengine3 fails to build without devel/pcre.  Output from the
configure script indicates libpcre is not optional anymore.

Fix: Patch is attached.  (Also makes portlint a bit happier.)

Tinderbox logs can be found here:
 
 http://builder.glenbarber.us/tb/logs/10-64-FreeBSD/cfengine-3.2.3_1.log
 http://builder.glenbarber.us/tb/logs/9-64-FreeBSD/cfengine-3.2.3_1.log
 http://builder.glenbarber.us/tb/logs/8-64-FreeBSD/cfengine-3.2.3_1.log
 http://builder.glenbarber.us/tb/logs/7-64-FreeBSD/cfengine-3.2.3_1.log

 http://builder.glenbarber.us/tb/logs/10-32-FreeBSD/cfengine-3.2.3_1.log
 http://builder.glenbarber.us/tb/logs/9-32-FreeBSD/cfengine-3.2.3_1.log
 http://builder.glenbarber.us/tb/logs/8-32-FreeBSD/cfengine-3.2.3_1.log
 http://builder.glenbarber.us/tb/logs/7-32-FreeBSD/cfengine-3.2.3_1.log


Patch attached with submission follows:
How-To-Repeat: # make -C /usr/ports/sysutils/cfengine3 WITHOUT_PCRE=yes > /dev/null
configure: error: Cannot find PCRE
# cd /usr/ports/sysutils/cfengine3/work/cfengine-3.2.3/
# ./configure --without-pcre > /dev/null
configure: error: PCRE is required
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-08 20:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2012-04-19 16:00:08 UTC
State Changed
From-To: open->closed

Committed to current port. Will be in new -legacy port as well.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-19 16:01:38 UTC
cy          2012-04-19 15:00:56 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cfengine3   Makefile 
  Log:
  PCRE is no longer an option.
  
  PR:             165859
  Submitted by:   gjb
  
  Revision  Changes    Path
  1.64      +4 -7      ports/sysutils/cfengine3/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"