aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libungif
Commit message (Collapse)AuthorAgeFilesLines
* Fix a broken varargs declaration turned up by gcc 3.0.naddy2002-02-021-0/+15
|
* - PORTDOCS policepat2001-12-241-42/+42
| | | | | - DOCSDIR support to some - Brush out some lint
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Standartise the way used to disable X11 support in various ports. From nowsobomax2001-06-051-1/+1
| | | | on WITHOUT_X11 is the Only True Way[tm].
* Put the USE_LIBTOOL back where I put it.mi2001-03-221-0/+2
| | | | Obtained from: Garrett Wollman
* Make it possible to compile this package without X11 --mi2001-03-222-3/+11
| | | | | | | | | | controllable by the NO_X knob. While here, remove the USE_LIBTOOL -- the package compiles fine with the libtool of its own. I was prompted to do this, when the build of mod_php4 on a headless server started to download X11 sources...
* Add missed file to the PLIST.sobomax2000-06-211-0/+1
| | | | Missed by: will
* Update to 4.1.0b1.will2000-06-202-16/+3
| | | | | PR: 19380 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* @dirrm share/doc/libungif.asami2000-05-011-0/+1
| | | | Reported by: bento
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-2/+2
| | | | string so I fixed it.
* Update to version 4.1.0 of libungif after repository copy.steve1999-12-294-74/+80
| | | | | PR: 15719 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 4.1.0.steve1999-09-184-9/+15
| | | | | PR: 13528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib.tg1999-05-271-4/+3
| | | | Requested by a couple of people.
* Remove a bunch of junk from the patches.tg1999-05-251-11/+3
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add USE_XLIB.asami1998-11-281-1/+3
|
* Update master site.tg1998-11-201-2/+2
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-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.asami1998-09-211-1/+1
|
* Make this build in an ELF world.steve1998-09-192-4/+11
|
* Properly call ldconfig from pkg_add and pkg_delete.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.tg1997-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 oftg1997-05-055-0/+113
tools for working with GIF files.