Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-25 | Pass -pppm to pax, so that we preserve file modes (as we did in the previous | jmmv | 1 | -2/+2 | |
call with tar's -p) and modification times are discarded (to get print-PLIST working). | |||||
2003-09-25 | Use pax instead of tar to copy files. (Okay'd by tron.) | reed | 1 | -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-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -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-07 | Make this compile on Irix. | jschauma | 4 | -13/+54 | |
(use 'ar rs' instead of ranlib on Irix, don't use '-fPIC', make sure strdup is properly prototyped) | |||||
2003-09-01 | whitespace fixes | cjep | 1 | -3/+3 | |
2003-08-23 | On Linux systems without flex, build_depend on flex. From Soren Jacobsen in ↵ | wiz | 1 | -1/+5 | |
PR 22541. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | Added manweb to REPLACE_PERL fixing incorrect path to perl | wulf | 1 | -2/+2 | |
2003-07-11 | Unbundle tars bundled options, to make this work on NetBSD 1.6U. Should | fredb | 1 | -2/+2 | |
fix PR pkg/22117. | |||||
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -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-11 | Remove useless "No newline at end of file" chunk that is bound to make trouble. | wiz | 2 | -10/+3 | |
2003-06-11 | Fix build problems under Mac OS X. The patch was contributed by | tron | 2 | -16/+35 | |
Richard Grace in private e-mail. | |||||
2003-04-28 | Make arguments to "${RM}" consistent in all make targets. | tron | 1 | -2/+2 | |
2003-04-28 | Update "netpbm" package to version 10.11.8. Change since version 10.11.6: | tron | 2 | -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-11 | Remove last hunk of patch-aa to fix build problem on 1.5.2. | cjep | 2 | -23/+16 | |
2003-04-11 | Don't shoot itself in the foot, STAGEDIR is removed in pre-install, no need to | salo | 1 | -3/+2 | |
remove it in post-install while CWD is still in STAGEDIR. Noted by Will Partain on tech-pkg. | |||||
2003-04-08 | revert previous; I had netpbm-9.25 and BUILDLINK_DEPENDS was | grant | 1 | -5/+5 | |
still >=9.24, causing this breakage. bump BUILDLINK_DEPENDS to 10.11.6. | |||||
2003-04-08 | update to reflect libs installed by netpbm-10.11.6 (hi tron!). | grant | 1 | -4/+4 | |
noted by pooka. | |||||
2003-03-28 | Remove superfluous whitespace. | wiz | 1 | -2/+2 | |
2003-03-21 | Fix "zlib" configuration in "Makefile.common" so that PNG tools get built. | tron | 3 | -4/+16 | |
Bump package revision to reflect this change. This patch was contributed by Christopher Richards in PR pkg/20809. | |||||
2003-03-18 | Update "netpbm" package to latest stable version 10.11.6. Numerous bugs | tron | 8 | -671/+97 | |
have been fixed and a lot of features have been added since version 9.25. | |||||
2002-10-20 | post-patch -> pre-configure. By Greg A. Woods in PR 18718. | wiz | 1 | -2/+2 | |
2002-10-09 | Unused. | wiz | 1 | -48/+0 | |
2002-09-23 | Typo | jlam | 1 | -2/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 6 | -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-30 | Add devel/flex to BUILD_DEPENDS for SunOS, per pkg/17770 by | wiz | 1 | -1/+2 | |
Valeriy E. Ushakov. | |||||
2002-07-02 | Make this build on NetBSD-1.4 a.out. | kristerw | 2 | -1/+23 | |
2002-05-28 | Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. | yyamano | 1 | -2/+2 | |
2002-05-14 | Fix build problems on older "a.out" system. Based on patches supplied by | tron | 4 | -7/+43 | |
Greg A. Woods in PR pkg/16030. | |||||
2002-05-06 | Fix build problems under Solaris. The necessary patches were contributed | tron | 3 | -11/+33 | |
by Lubomir Sedlacik in PR pkg/16554. | |||||
2002-04-09 | Add missing pgmoil symlink. | jlam | 1 | -1/+2 | |
2002-03-20 | Fix compilation on 1.4.x, and remove a patch that was still referencing | wiz | 3 | -19/+5 | |
libtool. | |||||
2002-03-15 | Update to 9.25: | wiz | 6 | -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-14 | Update to 9.24. | wiz | 14 | -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-13 | Give all packages which depend on "png" a version bump, and update | fredb | 2 | -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-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -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-14 | Move inclusion of buildlink.mk files to end of Makefile. | jlam | 1 | -8/+6 | |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -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-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-06-19 | Regen. | jlam | 1 | -2/+2 | |
2001-06-19 | It's ${BUILDLINK_DIR}/lib, not ${BUILDLINK_LIBDIR}. | jlam | 1 | -3/+3 | |
2001-06-16 | Convrt to use buildlink.mk. | jlam | 3 | -15/+15 | |
2001-06-16 | Add buildlink.mk files for use by other packages. | jlam | 1 | -0/+41 | |
2001-05-22 | Update dependency on png to >=1.0.11 because of the shlib major bump. | wiz | 1 | -2/+2 | |
Noted by Frederick Bruckman. | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |