non port: graphics/giflib/Makefile |
SVNWeb
|
Number of commits found: 60 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 26 Aug 2022
|
[ 17:37 Tobias C. Berner (tcberner) ] 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) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Fri, 10 Sep 2021
|
[ 21:17 Bernhard Froehlich (decke) ] 960b1ad
graphics/giflib: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 10 Nov 2019
|
[ 22:00 antoine ]
Update graphics/giflib to 5.2.1
|
Tue, 4 Jun 2019
|
[ 08:23 antoine ]
Update to 5.1.9
With hat: portmgr
|
Mon, 20 May 2019
|
[ 06:22 antoine ]
Make PREFIX safe
PR: 237989
|
Tue, 14 May 2019
|
[ 18:59 antoine ]
Update to 5.1.8
Build system switched from gnu configure to gmake
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
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 ]
- Unsilence installation
Approved by: portmgr blanket
|
Wed, 19 Oct 2016
|
[ 17:36 antoine ]
- Update to 5.1.4
- Add LICENSE
- Add regression tests
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Mar 2016
|
[ 13:28 feld ]
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 ]
graphics/giflib: Update to 5.1.3
- Update MAINTAINER
- Remove patch which is now included upstream
|
Wed, 9 Mar 2016
|
[ 17:13 feld ]
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 ]
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 ]
graphics/giflib: Add patches to prevent exporting reallocarray
PR: 205676
MFH: 2016Q1
|
[ 15:51 feld ]
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 )
|
Thu, 3 Dec 2015
|
[ 20:01 antoine ] (Only the first 10 of 49 ports in this commit are shown above. )
Update giflib to 5.1.1
PR: 204492
|
Fri, 23 Jan 2015
|
[ 22:50 antoine ] (Only the first 10 of 39 ports in this commit are shown above. )
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 ]
Update to 5.0.6
Submitted by: dinoex
|
Wed, 14 Jan 2015
|
[ 18:19 antoine ] (Only the first 10 of 55 ports in this commit are shown above. )
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 ]
Restore those ports to their previous state
No PORTEPOCH needed as they didn't build
|
[ 15:31 dinoex ]
- remove BROKEN
- update to 5.0.6
- remove option X11
- remove quantize.c
|
[ 15:23 bapt ]
unmark broken it was expected
|
[ 14:37 dinoex ]
- fatal regresion
shared lib vesion going backwards
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Sun, 3 Aug 2014
|
[ 16:19 dinoex ] (Only the first 10 of 13 ports in this commit are shown above. )
- fix order in USES
|
Tue, 15 Jul 2014
|
[ 15:30 adamw ] (Only the first 10 of 18 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 23 Jun 2014
|
[ 13:52 amdmi3 ]
- Switch to USES=libtool
Approved by: portmgr blanket
|
Tue, 15 Apr 2014
|
[ 08:13 dinoex ]
- Fix shebang for obsolte bin/gifburst
PR: 188637
Submitted by: Steve Wills
- Strip libgif
|
Sat, 5 Apr 2014
|
[ 14:55 dinoex ]
- cleanup WITH_DOCBOOK
|
[ 14:47 dinoex ]
- install manpages
|
[ 14:19 dinoex ]
- use CONFIGURE_ENABLE
- register all x11 libs
- fix build with gcc48
|
Sun, 30 Mar 2014
|
[ 19:44 dinoex ]
- new USES=
|
Wed, 19 Feb 2014
|
[ 14:45 mat ] (Only the first 10 of 59 ports in this commit are shown above. )
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight
|
Mon, 7 Oct 2013
|
[ 19:01 dinoex ]
- fix option DOCBOOK
was broken by STAGEDIR r328096
PR: 182611
|
Tue, 24 Sep 2013
|
[ 06:24 bapt ] (Only the first 10 of 61 ports in this commit are shown above. )
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 ] (Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sun, 8 Sep 2013
|
[ 12:42 dinoex ]
- update to 4.2.3
|
Tue, 3 Sep 2013
|
[ 04:41 dinoex ]
- update to 4.2.2
|
Fri, 28 Jun 2013
|
[ 06:27 dinoex ]
- add option X11 (default off)
PR: 179929
Submitted by: Dmitry Marakasov
- bump PORTREVISION because package has changed
|
Fri, 26 Apr 2013
|
[ 22:42 dinoex ]
- set a limit for portscout
|
Sun, 10 Mar 2013
|
[ 06:50 dinoex ]
- new option DOCBOOK (default off)
|
Fri, 22 Feb 2013
|
[ 18:11 dinoex ]
- update to 4.2.1
- use standard option DOC
|
Sat, 26 Jan 2013
|
[ 16:34 dinoex ] (Only the first 10 of 42 ports in this commit are shown above. )
- cleanup header
|
Fri, 15 Jun 2012
|
[ 10:18 dinoex ]
- validate xml
PR: 168768
Submitted by: Virgil Champlin
|
Tue, 5 Jun 2012
|
[ 05:02 dinoex ]
- fix offline build
Submitted by: Oliver Pinter
- fix option NOPORTDOCS
- fix QuantizeBuffer
Submitted by: Greg Lewis
|
Sun, 3 Jun 2012
|
[ 10:28 dinoex ]
- re add function QuantizeBuffer for backwards comatibility
|
Fri, 1 Jun 2012
|
[ 14:38 dinoex ]
- update to 4.2.0
|
Fri, 17 Feb 2012
|
[ 12:32 dinoex ]
- set CONFLICTS after 2 month time to migrate
PR: Steve Wills
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Wed, 2 Sep 2009
|
[ 15:01 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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 ]
- update to giflib-4.1.6
PR: 135073
|
[ 20:43 dinoex ]
- forced commit after repocopy graphics/libungif -> graphics/giflib
|
Number of commits found: 60 |