summaryrefslogtreecommitdiff
path: root/graphics/libungif (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.1.0.Steve Price1999-09-184-9/+15
| | | | | PR: 13528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-4/+3
| | | | Requested by a couple of people.
* Remove a bunch of junk from the patches.Thomas Gellekum1999-05-251-11/+3
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add USE_XLIB.Satoshi Asami1998-11-281-1/+3
|
* Update master site.Thomas Gellekum1998-11-201-2/+2
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-8/+10
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* If a.out minor number is zero, ELF shlib names should be listed.Satoshi Asami1998-09-211-1/+1
|
* Make this build in an ELF world.Steve Price1998-09-192-4/+11
|
* Properly call ldconfig from pkg_add and pkg_delete.Satoshi Asami1998-08-201-0/+2
| | | | | | I also noticed a libgif.so.3 -> libgif.so.3.0 link in /usr/local/lib so I thought it was this port adding it but when I installed it again it didin't reappear. I wonder wth is going on....
* Upgrade to 3.0.Thomas Gellekum1997-09-243-49/+47
| | | | | PR: 4618 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* Import a port of Eric Raymond's giflib, a library and collection ofThomas Gellekum1997-05-055-0/+113
tools for working with GIF files.