Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (7h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 04:08:16 UTC Now

2013-12-20 08:45:44 UTC pkgsrc-2013Q3 commitmail json YAML

Pullup ticket #4277 - requested by is
graphics/gd: build fix for e.g. arm

Revisions pulled up:
- graphics/gd/distinfo                                          1.34-1.35
- graphics/gd/patches/patch-src_gd__bmp.c                      1.1-1.2

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: dholland
  Date: Mon Nov 11 20:38:16 UTC 2013

  Modified Files:
  pkgsrc/graphics/gd: distinfo
  Added Files:
  pkgsrc/graphics/gd/patches: patch-src_gd__bmp.c

  Log Message:
  Don't use ceill(); it isn't needed here and causes problems. See PR 48334.

  Technically this change should bump PKGREVISION (as it changes the
  binary package ever so slightly for platforms where the ceill() didn't
  cause a build failure) but I'm going to let it slide.

  To generate a diff of this commit:
  cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gd/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: dholland
  Date: Mon Nov 11 21:34:40 UTC 2013

  Modified Files:
  pkgsrc/graphics/gd: distinfo
  pkgsrc/graphics/gd/patches: patch-src_gd__bmp.c

  Log Message:
  Add upstream report URL per PR 48334.

  To generate a diff of this commit:
  cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/gd/distinfo
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c

(spz)