Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.6_5 22 Nov 2024 22:31:54
    |
Charlie Li (vishwin)  |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
3.4.6_4 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
3.4.6_3 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.4.6_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
3.4.6_1 01 Apr 2023 08:48:38
    |
Jan Beich (jbeich)  |
audio/rhythmbox: drop redundant MESON_ARGS after 3507fb3e4ec9
PR: 270361
Exp-run by: antoine |
3.4.6_1 30 Mar 2023 02:11:56
    |
Jan Beich (jbeich)  |
audio/rhythmbox: unbreak with --auto-features=enabled
meson.build:227:0: ERROR: Dependency "lirc" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run) |
3.4.6_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.4.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
3.4.6 26 Aug 2022 17:02:25
    |
Tobias C. Berner (tcberner)  |
framework: switch tree to using vala.mk
PR: 249940 |
3.4.6 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.4.6 29 Jun 2022 06:35:12
    |
Charlie Li (vishwin)  |
audio/rhythmbox: fix PYTHON option
While here, remove no longer used libmusicbrainz5, add USE_GNOME=gdkpixbuf2
from linkage detection and minor cleanups
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D35650 |
3.4.6 25 Jun 2022 20:26:04
    |
Baptiste Daroussin (bapt)  |
audio/rhythmbox: update to 3.4.6
Temporary disable the LIRC option it requires an update to lirc
whcih I cannot perform safely due to the lack of devices to test |
3.4.4_3 30 Apr 2022 08:03:20
    |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
3.4.4_3 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
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) |
3.4.4_2 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
3.4.4_1 10 Oct 2021 19:44:42
    |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
3.4.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.4.4_1 20 Feb 2021 13:56:48
  |
tcberner  |
audio/rhythmbox: fix plist
- Fix bad plist subs
PR: 253431
Reported by: Olga Smirnova <mistresssilvara@hotmail.com> |
3.4.4_1 08 Feb 2021 14:19:48
  |
bapt  |
Move rhythmbox to gnome@
Discussed with: marcus (maintainer) |
3.4.4_1 08 Feb 2021 09:55:35
  |
bapt  |
Fix build with non 3.7 version of python
Pointy hat: bapt |
3.4.4_1 08 Feb 2021 09:46:24
  |
bapt  |
Remove a false dependency on libhal in case MTP option is selected |
3.4.4 07 Feb 2021 05:08:47
  |
bapt  |
Update to 3.4.4 |
3.4.2_8 21 Jan 2021 14:37:32
  |
jhale  |
comms/libimobiledevice: Update to 1.3.0
comms/libusbmuxd: Update to 2.0.2
comms/usbmuxd: Update to 1.1.1
devel/libplist: Update to 2.2.0
Resurrect comms/py-libimobiledevice, update to 1.3.0
Resurrect devel/py-libplist, update to 2.2.0
Take maintainership of the ports listed above.
Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library
names. |
3.4.2_7 05 Dec 2020 18:02:03
  |
tcberner  |
audio/rhythmbox: fix plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/rhythmbox/plugins/android/android.plugin
Error: Orphaned: lib/rhythmbox/plugins/android/libandroid.so |
3.4.2_7 12 Oct 2020 14:20:08
  |
bapt  |
Update libsoup to 2.72.0
Merge back libsoup and libsoup-gnome, they both have the same dependencies
now, and they are more complicated to split now that they switched to meson
Bump portrevision of dependant ports |
3.4.2_6 04 Nov 2019 20:39:52
  |
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
3.4.2_6 03 Jul 2019 20:40:32
  |
antoine  |
Switch back to non-legacy databases/tdb |
3.4.2_5 20 Jun 2019 18:53:15
  |
antoine  |
Depend on legacy libtdb
Reported by: pkg-fallout |
3.4.2_4 25 Apr 2019 14:17:38
  |
antoine  |
Clean up plist |
3.4.2_4 03 Nov 2018 11:58:10
  |
tijl  |
Update GStreamer to 1.14.4.
PR: 231406
Submitted by: Greg V <greg@unrelenting.technology>
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.4.2_3 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
3.4.2_2 11 Sep 2018 18:34:28
  |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
