Summary: | devel/git: PCRE not built in. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mathieu Arnold <mat> | ||||
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | herbert | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(garga) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://pkg.absolight.net/data/latest-per-pkg/git/2.18.0/11amd64-pkgng-perl5-devel.log | ||||||
Attachments: |
|
Description
Mathieu Arnold
![]() Created attachment 195050 [details]
Make configure to check for pcre1 not pcre2
The attached patch works for me.
% uname -rms
FreeBSD 12.0-CURRENT amd64
% ldd `which git` |grep pcre
libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x80046e000)
Or should the port use devel/pcre2?
I'll keep version 1 as default but will also add version 2 as a possible option. I'm testing the patch right now. Thanks! A commit references this bug: Author: garga Date: Wed Jul 11 13:03:59 UTC 2018 New revision: 474443 URL: https://svnweb.freebsd.org/changeset/ports/474443 Log: - Fix build with PCRE using --with-pcre1 configure option since git moved default --with-pcre to use version 2 - Add a new OPTION PCRE2 to let it build with devel/pcre2 - Bump PORTREVISION PR: 229366 Submitted by: mat MFH: 2018Q3 Sponsored by: Rubicon Communications, LLC (Netgate) Changes: head/devel/git/Makefile A commit references this bug: Author: garga Date: Wed Jul 11 14:22:46 UTC 2018 New revision: 474451 URL: https://svnweb.freebsd.org/changeset/ports/474451 Log: MFH: r474443 - Fix build with PCRE using --with-pcre1 configure option since git moved default --with-pcre to use version 2 - Add a new OPTION PCRE2 to let it build with devel/pcre2 - Bump PORTREVISION PR: 229366 Submitted by: mat Sponsored by: Rubicon Communications, LLC (Netgate) Approved by: ports-secteam (miwi) Changes: _U branches/2018Q3/ branches/2018Q3/devel/git/Makefile To be fair, it was not "submitted by" me, but only "reported by" me :-) |