summaryrefslogtreecommitdiff
path: root/graphics/giflib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Update to 4.1.3Pav Lucistnik2004-05-302-3/+3
| | | | | | | | PR: ports/67366 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=110399
* - Update to 4.1.2Kirill Ponomarev2004-04-045-74/+61
| | | | | | | | PR: ports/65156 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=106102
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* 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