Bug 125761 - Update graphics/dataplot to version 20070224
Summary: Update graphics/dataplot to version 20070224
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-19 02:50 UTC by Pedro F. Giffuni
Modified: 2008-07-19 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.58 KB, patch)
2008-07-19 02:50 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2008-07-19 02:50:01 UTC
- Update to version 20070224.
- Use $(F77) as the linker in order to avoid ugly hacks.
- Use bigger MAXOBV as recommended by the upstream author some years ago, when large memories were not as common.
- Remove ALPHA error message, it's unsupported anyway.
- Use EXTRACT_SUFX
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-19 02:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-19 19:37:45 UTC
beech       2008-07-19 18:37:32 UTC

  FreeBSD ports repository

  Modified files:
    graphics/dataplot    Makefile distinfo 
    graphics/dataplot/files Makefile.tmpl 
  Log:
  - Update to version 20070224.
  - Use $(F77) as the linker in order to avoid ugly hacks.
  - Use bigger MAXOBV as recommended by the upstream author.
  - Remove ALPHA error message, it's unsupported anyway.
  - Use EXTRACT_SUFX
  
  PR:             ports/125761
  Submitted by:   Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
  
  Revision  Changes    Path
  1.23      +10 -22    ports/graphics/dataplot/Makefile
  1.10      +3 -3      ports/graphics/dataplot/distinfo
  1.6       +3 -3      ports/graphics/dataplot/files/Makefile.tmpl
_______________________________________________
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 3 Beech Rintoul freebsd_committer freebsd_triage 2008-07-19 19:37:53 UTC
State Changed
From-To: open->closed

Committed (with changes), Thanks!