Summary: | Submitting fix for math/emc2 port (size mismatch) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jesse <jessefrgsmith> | ||||||||
Component: | Individual Port(s) | Assignee: | Brendan Fabeny <bf> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Jesse
2010-07-15 01:40:02 UTC
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! |