pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wine64: Update TODO



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Sun Aug 4 22:01:16 2019 +0200
Changeset:	cbdb673ef85e3b42ade9d4cf1c4d9762d42b76d4

Modified Files:
	wine64/TODO

Log Message:
wine64: Update TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cbdb673ef85e3b42ade9d4cf1c4d9762d42b76d4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wine64/TODO | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diffs:
diff --git a/wine64/TODO b/wine64/TODO
index 2d492e49f5..cd4ff4f3c1 100644
--- a/wine64/TODO
+++ b/wine64/TODO
@@ -1,16 +1,5 @@
-* Fails due missing run-time search paths checks:
-   ERROR: emul/netbsd32/lib/wine/wine/acledit.dll.so: missing library: libi386.so.2
-   [...]
-   ERROR: emul/netbsd32/lib/wine/wine/xpssvcs.dll.so: missing library: libi386.so.2
-* Double-check the `+=' usage in CFLAGS+= and X11_LDFLAGS+= in WINE32_ENV
-  definition
-* --x-libraries is passed via WINE32_ARGS, why X11_LDFLAGS is also passed via
-  WINE32_ENV, could it be handled via configure arguments as well?
-* There are:
-   warning: "_FORTIFY_SOURCE" redefined
-  when building.  Investigate if fortify is supported upstream or if an
-  exception should be added.
 * We need to export LD_LIBRARY_PATH=/usr/pkg/emul/netbsd32/lib owing
   to X11 32-bit libs from compat80-x11 not linking against libxcb.so
   in ${PREFIX}/emul/netbsd32/lib.
-* Gracefully handle MAKE_JOBS when it is not defined
+  As a temporary solution, a wrapper script that sets LD_LIBRARY_PATH
+  is used.


Home | Main Index | Thread Index | Old Index