aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Ignore SIGPIPE (and EPIPE) when writing out PID to a client. Some clientsmarcus2007-03-223-1/+54
* Update to 1.0.2.marcus2006-12-152-4/+4
* Update to 1.0.1.marcus2006-11-233-4/+5
* Let USE_GNOME be overridden by slave ports. Needed for comming changes totmclaugh2006-11-111-1/+1
* Update to 1.0.0.marcus2006-11-113-16/+5
* Change the name of the dbus system socket to system_bus_socket per the dbustmclaugh2006-11-081-2/+2
* Make sure dbus-uuidgen --ensure is run during post-install to createmarcus2006-11-072-1/+2
* I was too over-zealous with patch removal in the 0.95 update. Restoremarcus2006-11-062-1/+10
* Update to 0.95.marcus2006-11-0610-110/+33
* Fix the rc script (must now source RC_SUBR before GNOME_SUBR)jylefort2006-10-311-2/+1
* Start dbus if gnome_enable is set to yes in /etc/rc.confjylefort2006-10-312-2/+5
* Update to 0.94.marcus2006-10-316-53/+31
* Add a missing #include to correct a problem where dbus would refuse tomarcus2006-10-272-4/+12
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-1415-504/+108
* Adjust the plist to avoid a conflict with USE_LDCONFIG by setting @cwd.marcus2006-09-122-5/+4
* Update to 0.62.marcus2006-06-144-11/+12
* * Rename our rc.d stop_postcmd function to be consistent with other scriptsmarcus2006-06-112-3/+9
* Remove a leftover directory.marcus2006-05-031-0/+1
* Teach dbus to look in ${X11BASE}/etc/dbus-1/system.d for system busmarcus2006-05-033-2/+16
* Add a half-second delay before HUP'ing the system daemon when the system.dmarcus2006-05-032-5/+8
* The system daemon is running as messagebus:messagebus, so it does notjylefort2006-04-284-11/+14
* Correct the plsit when QT support is enabled.marcus2006-04-211-1/+1
* - Drop bash build dependency. [1]bland2006-04-042-8/+11
* Update to 0.61.marcus2006-03-153-14/+14
* Conversion to a single libtool environment.ade2006-02-232-2/+5
* Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).marcus2006-02-181-1/+1
* * Fix creation of the dbus system socketmarcus2006-02-153-41/+19
* * Point localstatedir to /var to prevent the creation of /usr/local/varmarcus2006-02-151-2/+3
* Chase shlib bump of libexpat.kuriyama2006-01-311-2/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Update to 0.60.marcus2006-01-017-50/+48
* - Add SHA256 checksumspav2005-11-241-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* Update to 0.50.marcus2005-09-123-32/+14
* Update to 0.36.2.marcus2005-09-022-3/+3
* Update to 0.36.1.marcus2005-08-288-123/+10
* Correct placement of IGNORE so the slave port will actually pick it up.marcus2005-07-231-5/+7
* Mark py-dbus IGNORE on 4.X. It does not build, and GCC 3.4 won't help here.marcus2005-07-231-0/+5
* Update to 0.35.2.marcus2005-07-192-3/+3
* Update to 0.35.1.marcus2005-07-174-19/+8
* - Fix a patch which did not apply [1]jylefort2005-07-165-116/+38
* Update to 0.35, and hopefully fix cmsgcred alignment on non-i386 platforms.marcus2005-07-1610-86/+174
* Disable GTK+ support since it's only used for one tool, and that tool doesn'tmarcus2005-07-092-4/+3
* Remove the kqueue watch from the mainloop before unref'ing it. Thismarcus2005-07-032-10/+13
* Be sure to unref the kqueue watch along with marking the kqueue filemarcus2005-07-032-5/+14
* Reverse the logic used for kevent. Set timeout to NULL when setting the event,marcus2005-07-031-4/+4
* Fix a CPU hog problem with dbus running in fork mode. Kqueue is not sharedmarcus2005-07-032-5/+16
* Fix the build on 4.X.marcus2005-07-022-0/+60
* * Update to 0.34marcus2005-07-0110-43/+238
* Create the ${X11BASE} services directory in the correct location.marcus2005-06-101-3/+1
* Fix INDEX build:lesi2005-06-091-1/+3
* Be sure to create ${X11BASE}/share/dbus-1/services to avoid a startup problemmarcus2005-06-092-3/+7
* Teach dbus to look for session files in both PREFIX and X11BASE.marcus2005-06-072-0/+13
* Add patches for Mono and dbus-sharp.mezz2005-05-163-0/+134
* Update to 0.33.marcus2005-05-022-4/+3
* Correct patch location.marcus2005-04-271-2/+2
* Fix dbus and gnomekeyring on -CURRENT by not using LOCAL_CREDS. While itmarcus2005-04-262-11/+20
* Fix a double free problem that triggered a crash on -CURRENT.marcus2005-04-092-0/+23
* Fix build WITH_QT.lofi2005-04-072-1/+6
* Fix build with 4.x.adamw2005-04-041-0/+12
* Update to 0.32.marcus2005-04-038-18/+41
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* Update to 0.23.2.marcus2005-02-272-3/+3
* Update to 0.23.1.marcus2005-02-162-4/+3
* Remove some leftover directories.marcus2005-01-281-0/+3
* * Fix build on 4.Xmarcus2005-01-253-3/+24
* Update to 0.23.marcus2005-01-226-62/+32
* Adapt patches from gnomekeyring to dbus to fix alignment errors onmarcus2004-12-182-15/+63
* Fix fetch after fd.o's restructuring.marcus2004-11-261-1/+1
* Mark BROKEN when QT support is requested. Setting WITH_QTadamw2004-11-091-0/+1
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
* Update to 0.22.marcus2004-08-144-28/+10
* Fix the Python bindings build on -CURRENT, and make sure the Pythonmarcus2004-08-093-7/+9
* * Fix local session socket supportmarcus2004-07-276-15/+76
* * Fix the path to the dbus socketmarcus2004-07-226-2/+103
* Add dbus, Freedesktop.org's Desktop Bus. D-BUS is a message passing frameworkmarcus2004-07-229-0/+238