mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libbsd: update to 0.11.5.
This commit is contained in:
parent
2d8a862f04
commit
ba2fa32fd1
3 changed files with 2 additions and 27 deletions
|
@ -1,14 +0,0 @@
|
||||||
Source: maxice8
|
|
||||||
Upstream: no
|
|
||||||
Reason: fixes compilation
|
|
||||||
|
|
||||||
--- a/src/flopen.c
|
|
||||||
+++ b/src/flopen.c
|
|
||||||
@@ -34,6 +34,7 @@
|
|
||||||
#include <errno.h>
|
|
||||||
#include <stdarg.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
+#include <fcntl.h>
|
|
||||||
|
|
||||||
#include <libutil.h>
|
|
||||||
|
|
|
@ -16,14 +16,3 @@
|
||||||
fp = fopen("/dev/zero", "r");
|
fp = fopen("/dev/zero", "r");
|
||||||
if (fpurge(fp) < 0)
|
if (fpurge(fp) < 0)
|
||||||
return 1;
|
return 1;
|
||||||
--- a/test/Makefile.in
|
|
||||||
+++ b/test/Makefile.in
|
|
||||||
@@ -90,7 +90,7 @@
|
|
||||||
check_PROGRAMS = overlay$(EXEEXT) bzero$(EXEEXT) closefrom$(EXEEXT) \
|
|
||||||
endian$(EXEEXT) humanize$(EXEEXT) fgetln$(EXEEXT) \
|
|
||||||
funopen$(EXEEXT) fparseln$(EXEEXT) fpurge$(EXEEXT) \
|
|
||||||
- md5$(EXEEXT) nlist$(EXEEXT) proctitle$(EXEEXT) \
|
|
||||||
+ md5$(EXEEXT) nlist$(EXEEXT) \
|
|
||||||
proctitle-init$(EXEEXT) progname$(EXEEXT) pwcache$(EXEEXT) \
|
|
||||||
setmode$(EXEEXT) strl$(EXEEXT) strmode$(EXEEXT) \
|
|
||||||
strnstr$(EXEEXT) vis$(EXEEXT) vis-openbsd$(EXEEXT) \
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libbsd'
|
# Template file for 'libbsd'
|
||||||
pkgname=libbsd
|
pkgname=libbsd
|
||||||
version=0.11.4
|
version=0.11.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libmd-devel"
|
makedepends="libmd-devel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC, MIT, Beerware, BSD-2-Clause, BSD-3-Clause, BSD-4-Clause"
|
license="ISC, MIT, Beerware, BSD-2-Clause, BSD-3-Clause, BSD-4-Clause"
|
||||||
homepage="https://libbsd.freedesktop.org/"
|
homepage="https://libbsd.freedesktop.org/"
|
||||||
distfiles="https://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
|
distfiles="https://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
|
||||||
checksum=570abb5c9cdf33a91a3f7748a3771f715079b5ee886221edbdedab45f88d5037
|
checksum=1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0efd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue