Summary: | [PATCH] www/trafficserver: add cacheurl plugin | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Terry Chou <tequila7211> | ||||||
Component: | Individual Port(s) | Assignee: | Mathieu Arnold <mat> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | gaod, tequila7211 | ||||||
Priority: | --- | Keywords: | easy, needs-qa, patch | ||||||
Version: | Latest | Flags: | koobs:
maintainer-feedback+
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 162453 [details]
[New] Add cacheurl plugin for www/trafficserver
@Terry, could you plesae set the maintainer-approval flag on the patch you wish a committer to use, and set 'obsolete' on the attachment that you dont Comment on attachment 162379 [details]
Add cacheurl plugin for www/trafficserver
obsolete
Thank you terry Next time, please try to use the canonical way of making a patch[1], and at least, try to not reverse the order of the files while running diff. 1: https://www.freebsd.org/doc/en/books/porters-handbook/port-upgrading.html#svn-diff A commit references this bug: Author: mat Date: Tue Oct 27 13:44:23 UTC 2015 New revision: 400239 URL: https://svnweb.freebsd.org/changeset/ports/400239 Log: Add a CACHEURL option. - not enabling it by default, it does not seem to build on 9 - convert to options helpers, and use OPTIONS_SINGLE instead of OPTIONS_RADIO. PR: 203973 Submitted by: maintainer Sponsored by: Absolight Changes: head/www/trafficserver/Makefile head/www/trafficserver/pkg-plist |
Created attachment 162379 [details] Add cacheurl plugin for www/trafficserver Add cacheurl plugin for www/trafficserver trafficserver support cacheurl with option "--enable-experimental-plugins". Here a simple patch of the Makefile to purpose the option.