Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
derived from the 'Wicked' widget library. It has some of the old
Wicked widget types, a few of them rewritten, and a good number of
new ones.
PR: ports/167687
Submitted by: William Grzybowski <william88 gmail.com>
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
- Link with libinotify correctly which fixes dependent ports dying with rtld error
- Minor port cleanups
PR: 166296
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Feature safe: yes
handlers.c: In function 'W_HandleInputEvents':
handlers.c:471: error: 'fd_set' undeclared (first use in this function)
handlers.c:471: error: (Each undeclared identifier is reported only once
handlers.c:471: error: for each function it appears in.)
handlers.c:471: error: expected ';' before 'rset'
handlers.c:486: warning: implicit declaration of function 'FD_ZERO'
handlers.c:486: error: 'rset' undeclared (first use in this function)
handlers.c:487: error: 'wset' undeclared (first use in this function)
handlers.c:488: error: 'eset' undeclared (first use in this function)
handlers.c:493: warning: implicit declaration of function 'FD_SET'
handlers.c:527: warning: implicit declaration of function 'select'
handlers.c:542: warning: implicit declaration of function 'FD_ISSET'
Reported by: pointyhat
Feature safe: yes
to restore a session. Building WindowMaker with clang found these
problems, including the one genuine typo in osdep_bsd.c that seems to
be responsible for (most/all?) of the session restoration problem.
Patch still under discussion upstream, but I feel comfortable bumping
PORTREVISION at this point because these are actual bugs that need
fixing, and it 100% solves the restoration problem for me at least.
preferred library of the two. I actually think this is superfluous as
this library is never linked in (nor is the inbuilt version used). I'll
investigate this further.
. Mark as MAKE_JOBS_UNSAFE.
. Pet portlint.
PR: 165383
Submitted by: swills@
be numeric, but is null by default.
Currently in discussion upstream, but this change is confirmed to at
least fix the symptom of not properly restoring the session on restart.