aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.61.Joe Marcus Clarke2006-03-153-14/+14
| | | | Notes: svn path=/head/; revision=157101
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).Joe Marcus Clarke2006-02-171-1/+1
| | | | Notes: svn path=/head/; revision=156232
* * Fix creation of the dbus system socketJoe Marcus Clarke2006-02-153-41/+19
| | | | | | | * Update for the new USE_RC_SUBR world order Notes: svn path=/head/; revision=156082
* * Point localstatedir to /var to prevent the creation of /usr/local/varJoe Marcus Clarke2006-02-141-2/+3
| | | | | | | | | | * Fix IGNORE message PR: 92844 Submitted by: leeym Notes: svn path=/head/; revision=156047
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Update to 0.60.Joe Marcus Clarke2005-12-317-50/+48
| | | | Notes: svn path=/head/; revision=152497
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.50.Joe Marcus Clarke2005-09-113-32/+14
| | | | Notes: svn path=/head/; revision=142466
* Update to 0.36.2.Joe Marcus Clarke2005-09-022-3/+3
| | | | | | | Security: Fixes CAN-2005-0201 Notes: svn path=/head/; revision=141755
* Update to 0.36.1.Joe Marcus Clarke2005-08-288-123/+10
| | | | Notes: svn path=/head/; revision=141029
* Correct placement of IGNORE so the slave port will actually pick it up.Joe Marcus Clarke2005-07-221-5/+7
| | | | Notes: svn path=/head/; revision=139925
* Mark py-dbus IGNORE on 4.X. It does not build, and GCC 3.4 won't help here.Joe Marcus Clarke2005-07-221-0/+5
| | | | Notes: svn path=/head/; revision=139924
* Update to 0.35.2.Joe Marcus Clarke2005-07-192-3/+3
| | | | Notes: svn path=/head/; revision=139574
* Update to 0.35.1.Joe Marcus Clarke2005-07-164-19/+8
| | | | Notes: svn path=/head/; revision=139359
* - Fix a patch which did not apply [1]Jean-Yves Lefort2005-07-165-116/+38
| | | | | | | | | | - Fix build on 4.x - Also create ${PREFIX}/etc/dbus-1/system.d when installed from a package Reported by: Dennis Cabooter [1] Notes: svn path=/head/; revision=139357
* Update to 0.35, and hopefully fix cmsgcred alignment on non-i386 platforms.Joe Marcus Clarke2005-07-1610-86/+174
| | | | Notes: svn path=/head/; revision=139324
* Disable GTK+ support since it's only used for one tool, and that tool doesn'tJoe Marcus Clarke2005-07-092-4/+3
| | | | | | | seem to work anyway. Notes: svn path=/head/; revision=138757
* Remove the kqueue watch from the mainloop before unref'ing it. ThisJoe Marcus Clarke2005-07-032-10/+13
| | | | | | | eliminates one needless kevent system call. Notes: svn path=/head/; revision=138373
* Be sure to unref the kqueue watch along with marking the kqueue fileJoe Marcus Clarke2005-07-032-5/+14
| | | | | | | descriptor as invalid. Notes: svn path=/head/; revision=138370
* Reverse the logic used for kevent. Set timeout to NULL when setting the event,Joe Marcus Clarke2005-07-021-4/+4
| | | | | | | and timeout to the zero timespec when reading the event. Notes: svn path=/head/; revision=138352
* Fix a CPU hog problem with dbus running in fork mode. Kqueue is not sharedJoe Marcus Clarke2005-07-022-5/+16
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=138351
* Fix the build on 4.X.Joe Marcus Clarke2005-07-022-0/+60
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=138330
* * Update to 0.34Joe Marcus Clarke2005-07-0110-43/+238
| | | | | | | * Add kqueue support so to dynamically re-read new configuration files Notes: svn path=/head/; revision=138276
* Create the ${X11BASE} services directory in the correct location.Joe Marcus Clarke2005-06-091-3/+1
| | | | Notes: svn path=/head/; revision=137107
* Fix INDEX build:Dejan Lesjak2005-06-091-1/+3
| | | | | | | | | | "/usr/ports/devel/dbus-sharp/../dbus/Makefile", line 76: Unassociated shell command "${MKDIR} ${X11BASE}/share/dbus-1/services" Submitted by: flz Notes: svn path=/head/; revision=137098
* Be sure to create ${X11BASE}/share/dbus-1/services to avoid a startup problemJoe Marcus Clarke2005-06-092-3/+7
| | | | | | | with session-based dbus. Notes: svn path=/head/; revision=137084
* Teach dbus to look for session files in both PREFIX and X11BASE.Joe Marcus Clarke2005-06-072-0/+13
| | | | | | | Requested by: mezz Notes: svn path=/head/; revision=136956
* Add patches for Mono and dbus-sharp.Jeremy Messenger2005-05-163-0/+134
| | | | | | | BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Notes: svn path=/head/; revision=135323
* Update to 0.33.Joe Marcus Clarke2005-05-022-4/+3
| | | | Notes: svn path=/head/; revision=134481
* Correct patch location.Joe Marcus Clarke2005-04-261-2/+2
| | | | | | | Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp> Notes: svn path=/head/; revision=134209
* Fix dbus and gnomekeyring on -CURRENT by not using LOCAL_CREDS. While itJoe Marcus Clarke2005-04-262-11/+20
| | | | | | | | | works, it does not provide the pid information that the cmsgcred structure gives us. Dbus and gnomekeyring will now behave the same way on all versions of FreeBSD. Notes: svn path=/head/; revision=134177
* Fix a double free problem that triggered a crash on -CURRENT.Joe Marcus Clarke2005-04-092-0/+23
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=132801
* Fix build WITH_QT.Michael Nottebrock2005-04-072-1/+6
| | | | | | | Nodded through by: pav Notes: svn path=/head/; revision=132701
* Fix build with 4.x.Adam Weinberger2005-04-041-0/+12
| | | | | | | Reported by: Jimmie James <jimmiejaz@gmail.com> Notes: svn path=/head/; revision=132406
* Update to 0.32.Joe Marcus Clarke2005-04-028-18/+41
| | | | Notes: svn path=/head/; revision=132273
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.23.2.Joe Marcus Clarke2005-02-272-3/+3
| | | | Notes: svn path=/head/; revision=129871
* Update to 0.23.1.Joe Marcus Clarke2005-02-162-4/+3
| | | | Notes: svn path=/head/; revision=129005
* Remove some leftover directories.Joe Marcus Clarke2005-01-271-0/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=127511
* * Fix build on 4.XJoe Marcus Clarke2005-01-253-3/+24
| | | | | | | * Fix the locale directory in the tools build Notes: svn path=/head/; revision=127249
* Update to 0.23.Joe Marcus Clarke2005-01-226-62/+32
| | | | Notes: svn path=/head/; revision=127066
* Adapt patches from gnomekeyring to dbus to fix alignment errors onJoe Marcus Clarke2004-12-182-15/+63
| | | | | | | non-i386 platforms. Notes: svn path=/head/; revision=124340
* Fix fetch after fd.o's restructuring.Joe Marcus Clarke2004-11-251-1/+1
| | | | | | | Reported by: h <h@erathia.be> Notes: svn path=/head/; revision=122426
* Mark BROKEN when QT support is requested. Setting WITH_QTAdam Weinberger2004-11-091-0/+1
| | | | | | | causes configure to fail. Notes: svn path=/head/; revision=121167
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.22.Joe Marcus Clarke2004-08-144-28/+10
| | | | Notes: svn path=/head/; revision=116167