[Bug 237545] [patch][maintainer] update net/onedrive to 2.3.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 28 14:10:24 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237545

Kurt Jaeger <pi at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pi at FreeBSD.org

--- Comment #1 from Kurt Jaeger <pi at FreeBSD.org> ---
It fails to build with this error:

ldc2 -w -g -ofonedrive -O  -L-lcurl -L-lsqlite3 -L-linotify -L-ldl -J.
src/config.d src/itemdb.d src/log.d src/main.d src/monitor.d src/onedrive.d
src/qxor.d src/selective.d src/sqlite.d src/sync.d src/upload.d src/util.d
src/progress.d src/freebsd_inotify.d
src/progress.d(29): Error: undefined identifier `TIOCGWINSZ`
gmake[1]: *** [Makefile:91: onedrive] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/net/onedrive/work/onedrive-2.3.3'

TIOCGWINSZ can be found in /usr/include/sys/ttycom.h:

#define  TIOCGWINSZ      _IOR('t', 104, struct winsize)  /* get window size */

but I'm unsure how it can be used in dlang. Can you check ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list