Second round of clang fixes from latest pointyhat build: - add "void" as the return type for some functions - no functional change (still builds with gcc) Fix: Patch attached. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it.
Class Changed From-To: change-request->update Fix class
Thank you for the feedback Ryan! Here is an updated patch. cheers, Pedro.
zi 2011-07-28 21:58:16 UTC FreeBSD ports repository Modified files: cad/spice Makefile pkg-plist cad/spice/files patch-src_lib_fte_device_c patch-src_lib_fte_x11_c Added files: cad/spice/files patch-src_lib_mfb_mfbgnc_c Log: Fix build under clang [1] Add LICENSE Fix usage of PORTDOCS in plist, no bump required PR: ports/159173 Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: tabthorpe (mentor) Revision Changes Path 1.41 +3 -1 ports/cad/spice/Makefile 1.3 +21 -4 ports/cad/spice/files/patch-src_lib_fte_device_c 1.3 +54 -8 ports/cad/spice/files/patch-src_lib_fte_x11_c 1.1 +10 -0 ports/cad/spice/files/patch-src_lib_mfb_mfbgnc_c (new) 1.10 +21 -21 ports/cad/spice/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!