molden in ports is 2 years old. Attached find a port updated to 4.7 Fulvio Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
On Thu, Oct 30, 2008 at 06:24:13PM +0100, Fulvio Ciriaco wrote: > Hallo, > shortly after submitting the port, I discovered that > it does not work well. > molden 4.7 compiled by me segmentation faults in many > situations when trying to read input files, apparently > in libgfortran > after > molden.f: 3010 > read(iun1,'(a)',end=2828,err=2828) line > > Fulvio Are you working on a fix or should I close this PR? -- WXS
At Thu, 30 Oct 2008 14:01:22 -0400, Wesley Shields wrote: > > On Thu, Oct 30, 2008 at 06:24:13PM +0100, Fulvio Ciriaco wrote: > > Hallo, > > shortly after submitting the port, I discovered that > > it does not work well. > > molden 4.7 compiled by me segmentation faults in many > > situations when trying to read input files, apparently > > in libgfortran > > after > > molden.f: 3010 > > read(iun1,'(a)',end=2828,err=2828) line > > > > Fulvio > > Are you working on a fix or should I close this PR? > > -- WXS I spent an hour without arriving at the problem. read() should not give segmentation fault. Seems a problem with libgfortran. Any idea? Fulvio
On Thu, Oct 30, 2008 at 07:27:28PM +0100, Fulvio Ciriaco wrote: > At Thu, 30 Oct 2008 14:01:22 -0400, > Wesley Shields wrote: > > > > On Thu, Oct 30, 2008 at 06:24:13PM +0100, Fulvio Ciriaco wrote: > > > Hallo, > > > shortly after submitting the port, I discovered that > > > it does not work well. > > > molden 4.7 compiled by me segmentation faults in many > > > situations when trying to read input files, apparently > > > in libgfortran > > > after > > > molden.f: 3010 > > > read(iun1,'(a)',end=2828,err=2828) line > > > > > > Fulvio > > > > Are you working on a fix or should I close this PR? > > > > -- WXS > I spent an hour without arriving at the problem. > read() should not give segmentation fault. > Seems a problem with libgfortran. Unfortunately, no I'm not able to come up with a fix. -- WXS
At Thu, 30 Oct 2008 14:40:46 -0400, Wesley Shields wrote: > > On Thu, Oct 30, 2008 at 07:27:28PM +0100, Fulvio Ciriaco wrote: > > At Thu, 30 Oct 2008 14:01:22 -0400, > > Wesley Shields wrote: > > > > > > On Thu, Oct 30, 2008 at 06:24:13PM +0100, Fulvio Ciriaco wrote: > > > > Hallo, > > > > shortly after submitting the port, I discovered that > > > > it does not work well. > > > > molden 4.7 compiled by me segmentation faults in many > > > > situations when trying to read input files, apparently > > > > in libgfortran > > > > after > > > > molden.f: 3010 > > > > read(iun1,'(a)',end=2828,err=2828) line > > > > > > > > Fulvio > > > > > > Are you working on a fix or should I close this PR? > > > > > > -- WXS > > I spent an hour without arriving at the problem. > > read() should not give segmentation fault. > > Seems a problem with libgfortran. > > Unfortunately, no I'm not able to come up with a fix. > > -- WXS I fixed it. Damned libgfortran. Find it enclosed. Fulvio
Thanks for the update. I've cleaned it up a bit and intend to commit it soon. Would you like to be the maintainer of this port? -- WXS
At Mon, 3 Nov 2008 15:59:33 -0500, Wesley Shields wrote: > > Thanks for the update. I've cleaned it up a bit and intend to commit it > soon. Would you like to be the maintainer of this port? > > -- WXS ok fulvio
wxs 2008-11-04 21:55:39 UTC FreeBSD ports repository Modified files: biology/molden Makefile distinfo pkg-plist biology/molden/files patch-xwin.c Added files: biology/molden/files patch-ambfor-makefile patch-makefile patch-surf-makefile Removed files: biology/molden/files patch-aa patch-molden.f Log: Update to 4.7 PR: ports/128476 Submitted by: fulvio ciriaco <oivulf@gmail.com> Revision Changes Path 1.38 +8 -12 ports/biology/molden/Makefile 1.17 +3 -3 ports/biology/molden/distinfo 1.9 +0 -67 ports/biology/molden/files/patch-aa (dead) 1.1 +17 -0 ports/biology/molden/files/patch-ambfor-makefile (new) 1.1 +63 -0 ports/biology/molden/files/patch-makefile (new) 1.2 +0 -10 ports/biology/molden/files/patch-molden.f (dead) 1.1 +165 -0 ports/biology/molden/files/patch-surf-makefile (new) 1.2 +41 -41 ports/biology/molden/files/patch-xwin.c 1.10 +60 -55 ports/biology/molden/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, with minor changes. Thanks!