forked from Lainports/opnsense-ports
Framework: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
12bc632568
commit
f9edbe2d03
3 changed files with 9 additions and 6 deletions
6
MOVED
6
MOVED
|
|
@ -3185,3 +3185,9 @@ devel/py-dateutil|devel/py-python-dateutil|2024-04-13|Move devel/py-dateutil to
|
|||
science/p5-Algorithm-SVMLight||2024-04-16|Has expired: Depends on DEPRECATED science/svmlight
|
||||
science/svmlight||2024-04-16|Has expired: Unmaintained, last upstream release in 2008 and there are more modern alternatives
|
||||
security/krb5-119||2024-04-16|Has expired: Desupported by MIT following 1.21
|
||||
audio/gnuitar||2024-04-18|Has expired: Unmaintained, last upstream release in 2005
|
||||
emulators/hugo||2024-04-18|Has expired: Unmaintained, last release in 2005 and uses deprecated gtk2 library
|
||||
net-p2p/gtorrentviewer||2024-04-18|Has expired: Unmaintained, last release in 2004 and uses deprecated gtk2
|
||||
net-im/tut||2024-04-18|Has expired: Requires deprecated lang/go119
|
||||
net/gost||2024-04-18|Has expired: Requires deprecated lang/go119
|
||||
lang/go119||2024-04-18|Has expired: Upsrteam EOL reached on 2023-09-06
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ _INCLUDE_USES_GO_MK= yes
|
|||
|
||||
# When adding a version, please keep the comment in
|
||||
# Mk/bsd.default-versions.mk in sync.
|
||||
GO_VALID_VERSIONS= 1.19 1.20 1.21 1.22 1.23-devel
|
||||
GO_VALID_VERSIONS= 1.20 1.21 1.22 1.23-devel
|
||||
|
||||
# Check arguments sanity
|
||||
. if !empty(go_ARGS:N[1-9].[0-9][0-9]:N*-devel:Nmodules:Nno_targets:Nrun)
|
||||
|
|
@ -99,11 +99,8 @@ GO_BUILDFLAGS+= -v -trimpath
|
|||
. if !defined(WITH_DEBUG) && empty(GO_BUILDFLAGS:M-ldflags*)
|
||||
GO_BUILDFLAGS+= -ldflags=-s
|
||||
. endif
|
||||
GO_TESTFLAGS+= -v
|
||||
. if ${GO_VERSION} != 1.17
|
||||
GO_BUILDFLAGS+= -buildvcs=false
|
||||
GO_TESTFLAGS+= -buildvcs=false
|
||||
. endif
|
||||
GO_TESTFLAGS+= -v -buildvcs=false
|
||||
|
||||
CGO_ENABLED?= 1
|
||||
CGO_CFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ GCC_DEFAULT?= 13
|
|||
GHOSTSCRIPT_DEFAULT?= 10
|
||||
# Possible values: mesa-libs, mesa-devel
|
||||
GL_DEFAULT?= mesa-libs
|
||||
# Possible values: 1.19, 1.20, 1.21, 1.22, 1.23-devel
|
||||
# Possible values: 1.20, 1.21, 1.22, 1.23-devel
|
||||
GO_DEFAULT?= 1.21
|
||||
# Possible values: 1.8, 2.2, 3.0
|
||||
GUILE_DEFAULT?= 2.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue