Page MenuHomeFreeBSD

D49260.id.diff
No OneTemporary

D49260.id.diff

diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1902,6 +1902,13 @@
. endif
. endif
+. if defined(NO_SHLIB_REQUIRES_GLOB)
+PKG_ENV+= SHLIB_REQUIRE_IGNORE_GLOB="${NO_SHLIB_REQUIRES_GLOB:ts,}"
+. endif
+. if defined(NO_SHLIBS_REQUIRES_REGEX)
+PKG_ENV+= SHLIB_REQUIRE_IGNORE_REGEX="${NO_SHLIBS_REQUIRES_REGEX:ts,}"
+. endif
+
PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist'
. if defined(_DESTDIR_VIA_ENV)
diff --git a/lang/go-devel/Makefile b/lang/go-devel/Makefile
--- a/lang/go-devel/Makefile
+++ b/lang/go-devel/Makefile
@@ -32,6 +32,7 @@
USES= cpe shebangfix
CPE_VENDOR= golang
+NO_SHLIBS_REQUIRES_GLOB= */gcc-386-freebsd-exec
.ifndef MASTERDIR
USE_GITHUB= yes
diff --git a/lang/go120/Makefile b/lang/go120/Makefile
--- a/lang/go120/Makefile
+++ b/lang/go120/Makefile
@@ -1,6 +1,6 @@
DISTVERSION= 1.20.14
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION= 2
+PORTREVISION= 3
MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap
diff --git a/lang/go121/Makefile b/lang/go121/Makefile
--- a/lang/go121/Makefile
+++ b/lang/go121/Makefile
@@ -1,6 +1,6 @@
DISTVERSION= 1.21.13
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION= 2
+PORTREVISION= 3
MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap
diff --git a/lang/go122/Makefile b/lang/go122/Makefile
--- a/lang/go122/Makefile
+++ b/lang/go122/Makefile
@@ -1,6 +1,6 @@
DISTVERSION= 1.22.12
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION= 1
+PORTREVISION= 2
MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap
diff --git a/lang/go123/Makefile b/lang/go123/Makefile
--- a/lang/go123/Makefile
+++ b/lang/go123/Makefile
@@ -1,6 +1,6 @@
DISTVERSION= 1.23.7
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION= 1
+PORTREVISION= 2
MASTER_SITES= https://golang.org/dl/ \
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
LOCAL/dmgk:bootstrap
diff --git a/lang/go124/Makefile b/lang/go124/Makefile
--- a/lang/go124/Makefile
+++ b/lang/go124/Makefile
@@ -1,6 +1,6 @@
DISTVERSION= 1.24.1
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION= 0
+PORTREVISION= 1
MASTER_SITES= https://golang.org/dl/
DISTFILES= go${DISTVERSION}.src.tar.gz \
go1.23.7.${OPSYS:tl}-${GOARCH_${ARCH}}.tar.gz

File Metadata

Mime Type
text/plain
Expires
Sat, May 23, 11:37 AM (8 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33434046
Default Alt Text
D49260.id.diff (2 KB)

Event Timeline