Commit graph

17 commits

Author SHA1 Message Date
Antoine Brodin
c9c5c37375 - Update to 5.1.4
- Add LICENSE
- Add regression tests
2016-10-19 17:36:54 +00:00
Mark Felder
001d1b056d graphics/giflib: Update to 5.1.3
- Update MAINTAINER
- Remove patch which is now included upstream
2016-03-18 11:46:22 +00:00
Mark Felder
0de3f2636e graphics/giflib: Add patch to fix regression
There is a regression with the 5.1.2 update to giflib. This affects the
ability for applications to render gif images usually ocurring after the
first gif image is rendered. Upstream has been notified but has not yet
provided feedback.

giflib 5.1.2 was a security fix, so reverting is not reasonable.

"The removed check look redundant - I couldn't find a code path where
Private->RunningBits would exceed that limit after initialization.
(Currently Private->RunningBits is checked before it is initialized)."

PR:		207849
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
Approved by:	ports-secteam (with hat)
MFH:		2016Q1
2016-03-09 17:13:49 +00:00
John Marino
818d55ec61 graphics/giflib: Unbreak DF (reallocarray)
OSVERSION was used without OPSYS, but it turns out that DragonFly needs
a dedicated extra patch due to having a different name for the cdefs
macro.

Approved by:	blankets (restore working DF port/non-invasive DF support)
2016-03-03 12:26:16 +00:00
Mark Felder
7793564f41 graphics/giflib: Add patches to prevent exporting reallocarray
PR:		205676
MFH:		2016Q1
2016-02-26 16:03:35 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Antoine Brodin
397f3fae08 Restore those ports to their previous state
No PORTEPOCH needed as they didn't build
2014-12-10 15:52:21 +00:00
Dirk Meyer
be748b6be8 - remove BROKEN
- update to 5.0.6
- remove option X11
- remove quantize.c
2014-12-10 15:31:24 +00:00
Dirk Meyer
f6016700e3 - update to 4.2.3 2013-09-08 12:42:14 +00:00
Dirk Meyer
921f1f3bb1 - update to 4.2.2 2013-09-03 04:41:30 +00:00
Dirk Meyer
d36e24589c - fix offline build
Submitted by:	Oliver Pinter

- fix option NOPORTDOCS

- fix QuantizeBuffer
Submitted by:	Greg Lewis
2012-06-05 05:02:41 +00:00
Dirk Meyer
8a1cf78454 - re add function QuantizeBuffer for backwards comatibility 2012-06-03 10:28:01 +00:00
Dirk Meyer
6cc07a5ce8 - update to giflib-4.1.6
PR:		135073
2009-06-07 20:48:57 +00:00
Shaun Amott
8bf9cc019c Add a patch to prevent a segfault under certain circumstances.
Submitted by:	Mark Martinec via freebsd-ports
Obtained from:	http://fuzzyocr.own-hero.net/wiki/Downloads
2006-11-16 15:21:45 +00:00
Kirill Ponomarev
bf6728f4c9 - Update to 4.1.2
PR:		ports/65156
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-04-04 07:33:09 +00:00
Dag-Erling Smørgrav
1751fde39a For some mysterious reason, libungif prefers the antiquated <varargs.h>
to <stdarg.h>.  Unfortunately, it fails to build with gcc 3.3, so hack
configure to not test for the presence of <varargs.h>.
2003-07-18 06:53:33 +00:00
Christian Weisgerber
66e034bbf6 Fix a broken varargs declaration turned up by gcc 3.0. 2002-02-01 18:21:15 +00:00