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/gdk-pixbuf2/Makefile
SVNWeb

Number of commits found: 63

Sat, 26 Aug 2023
[ 21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  7a4777d  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
Fri, 28 Jul 2023
[ 17:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  664a2fa  (Only the first 10 of 502 ports in this commit are shown above. View all ports for this commit)
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Fri, 19 May 2023
[ 06:13 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:77005af64c4a0166929192f6b7c461ae54f374ff  commit hash:77005af64c4a0166929192f6b7c461ae54f374ff  commit hash:77005af64c4a0166929192f6b7c461ae54f374ff  77005af 
graphics/gdk-pixbuf2: fix option variables

The Makefile was using
	FOO_MESON_ENABLE=	bar
instead of
	FOO_MESON_ENABLED=	bar
so those values were never passed to meson in the first place.

PR:		271472
Mon, 31 Oct 2022
[ 16:07 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:b86744d07889e90c83b18092a6950fae88f459b4  commit hash:b86744d07889e90c83b18092a6950fae88f459b4  commit hash:b86744d07889e90c83b18092a6950fae88f459b4  b86744d 
graphics/gdk-pixbuf2: update to 2.42.10 release (+)

Changelog:	https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/tags/2.42.10
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, 12 Aug 2022
[ 09:57 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:736d3adf04853d46b7ffac41667159a4c578a074  commit hash:736d3adf04853d46b7ffac41667159a4c578a074  commit hash:736d3adf04853d46b7ffac41667159a4c578a074  736d3ad 
graphics/gdk-pixbuf2: update to 2.42.9 release (+)

MANPAGES now require rst2man to build
Add meson flag to skip building tests

Changelog:	https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/releases/2.42.9
Thu, 11 Aug 2022
[ 14:25 Dima Panov (fluffy) search for other commits by this committer Author: Daniel Engberg ]    commit hash:3444b0a0df22dc925ae5bd60b690a6d5d39b071e  commit hash:3444b0a0df22dc925ae5bd60b690a6d5d39b071e  commit hash:3444b0a0df22dc925ae5bd60b690a6d5d39b071e  3444b0a 
graphics/gdk-pixbuf2: make manpages optional, pet portlint (+)

MANPAGES option is on by default to mimic previous behaviour.
Relax Python handling with shebangfix
Thu, 28 Jul 2022
[ 19:55 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:5516d0f67bf6abf1a18abafd9a23731fe9c26678  commit hash:5516d0f67bf6abf1a18abafd9a23731fe9c26678  commit hash:5516d0f67bf6abf1a18abafd9a23731fe9c26678  5516d0f  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
graphics/gdk-pixbuf2: update to 2.42.8 release (+)

Since 2.40.2 release GDK-Pixbuf library had splitted off XLib bindings as
deprecated.

Add it as dedicated port at version 2.40.2 and declare additional knob in
Mk/Uses/gnome.mk
Consumer ports will be bumped in separated commit.

Changelog: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/2.42.8/NEWS

With hat:	desktop
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)
Sat, 16 Apr 2022
[ 20:55 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:735ea04b67c5fe82399afbc9eb1d280d7fd1d7ba  commit hash:735ea04b67c5fe82399afbc9eb1d280d7fd1d7ba  commit hash:735ea04b67c5fe82399afbc9eb1d280d7fd1d7ba  735ea04  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sun, 27 Mar 2022
[ 15:07 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9cfa411670f16ee5f33d5c48f7a30b933f6333c5  commit hash:9cfa411670f16ee5f33d5c48f7a30b933f6333c5  commit hash:9cfa411670f16ee5f33d5c48f7a30b933f6333c5  9cfa411 
graphics/gdk-pixbuf2: fix trigger

The change in bd08b1edde618be0d9644299561b696a507a446f was incomplete,
and did wrote the cache to stdout instead of the standard location
on the filesystem.
[ 13:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:bd08b1edde618be0d9644299561b696a507a446f  commit hash:bd08b1edde618be0d9644299561b696a507a446f  commit hash:bd08b1edde618be0d9644299561b696a507a446f  bd08b1e 
graphics/gdk-pixbuf2: add trigger to run gdk-pixbuf-query-loaders

gdk-pixbuf2 uses a cache of its loadable modules, which is updated by
${RREFIX}/bin/gdk-pixbuf-query-loaders and stored in
${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders.

Remove the pre-existing @exec and @postexec commands in the ports
providing such modules, and add a trigger in graphics/gdk-pixbuf2
to do this automatically.

Reviewed by:		bapt
Differential Revision: https://reviews.freebsd.org/D34679
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
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.
Thu, 10 Sep 2020
[ 18:55 tcberner search for other commits by this committer ] Original commit   Revision:548219 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Move some gnome@ ports to desktop@

As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
Mon, 16 Dec 2019
[ 12:50 bapt search for other commits by this committer ] Original commit   Revision:520253
Update to 2.40.0
Tue, 5 Nov 2019
[ 22:21 zeising search for other commits by this committer ] Original commit   Revision:516847 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories e and g

Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Wed, 17 Jul 2019
[ 12:53 swills search for other commits by this committer ] Original commit   Revision:506799
graphics/gdk-pixbuf2: update to 2.38.1

PR:		239164
Exp-run by:	antoine
Sun, 30 Sep 2018
[ 11:58 kwm search for other commits by this committer ] Original commit   Revision:480951 (Only the first 10 of 732 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.

The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
Tue, 27 Mar 2018
[ 11:33 bapt search for other commits by this committer ] Original commit   Revision:465691
Update to 2.36.11
Sat, 2 Sep 2017
[ 22:15 kwm search for other commits by this committer ] Original commit   Revision:449164
Update gdk-pixbuf2 to 2.36.9.

* Move USES before USE_*, according to porters handbook [1]
* Add depend on shared-mime-info, due to configure checking for it now.
* Work around a bug in configure where tiff support isn't correctly
  enabled, resulting in the tiff loader not being build.
* Regen patch with make makepatch

PR:		221989
Submitted by:	lightside@gmx.com
Reported by:	 Alaksiej Carniajeu <a@carniajeu.com>, portlint [1]
MFH:		2017Q3
Security:	CVE-2017-2870, CVE-2017-2862
Fri, 1 Sep 2017
[ 09:01 amdmi3 search for other commits by this committer ] Original commit   Revision:449061
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Sun, 23 Apr 2017
[ 17:11 sunpoet search for other commits by this committer ] Original commit   Revision:439254
Remove NLS from OPTIONS_DEFAULT

NLS will be added by Mk/bsd.options.mk.

Approved by:	portmgr (blanket)
[ 08:35 kwm search for other commits by this committer ] Original commit   Revision:439206 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update the gtk+ stack [1]

Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0

Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10

Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.

PR:		210272 [1], 210696 [2], 218667 [3]
Submitted by:	Matthew Rezny [2]
Obtained from:	Unless otherwise stated obtained from GNOME devel repo
Exp-run by:	antoine@ [1]
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Sun, 22 May 2016
[ 17:27 bapt search for other commits by this committer ] Original commit   Revision:415644
Bump revision as the package was badly analyzed by pkg(8) pre 1.8
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
Mon, 8 Feb 2016
[ 10:23 kwm search for other commits by this committer ] Original commit   Revision:408470
Update gdk-pixbuf2 to 2.32.3.

Use new USES=gnome

Obtained from:	gnome devel repo
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Mon, 5 Oct 2015
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:398640
Update gdk-pixbuf2 to 2.32.1.

* Drop loaders for some rare image formats: wbmp, ras, pcx

Obtained from:	gnome devel repo
MFH:		2015Q4
Security:	9272a5b0-6b40-11e5-bd7f-bcaec565249c
Security:	CVE-2015-7673, CVE-2015-7674
Fri, 4 Sep 2015
[ 17:39 kwm search for other commits by this committer ] Original commit   Revision:396124
Update gdk-pixbuf2 to 2.31.7.

Fixes several integer overflows.

MFH:		2015Q3
Security:	ed0ecad5-531d-11e5-9850-bcaec565249c
Wed, 19 Aug 2015
[ 10:41 kwm search for other commits by this committer ] Original commit   Revision:394773
Update gdkpixbuf2 to 2.31.6.

This corrects CVE-2015-4491.

MFH:		2015Q3
Security:	f5b8b670-465c-11e5-a49d-bcaec565249c
Wed, 5 Aug 2015
[ 19:13 kwm search for other commits by this committer ] Original commit   Revision:393607 (Only the first 10 of 601 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.

The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
Wed, 22 Jul 2015
[ 12:03 kwm search for other commits by this committer ] Original commit   Revision:392677
Fix heap overflow vulnability.
Be more careful about integer overflow.

While here: fix possible divide-by-zero.

Notified by:	feld@
MFH:		2015Q3
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Wed, 13 May 2015
[ 13:38 amdmi3 search for other commits by this committer ] Original commit   Revision:386214
- Add CPE info
- Add LICENSE
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Wed, 3 Dec 2014
[ 09:18 kwm search for other commits by this committer ] Original commit   Revision:373802 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
Update GNOME to 3.14.2.

This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
Wed, 19 Nov 2014
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:372768 (Only the first 10 of 1460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Sun, 22 Jun 2014
[ 22:24 tijl search for other commits by this committer ] Original commit   Revision:358859
- Bump PORTREVISION because for some users the package may still depend
  on graphics/jbigkit (through graphics/tiff) which had a library version
  bump in the last update.
- Add "USES=libtool:keepla tar:xz" while here. [1]

Obtained from:	marcuscom [1]
Fri, 1 Nov 2013
[ 12:19 kwm search for other commits by this committer ] Original commit   Revision:332360
Stageify and use new lib_depends syntax.
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)
Wed, 31 Jul 2013
[ 11:57 kwm search for other commits by this committer ] Original commit   Revision:324037 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Fri, 28 Jun 2013
[ 21:19 bapt search for other commits by this committer ] Original commit   Revision:321988 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework
Thu, 25 Apr 2013
[ 13:44 ak search for other commits by this committer ] Original commit   Revision:316515
- Remove unconditional USES= gettext
- Remove indefinite article from COMMENT
- Remove NLS from options, it's handled globally

Approved by:	gnome (kwm)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Fri, 29 Mar 2013
[ 14:13 kwm search for other commits by this committer ] Original commit   Revision:315541
Last commit to fix the NLS handling exposed a gettext file missing from plist,
add it and bump portrevision.

Submitted by:	miwi
Thu, 28 Mar 2013
[ 18:36 kwm search for other commits by this committer ] Original commit   Revision:315492
Fix typo in NLS option
Fri, 22 Mar 2013
[ 19:00 mezz search for other commits by this committer ] Original commit   Revision:314952
Remove two directories from the plist and use gnomehier instead. Bump it again

Reported by:	kwm
[ 18:36 mezz search for other commits by this committer ] Original commit   Revision:314951
Fix the plist, bump the PORTREVISION.

Reported by:	thierry
		miwi's tinderbox.
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sun, 20 May 2012
[ 17:14 mezz search for other commits by this committer ] Original commit 
Avoid an integer overflow in the xbm loader, bump the PORTREVISION.

Security:       https://bugzilla.gnome.org/show_bug.cgi?id=672811
Obtained from:  Its git
Reported by:    Eitan Adler <lists@eitanadler.com>
[ 16:37 mezz search for other commits by this committer ] Original commit 
Turn png, tiff, jpeg, jasper and nls into optional.

PR:             ports/167722
Submitted by:   Jan Beich <jbeich@tormail.org>
Wed, 19 Oct 2011
[ 18:16 pav search for other commits by this committer ] Original commit 
- Cleanup gir* directories

Reported by:    pointyhat
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, 30 Jul 2011
[ 09:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.

Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
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
Sat, 20 Nov 2010
[ 15:37 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 609 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 63