Skip to content
Merged
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
13 changes: 13 additions & 0 deletions app-admin/davfs2/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PKGNAME=davfs2
PKGSEC=admin
PKGDEP="neon"
BUILDDEP="po4a"
PKGDES="Utilities to mount a WebDAV resource as a regular file system"

AUTOTOOLS_AFTER=(
'--enable-nls'
'--disable-rpath'
'--enable-largefile'
'--enable-year2038'
'--with-neon=/usr'
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From ffa0a04a60870a361f82f3661bf0485d5e853563 Mon Sep 17 00:00:00 2001
From: Mingcong Bai <[email protected]>
Date: Fri, 27 Dec 2024 18:11:06 +0800
Subject: [PATCH] AOSCOS: configure.ac: support detecting neon 0.33.x

---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4f86cde..ede9b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_LN_S
# Checks for libraries.
AM_GNU_GETTEXT_VERSION(0.19.8)
AM_GNU_GETTEXT([external])
-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
DAV_CHECK_NEON

# Checks for header files.
--
2.47.1

4 changes: 4 additions & 0 deletions app-admin/davfs2/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=1.7.0
SRCS="tbl::https://download-mirror.savannah.gnu.org/releases/davfs2/davfs2-$VER.tar.gz"
CHKSUMS="sha256::251db75a27380cca1330b1b971700c5e5dcc0c90e5a47622285f0140edfe3a2f"
CHKUPDATE="anitya::id=7487"