forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/void-linux/void-packages
- Loading branch information
Showing
43 changed files
with
650 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Template file for 'bmake' | ||
pkgname=bmake | ||
version=20240508 | ||
version=20240520 | ||
revision=1 | ||
short_desc="Portable version of the NetBSD make build tool" | ||
maintainer="Leah Neukirchen <[email protected]>" | ||
license="BSD-3-Clause" | ||
homepage="https://www.crufty.net/help/sjg/bmake.html" | ||
distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz" | ||
checksum=847a20f03e6f2ee26b9f7cf8db4a353120540686daa565e2ec6ff800317ddaab | ||
checksum=2210ccd455b008df7951f6dbd347bfcc1837c46473014e4b8dd5ff3091ae2894 | ||
python_version=3 | ||
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# Template file for 'cargo-auditable' | ||
# Keep synced with cargo-auditable-bootstrap | ||
pkgname=cargo-auditable | ||
version=0.6.2 | ||
version=0.6.4 | ||
revision=1 | ||
build_wrksrc=cargo-auditable | ||
build_style=cargo | ||
make_check_args="-- --skip test_wasm" | ||
hostmakedepends="cargo-auditable-bootstrap" | ||
short_desc="Tool for embedding dependency information in rust binaries" | ||
maintainer="Marcin Puc <[email protected]>" | ||
license="MIT,Apache-2.0" | ||
homepage="https://github.com/rust-secure-code/cargo-auditable" | ||
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md" | ||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz" | ||
checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3 | ||
checksum=3e3f4134d81b47277d34c44bc1169c9b0356612977651f8e98e2ba1a470b69a2 | ||
conflicts=cargo-auditable-bootstrap | ||
|
||
post_install() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 4cc5657247183a0bc3b0969beeaea9acddb09d22 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Stenberg <[email protected]> | ||
Date: Wed, 22 May 2024 08:43:43 +0200 | ||
Subject: [PATCH] docs/Makefile.am: make curl-config.1 install | ||
|
||
on "make install" like it should | ||
|
||
Follow-up to 60971d665b9b1df87082 | ||
|
||
Closes #13741 | ||
--- | ||
docs/Makefile.am | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/docs/Makefile.am b/docs/Makefile.am | ||
index 83f5b0c461cc0f..e9ef6284860555 100644 | ||
--- a/docs/Makefile.am | ||
+++ b/docs/Makefile.am | ||
@@ -28,6 +28,7 @@ if BUILD_DOCS | ||
# if we disable man page building, ignore these | ||
MK_CA_DOCS = mk-ca-bundle.1 | ||
CURLCONF_DOCS = curl-config.1 | ||
+man_MANS = curl-config.1 | ||
endif | ||
|
||
CURLPAGES = curl-config.md mk-ca-bundle.md |
Oops, something went wrong.