Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157529530
D49260.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D49260.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D49260: golang: to not collect data from wrong freebsd binary
Attached
Detach File
Event Timeline
Log In to Comment