Bug 116067 - update graphics/xfractint
Summary: update graphics/xfractint
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-04 02:30 UTC by Pedro F. Giffuni
Modified: 2007-09-10 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (18.57 KB, patch)
2007-09-04 02:30 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 2007-09-04 02:30:01 UTC
The older port of xfractint didn't work on my box (amd64, truecolor) so I looked for a more up to date version and hacked it into working order.
The new version seems to work well, except that the maintainer dropped most of the .map files. I've never been an expert on this program so I don't really know how to use the extra .map files, maybe someone else wants do something about it.
I didn't work hard on getting it to build with nasm either since the new port with amd64 support is not on the tree yet but for i386 it's certainly possible it shouldn't be difficult.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-09-10 12:04:25 UTC
edwin       2007-09-10 11:04:18 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xfractint   Makefile distinfo pkg-descr pkg-plist 
    graphics/xfractint/files patch-Makefile patch-miscovl.c 
                             patch-prompts1.c patch-soi.c 
                             patch-unixscr.c 
  Added files:
    graphics/xfractint/files patch-general.c 
  Log:
  update graphics/xfractint
  
          The older port of xfractint didn't work on my box (amd64,
          truecolor) so I looked for a more up to date version and
          hacked it into working order.
  
          The new version seems to work well, except that the maintainer
          dropped most of the .map files. I've never been an expert
          on this program so I don't really know how to use the extra
          .map files, maybe someone else wants do something about it.
  
          I didn't work hard on getting it to build with nasm either
          since the new port with amd64 support is not on the tree
          yet but for i386 it's certainly possible it shouldn't be
          difficult.
  
  PR:             ports/116067
  Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
  
  Revision  Changes    Path
  1.18      +4 -5      ports/graphics/xfractint/Makefile
  1.6       +3 -3      ports/graphics/xfractint/distinfo
  1.2       +111 -22   ports/graphics/xfractint/files/patch-Makefile
  1.1       +11 -0     ports/graphics/xfractint/files/patch-general.c (new)
  1.2       +15 -4     ports/graphics/xfractint/files/patch-miscovl.c
  1.2       +11 -2     ports/graphics/xfractint/files/patch-prompts1.c
  1.2       +10 -11    ports/graphics/xfractint/files/patch-soi.c
  1.2       +22 -13    ports/graphics/xfractint/files/patch-unixscr.c
  1.3       +1 -1      ports/graphics/xfractint/pkg-descr
  1.6       +0 -145    ports/graphics/xfractint/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 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-10 12:04:46 UTC
State Changed
From-To: open->closed

Committed, thanks!