Summary: | www/pound: Fix typo in PCRE_CONFIGURE_ENABLE, remove legacy MSDAV option | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | ncrogers | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | danfe | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 155401 [details]
poudriere testport log
Created attachment 155402 [details]
www/pound/Makefile diff
A commit references this bug: Author: danfe Date: Fri Apr 10 14:31:01 UTC 2015 New revision: 383730 URL: https://svnweb.freebsd.org/changeset/ports/383730 Log: - Fix a typo in PCRE_CONFIGURE_ENABLE knob - Remove MSDAV option: this is no longer valid compiler flag in pound, for quite some time - Do not pass -I to CFLAGS, it is already added (correctly) to CPPFLAGS - Move initial CONFIGURE_ARGS after GNU_CONFIGURE where it logically belongs - Move OPTIONS and helper knobs right above .include <bsd.port.options.mk> - Remove ".if ${PORT_OPTIONS:MDOCS}" guard, not needed in post-staging - Slightly beautify files/pound.in and pkg-descr while I'm here PR: 199339 Submitted by: maintainer Changes: head/www/pound/Makefile head/www/pound/files/pound.in head/www/pound/pkg-descr Committed as ports r383730 with minor modification, thank you! (In reply to Alexey Dokuchaev from comment #4) Thanks! And thank you for the extra cleanup. |
Created attachment 155400 [details] www/pound/Makefile diff Attached is a patch to fix a typo in www/pound PCRE_CONFIGURE_ENABLE directive. Also, I've removed the MSDAV option, as this is no longer a valid compiler flag in pound, for quite some time. Lastly, bump PORTREVISION. I am the maintainer, but do not have commit access. Also attached is poudriere testport output.