non port: devel/dbus/Makefile |
SVNWeb
|
Number of commits found: 139 (showing only 100 on this page) |
Fri, 3 Mar 2023
|
[ 21:59 Tobias C. Berner (tcberner) ] 9139e71c
devel/dbus: update to 1.14.6
dbus 1.14.6 (2023-02-08)
========================
Denial of service fixes:
• Fix an incorrect assertion that could be used to crash dbus-daemon or
other users of DBusServer prior to authentication, if libdbus was compiled
with assertions enabled.
We recommend that production builds of dbus, for example in OS distributions,
should be compiled with checks but without assertions.
(dbus#421, Ralf Habacker; thanks to Evgeny Vereshchagin)
Other fixes: (Only the first 15 lines of the commit message are shown above )
|
Sun, 9 Oct 2022
|
[ 17:42 Dima Panov (fluffy) ] be1c9a0
devel/dbus: update to 1.14.4 release (+)
Changelog: https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.14.4/NEWS
MFH: 2022q4
|
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 13 May 2022
|
[ 08:29 Baptiste Daroussin (bapt) ] 274d844
devel/dbus: use minixmlto over xmlto
Depending on the options set by the user w3m may depend on gtk,
if the X11 option is set) which will result in a circular dependency
gtk2 -> glib2 -> dbus -> xmlto -> w3m -> gtk2
minixmlto never bring w3m in the dependency list
PR: 263950
Reported by: dgilbert@eicat.ca
|
Tue, 3 May 2022
|
[ 07:28 Guido Falsi (madpilot) Author: Tobias C. Berner ] ec8a7fe
devel/dbus: update to 1.14.0
- Update posrt again with patch imported from upstream to fix [1]
configure script behavior when --with-x is passed on its command
line
PR: 263014
Obtained
from: https://gitlab.freedesktop.org/dbus/dbus/-/commit/fdbb32bd1f3c972d3d5fd3998930749206a1095a
[1]
|
Sat, 30 Apr 2022
|
[ 17:17 Tobias C. Berner (tcberner) ] f5a0f6f
devel/dbus: revert update to 1.14.0
- Backout update to 1.14 until lockout of XFCE has been figured out.
Reported by: madpilot
This reverts commit 692fe38479ebe04afe9bee34f68adfb52c1be91f.
|
[ 09:15 Tobias C. Berner (tcberner) ] 692fe38
devel/dbus: update to 1.14.0
Changelog:
https://dbus.freedesktop.org/doc/NEWS
Exp-run by: antoine
PR: 263014
|
Thu, 1 Jul 2021
|
[ 22:16 Adriaan de Groot (adridg) Author: Andrey Zakharchenko ] 83d4573
devel/dbus: create directory for machine-id
Create the directory where dbus-uuidgen is *going* to write
the machine-id, just in case -- might affect only older FreeBSD
versions. dbus-uuidgen doesn't create intermediate directories
when given an explicit path either, so it does need to be done
by the environment.
(I'm purposely **not** also tackling other dbus-uuidgen issues,
those are in different PRs with different assignees)
PR: 225098
Reported by: Andrey Zakharchenko
|
Fri, 14 May 2021
|
[ 19:08 Adriaan de Groot (adridg) ] aee4556
devel/dbus: use closefrom()
Don't do 1021 calls to close() when a single closefrom() will do.
This patch has been submitted upstream (by the reporter) but
is languishing there; there's a big difference between upstream's
development branch and the released stable version. I've taken
the initial patch from FreeBSD bugzilla, lightly mutated it with
upstream work.
PR: 240549
Reported by: rozhuk.im@gmail.com
|
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.
|
Sat, 3 Oct 2020
|
[ 17:11 0mp ]
devel/dbus: Fix honoring LOCALBASE
Bits we were replacing in dbus/dbus-sysdeps-unix.c were moved to
dbus/dbus-sysdeps-util-unix.c. Make the patch more robust by first using
a patch and then REINPLACE_CMD.
Approved by: portmgr blanket
|
[ 17:02 0mp ]
devel/dbus: Do not pollute build products when TMPDIR is not /tmp
If you have a TMPDIR in your environment that points to an existing
directory other than /tmp (e.g., TMPDIR=/bigfilesystem/tmp), when you build
devel/dbus, a couple files get built with that value.
When the package is installed on a target system that may not have the
non-default TMPDIR used at build time, then you will get run-time errors.
Such as:
% dbus-launch sh
Failed to start message bus: Failed to bind socket
"/bigfilesystem/tmp/dbus-1nT4MYueXb": No such file or directory
EOF in dbus-launch reading address from bus daemon
PR: 238548
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
|
[ 16:45 0mp ]
devel/dbus: Remove remaining machine-id copy code
It was most likely meant to be removed in r493840, together with other
related bits.
PR: 238963
Reported by: chadf@triularity.org
Approved by: portmgr blanket
|
Mon, 6 Jul 2020
|
[ 06:22 tcberner ]
devel/dbus: update to 1.12.20
From upstreams changelog [1]:
dbus 1.12.20 (2020-07-02)
=========================
The "temporary nemesis" release.
Maybe security fixes:
* On Unix, avoid a use-after-free if two usernames have the same
numeric uid. In older versions this could lead to a crash (denial of
service) or other undefined behaviour, possibly including incorrect
authorization decisions if <policy group=...> is used. (Only the first 15 lines of the commit message are shown above )
|
Tue, 16 Jun 2020
|
[ 15:46 tcberner ]
devel/dbus: update to 1.12.18
Exp-run by: antoine
PR: 246990
|
Fri, 27 Mar 2020
|
[ 09:59 0mp ]
Substitute REINPLACE_CMD with a patch
While here, mute MKDIR and regenerate patches.
Approved by: portmgr blanket
|
[ 09:15 0mp ]
Clean up the makefile
No functional changes intended.
Approved by: portmgr blanket
|
Sat, 23 Nov 2019
|
[ 20:11 tcberner ]
devel/dbus: update to 1.12.16
PR: 242000
Exp-run by: antoine
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22408
|
Fri, 15 Nov 2019
|
[ 20:10 tcberner ]
Create desktop@ as maintainer of some shared desktop ports
This idea has been around for quite some time. Time to make it happen.
In order to share the load on the ports required by multiple desktop
environments start to share the responsibility of maintainership.
This is the initial list that came to mind, but we can probably extend it, to
include another handful of ports.
WWW: https://wiki.freebsd.org/DesktopTeam
Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop
Approved by: swills, kwm (gnome), madpilot (xfce)
Differential Revision: https://reviews.freebsd.org/D22389
|
Mon, 4 Nov 2019
|
[ 22:20 zeising ] (Only the first 10 of 102 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
|
Mon, 25 Feb 2019
|
[ 07:06 kwm ]
Update dbus to 1.12.12.
Remove machine-id copy code, it done it job.
|
Mon, 17 Apr 2017
|
[ 15:38 miwi ]
- Fix shebangs
|
Sat, 1 Apr 2017
|
[ 22:52 bapt ]
Update to 1.10.16
|
Sat, 14 Jan 2017
|
[ 22:48 tijl ]
Create /var/run/dbus from rc script for users who mount tmpfs on /var/run.
PR: 216049
|
Wed, 11 Jan 2017
|
[ 15:07 tijl ]
- Remove --localstatedir=/var, already added by bsd.port.mk.
- Use default locations for system pidfile, system socket and session
sockets so Linux programs can find these too.
- Adjust rc.d script to eliminate gnome-subr dependency.
- Move examples to EXAMPLESDIR and add EXAMPLES option.
- Move /var/db/dbus/machine-id to default /var/lib/dbus/machine-id so Linux
programs can find this file. Add a postexec command to pkg-plist to copy
this file to the new location on installation so the id is preserved. The
old file cannot be removed from pkg-plist because currently running
processes might still need it. Remove the old file from the rc.d script
instead.
- Sort pkg-plist.
PR: 215174
Approved by: maintainer timeout (4 weeks)
|
Sun, 18 Dec 2016
|
[ 14:19 rm ]
devel/dbus: update to 1.10.14
This routine release fixed couple of minor bugs (from FreeBSD perspective).
Discussed with: kwm
With hat: gnome
|
Tue, 29 Nov 2016
|
[ 04:28 rm ]
devel/dbus: update to 1.10.12
- update to 1.10.12
- utilize localbase instead of CFLAGS/LDFLAGS
- remove not applicable patching
- remove couple of patches, that are no more needed: these files in etc/dbus-1
are now just compatibility stubs. The files were moved to share/dbus-1 in
new version.
Thanks Antoine Brodin for an exp-run.
PR: 214454
Reviewed by: kwm
With hat: gnome
|
Sun, 6 Nov 2016
|
[ 21:32 bapt ]
Replace using xmlto by minixmlto
This reduces the number of build dependencies for dbus with default set of
options as well as preventing a potential circular dependencies due to xmlto
bringing ghotscript which can bring dbus
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D8446
|
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
|
Thu, 23 Jul 2015
|
[ 18:59 kwm ]
Update dbus to 1.8.20.
Remove two patches, and do what upstream intended it to be.
|
Fri, 27 Mar 2015
|
[ 13:59 kwm ]
Update dbus to 1.8.16.
|
Thu, 15 Jan 2015
|
[ 11:50 kwm ]
Make sure we start after ldconfig is run. So we can find stuff in /usr/local.
I haven't see this myself but it doesn't hurt to do it correctly.
PR: 196274
Submitted by: mandree@ Craig Wiesen <ctyz1999+bugzilla@gmail.com>
|
Thu, 27 Nov 2014
|
[ 15:14 kwm ]
Update to 1.8.12.
Drop :keepla from USES=libtool.
Add CPE data.
|
Tue, 11 Nov 2014
|
[ 18:36 kwm ]
Update dbus to 1.8.10.
MFH: 2014Q4
Security: c1930f45-6982-11e4-80e1-bcaec565249c
|
Mon, 27 Oct 2014
|
[ 19:13 antoine ]
dbus-launch needs somes of those empty dirs to run
|
Wed, 17 Sep 2014
|
[ 11:09 kwm ]
Update to 1.8.8.
Security update.
MFH: 2014Q3
|
Thu, 3 Jul 2014
|
[ 15:10 kwm ]
Update to 1.8.6.
This update fixes two CVE's.
Security: e6a7636a-02d0-11e4-88b6-080027671656
|
Sat, 14 Jun 2014
|
[ 13:01 kwm ]
Update to 1.8.4.
This fixes a local dos vulnability.
Security: 52bbc7e8-f13c-11e3-bc09-bcaec565249c
|
Wed, 23 Apr 2014
|
[ 15:25 kwm ]
Update to 1.8.0.
Drop libxml2 depend we don't need it.
Drop pkg-[de]install script for plist @mode,@group.
Use new OPTIONS handlers.
Add MANPAGES option.
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 Mar 2014
|
[ 20:39 kwm ]
Don't run dbus-uuidgen in post-install scripts. This has the effect that
there will be no dangeling /var/db/dbus/machine-id on package install [1].
Change the dbus start script to always call dbus-uuidgen --ensure. Which
only generates /var/db/dbus/machine-id if it is not present.
While here switch to USES=libtool.
Reported by: poudriere in strict mode via miwi@ [1]
|
Fri, 17 Jan 2014
|
[ 21:04 kwm ]
Update to 1.6.18
Remove 'A' from COMMENT, update LIB_DEPENDS to new syntax.
Use USES=gmake pathfix. remove unneeded libtool.
Stagify.
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Thu, 13 Jun 2013
|
[ 19:54 kwm ]
Update to 1.6.12.
I'm not completly sure this affects us, but beter safe then sorry.
While here wordsmith Options description to try to make it clearer.
Security: CVE-2013-2168
|
Tue, 26 Mar 2013
|
[ 16:30 kwm ]
Add beter description for the X11 option.
Submitted by: avg@
|
Fri, 15 Mar 2013
|
[ 15:26 kwm ]
Don't make /var/lib we don't use it in the port. [1]
While here fix the path to machine-id in the dbus-uuidgen manpage
Submitted by: bapt [1]
|
Sat, 9 Mar 2013
|
[ 22:36 kwm ]
Update to 1.6.8.
Update Makefile header, port to OptionsNG and pet portlint.
Add portscout macro
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Sat, 8 Sep 2012
|
[ 11:05 kwm ]
Correct the dbus-protocol.h so c++ in c++11 mode doesn't break.
While here don't remove the dbus pid file, dbus pipe and machine-id. [1]
Now dbus won't die on updates anymore.
Submitted by: rakuco@, zeising@
Obtained from: gnome dev repo [1]
|
Sun, 22 Jul 2012
|
[ 20:08 swills ]
- Don't create/remove the libexec/dbus-1 directory
Approved by: gnome@ (kwm)
|
Wed, 28 Dec 2011
|
[ 21:18 marcus ]
Move the sockets from /var/tmp to /tmp so that they can be cleaned up
by default on reboot.
PR: 163653
Submitted by: delphij
|
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
|
Tue, 13 Sep 2011
|
[ 16:05 kwm ]
Update to 1.4.14.
Remove stale DBUS_SLAVE cruf.
Break out CPPFLAGS from CONFIGURE_ENV.
Add additional x11 depends [1]
Specify full path to dbus-uuidgen. So it can be run on new installs, before
${LOCALBASE}/bin is added to PATH. [2]
Submitted by: John Prather <john.c.prather@gmail.com> [1]
Michal Varga <varga.michal@gmail.com> [2]
|
Fri, 4 Mar 2011
|
[ 17:29 kwm ]
Update to 1.4.6.
|
Fri, 31 Dec 2010
|
[ 18:25 mezz ]
Disable the man2html stuff completely.
PR: ports/153532
Reported by: Charlie Kester <corky1951@comcast.net>
|
Sun, 26 Dec 2010
|
[ 15:47 marcus ]
Update to 1.4.1.
|
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
|
Fri, 22 Oct 2010
|
[ 22:32 kwm ]
Update to 1.4.0.
Fix dbus launch on diskless systems [1]
PR: ports/151331 [1], ports/132304
Submitted by: Zane C.B. <vvelox@vvelox.net> [1]
|
Wed, 1 Sep 2010
|
[ 18:04 makc ]
Populate configuration files with additional includes of kde4 files.
(in preparation for KDE 4.5.1 update)
Approved by: kwm
|
Mon, 10 May 2010
|
[ 21:19 kwm ] (Only the first 10 of 772 ports in this commit are shown above. )
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 )
|
Sat, 28 Nov 2009
|
[ 20:06 marcus ] (Only the first 10 of 823 ports in this commit are shown above. )
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 )
|
Sun, 6 Sep 2009
|
[ 21:18 flz ] (Only the first 10 of 11 ports in this commit are shown above. )
Add support to create users and groups from information stored in UIDs/GIDs
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.
Also convert a few ports while I'm here.
PR: ports/108514
Submitted by: mm, self
|
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
|
Sat, 9 May 2009
|
[ 05:03 marcus ]
Update to 1.2.4.6.
|
Tue, 13 Jan 2009
|
[ 03:22 marcus ]
Update to 1.2.4.4.
|
Sat, 10 Jan 2009
|
[ 05:22 marcus ] (Only the first 10 of 718 ports in this commit are shown above. )
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above )
|
Mon, 21 Apr 2008
|
[ 06:25 marcus ]
Update to 1.2.1.
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Sat, 5 Apr 2008
|
[ 16:45 mezz ]
-Fix the build with WITHOUT_X11. [1]
-Make WITHOUT_X11 actually works by add --without-x11.
Submitted by: Jonathan Hogg <jonathan@significant-whitespace.com> [1]
|
Mon, 24 Mar 2008
|
[ 03:50 marcus ] (Only the first 10 of 712 ports in this commit are shown above. )
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 21 Mar 2007
|
[ 21:25 marcus ]
Ignore SIGPIPE (and EPIPE) when writing out PID to a client. Some clients
(like gnome-session) close the pipe too early resulting in dbus-daemon
terminating.
|
Thu, 14 Dec 2006
|
[ 20:33 marcus ]
Update to 1.0.2.
Security: This fixes the vulnerability described in CVE-2006-6107
|
Thu, 23 Nov 2006
|
[ 02:02 marcus ]
Update to 1.0.1.
|
Fri, 10 Nov 2006
|
[ 23:29 tmclaugh ]
Let USE_GNOME be overridden by slave ports. Needed for comming changes to
dbus-sharp.
Approved by: pav
|
[ 22:05 marcus ]
Update to 1.0.0.
|
Wed, 8 Nov 2006
|
[ 05:25 tmclaugh ]
Change the name of the dbus system socket to system_bus_socket per the dbus
spec.
"The address of the system message bus is given in the
DBUS_SYSTEM_BUS_ADDRESS environment variable. If that variable is not set,
applications should try to connect to the well-known address
unix:path=/var/run/dbus/system_bus_socket."
Approved by: marcus
|
Tue, 7 Nov 2006
|
[ 02:14 marcus ]
Make sure dbus-uuidgen --ensure is run during post-install to create
the machine-id file. At least one user reported errors related to this
file not existing. Strange that it did not affect everyone.
|
Mon, 6 Nov 2006
|
[ 07:59 marcus ]
I was too over-zealous with patch removal in the 0.95 update. Restore
a pkg-config bit that will fix dependent port builds.
|
[ 03:35 marcus ]
Update to 0.95.
|
Tue, 31 Oct 2006
|
[ 09:13 jylefort ]
Start dbus if gnome_enable is set to yes in /etc/rc.conf
|
[ 02:36 marcus ]
Update to 0.94.
|
Fri, 27 Oct 2006
|
[ 02:05 marcus ]
Add a missing #include to correct a problem where dbus would refuse to
launch if /usr/local or /usr/X11R6 were NFS mounts. The error seen would be:
Failed to start message bus: Can't calculate buffer size when reading directory
Approved by: portmgr (implicit)
|
Sat, 14 Oct 2006
|
[ 08:35 marcus ] (Only the first 10 of 577 ports in this commit are shown above. )
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above )
|
Mon, 11 Sep 2006
|
[ 18:04 marcus ]
Adjust the plist to avoid a conflict with USE_LDCONFIG by setting @cwd.
Reported by: oliver
|
Wed, 14 Jun 2006
|
[ 05:03 marcus ]
Update to 0.62.
|
Sat, 10 Jun 2006
|
[ 19:03 marcus ]
* Rename our rc.d stop_postcmd function to be consistent with other scripts
* Create the directory to hold the dbus pidfile before starting as MFS-mounted
/var's will not have this directory [1]
PR: 98580 [1]
|
Wed, 3 May 2006
|
[ 06:22 marcus ]
Teach dbus to look in ${X11BASE}/etc/dbus-1/system.d for system bus
configuration files.
|
Tue, 2 May 2006
|
[ 17:04 marcus ]
Add a half-second delay before HUP'ing the system daemon when the system.d
contents change. This avoids a race with install(1) that causes dbus
to die. Also, adjust the list of kevent notes to be closer to what dnotify
is using in Linux.
|
Fri, 28 Apr 2006
|
[ 01:37 jylefort ]
The system daemon is running as messagebus:messagebus, so it does not
have the permission to remove its pid file and socket on exit. Put
these files in the /var/run/dbus directory, owned by
messagebus:messagebus.
Remove the files and directory on package deinstall.
|
Tue, 4 Apr 2006
|
[ 12:31 bland ]
- Drop bash build dependency. [1]
- Remove obsolete USE_REINPLACE.
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> [1]
|
Wed, 15 Mar 2006
|
[ 05:31 marcus ]
Update to 0.61.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Fri, 17 Feb 2006
|
[ 20:12 marcus ]
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).
|
Wed, 15 Feb 2006
|
[ 04:29 marcus ]
* Fix creation of the dbus system socket
* Update for the new USE_RC_SUBR world order
|
Tue, 14 Feb 2006
|
[ 17:51 marcus ]
* Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message
PR: 92844
Submitted by: leeym
|
Mon, 30 Jan 2006
|
[ 23:20 kuriyama ] (Only the first 10 of 67 ports in this commit are shown above. )
Chase shlib bump of libexpat.
|
Sat, 31 Dec 2005
|
[ 18:42 marcus ]
Update to 0.60.
|
Number of commits found: 139 (showing only 100 on this page) |