Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153275274
D30127.id88684.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1019 B
Referenced Files
None
Subscribers
None
D30127.id88684.diff
View Options
Index: sysutils/debootstrap/Makefile
===================================================================
--- sysutils/debootstrap/Makefile
+++ sysutils/debootstrap/Makefile
@@ -2,7 +2,7 @@
PORTNAME= debootstrap
PORTVERSION= 1.0.123
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
Index: sysutils/debootstrap/files/patch-debootstrap
===================================================================
--- sysutils/debootstrap/files/patch-debootstrap
+++ sysutils/debootstrap/files/patch-debootstrap
@@ -30,7 +30,7 @@
HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
fi
HOST_OS="$HOST_ARCH"
-@@ -542,6 +536,11 @@ if [ -z "$HOST_OS" ]; then
+@@ -542,6 +536,14 @@ if [ -z "$HOST_OS" ]; then
HOST_OS=freebsd
;;
esac
@@ -38,6 +38,9 @@
+
+if [ "$HOST_OS" = "freebsd" -a -z "$HOST_ARCH" ]; then
+ HOST_ARCH=`/sbin/sysctl -n hw.machine_arch`
++ if [ "$HOST_ARCH" = "aarch64" ]; then
++ HOST_ARCH=arm64
++ fi
+ EXTRACTOR_OVERRIDE=ar
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 4:51 AM (4 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31889801
Default Alt Text
D30127.id88684.diff (1019 B)
Attached To
Mode
D30127: sysutils/debootstrap: make it work on arm64 without --arch
Attached
Detach File
Event Timeline
Log In to Comment