3.4.2_1 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.4.2_1 31 Jul 2018 18:41:30
  |
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
3.4.2 08 Jan 2018 14:56:11
  |
marcus  |
Update to 3.4.2.
PR: 223303
Submitted by: cpm |
3.2.1_4 03 Jan 2018 13:22:32
  |
mat  |
Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550 |
3.2.1_4 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.2.1_4 04 Oct 2017 11:54:32
  |
bapt  |
Remove useless .pre.mk/.post.mk |
3.2.1_4 20 May 2017 09:29:07
  |
kwm  |
svn copy grilo -> grilo2 and grilo-plugins -> grilo-plugins2
* These is done so grilo and grilo-plugins can be updated to 0.3.x and
the users of grilo can switch when they are ready.
* Chase grilo users to the new locations. |
3.2.1_3 05 Feb 2017 11:14:37
  |
sunpoet  |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
3.2.1_2 07 Jan 2017 21:42:28
  |
sunpoet  |
Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION
This change would help:
- Build databases/postgresql*-plpython with Python 3
(It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile
PR: 205807
Differential Revision: https://reviews.FreeBSD.org/D4758
Exp-run by: antoine |
3.2.1_2 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.2.1_2 12 Oct 2016 19:01:09
  |
rm  |
audio/rhythmbox: fix packaging with python 3.5
- while here fix configure warnings by adjusting configure option names
- utilize USES=localbase
- bump PORTREVISION
PR: 213342
Approved by: portmgr (blanket approval) |
3.2.1_1 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
3.2.1_1 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.2.1_1 14 Feb 2016 18:57:54
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006 |
3.2_3 14 Jun 2015 17:55:49
  |
jhale  |
- Update audio/libmusicbrainz5 to 5.1.0
- Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added
upstream, but not in this release) [1]
- Bump PORTREVISION on dependent ports
PR: 196959 [1]
Submitted by: Pete Johanson <peter@peterjohanson.com> [1] |
3.2_2 12 Jun 2015 15:39:13
  |
kwm  |
Fix py3-libpeas line.
Submitted by: Freshports sanity checker |
3.2_2 12 Jun 2015 15:25:21
  |
kwm  |
Chase libpeas change in r389277.
Disable and don't build plugins that don't work.
* Context - needs python 3 version of textproc/py-mako
* rbzeitgeist - needs python 3 of the zeitgeist bindings.
(The python2 version is bundled in the zeitgeist port) |
3.2_1 12 Apr 2015 09:57:39
  |
kwm  |
Don't depend on other ports to drag in py3-gobject3. |
3.2 10 Apr 2015 12:50:10
  |
kwm  |
Mini gnome update. Next stop GNOME 3.16!
Update rhythmbox to 3.2.
Update gnome-tweak-tool to 3.14.3.
Update gnome-mines to 3.14.2.
Update eog to 3.14.4.
Update geary to 0.10.0.
Update tracker to 1.2.6.
Update gdm to 3.14.2.
Update gtk30 to 3.14.12.
Update gtksourceview3 to 3.14.4.
Obtained from: GNOME dev repo |
3.1_2 27 Feb 2015 16:35:32
  |
marcus  |
Add a dependency on databases/tdb and make brasero support optional
(default: ON).
PR: 197518
Submitted by: kvedulv@kvedulv.de |
3.1_1 10 Jan 2015 23:15:28
  |
demon  |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine |
3.1 19 Nov 2014 11:49:06
  |
kwm  |
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 ) |
0.12.8_18 19 Oct 2014 07:33:10
  |
mva  |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit) |
0.12.8_18 28 Sep 2014 23:02:29
  |
avilla  |
- Chase libplist shlib bump. |
0.12.8_17 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.12.8_16 11 Aug 2014 13:59:47
  |
tijl  |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1] |
0.12.8_15 09 Aug 2014 15:44:28
  |
mva  |
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above ) |
0.12.8_15 23 Jul 2014 07:02:55
  |
amdmi3  |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.12.8_14 19 Jul 2014 18:15:04
  |
tijl  |
New LIB_DEPENDS syntax
Reported by: Mike Harding <mvharding@gmail.com> |
0.12.8_14 18 Jul 2014 11:02:59
  |
