summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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.jlam1-8/+7
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-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.wiz1-1/+2
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 howjlam1-19/+10
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-08-25Merge changes in packages from the buildlink2 branch that havejlam1-8/+5
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.martti1-8/+5
2002-03-05Updated tiff to 3.5.7martti1-6/+6
* 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-07-08Replace TIFF library included in OpenWindows distribution with the one fromtron1-1/+18
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-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-5/+2
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+2
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-28Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to findjlam1-11/+13
the required headers and libraries for jpeg and zlib.
2001-05-03Pass CC down to configure script and make sure its used properly.skrll1-1/+2
This fixes pkg/12797
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-21Revert last change. "libtiff" works fine with Solaris 8's "zlib", buttron1-2/+2
"gnome-libs" wants a newer version. So always use the package to avoid problems caused by different "zlib" versions.
2001-01-21Solaris 8 includes "libz".tron1-2/+2
2000-06-03Fix dependency on libjpeg and libm.wiz1-2/+2
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-01Update tiff-library to 3.5.5. Changes from 3.5.4 are some bugfixeswiz1-10/+12
and beginning support for 2-4GB files. Complete list of changes at http://www.libtiff.org/v3.5.5.html
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz1-3/+15
optional and controlled by USE_GIF in mk.conf, decompression is unchanged. Comment for USE_GIF in mk.conf has been updated. Some HTML documentation gets installed now, too. Changes: A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags, and Adobe ZIP support, as well as removal of some compiler warnings and minor fixes.
1999-10-08Update tiff to version 3.5.2.jlam1-13/+36
Changes in TIFF v3.5.1 * Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO) * Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP) Changes in TIFF v3.5.2 * Added TIFFReassignTagToIgnore() API on behalf of Bruce Cameron <cameron@petris.com>. Man page still pending. * Fixed problem with cvtcmap() in tif_getimage.c modifying the colormaps owned by the TIFF handle itself when trying to fixup wrong (eight bit) colormaps. Corrected by maintaining a private copy of the colormap. * Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in tif_getimage.c. * Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested by Christopher Lawton <clawton@mathworks.com> * Set O_BINARY for tif_unix.c open() ... used on cygwin for instance. * Applied Francois Dagand's patch to handle fax decompression bug. (sizes >= 65536 were failing)
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-04-27Pass "${CFLAGS}" instead of "-O" to configure script as suggested bytron1-2/+2
Adam Ciarcinski.
1998-11-23Add -Dunix to GCOPTS in CONFIGURE_ENV, pointed out in pr 6487 byfrueauf1-2/+2
Johnny C. Lam.
1998-08-20Define USE_LIBTOOL.agc1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-07-31Fix a significant typo.kleink1-2/+2
1998-07-20Use libtool to create the shared library. Strip binaries usingtv1-2/+3
BSD_INSTALL_PROGRAM.
1998-07-15Use automatic shared object handlingagc1-4/+1
1998-07-05Fix problem with compression of manual page links.tron1-1/+2
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-31/+1
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf1-2/+2
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-29Fix "MAINTAINER".tron1-2/+2
1998-01-24portlint: fix RCS Id, remove EXTRACT_CMD and EXTRACT_BEFORE_ARGS, add ↵hubertf1-7/+5
MAINTAINER, $() -> ${}, ldconfig||true
1997-12-01Incorporate Matthias Scheler's update to the tiff package with somehubertf1-34/+51
minor fixes from me. Closes PR pkg/4603.
1997-10-06Add NetBSD RCS Id.agc1-1/+2
1997-10-06Initial import of FreeBSD graphics ports into the NetBSD packagesagc1-0/+41
system.