Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package updates #1554

Merged
merged 15 commits into from
Dec 9, 2024
2 changes: 1 addition & 1 deletion build/cargo-c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=cargo-c
VER=0.10.5
VER=0.10.7
PKG=ooce/developer/cargo-c
SUMMARY="build and install C-ABI compatible dynamic and static libraries"
DESC="produces and installs a correct pkg-config file, a static library and "
Expand Down
4 changes: 2 additions & 2 deletions build/clang/build-13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

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

Expand All @@ -25,7 +25,7 @@ DESC+="infrastructure for languages in the C language family (C, C++, "
DESC+="Objective C/C++, OpenCL, CUDA, and RenderScript) for the LLVM project"

set_arch 64
test_relver '>=' 151041 && set_clangver
set_clangver
set_builddir llvm-project-$VER.src/$PROG

SKIP_RTIME_CHECK=1
Expand Down
94 changes: 0 additions & 94 deletions build/clang/build-16.sh

This file was deleted.

2 changes: 1 addition & 1 deletion build/clang/build-19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=clang
PKG=ooce/developer/clang-19
VER=19.1.4
VER=19.1.5
SUMMARY="C language family frontend for LLVM"
DESC="The Clang project provides a language front-end and tooling "
DESC+="infrastructure for languages in the C language family (C, C++, "
Expand Down

This file was deleted.

61 changes: 0 additions & 61 deletions build/clang/patches-16/add-rpath-for-libstdcxx.patch

This file was deleted.

34 changes: 0 additions & 34 deletions build/clang/patches-16/default-preprocessor-definition.patch

This file was deleted.

21 changes: 0 additions & 21 deletions build/clang/patches-16/no-default-libgcc_s-linking.patch

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-16/no-default-libm-linking.patch

This file was deleted.

13 changes: 0 additions & 13 deletions build/clang/patches-16/no-sanitizer-runtime-lib-linking.patch

This file was deleted.

17 changes: 0 additions & 17 deletions build/clang/patches-16/no-ssp-linking.patch

This file was deleted.

11 changes: 0 additions & 11 deletions build/clang/patches-16/no-symbolic-functions.patch

This file was deleted.

24 changes: 0 additions & 24 deletions build/clang/patches-16/no-usr-local-include.patch

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-16/no-version-script.patch

This file was deleted.

11 changes: 0 additions & 11 deletions build/clang/patches-16/series

This file was deleted.

12 changes: 0 additions & 12 deletions build/clang/patches-16/use-gas.patch

This file was deleted.

Loading
Loading