summaryrefslogtreecommitdiff
path: root/graphics/giflib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* For some mysterious reason, libungif prefers the antiquated <varargs.h>Dag-Erling Smørgrav2003-07-183-15/+12
| | | | | | | | to <stdarg.h>. Unfortunately, it fails to build with gcc 3.3, so hack configure to not test for the presence of <varargs.h>. Notes: svn path=/head/; revision=85109
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add another MASTER_SITE.Vanilla I. Shu2002-09-151-1/+2
| | | | | | | | PR: ports/42800 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=66355
* Fix a broken varargs declaration turned up by gcc 3.0.Christian Weisgerber2002-02-011-0/+15
| | | | Notes: svn path=/head/; revision=54113
* - PORTDOCS policePatrick Li2001-12-241-42/+42
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Standartise the way used to disable X11 support in various ports. From nowMaxim Sobolev2001-06-051-1/+1
| | | | | | | on WITHOUT_X11 is the Only True Way[tm]. Notes: svn path=/head/; revision=43523
* Put the USE_LIBTOOL back where I put it.Mikhail Teterin2001-03-211-0/+2
| | | | | | | Obtained from: Garrett Wollman Notes: svn path=/head/; revision=40180
* Make it possible to compile this package without X11 --Mikhail Teterin2001-03-212-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... Notes: svn path=/head/; revision=40173
* Add missed file to the PLIST.Maxim Sobolev2000-06-211-0/+1
| | | | | | | Missed by: will Notes: svn path=/head/; revision=29741
* Update to 4.1.0b1.Will Andrews2000-06-202-16/+3
| | | | | | | | PR: 19380 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29702
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* @dirrm share/doc/libungif.Satoshi Asami2000-05-011-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=28193
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Update to version 4.1.0 of libungif after repository copy.Steve Price1999-12-294-74/+80
| | | | | | | | PR: 15719 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24224
* Update to version 4.1.0.Steve Price1999-09-184-9/+15
| | | | | | | | PR: 13528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21700
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* 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. :) Notes: svn path=/head/; revision=19801
* Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-4/+3
| | | | | | | Requested by a couple of people. Notes: svn path=/head/; revision=19017
* Remove a bunch of junk from the patches.Thomas Gellekum1999-05-251-11/+3
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18988
* Add USE_XLIB.Satoshi Asami1998-11-281-1/+3
| | | | Notes: svn path=/head/; revision=14929
* Update master site.Thomas Gellekum1998-11-201-2/+2
| | | | Notes: svn path=/head/; revision=14714
* 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.) Notes: svn path=/head/; revision=14465
* If a.out minor number is zero, ELF shlib names should be listed.Satoshi Asami1998-09-211-1/+1
| | | | Notes: svn path=/head/; revision=13268
* Make this build in an ELF world.Steve Price1998-09-192-4/+11
| | | | Notes: svn path=/head/; revision=13230
* 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.... Notes: svn path=/head/; revision=12679
* Upgrade to 3.0.Thomas Gellekum1997-09-243-49/+47
| | | | | | | | PR: 4618 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=8015
* Import a port of Eric Raymond's giflib, a library and collection ofThomas Gellekum1997-05-055-0/+113
tools for working with GIF files. Notes: svn path=/head/; revision=6410