The math/emc2 port is broken with a size mismatch error. The attached "shar" output is from a corrected version of the emc2 port. It fixes the size mismatch error and also adds a patch to fix a compile error in the upstream package. Fix: The port's makefile has been updated and a patch has been added, fixing the port's compiler error. Please see attached. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/math/emc2 make install The build immediately exits with a size mismatch error.
Please send a unified diff instead of a shar. See section 4.3 of the following article: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/article.html
Please find attached a diff for my changes to the math/emc2 port. The diff was created with "diff -ur". I'm also attaching my "patch-makefile" which should be placed in emc2's patch "files" directory. The patch fixes a compiler error in the upstream package. - Jesse -----Original Message----- From: Sahil Tandon <sahil@FreeBSD.org> Reply-to: Sahil Tandon <sahil@FreeBSD.org> To: Jesse Smith <jessefrgsmith@yahoo.ca> Cc: bug-followup@FreeBSD.org Subject: Re: ports/148610: Submitting fix for math/emc2 port (size mismatch) Date: Wed, 14 Jul 2010 21:31:55 -0400 Please send a unified diff instead of a shar. See section 4.3 of the following article: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/article.html
Responsible Changed From-To: freebsd-ports-bugs->bf I'll take it.
bf 2010-09-04 12:24:10 UTC FreeBSD ports repository Modified files: math/emc2 Makefile distinfo pkg-descr Added files: math/emc2/files patch-f3d__u_hp700__prettydate.c patch-f3d__u_hp700__prettytime.c patch-libI77__lread.c patch-libemc2_1.c Removed files: math/emc2 pkg-plist Log: -fix website and distfile information -update to 2.16c -clean up Makefile and pkg-descr -add license information -add a few minor patches (Note: This port needs more work.) PR: 148610 Approved by: makc (co-mentor) Revision Changes Path 1.10 +27 -18 ports/math/emc2/Makefile 1.5 +9 -9 ports/math/emc2/distinfo 1.1 +19 -0 ports/math/emc2/files/patch-f3d__u_hp700__prettydate.c (new) 1.1 +19 -0 ports/math/emc2/files/patch-f3d__u_hp700__prettytime.c (new) 1.1 +29 -0 ports/math/emc2/files/patch-libI77__lread.c (new) 1.1 +11 -0 ports/math/emc2/files/patch-libemc2_1.c (new) 1.4 +8 -11 ports/math/emc2/pkg-descr 1.4 +0 -21 ports/math/emc2/pkg-plist (dead) _______________________________________________ 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, with minor changes. Thanks!