Skip to content

Commit

Permalink
Merge pull request #3844 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
hadfl authored Feb 11, 2025
2 parents 85a762d + 48885f2 commit e4095ec
Show file tree
Hide file tree
Showing 19 changed files with 221 additions and 134 deletions.
6 changes: 2 additions & 4 deletions build/binutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
# }}}
#
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/arch.sh
. ../../lib/build.sh

PROG=binutils
VER=2.43.1
VER=2.44
PKG=developer/gnu-binutils
SUMMARY="GNU binary utilities"
DESC="A set of programming tools for creating and managing binary programs, "
Expand All @@ -32,7 +32,6 @@ HARDLINK_TARGETS="
usr/bin/gar
usr/bin/gas
usr/bin/gld
usr/bin/gld.gold
usr/bin/gnm
usr/bin/gobjcopy
usr/bin/gobjdump
Expand All @@ -44,7 +43,6 @@ HARDLINK_TARGETS="
CONFIGURE_OPTS="
--exec-prefix=/usr/gnu
--program-prefix=g
--enable-gold=yes
--enable-largefile
--with-system-zlib
"
Expand Down
12 changes: 0 additions & 12 deletions build/binutils/patches/gold-fallocate.patch

This file was deleted.

15 changes: 0 additions & 15 deletions build/binutils/patches/ld64so.patch

This file was deleted.

2 changes: 0 additions & 2 deletions build/binutils/patches/series
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
gold-fallocate.patch
ld64so.patch
stdio-limit.diff
4 changes: 2 additions & 2 deletions build/diffutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
# CDDL HEADER END }}}
#
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
#
. ../../lib/build.sh

PROG=diffutils
VER=3.10
VER=3.11
PKG=text/gnu-diffutils
SUMMARY="GNU diffutils - Finds differences between and among files"
DESC="$SUMMARY"
Expand Down
Loading

0 comments on commit e4095ec

Please sign in to comment.