It was found by the member kpedersen:Would it work to copy www/chromium's Makefile into a custom directory, and make changes according to the porter's handbook for iridium as a basis for a maintainer to use? Considering, it is based on Chromium.
That's a good find. Chromium works very well, but it has privacy issues used for marketing.
# Created by:
# $FreeBSD: head/www/
PORTNAME= iridium-browser
PORTVERSION= 54.0
CATEGORIES= www
MASTER_SITES= https://downloads.iridiumbrowser.de/source/
MAINTAINER= none
COMMENT= Privacy oriented web browser based on Chromium
LICENSE_COMB= multi
BROKEN_FreeBSD_9=does not patch
rehash
, and try make makesum
, make
, make install
. I don't know how this will work out so far, and what error messages are to pop up, but it's a start. It's going to take some troubleshooting, after this.Is there any possibility to just add an iridium option/knob to the default chromium port?
In case anyone is interested, iridium browser has been ported to FreeBSD.
I pretend to push the commit into the ports tree, after test it on all our supported releases.
https://github.com/cpu82/iridium
I was looking at the files directory. So that's what it takes to port a Chromium-based browser?! Good Lord!
Well congratulations, cpm@!!!
holy yes, thank youIn case anyone is interested