View | Details | Raw Unified | Return to bug 264889
Collapse All | Expand All

(-)b/UPDATING (+12 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20220625:
9
AFFECTS: users of sysutils/fusefs-bindfs
10
  AUTHOR: doralitze@chaotikum.org
11
12
  Bindfs defaults to use direct I/O since version 1.16. While this results
13
  in major performance improvements as well as several bug fixes, this also
14
  breaks direct legacy calls to mmap. If your application still uses them
15
  consider these two options:
16
17
  1. Mount using `--no-direct-io`
18
  2. Upgrade your application in order to query mapping guards
19
8
20220623:
20
20220623:
9
AFFECTS: users of science/gramps
21
AFFECTS: users of science/gramps
10
  AUTHOR: fernape@FreeBSD.org
22
  AUTHOR: fernape@FreeBSD.org
(-)b/sysutils/fusefs-bindfs/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	bindfs
1
PORTNAME=	bindfs
2
DISTVERSION=	1.15.1
2
DISTVERSION=	1.16.1
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	https://bindfs.org/downloads/
4
MASTER_SITES=	https://bindfs.org/downloads/
5
PKGNAMEPREFIX=	fusefs-
5
PKGNAMEPREFIX=	fusefs-
Lines 10-16 COMMENT= FUSE based bindfs implementation way more powerful than nullfs Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		fuse localbase:ldflags pkgconfig
13
USES=		fuse:3 localbase:ldflags pkgconfig
14
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
15
16
PLIST_FILES=	bin/bindfs \
16
PLIST_FILES=	bin/bindfs \
(-)b/sysutils/fusefs-bindfs/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1654509837
1
TIMESTAMP = 1656177238
2
SHA256 (bindfs-1.15.1.tar.gz) = 04dd3584a6cdf9af4344d403c62185ca9fab31ce3ae5a25d0101bc10936c68ab
2
SHA256 (bindfs-1.16.1.tar.gz) = 55ea3d2aa8e48d0bea23b7c0b03950cfeb492355bfd8dbb8a173a1e383f228bc
3
SIZE (bindfs-1.15.1.tar.gz) = 415676
3
SIZE (bindfs-1.16.1.tar.gz) = 421240
4
- 

Return to bug 264889