Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Alexander
46df8ec65c
Update custom ports location. 2024-10-05 19:11:01 -04:00
Tom Alexander
16c7c06931
Optimize Go programs and add IPv6 to mrmanager. 2024-10-05 18:08:31 -04:00
5 changed files with 11 additions and 2 deletions

View File

@ -3,3 +3,4 @@ ifconfig_igb0="up"
ifconfig_igb1="up"
ifconfig_lagg0="up laggproto failover laggport igb0 laggport igb1"
ifconfig_lagg0_alias0="inet 74.80.180.138 netmask 255.255.255.248"
ifconfig_lagg0_alias1="inet6 2620:11f:7001:7::2/64"

View File

@ -1,3 +1,4 @@
defaultrouter="74.80.180.137"
ipv6_defaultrouter="2620:11f:7001:7::1"
gateway_enable="YES"
ipv6_gateway_enable="YES"

View File

@ -5,6 +5,6 @@ if [ "$1" != '--' ]; then
fi
shift
method="git"
git_clone_uri="https://code.fizz.buzz/talexander/ta_ports.git"
git_branch="master"
git_clone_uri="https://code.fizz.buzz/talexander/fizzbuzz_ports.git"
git_branch="main"
run_portshaker_command $*

View File

@ -7,6 +7,12 @@ CPUTYPE?=x86-64-v4
CPUTYPE?=znver4
.endif
# CPU optimizations for go
.if ${.CURDIR:M*/lang/go*}
OPTIONS_SET+=V2
OPTIONS_SET+=V3
OPTIONS_SET+=V4
.endif
OPTIONS_SET+=OPTIMIZED_CFLAGS

View File

@ -59,6 +59,7 @@ net/rsync
net/tcpdump
net/wireguard-tools
net/wlvncc
ports-mgmt/modules2tuple
ports-mgmt/pkg
ports-mgmt/pkg-provides
ports-mgmt/portshaker