notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/giflib/Makefile
SVNWeb

Number of commits found: 60

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Aug 2022
[ 17:37 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:03ac41951fa0bd09789183204293b5b4ac03dc1f  commit hash:03ac41951fa0bd09789183204293b5b4ac03dc1f  commit hash:03ac41951fa0bd09789183204293b5b4ac03dc1f  03ac419 
graphics: Give ports maintained by portmgr to desktop@

These ports were traditionally maintained by portmgr@ to ensure
that they receive an exp-run.

Let's entrust them to desktop@ with a stern "remember to exp-run".

Approved by:		rene
Differential Revision: https://reviews.freebsd.org/D36316
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 10 Sep 2021
[ 21:17 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:960b1adc75ad760d8cef4d1c234621e30ccd18b0  commit hash:960b1adc75ad760d8cef4d1c234621e30ccd18b0  commit hash:960b1adc75ad760d8cef4d1c234621e30ccd18b0  960b1ad 
graphics/giflib: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 10 Nov 2019
[ 22:00 antoine search for other commits by this committer ] Original commit   Revision:517233
Update graphics/giflib to 5.2.1
Tue, 4 Jun 2019
[ 08:23 antoine search for other commits by this committer ] Original commit   Revision:503451
Update to 5.1.9

With hat:	portmgr
Mon, 20 May 2019
[ 06:22 antoine search for other commits by this committer ] Original commit   Revision:502083
Make PREFIX safe

PR:		237989
Tue, 14 May 2019
[ 18:59 antoine search for other commits by this committer ] Original commit   Revision:501666
Update to 5.1.8

Build system switched from gnu configure to gmake
Fri, 2 Nov 2018
[ 13:32 rene search for other commits by this committer ] Original commit   Revision:483807 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Wed, 2 Aug 2017
[ 09:01 amdmi3 search for other commits by this committer ] Original commit   Revision:447092
- Unsilence installation

Approved by:	portmgr blanket
Wed, 19 Oct 2016
[ 17:36 antoine search for other commits by this committer ] Original commit   Revision:424274
- Update to 5.1.4
- Add LICENSE
- Add regression tests
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 18 Mar 2016
[ 13:28 feld search for other commits by this committer ] Original commit   Revision:411354
Revert MAINTAINER update

These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER;
it was not a mistake. They require exp-runs and special care when
updating.

Submitted by:	antoine
[ 11:46 feld search for other commits by this committer ] Original commit   Revision:411343
graphics/giflib: Update to 5.1.3

- Update MAINTAINER
- Remove patch which is now included upstream
Wed, 9 Mar 2016
[ 17:13 feld search for other commits by this committer ] Original commit   Revision:410712
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
Thu, 3 Mar 2016
[ 12:26 marino search for other commits by this committer ] Original commit   Revision:410035
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)
Fri, 26 Feb 2016
[ 16:03 feld search for other commits by this committer ] Original commit   Revision:409619
graphics/giflib: Add patches to prevent exporting reallocarray

PR:		205676
MFH:		2016Q1
[ 15:51 feld search for other commits by this committer ] Original commit   Revision:409615
graphics/giflib: Update to 5.1.2

* Code hardening using reallocarray() from OpenBSD.

* Sanity check in giffilter catches files with malformed extension records
  Fixes SourceForge bug #63: malformed gif causes segfault in giffilter.

* Inexpensive sanity check in DGifSlurp() catches malformed files with
  no image descriptor. Fixes SourceForge bug #64: malformed gif causes
  crash in giftool.

* Fix SourceForge bug #66: GifDrawBoxedText8x8() modifying constant input
  parameter.

* Bail out of GIF read on invalid pixel width. Addresses Savannah bug
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 3 Dec 2015
[ 20:01 antoine search for other commits by this committer ] Original commit   Revision:402898 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update giflib to 5.1.1

PR:		204492
Fri, 23 Jan 2015
[ 22:50 antoine search for other commits by this committer ] Original commit   Revision:377770 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Fri, 16 Jan 2015
[ 07:45 bapt search for other commits by this committer ] Original commit   Revision:377154
Update to 5.0.6

Submitted by:	dinoex
Wed, 14 Jan 2015
[ 18:19 antoine search for other commits by this committer ] Original commit   Revision:377033 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Wed, 10 Dec 2014
[ 15:52 antoine search for other commits by this committer ] Original commit   Revision:374475
Restore those ports to their previous state
No PORTEPOCH needed as they didn't build
[ 15:31 dinoex search for other commits by this committer ] Original commit   Revision:374470
- remove BROKEN
- update to 5.0.6
- remove option X11
- remove quantize.c
[ 15:23 bapt search for other commits by this committer ] Original commit   Revision:374468
unmark broken it was expected
[ 14:37 dinoex search for other commits by this committer ] Original commit   Revision:374460
- fatal regresion
shared lib vesion going backwards
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 3 Aug 2014
[ 16:19 dinoex search for other commits by this committer ] Original commit   Revision:363922 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- fix order in USES
Tue, 15 Jul 2014
[ 15:30 adamw search for other commits by this committer ] Original commit   Revision:361950 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Mon, 23 Jun 2014
[ 13:52 amdmi3 search for other commits by this committer ] Original commit   Revision:358953
- Switch to USES=libtool

Approved by:	portmgr blanket
Tue, 15 Apr 2014
[ 08:13 dinoex search for other commits by this committer ] Original commit   Revision:351312
- Fix shebang for obsolte bin/gifburst
PR:		188637
Submitted by:	Steve Wills

- Strip libgif
Sat, 5 Apr 2014
[ 14:55 dinoex search for other commits by this committer ] Original commit   Revision:350238
- cleanup WITH_DOCBOOK
[ 14:47 dinoex search for other commits by this committer ] Original commit   Revision:350236
- install manpages
[ 14:19 dinoex search for other commits by this committer ] Original commit   Revision:350231
- use CONFIGURE_ENABLE
- register all x11 libs
- fix build with gcc48
Sun, 30 Mar 2014
[ 19:44 dinoex search for other commits by this committer ] Original commit   Revision:349670
- new USES=
Wed, 19 Feb 2014
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:345097 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Consolidate the docbook ports into -sgml and -xml variants.

Submitted by:	hrs (based on)
Sponsored by:	Absolight
Mon, 7 Oct 2013
[ 19:01 dinoex search for other commits by this committer ] Original commit   Revision:329724
- fix option DOCBOOK
was broken by STAGEDIR r328096
PR:		182611
Tue, 24 Sep 2013
[ 06:24 bapt search for other commits by this committer ] Original commit   Revision:328096 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run

Exp-run by:	bdrewery
Sat, 21 Sep 2013
[ 11:06 dinoex search for other commits by this committer ] Original commit   Revision:327804 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- fix misplaced NO_STAGE in slaveports and ifdefs
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Sun, 8 Sep 2013
[ 12:42 dinoex search for other commits by this committer ] Original commit   Revision:326723
- update to 4.2.3
Tue, 3 Sep 2013
[ 04:41 dinoex search for other commits by this committer ] Original commit   Revision:326120
- update to 4.2.2
Fri, 28 Jun 2013
[ 06:27 dinoex search for other commits by this committer ] Original commit   Revision:321950
- add option X11 (default off)
PR:		 	179929
Submitted by:		Dmitry Marakasov

- bump PORTREVISION because package has changed
Fri, 26 Apr 2013
[ 22:42 dinoex search for other commits by this committer ] Original commit   Revision:316640
- set a limit for portscout
Sun, 10 Mar 2013
[ 06:50 dinoex search for other commits by this committer ] Original commit   Revision:313811
- new option DOCBOOK (default off)
Fri, 22 Feb 2013
[ 18:11 dinoex search for other commits by this committer ] Original commit   Revision:312782
- update to 4.2.1
- use standard option DOC
Sat, 26 Jan 2013
[ 16:34 dinoex search for other commits by this committer ] Original commit   Revision:311027 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- cleanup header
Fri, 15 Jun 2012
[ 10:18 dinoex search for other commits by this committer ] Original commit 
- validate xml
PR:             168768
Submitted by:   Virgil Champlin
Tue, 5 Jun 2012
[ 05:02 dinoex search for other commits by this committer ] Original commit 
- fix offline build
Submitted by:   Oliver Pinter

- fix option NOPORTDOCS

- fix QuantizeBuffer
Submitted by:   Greg Lewis
Sun, 3 Jun 2012
[ 10:28 dinoex search for other commits by this committer ] Original commit 
- re add function QuantizeBuffer for backwards comatibility
Fri, 1 Jun 2012
[ 14:38 dinoex search for other commits by this committer ] Original commit 
- update to 4.2.0
Fri, 17 Feb 2012
[ 12:32 dinoex search for other commits by this committer ] Original commit 
- set CONFLICTS after 2 month time to migrate
PR:             Steve Wills
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Wed, 2 Sep 2009
[ 15:01 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Sun, 7 Jun 2009
[ 20:48 dinoex search for other commits by this committer ] Original commit 
- update to giflib-4.1.6
PR:             135073
[ 20:43 dinoex search for other commits by this committer ] Original commit 
- forced commit after repocopy graphics/libungif -> graphics/giflib

Number of commits found: 60