Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions srcpkgs/openbsd-file/patches/glibc.patch

This file was deleted.

10 changes: 7 additions & 3 deletions srcpkgs/openbsd-file/patches/musl.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
--- a/file.c
+++ b/file.c
@@ -19,6 +19,7 @@
#include <sys/types.h>
#include <sys/mman.h>
@@ -22,6 +22,7 @@
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <sys/uio.h>
#include <sys/wait.h>
#ifdef __linux


#include <err.h>
#include <errno.h>
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/openbsd-file/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'openbsd-file'
pkgname=openbsd-file
version=6.2
revision=4
version=7.6
revision=1
build_style=gnu-configure
configure_args="--program-prefix=openbsd-"
hostmakedepends="automake libtool"
Expand All @@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC"
homepage="https://github.com/brynet/file/"
distfiles="https://github.com/brynet/file/archive/v${version}.tar.gz"
checksum=f6bf601f513bd83038e343bbd93b7982f373669a2ffa76dc52d48fa7251515b2
checksum=35e503a21a778dc3d9cc71d5ac3100b59e5500955749f4b7b2cf10617ce7a140

system_accounts="_file"

Expand Down
Loading