As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
|
@ -1,5 +1,6 @@
|
|||
--- libltdl/config/ltmain.sh.orig Mon Oct 17 06:19:35 2011
|
||||
+++ libltdl/config/ltmain.sh Sat Oct 29 07:05:47 2011
|
||||
Index: libltdl/config/ltmain.sh
|
||||
--- libltdl/config/ltmain.sh.orig
|
||||
+++ libltdl/config/ltmain.sh
|
||||
@@ -2714,51 +2714,6 @@ func_mode_finish ()
|
||||
# Exit here if they wanted silent mode.
|
||||
$opt_silent && exit $EXIT_SUCCESS
|
||||
|
@ -98,6 +99,24 @@
|
|||
fi
|
||||
exit $EXIT_SUCCESS
|
||||
;;
|
||||
@@ -5609,7 +5568,7 @@ func_mode_link ()
|
||||
# These systems don't actually have a C library (as such)
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
|
||||
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-secbsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
@@ -5629,7 +5588,7 @@ func_mode_link ()
|
||||
esac
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
|
||||
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-secbsd*)
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -5660,6 +5619,7 @@ func_mode_link ()
|
||||
func_append compiler_flags " $arg"
|
||||
func_append compile_command " $arg"
|
||||
|
@ -144,3 +163,12 @@
|
|||
fi
|
||||
|
||||
# Check to see if the archive will have undefined symbols.
|
||||
@@ -7630,7 +7605,7 @@ func_mode_link ()
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
|
||||
+ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-secbsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
;;
|
||||
*-*-sco3.2v5* | *-*-sco5v6*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue