Tag Archives: freebsd-ports

FreeBSD Ports and other pending stuff

Recently some of users who use my ports contacted me with some issues they’re facing. If you know me from my FreeBSD ports, then please pardon me for not updating my ports yet. I was planning to do them last weekend, but due to a dragon^Wcatastrophe which caused my box chateau.d.if to feel hot again. [...]

Converting existing OPTIONS to FreeBSD portconf format

If you started using under-documented ports-mgmt/portconf software to manage options of your ports, and looking forward to convert existing /var/db/ports/${PORTNAME}/options files to its format, then check out following script, I hacked: % cd /var/db/ports; % for i in *; do \ > name=$(echo /usr/ports/*/$i |sed -e ‘s/distfiles\/[^[:space:]]*//g’ -e s/\/usr\/ports\///g);\ > cat $i/options |gawk ‘!/#/ && [...]

solang on FreeBSD

Submitted a PR for solang on FreeBSD. UPDATE: Checkout graphics/solang.

Follow

Get every new post delivered to your Inbox.