summaryrefslogtreecommitdiff
path: root/graphics/giflib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-03-05Remove pre-build target that does the same thing as AUTOMAKE_OVERRIDEskrll1-8/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-2/+2
on Solaris' xargs.
2001-06-19Mirror changes in libungif/Makefilejlam1-2/+4
2001-05-02Patch configure instead of configure.in so we don't need autoconf as ajlam1-5/+7
build dependency. Also minimize diffs between giflib/Makefile and libungif/Makefile.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-12-06We have a ${PREFIX}/share/doc/html directory for HTML documentation, sojlam1-2/+4
use it.
2000-07-25Analogous change to Makefile in libungif: use autoreconf instead ofjlam1-3/+3
autoconf.
2000-07-14Don't pick up stray librle.so if it exists. We don't want to buildjlam1-1/+6
translation support to/from GIF and RLE format. Closes PR#10172.
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE instead of pkglibtool and patchingjlam1-12/+13
configure.
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-02-14correct HOMEPAGE URL to latest oneitojun1-2/+2
1999-10-25correct ftp distribution directorydrochner1-2/+2
1999-10-09Update giflib to 4.1.0. Note that installed headers are in a new location.jlam1-10/+16
Changes from version 3.0: Version 4.1.0 ============ * Several minor memory leaks in error conditions have been plugged. * New Function EGifOpen(void *userData, OutputFunc writeFunc) allows user specified gif writing functions. * Old copyright notices in a few source files have been updated. All library copyrights should now reflect the copyright notice in the COPYING file. Version 4.0.0 -- giflib ======================= This version of the giflib library merges Eric Raymond's giflib-3.0 release with the libungif-4.0 release to give people a binary compatible choice between the two libraries and gives me the chance to add bugfixes to giflib that have been incorporated in libungif. PLEASE READ THE FILE PATENT_PROBLEMS BEFORE USING THIS LIBRARY! Version 4.0.0 ============= Major fixes have been made to the code that handles Extensions. Unfortunately, this causes binary incompatibility with giflib-3.0 and libungif-3.x. However, the API is still intact. I am, however, deprecating the use of saveImage[x].Function. Use saveImage[x].ExtensionBlocks[y].Function instead. Version 3.1.1 ============= The following bugs which caused SegFaults have been fixed: * When reading gif files with extensions, DGifSlurp would violate memory. * When closing a gif that had a local colormap, DGifCloseFile would attempt to free the colormap twice. * Fix a potential memory leak in DGifSlurp. The following enhancements have been made: * New function DGifOpen to allow specifying a user definable gif reading function. Version 3.1.0 ============= * Add a new function: GifFileType *DGifOpen(void * userData, InputFunc readFunc) to read the gif image from a user defined input function. * A few bugfixes. Version 3.0 =========== Changes from Eric Raymond's libgif: * A new gif encoder that makes uncompressed gifs rather than standard, LZW-compressed gifs. This is actually the major motivating factor behind libungif; to provide third-party distributors a means to provide a gif library without the patented LZW encoder. * A new configure script to make compilation of the library on multiple platforms easier. The package should now build shared libraries on all platforms supported by GNU libtool. * Removed the getarg functions from libgif. These were not part of the public API and only used by the tools in the utils directory so I separated them from the rest of the library. * Fixed a few bugs in the tools in the utils directory.
1999-09-30Make this package work on Solaris.agc1-1/+7
1998-09-16Don't install patch backup files.tron1-2/+3
1998-09-15Go away, X11. giflib, as a library whose X functionality is _minimal_,tv1-2/+4
need not depend on or use X. Its two X functions (capture window and display image) are done rather well by programs available elsewhere, many of which already support GIF (or at least PPM, which can be converted). Also include <stdlib.h> such that the malloc() warnings go away on LP64.
1998-09-14Add USE_X11 (look at the code if you disagree, then come back to me)garbled1-1/+2
Add -lX11 flags to the util Makefile to make this thing build.. How it builds/runs on a.out is beyond me.. ELF seems to be a little more sane in this respect.
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-24Update to use USE_LIBTOOL.tv1-4/+2
1998-07-14Update to use libtool; it now works on ELF and static-only platforms.tv1-5/+4
Make use of ${BSD_INSTALL_*} macros.
1998-06-04Correct path for bsd.pref.mkhubertf1-2/+2
1998-06-03Include bsd.prefs.mk in case NOPORTDOCS is set in /etc/mk.confagc1-1/+3
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
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-24portlint: ldconfig||truehubertf1-2/+2
1997-12-29Update for NetBSD, by boquist@cs.chalmers.se.hubertf1-2/+3
1997-12-29Tools and library routines for working with GIF images.hubertf1-0/+22
Taken from FreeBSD.