summaryrefslogtreecommitdiff
path: root/graphics/tiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-18Add various bug fixes taken from Debian's unstable distribution whichtron19-18/+1238
include fixes for CESA-2004-006. Bump package revision.
2004-10-18Add mirror on "ftp.fu-berlin.de" to master site list.tron1-2/+3
2004-10-18Derive "PKGNAME" from "DISTNAME" instead of defining it manually.tron1-2/+2
2004-10-16Remove second master site because it doesn't return the tarball.reed1-3/+2
Add /old/ to end of master site URL. This was reported by Georg Schwarz on tech-pkg and also by Ian Harding via PR #27278. Note that this is insecure version of tiff!
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-05When ``relativize''-ing CFLAGS, don't substitute anything that beginsjschauma2-4/+5
with a '-' as '../-', as this is basically guaranteed to be wrong. Examples: -n32 or -64 for IRIX ABI would be substituted as '../-64', which of course breaks the package. Other possible CFLAGS would have the same result.
2004-07-02Unused.wiz1-25/+0
2004-04-27Use INSTALL_LIB instead of INSTALL_SCRIPT.tv2-4/+4
2004-04-27nb2: Obey PKGDIRMODE, and install shlibs as executable.tv6-27/+70
2004-04-24Don't put plain comments in make commands. These can result in a nonzerotv1-6/+3
shell exit code, and thus a failure. Move comments out of the list of commands. (Alternately ${DO_NADA} could have been used.)
2004-04-12don't ``relativize'' -rpath - fixes build on Irix.jschauma2-9/+10
2004-03-22regen.wiz1-2/+2
2004-03-22Add back previous patch to libtiff/tif_fax3.c lost in last commit.abs1-2/+11
Flagged by wizd :) - many thanks. Note to self: Running patch on a file twice does tend to make the .orig file less than useful for comparing to the original state...
2004-03-22Update tiff to tiff-3.6.1nb1:abs3-14/+25
Add a patch to fix fax3 tiff handling. Without this hylafax generates completely garbled tiff images unless error correction was disabled: http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-4/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-05bl3ifyjlam1-4/+8
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+22
buildlink3 framework.
2004-01-03Update to tiff-3.6.1. This is many changes and fixes.reed10-91/+112
The main changes include: new utility tiff2pdf for converting a TIFF image to a PDF document new utility raw2tiff for converting raw rasters into TIFF files new tiff2ps options new fax2tiff options bug fixes for LZW, JPEG and OJPEG compression. more documentation and upgrade to libtiff.so.3.6 other changes at http://www.libtiff.org/v3.6.0.html Removed patch-ab because html/Makefile.in: added missing images per bug 92 Removed patch-ag because http://bugzilla.remotesensing.org/show_bug.cgi?id=315 Other changes: HOMEPAGE changed due to libtiff.org has been hijacked INSTALL.OpenWindows updated (thank you to dieter) tiff is backward compatible with older version, but buildlink2.mk version is increased because libtiff was broken for amd64 support.
2003-10-03Fix manpages installation.salo1-3/+3
From Ben Collver via PR pkg/23047.
2003-08-30Make these INSTALL scripts safe for when pkgviews is merged.jlam2-24/+10
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-23Remove -O from default CFLAGS. Requested by Adam Ciarcinski.wiz2-7/+16
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-7/+6
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-25Fix core dump when fax2tiff is started without arguments.wiz3-2/+31
Patch from Ingolf Steinbach in PR 19306. Bump PKGREVISION to 1.
2002-10-20Use bsd.pkg.install.mk and change INSTALL.OpenWindows into a model for howjlam2-45/+28
to replace the complexity of the default INSTALL/DEINSTALL scripts with something simpler when simple is all that's needed. Also replace the check for OpenWindows with one that's more sensible.
2002-10-09Unused.wiz1-40/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-8/+30
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-13update MASTER_SITES.grant1-3/+2
2002-03-07Rearrange so that buildlink.mk files come _after_ USE_BUILDLINK_ONLY.jlam1-3/+3
2002-03-05Fixed compilation when USE_GIF is set.martti2-9/+8
2002-03-05Updated tiff to 3.5.7martti10-71/+79
* many bug fixes * added support for 16bit minisblack/miniswhite images in RGBA interface * integrated experimental OJPEG support * updated tiffcp utility * substantial changes to tiff2ps
2002-01-05Add work arround for problem with Solaris's "sed" so that the "post-patch"tron1-1/+2
target works there.
2001-11-01Finishing my cvs {rm,add} crusade in pkg/zuntum1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-23Lets compile libtiff on sparc64, gcc 2.95.3.abs7-170/+184
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-08Fix typo in last commit.tron1-2/+2
2001-07-08Replace OpenWindows's "libtiff.so", too, because applications might gettron1-4/+13
linked against it otherwise.
2001-07-08Replace TIFF library included in OpenWindows distribution with the one fromtron2-1/+55
this package because OpenWindows and CDE programs work with it while package sources program don't work with the OpenWindows library. The original library is restored on deinstallation.
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-18Mark these packages as USE_BUILDLINK_ONLY.jlam2-10/+7