-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysutils/fusefs-sshfs: Improve FreeBSD support
- include posix_openpt() usage patch - add workaround for readdir() issue: #211 - fix few warnings - Add DOCS option - remove gettext dep Upstream patches: libfuse/sshfs#212 libfuse/sshfs#211 PR: 246325 Submitted by: [email protected]
- Loading branch information
Showing
3 changed files
with
15 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,26 +4,33 @@ | |
PORTNAME= sshfs | ||
PORTVERSION= 3.7.0 | ||
DISTVERSIONPREFIX= ${PORTNAME}- | ||
PORTREVISION= 1 | ||
CATEGORIES= sysutils | ||
PKGNAMEPREFIX= fusefs- | ||
|
||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||
PATCHFILES+= 952a9c3fda977bce61303ae3311a3adca3d338bf.patch:-p1 # https://github.com/libfuse/sshfs/pull/212 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Mount remote directories over ssh | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
BUILD_DEPENDS= rst2man:textproc/py-docutils | ||
|
||
USES= compiler:c11 fuse:3 gettext gnome meson pkgconfig | ||
USES= compiler:c11 fuse:3 gnome meson pkgconfig | ||
USE_GNOME= glib20 | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= libfuse | ||
|
||
USE_GNOME= glib20 | ||
CFLAGS+= -DNDEBUG | ||
|
||
PLIST_FILES= bin/sshfs \ | ||
man/man1/sshfs.1.gz | ||
PLIST_FILES= bin/sshfs | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
DOCS_BUILD_DEPENDS= rst2man:textproc/py-docutils | ||
DOCS_PLIST_FILES= man/man1/sshfs.1.gz | ||
|
||
.include <bsd.port.mk> |
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,3 +1,5 @@ | ||
TIMESTAMP = 1580925910 | ||
TIMESTAMP = 1589058688 | ||
SHA256 (libfuse-sshfs-sshfs-3.7.0_GH0.tar.gz) = 4037add37cfcd9bb4386c28d1eeed89b56ef5001bcbc3f001f73f38f41a40b73 | ||
SIZE (libfuse-sshfs-sshfs-3.7.0_GH0.tar.gz) = 62912 | ||
SHA256 (952a9c3fda977bce61303ae3311a3adca3d338bf.patch) = 9b55c00a9b63715eeb836c253683240d78e23f824cbf07c07570e74ec2c6b507 | ||
SIZE (952a9c3fda977bce61303ae3311a3adca3d338bf.patch) = 6826 |
This file was deleted.
Oops, something went wrong.