The patch below: - fixes build with GCC 4.2 - remove most warnings - move choice [WITH_]X11 to OPTIONS space How-To-Repeat: cd /usr/ports/cad/mars && make
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Please find the updated patch here: http://www.gahr.ch/FreeBSD/patches/118246_mars.diff - adopt maintainship -- Pietro Cerutti PGP Public Key: http://gahr.ch/pgp
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-11-27 22:49:01 UTC FreeBSD ports repository Modified files: cad/mars Makefile Added files: cad/mars/files patch-XMotif_edit.c patch-XMotif_info_w.c patch-XMotif_io.c patch-XMotif_lines.c patch-XMotif_main_w.c patch-XMotif_meters.c patch-XMotif_mfile.c patch-XMotif_options.c patch-XMotif_param_w.c patch-XMotif_view.c patch-XMotif_xinit.c patch-comps_ftp.c patch-comps_node.c patch-comps_telnet.c patch-include_lcostfcn.h patch-include_perf.h patch-include_sim.h patch-include_stopper.h patch-sim_compfiles.c patch-sim_event.c patch-sim_file.c patch-sim_mempool.c patch-sim_q.c Log: - Fix build with GCC 4.2 - Remove most warnings - Add OPTIONS Knob - Pass maintainership to submitter PR: 118246 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav) Revision Changes Path 1.33 +16 -9 ports/cad/mars/Makefile 1.1 +50 -0 ports/cad/mars/files/patch-XMotif_edit.c (new) 1.1 +94 -0 ports/cad/mars/files/patch-XMotif_info_w.c (new) 1.1 +37 -0 ports/cad/mars/files/patch-XMotif_io.c (new) 1.1 +19 -0 ports/cad/mars/files/patch-XMotif_lines.c (new) 1.1 +31 -0 ports/cad/mars/files/patch-XMotif_main_w.c (new) 1.1 +106 -0 ports/cad/mars/files/patch-XMotif_meters.c (new) 1.1 +95 -0 ports/cad/mars/files/patch-XMotif_mfile.c (new) 1.1 +54 -0 ports/cad/mars/files/patch-XMotif_options.c (new) 1.1 +31 -0 ports/cad/mars/files/patch-XMotif_param_w.c (new) 1.1 +50 -0 ports/cad/mars/files/patch-XMotif_view.c (new) 1.1 +61 -0 ports/cad/mars/files/patch-XMotif_xinit.c (new) 1.1 +47 -0 ports/cad/mars/files/patch-comps_ftp.c (new) 1.1 +29 -0 ports/cad/mars/files/patch-comps_node.c (new) 1.1 +20 -0 ports/cad/mars/files/patch-comps_telnet.c (new) 1.1 +9 -0 ports/cad/mars/files/patch-include_lcostfcn.h (new) 1.1 +9 -0 ports/cad/mars/files/patch-include_perf.h (new) 1.1 +27 -0 ports/cad/mars/files/patch-include_sim.h (new) 1.1 +9 -0 ports/cad/mars/files/patch-include_stopper.h (new) 1.1 +9 -0 ports/cad/mars/files/patch-sim_compfiles.c (new) 1.1 +33 -0 ports/cad/mars/files/patch-sim_event.c (new) 1.1 +11 -0 ports/cad/mars/files/patch-sim_file.c (new) 1.1 +10 -0 ports/cad/mars/files/patch-sim_mempool.c (new) 1.1 +29 -0 ports/cad/mars/files/patch-sim_q.c (new) _______________________________________________ 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"