[MacPorts] #63982: edbrowse v3.8.0 is out

MacPorts noreply at macports.org
Wed Nov 17 10:09:40 UTC 2021


#63982: edbrowse v3.8.0 is out
--------------------+--------------------
 Reporter:  ssb22   |      Owner:  (none)
     Type:  update  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:
 Keywords:          |       Port:
--------------------+--------------------
 The port version of edbrowse is 3.4.10, but upstream is 3.8.0 with quite a
 bit of new functionality.

 I was able to compile upstream directly as follows:

 {{{#!shell
 sudo port install pcre curl tidy gsed gmake &&
 git clone https://github.com/bellard/quickjs &&
 make -C quickjs && sudo make -C quickjs install &&
 git clone https://github.com/CMB/edbrowse &&
 cd edbrowse/src &&
 sed -e 's/else sed -f/else gsed -f' -e 's/-latomic//' < makefile >
 makefile.new &&
 gmake -f makefile.new CFLAGS="-I /opt/local/include" &&
 sudo mv edbrowse /usr/local/bin
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/63982>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list