Leon Stafford
Leon Stafford
Did you have any advancement in this? I'm currently looking into doing the same for WordPress and would think the capture index (`%1, %2, etc`) would be usable to craft...
That was my concern, also. I’ve posted here and will follow up with the responses soon: https://www.reddit.com/r/openbsd/comments/9uyxmf/help_bringing_across_nginx_rewrite_rules_for/ On Wed, Nov 7, 2018 at 22:36 Elias M. Mariani wrote: > @leonstafford...
With latest Xcode installed via CLI and GUI, currently receive: ``` $ sudo port install edbrowse Password: Warning: The macOS 11.2 SDK does not appear to be installed. Ports may...
Thanks @martinetd! Looks like I'll be able to submit to the MacPorts repo with updated build instructions, so will try to build outside of ports first with latest head and...
Was able to build from source on macOS, using: - `brew install duktape` - `cd src` - `make` Which gave me a functional `edbrowse` binary. Continuing to look at MacPorts...
Looking at [section on how to test Portfile locally](https://guide.macports.org/#development.local-repositories)
Setup a local port tree, copied over current MacPorts `Portfile` and `files` dir. Modified to use this repo to fetch release, like: ``` 35 #master_sites ${homepage} 36 fetch.type git 37...
Looking better now, after commenting out the patchfile line in the `Portfile`, leaving a tidy error in build: ``` 3376 :info:build Content lang/ebrc-pt_br written to src/ebrc.c 3377 :info:build /usr/bin/clang -arch...
Adding `tidy` as dependency in Portfile progresses to same issue with Duktape, so will resolve that next
Duktape not available as a port, so cannot use same method as tidy. Following the edbrowse guide to installing duktape: ``` git clone https://github.com/svaarala/duktape.git cd duktape # build the version...