Opened 3 years ago

Last modified 2 years ago

#63982 closed update

edbrowse v3.8.0 is out — at Version 1

Reported by: ssb22 (Silas S. Brown) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: edbrowse

Description (last modified by ssb22 (Silas S. Brown))

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:

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

Change History (1)

comment:1 Changed 3 years ago by ssb22 (Silas S. Brown)

Description: modified (diff)
Note: See TracTickets for help on using tickets.