tijl  |
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports |
0.12.8_13 11 Jun 2014 14:50:00
  |
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.12.8_13 25 Apr 2014 23:46:28
  |
bapt  |
Stagify brasero
Convert to USES=libtool
Chase shlib number change
Clean up a bit chased ports |
0.12.8_12 23 Apr 2014 13:25:17
  |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.12.8_11 09 Apr 2014 13:28:29
  |
bapt  |
Support stage
USES=libtools
add missing USES=desktop-file-utils
Convert to USES=webplugin
strip binaries |
0.12.8_10 10 Mar 2014 09:53:37
  |
makc  |
- Chase libmtp move |
11 Dec 2013 14:35:37

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
0.12.8_10 14 Nov 2013 18:22:48
  |
bapt  |
Revert badly tested conversion to USES=webplugin
Pointyhat to: bapt |
0.12.8_10 13 Nov 2013 08:09:47
  |
bapt  |
Convert to USES=webplugin |
0.12.8_10 22 Oct 2013 13:50:44
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
0.12.8_10 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.12.8_10 05 Sep 2013 17:01:12
  |
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
30 Aug 2013 23:01:06

|
bapt  |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.12.8_10 04 Jun 2013 15:13:42
  |
bapt  |
Convert to new options framework |
0.12.8_10 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.12.8_10 26 Mar 2013 16:13:18
  |
miwi  |
- Chase libmtp shlib bump |
0.12.8_9 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.12.8_8 25 May 2012 15:14:39
 |
miwi  |
- Chase libmtp shlib bump |
0.12.8_7 27 Apr 2012 07:38:32
 |
marcus  |
Disable obsolete Musicbrainz support.
PR: 165839
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |
0.12.8_6 06 Feb 2012 04:23:10
 |
marcus  |
Fix the status icon plugin with the latest libnotify changes.
Submitted by: sbruno
PR: 164300
Obtained from: GNOME git |
0.12.8_5 23 Sep 2011 22:26:39
 |
amdmi3  |
- 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 |
0.12.8_5 23 Aug 2011 18:39:19
 |
kwm  |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
0.12.8_4 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.12.8_4 15 Mar 2011 15:05:40
 |
danfe  |
Chase libgpod shlib version bump. |
0.12.8_3 26 Feb 2011 22:11:54
 |
nox  |
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
USB DVB tuner remotes supported by the Linux code), and enable
support for a few more USB devices while we're at it tho of those
only an FTDI-based one was tested:
http://www.huitsing.nl/irftdi/ [1]
- Fix plist for audio/rhythmbox and multimedia/totem and
add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
multimedia/xine when building them with (optional) lirc support. [2]
- Chase liblirc_client shlib version bump for ports depdending on it
and bump PORTREVISIONs for ports depending on it by default.
Approved by: portmgr (miwi) [2]
Thanks to: Warren Block <wblock@wonkity.com> for testing [1] |
0.12.8_3 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.12.8_3 20 Nov 2010 15:37:08
 |
kwm  |
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 ) |
0.12.8_2 27 Sep 2010 04:50:34
 |
marcus  |
Fix runtime with Python 2.6.6.
Submitted by: Thomans Gellekum <Thomas.Gellekum@gmx.de>
Obtained from: GNOME git |
0.12.8_1 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.12.8 10 May 2010 21:19:08
 |
kwm  |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
0.12.7_2 10 May 2010 13:07:52
 |
makc  |
Chase audio/libmtp update. |
0.12.7_1 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.12.7 28 Feb 2010 23:03:22
 |
marcus  |
Update to 0.12.7.
Feature safe: yes |
0.12.6_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.12.6_1 11 Jan 2010 00:59:51
 |
marcus  |
Remove the leftover mtpdevice plug-in directory.
Reported by: mac.tc <raszobbi@gmail.com> |
0.12.6_1 28 Nov 2009 20:06:37
 |
marcus  |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
0.12.6 22 Nov 2009 22:06:40
 |
marcus  |
Update to 0.12.6. |
0.12.5 19 Sep 2009 17:18:25
 |
marcus  |
Update to 0.12.5.
Feature safe: yes |