summaryrefslogtreecommitdiff
path: root/graphics/netpbm
AgeCommit message (Collapse)AuthorFilesLines
2003-09-25Pass -pppm to pax, so that we preserve file modes (as we did in the previousjmmv1-2/+2
call with tar's -p) and modification times are discarded (to get print-PLIST working).
2003-09-25Use pax instead of tar to copy files. (Okay'd by tron.)reed1-2/+2
In some cases, gtar had problems, like: /bin/tar: share/doc/netpbm: Cannot unlink: Directory not empty /bin/tar: share/netpbm: Cannot unlink: Directory not empty
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-3/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-07Make this compile on Irix.jschauma4-13/+54
(use 'ar rs' instead of ranlib on Irix, don't use '-fPIC', make sure strdup is properly prototyped)
2003-09-01whitespace fixescjep1-3/+3
2003-08-23On Linux systems without flex, build_depend on flex. From Soren Jacobsen in ↵wiz1-1/+5
PR 22541.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13Added manweb to REPLACE_PERL fixing incorrect path to perlwulf1-2/+2
2003-07-11Unbundle tars bundled options, to make this work on NetBSD 1.6U. Shouldfredb1-2/+2
fix PR pkg/22117.
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-3/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-11Remove useless "No newline at end of file" chunk that is bound to make trouble.wiz2-10/+3
2003-06-11Fix build problems under Mac OS X. The patch was contributed bytron2-16/+35
Richard Grace in private e-mail.
2003-04-28Make arguments to "${RM}" consistent in all make targets.tron1-2/+2
2003-04-28Update "netpbm" package to version 10.11.8. Change since version 10.11.6:tron2-6/+6
- pbmtoepsi: fix bug: non six-digit lines between %%BeginPreview: ... and %%EndImage . - pnmtops: fix bug: 1 bit per sample output when maxval is 2 or 3. Should be 4 bits per sample. - pnmtops: fix bug: everything too dark when input maxval less than Postscript maxval. This fixes PR pkg/21271 by Dave Camp.
2003-04-11Remove last hunk of patch-aa to fix build problem on 1.5.2.cjep2-23/+16
2003-04-11Don't shoot itself in the foot, STAGEDIR is removed in pre-install, no need tosalo1-3/+2
remove it in post-install while CWD is still in STAGEDIR. Noted by Will Partain on tech-pkg.
2003-04-08revert previous; I had netpbm-9.25 and BUILDLINK_DEPENDS wasgrant1-5/+5
still >=9.24, causing this breakage. bump BUILDLINK_DEPENDS to 10.11.6.
2003-04-08update to reflect libs installed by netpbm-10.11.6 (hi tron!).grant1-4/+4
noted by pooka.
2003-03-28Remove superfluous whitespace.wiz1-2/+2
2003-03-21Fix "zlib" configuration in "Makefile.common" so that PNG tools get built.tron3-4/+16
Bump package revision to reflect this change. This patch was contributed by Christopher Richards in PR pkg/20809.
2003-03-18Update "netpbm" package to latest stable version 10.11.6. Numerous bugstron8-671/+97
have been fixed and a lot of features have been added since version 9.25.
2002-10-20post-patch -> pre-configure. By Greg A. Woods in PR 18718.wiz1-2/+2
2002-10-09Unused.wiz1-48/+0
2002-09-23Typojlam1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-17/+51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-07-30Add devel/flex to BUILD_DEPENDS for SunOS, per pkg/17770 bywiz1-1/+2
Valeriy E. Ushakov.
2002-07-02Make this build on NetBSD-1.4 a.out.kristerw2-1/+23
2002-05-28Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-05-14Fix build problems on older "a.out" system. Based on patches supplied bytron4-7/+43
Greg A. Woods in PR pkg/16030.
2002-05-06Fix build problems under Solaris. The necessary patches were contributedtron3-11/+33
by Lubomir Sedlacik in PR pkg/16554.
2002-04-09Add missing pgmoil symlink.jlam1-1/+2
2002-03-20Fix compilation on 1.4.x, and remove a patch that was still referencingwiz3-19/+5
libtool.
2002-03-15Update to 9.25:wiz6-42/+38
Changes since 9.24: Add pamdice, pnmnorm (replacing ppmnorm and pgmnorm), convert bmptoppm to bmptopnm, and some bug fixes and enhancements.
2002-03-14Update to 9.24.wiz14-290/+180
pkgsrc changes: Don't use libtool any longer to reduce patches. Add USE_PERL, since 4 scripts depend on it. program changes: Lots of new converters/modification programs and scripts, e.g. pbmtonokia, ppmtolj, and pnmtopalm. Better alpha support. Also, lots of bug fixes.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-8/+6
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-19Regen.jlam1-2/+2
2001-06-19It's ${BUILDLINK_DIR}/lib, not ${BUILDLINK_LIBDIR}.jlam1-3/+3
2001-06-16Convrt to use buildlink.mk.jlam3-15/+15
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+41
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3