Commit graph

78 commits

Author SHA1 Message Date
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joe Marcus Clarke
e04da50289 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.
2007-03-21 21:25:12 +00:00
Joe Marcus Clarke
406953dc86 Update to 1.0.2.
Security:	This fixes the vulnerability described in CVE-2006-6107
2006-12-14 20:33:12 +00:00
Joe Marcus Clarke
327a26e7fd Update to 1.0.1. 2006-11-23 02:02:02 +00:00
Tom McLaughlin
49cdb0be33 Let USE_GNOME be overridden by slave ports. Needed for comming changes to
dbus-sharp.

Approved by:	pav
2006-11-10 23:29:25 +00:00
Joe Marcus Clarke
43acd71e5e Update to 1.0.0. 2006-11-10 22:05:37 +00:00
Tom McLaughlin
ce2e827484 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
2006-11-08 05:25:43 +00:00
Joe Marcus Clarke
da5fcd383c 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.
2006-11-07 02:14:53 +00:00
Joe Marcus Clarke
85294c207b I was too over-zealous with patch removal in the 0.95 update. Restore
a pkg-config bit that will fix dependent port builds.
2006-11-06 07:59:07 +00:00
Joe Marcus Clarke
19592a61d2 Update to 0.95. 2006-11-06 03:35:39 +00:00
Jean-Yves Lefort
09eb686da1 Fix the rc script (must now source RC_SUBR before GNOME_SUBR) 2006-10-31 09:35:00 +00:00
Jean-Yves Lefort
53c0d9ee40 Start dbus if gnome_enable is set to yes in /etc/rc.conf 2006-10-31 09:12:59 +00:00
Joe Marcus Clarke
f8c6069f30 Update to 0.94. 2006-10-31 02:36:36 +00:00
Joe Marcus Clarke
7b1e0fc980 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)
2006-10-27 02:05:30 +00:00
Joe Marcus Clarke
f1bb12de8e 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,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Joe Marcus Clarke
da412d866a Adjust the plist to avoid a conflict with USE_LDCONFIG by setting @cwd.
Reported by:	oliver
2006-09-11 18:04:18 +00:00
Joe Marcus Clarke
be1b3fe2d4 Update to 0.62. 2006-06-14 05:03:44 +00:00
Joe Marcus Clarke
70eb7f5569 * 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]
2006-06-10 19:03:48 +00:00
Joe Marcus Clarke
26c821e6e3 Remove a leftover directory. 2006-05-03 06:32:23 +00:00
Joe Marcus Clarke
47499ad842 Teach dbus to look in ${X11BASE}/etc/dbus-1/system.d for system bus
configuration files.
2006-05-03 06:22:17 +00:00
Joe Marcus Clarke
12eacf0e3d 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.
2006-05-02 17:04:09 +00:00
Jean-Yves Lefort
830a25df1e 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.
2006-04-28 01:37:06 +00:00
Joe Marcus Clarke
ae6f3d5e96 Correct the plsit when QT support is enabled.
Submitted by:	Tim Welch <twelch@thepentagon.org>
2006-04-21 06:53:46 +00:00
Alexander Nedotsukov
26fff0c0a1 - Drop bash build dependency. [1]
- Remove obsolete USE_REINPLACE.

Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com> [1]
2006-04-04 12:31:16 +00:00
Joe Marcus Clarke
9e96cdaade Update to 0.61. 2006-03-15 05:31:15 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
9f677a9434 Hide USE_RC_SUBR behind !defined(DBUS_SLAVE). 2006-02-17 20:12:30 +00:00
Joe Marcus Clarke
03748f9608 * Fix creation of the dbus system socket
* Update for the new USE_RC_SUBR world order
2006-02-15 04:29:02 +00:00
Joe Marcus Clarke
528e27bd7e * Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message

PR:		92844
Submitted by:	leeym
2006-02-14 17:51:17 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Joe Marcus Clarke
a669dc1c3c Update to 0.60. 2005-12-31 18:43:11 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
b3581b8509 Update to 0.50. 2005-09-11 19:51:27 +00:00
Joe Marcus Clarke
a4ab8fcc04 Update to 0.36.2.
Security:	Fixes CAN-2005-0201
2005-09-02 03:47:56 +00:00
Joe Marcus Clarke
b71b6bdc85 Update to 0.36.1. 2005-08-28 07:44:57 +00:00
Joe Marcus Clarke
ec950be184 Correct placement of IGNORE so the slave port will actually pick it up. 2005-07-22 22:47:37 +00:00
Joe Marcus Clarke
cb7ef01162 Mark py-dbus IGNORE on 4.X. It does not build, and GCC 3.4 won't help here. 2005-07-22 22:41:44 +00:00
Joe Marcus Clarke
e64ceab79b Update to 0.35.2. 2005-07-19 05:12:40 +00:00
Joe Marcus Clarke
1a31e56cd4 Update to 0.35.1. 2005-07-16 17:27:17 +00:00
Jean-Yves Lefort
f7b57fccb2 - Fix a patch which did not apply [1]
- Fix build on 4.x
- Also create ${PREFIX}/etc/dbus-1/system.d when installed from a package

Reported by:	Dennis Cabooter [1]
2005-07-16 15:47:02 +00:00
Joe Marcus Clarke
80f2510833 Update to 0.35, and hopefully fix cmsgcred alignment on non-i386 platforms. 2005-07-16 07:40:01 +00:00
Joe Marcus Clarke
5bd4328a57 Disable GTK+ support since it's only used for one tool, and that tool doesn't
seem to work anyway.
2005-07-09 03:50:52 +00:00
Joe Marcus Clarke
f513c549e6 Remove the kqueue watch from the mainloop before unref'ing it. This
eliminates one needless kevent system call.
2005-07-03 06:11:00 +00:00
Joe Marcus Clarke
9ec70a9086 Be sure to unref the kqueue watch along with marking the kqueue file
descriptor as invalid.
2005-07-03 05:47:03 +00:00
Joe Marcus Clarke
668c6bf02c Reverse the logic used for kevent. Set timeout to NULL when setting the event,
and timeout to the zero timespec when reading the event.
2005-07-02 19:30:59 +00:00
Joe Marcus Clarke
608020fae1 Fix a CPU hog problem with dbus running in fork mode. Kqueue is not shared
across fork(), and thus the file descriptor kevent was trying to read from
was actually pointign to /dev/null.  This caused dbus to eat up 100% of the
CPU.  Of course, tests with --nofork worked just fine.

The new approach will detect if the kqueue has been closed, a reopen it
after the fork.
2005-07-02 19:17:42 +00:00
Joe Marcus Clarke
bb41217ac5 Fix the build on 4.X.
Reported by:	pointyhat via kris
2005-07-02 05:12:20 +00:00