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

(-)net/onedrive/Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
PORTNAME=	onedrive
3
PORTNAME=	onedrive
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	2.3.3
5
DISTVERSION=	2.3.3
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
8
8
MAINTAINER=	hiroo.ono+freebsd@gmail.com
9
MAINTAINER=	hiroo.ono+freebsd@gmail.com
Lines 19-25 Link Here
19
USE_GITHUB=	yes
20
USE_GITHUB=	yes
20
GH_ACCOUNT=	abraunegg
21
GH_ACCOUNT=	abraunegg
21
22
22
DFLAGS+=		-g
23
PKGCONFIG=		pkgconf
23
PKGCONFIG=		pkgconf
24
MAKE_ARGS=		DC=ldc2
24
MAKE_ARGS=		DC=ldc2
25
INSTALL_TARGET=		install.noservice
25
INSTALL_TARGET=		install.noservice
(-)net/onedrive/files/freebsd_inotify.d (-1 / +3 lines)
Lines 12-18 Link Here
12
	uint32_t mask;   /* Watch mask.  */
12
	uint32_t mask;   /* Watch mask.  */
13
	uint32_t cookie; /* Cookie to synchronize two events.  */
13
	uint32_t cookie; /* Cookie to synchronize two events.  */
14
	uint32_t len;    /* Length (including NULLs) of name.  */
14
	uint32_t len;    /* Length (including NULLs) of name.  */
15
	char[] name;     /* Name.  */
15
	char[0] name;     /* Name.  */
16
17
	@disable this(this);
16
};
18
};
17
19
18
20

Return to bug 237638