summaryrefslogtreecommitdiff
path: root/graphics/netpbm
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-07-25Remove SunOS patch, the ld(1) options are actively harmful and causejperkin3-26/+22
R_AMD64_32 relocation errors in 64-bit mode. The default options should work fine. Bump PKGREVISION.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-19Fix build problem on IRIX (missing strdup prototype). Reported inis2-5/+5
PR 45766, patch from there.
2011-04-05Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine.tron1-1/+2
2011-04-04Changes 10.35.80:adam6-34/+33
* asciitopgm: fix bug: memory corruption on too-long lines. * asciitopgm: fix bug: improper handling of blank lines. Changes 10.35.79: * configure: don't default to /usr/X11R6/lib/libX11.so just because /usr/X11R6 exists. /usr/X11R6/lib must exist. * pngtopnm: fix bug: -verbose reports history chunk present when it's really a palette.
2011-01-15Update "netpbm" package to version 10.35.78. Changes since 10.35.77:tron5-60/+910
- bmptopnm: Don't crash on invalid zero value of image height in the BMP header of a compressed file. Always broken. - bmptopnm: don't crash on large invalid value of 'colorsused' in the BMP header. - ilbmtoppm: Don't crash on image that has a transparent color index, but no color map. "pkgsrc" changes: - Add a lot of patches written by Thomas Klausner and me to make this compile with PNG 1.5.
2011-01-15Fix bug in patch for "pnmtopng" reported by Thomas Klausner in privatetron2-4/+4
e-mail. No package revision bump as the package didn't build before and still doesn't until "pngtopnm" gets fixed as well.
2011-01-14Get "pnmtopng" to build with new "png" package. "pngtopnm" still fails.tron4-23/+466
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-11-04Fix problem finding rgb.txt, PR#43934adam3-8/+26
2010-10-28Pass LDFLAGS when building progs; required e.g. for -isysroot on MacOSXadam2-1/+15
2010-09-23Update "netpbm" package to version 10.35.77.tron2-7/+6
Changes since version 10.35.76: - ppmtompeg: fix crash with free of unallocated memory. - Build: don't expect snprintf() to exist. - Build: don't use <strings.h> or bzero().
2010-07-14Arrange conditional PLIST for the "fiasco" converters since they'redholland2-6/+10
disabled on MacOS. From Edgar Fuss in PR 43464.
2010-07-13Changes 10.35.76:adam6-59/+31
* Pnmtopng: -libversion doesn't report level of linked libz. It was a modularity violation and caused build failures on Mac OS X, because Pnmtopng per se doesn't know about libz -- it's used by libpng. * Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined. Changes 10.35.75: * palmtopnm: fix for pixel size 16. * pamscale: fix -reduce. Introduced in 10.27. * configure: default to 'none' for Svgalib if it doesn't appear to be installed (per 'ldconfig'). Ported from 10.38, released March 2007. Changes 10.35.74: * pbmtext: don't crash when font file contains a blank line. Fail cleanly. * ppmtoilbm: fix arithmetic overflow with image dimension represented as 16 bit integer. * pbmpage: fix garbage output. * pnmhistmap: Fix crash with -width. Always broken. * Build: don't fail due to SIGPWR being undefined.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz5-4/+120
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-28use SIGPWR only #if defined, fixes build on DragonFly, from Rumkodrochner2-4/+13
per PR pkg/43068
2010-03-04Mixing _XOPEN_SOURCE=500 and _XOPEN_SOURCE=600 in the same packagetnn3-13/+15
is asking for trouble. On solaris these options are mutually exclusive because 600 needs C99 and 500 is not allowed to use C99. I lowered the requirement to _XOPEN_SOURCE=500 and the build succeeded. While here I'll note that PR pkg/42897 (netbpm link error on Solaris 10) should now be fixed by libpng-1.2.41nb1.
2010-02-19update to 10.35.73drochner29-535/+749
changes: many bugfixes, especially: xpmtoppm: fix wild pointer with color index > 127. which fixes a stack-based buffer overflow (CVE-2009-4274) pkgsrc change: use a fixed PLIST instead of generating on install, helps to detect problems
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-08-27Add upstream patch to fix build with new jpeg. Thanks to obache@ fordholland2-1/+63
tracking it down. Fixes PR 41947.
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-07-21typo in previoustnn2-4/+4
2009-07-21patch-az: MMX/SSE code is broken with GCC 4.3, disable it.tnn2-1/+15
2009-07-18Change getline() to get_line()smb4-3/+191
2009-06-14Remove @dirrm related logic.joerg1-6/+1
2009-06-09PKG_DESTDIR_SUPPORT seems to be working fineabs1-3/+2
2009-04-07Make it build on DragonFly master.hasso2-5/+6
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-27Comment out PKG_DESTDIR_SUPPORT.wiz1-2/+3
PLIST generation in the post-install target is broken for destdir. It tries to remove ${PREFIX}/bin et al.
2008-09-01Add destdir support, mostly from PR 38523 by Aleksey Cheusov.dholland1-4/+5
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-02-08Fix more cases of non-chainable PKGSRC_COMPILER tests.tnn2-4/+4
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-09-08Convert to use the features framework.jlam1-5/+2
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam1-4/+2
2007-04-22use .sl instead of .so on hpuxtnn1-1/+3
2007-04-05Add MAKE_JOBS_SAFE=no (sometimes it builds, sometimes it doesn't).gdt1-1/+3
2007-02-19Fixed the build on IRIX, which had been broken since about one year,rillig4-9/+22
when the build on Solaris had been fixed, "not affecting other platforms". ;)
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-1/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-13Use __inline__ instead of __inline. The former works with some non-gccdmcmahill2-1/+27
compilers as well as gcc.
2006-12-06Fixed PKGMANDIR.rillig1-1/+3
2006-11-29Use ${MKDIR} instead of "mkdir".reed1-2/+2
(From revision 1.147 change.)
2006-11-19Fix non-portable shell script "pcdovtoppm".tron2-1/+15
2006-11-03Added some patches for Tru64 support, provided by Hrvoje Habjanic inrillig5-1/+69
http://mail-index.netbsd.org/pkgsrc-users/2006/11/02/0003.html