Bug 114805 - [maintainer update] science/mbdyn: uppdate to version 1.2.7 and use USE_FORTRAN
Summary: [maintainer update] science/mbdyn: uppdate to version 1.2.7 and use USE_FORTRAN
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-22 10:50 UTC by Kay Lehmann
Modified: 2007-10-08 19:30 UTC (History)
0 users

See Also:


Attachments
mbdyn-1.2.7.diff (3.08 KB, patch)
2007-07-22 10:50 UTC, Kay Lehmann
no flags Details | Diff
Makefile.diff (1.13 KB, patch)
2007-10-03 11:19 UTC, Kay Lehmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kay Lehmann 2007-07-22 10:50:01 UTC

Update to new version 1.2.7
hope to fix problems on 7-current
introduce USE_FORTRAN as requested
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2007-07-29 19:01:19 UTC
State Changed
From-To: open->feedback

The distfile is unfetchable, and the website says 1.2.6 is latest.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2007-08-04 18:33:20 UTC
* Kay Lehmann [ Aug 4, 2007 (10:29 )]:

> Hello,
>
> yes they changed the website quite late, but now it is anounced. It  
> is unfetchable because they changed the servername. Attached is a  
> patch that should help.

better,

but now i get

===>  Building package for mbdyn-1.2.7
Creating package /usr/ports/packages/All/mbdyn-1.2.7.tbz
Registering depends: suitesparse-2.4.0 lapack-3.0_2 blas-1.0_1  
metis-4.0_2.
Creating bzip'd tar ball in '/usr/ports/packages/All/mbdyn-1.2.7.tbz'
tar: lib/libcolamd_mbdyn.la: Cannot stat: No such file or directory
tar: lib/libcolamd_mbdyn.a: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2007-08-06 02:20:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 4 araujobsdport 2007-08-07 05:11:38 UTC
Marcelo Araujo wrote:
> Hi guys,
>
> I not find on website the 1.2.7 version.
>
>
>
> Best Regards.
>
>   

Hi,

You can investigate this problem?
http://200.247.114.5/tb/errors/6.2-RELEASE/mbdyn-1.2.7.log


Best Regards.

-- 
Marcelo Araujo            (__)
araujo@FreeBSD.org     \\\'',)
http://www.FreeBSD.org   \/  \ ^
Power To Server.         .\. /_)

Comment 5 Kay Lehmann 2007-08-14 15:56:02 UTC
Marcelo Araujo wrote:
> Hi,
>
> You can investigate this problem?
> http://200.247.114.5/tb/errors/6.2-RELEASE/mbdyn-1.2.7.log
>
>
> Best Regards.
>
>   
Hello,

I tried to reproduce this error, but wasn't succesful. Do you have a tip 
how to proceed to get the error?

Regarding the other error: I found the reason why it does not create the 
(renamed) libcolamd-files, but I am not sure how to fix it. The problem 
is an combination of patching configure.in (necessary because of 
fortran-changes) and the definition of the make-target "am--refresh". 
This target gets called because configure.in is newer than some other 
files after patching and so the patched Makefile.in (for renamed 
libcolamd-files) gets overwritten with an original file.
Any hints how I can fix it? I can define am--refresh, so it does 
nothing,but this seems a little bit dirty to me.

Thanks for the help and patience.
Greets,
Kay
Comment 6 Kay Lehmann 2007-10-03 11:19:09 UTC
Hello,

I received a tip from Max Brazhnikov regarding the problem with the 
autotools/renaming libcolamd-files. Attached is a patch against the 
latest Makefile from the ports repository. The port now works for me 
again.  Maybe you could test it once more regarding the other error? I 
am still unable to reproduce it. Maybe you can give me a hint how I can 
reproduce it, if it still occurs?

Thanks and greetings,
Kay
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-10-08 19:26:38 UTC
araujo      2007-10-08 18:26:19 UTC

  FreeBSD ports repository

  Modified files:
    science/mbdyn        Makefile distinfo pkg-plist 
  Log:
  - Update to 1.2.7.
  - Now we use USE_FORTRAN=yes to use FORTRAN compiler.
  
  PR:             ports/114805
  Submitted by:   Kay Lehmann <kay_lehmann@web.de> (maintainer)
  Approved by:    stas (mentor)
  
  Revision  Changes    Path
  1.12      +8 -7      ports/science/mbdyn/Makefile
  1.4       +3 -3      ports/science/mbdyn/distinfo
  1.4       +0 -1      ports/science/mbdyn/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"
Comment 8 Marcelo Araujo freebsd_committer freebsd_triage 2007-10-08 19:26:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!