Bug 165911 - update graphics/xfractint to patchlevel 12
Summary: update graphics/xfractint to patchlevel 12
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 02:40 UTC by Pedro F. Giffuni
Modified: 2012-03-24 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (14.17 KB, patch)
2012-03-11 02:40 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 2012-03-11 02:40:06 UTC
Update this rather popular fractal generator.

Unfortunately this program is starting to use long versions of
functions that we don't have in FreeBSD (expl, sinhl, coshl) so
I had to patch this files to use simple versions for now:

common/mpmath_c.c
unix/fpu087.c

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-11 02:40:48 UTC
Maintainer of graphics/xfractint,

Please note that PR ports/165911 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165911

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-11 02:40:51 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Paul B. Mahol 2012-03-19 17:09:15 UTC
On Sun, 11 Mar 2012 02:40:48 UT, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of graphics/xfractint,
>
> Please note that PR ports/165911 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.

Approved.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-03-19 18:59:01 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2012-03-22 22:49:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2012-03-23 18:56:40 UTC
State Changed
From-To: open->feedback

Build fails on FreeBSD-7, please see log: 

http://people.freebsd.org/~pawel/buildlogs/7/xfractint-20.04p12.log 

Looks like atan2l(3) is available in FreeBSD >= 8.0 Any chances this 
could be fixed or should I mark this port BROKEN for FreeBSD < 8.0 ?
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-03-24 16:51:33 UTC
pawel       2012-03-24 16:51:18 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xfractint   Makefile distinfo pkg-descr 
    graphics/xfractint/files patch-Makefile 
                             patch-common__biginit.c 
                             patch-common__fractalb.c 
                             patch-common__fractals.c 
                             patch-common__frasetup.c 
                             patch-common__lsys.c 
                             patch-common__lsysf.c 
                             patch-common__memory.c 
                             patch-common__miscres.c 
                             patch-common__prompts1.c 
                             patch-common__prompts2.c 
                             patch-common__soi.c 
                             patch-common__soi1.c 
  Added files:
    graphics/xfractint/files extra-unix__fpu087.c 
                             patch-common__mpmath_c.c 
                             patch-unix__fpu087.c 
  Log:
  - Update to version 20.04p12 [1]
  - Project has new homepage [1]
  - Port needs USE_XORG+=xft to compile now
  - Use INSTALL_DATA and COPYTREE_SHARE macros instead of CP
    for proper file permissions
  - Add desktop entry file
  
  PR:             ports/165911 [1]
  Submitted by:   Pedro Giffuni <giffunip@tutopia.com> [1]
  Approved by:    maintainer [1]
  Feature safe:   yes
  
  Revision  Changes    Path
  1.22      +17 -11    ports/graphics/xfractint/Makefile
  1.9       +2 -2      ports/graphics/xfractint/distinfo
  1.1       +20 -0     ports/graphics/xfractint/files/extra-unix__fpu087.c (new)
  1.5       +16 -8     ports/graphics/xfractint/files/patch-Makefile
  1.2       +8 -9      ports/graphics/xfractint/files/patch-common__biginit.c
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__fractalb.c
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__fractals.c
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__frasetup.c
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__lsys.c
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__lsysf.c
  1.2       +9 -7      ports/graphics/xfractint/files/patch-common__memory.c
  1.2       +9 -8      ports/graphics/xfractint/files/patch-common__miscres.c
  1.1       +11 -0     ports/graphics/xfractint/files/patch-common__mpmath_c.c (new)
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__prompts1.c
  1.2       +5 -5      ports/graphics/xfractint/files/patch-common__prompts2.c
  1.2       +9 -10     ports/graphics/xfractint/files/patch-common__soi.c
  1.2       +8 -9      ports/graphics/xfractint/files/patch-common__soi1.c
  1.1       +22 -0     ports/graphics/xfractint/files/patch-unix__fpu087.c (new)
  1.4       +1 -1      ports/graphics/xfractint/pkg-descr
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2012-03-24 16:51:59 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!