summaryrefslogtreecommitdiffstats
path: root/devel/dbus
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.20.marcus2008-03-082-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10614 df743ca5-7f9a-e211-a948-0013205c9059
* Fix runtime on 64-bit platforms. Maybe now I can get CK to work properlymarcus2008-02-162-1/+76
| | | | | | | on amd64. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10456 df743ca5-7f9a-e211-a948-0013205c9059
* Fix permission on files when installing packages.marcus2008-02-112-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10392 df743ca5-7f9a-e211-a948-0013205c9059
* Remove PIE linker flags to fix the build on amd64 with GCC 4.2.1. Thismarcus2008-01-231-0/+20
| | | | | | | has been reported as https://bugs.freedesktop.org/show_bug.cgi?id=14204. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10216 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2008-01-201-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10175 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.1.4 (aka 1.2.0 RC 2).marcus2008-01-205-77/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10173 df743ca5-7f9a-e211-a948-0013205c9059
* Take ownership over PREFIX/dbus-1/interfaces.marcus2008-01-202-1/+4
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10171 df743ca5-7f9a-e211-a948-0013205c9059
* Add some missing directories to the plist, and remove X11BASE.marcus2008-01-203-23/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10162 df743ca5-7f9a-e211-a948-0013205c9059
* Add ${PTHREAD_LIBS} in LDFLAGS to fix the build for FreeBSD 6.x and below.mezz2008-01-201-1/+1
| | | | | | | Reported by: GNOME Tinderbox git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10161 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 1.1.2.marcus2008-01-1112-0/+316
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10052 df743ca5-7f9a-e211-a948-0013205c9059
* Clean out MarcusCom after the big import into ports.marcus2006-10-1415-417/+0
| | | | | | | Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
* Now that the test socket can be separate from the main socket, we do notmarcus2006-10-131-12/+1
| | | | | | | need the pre-su-install target. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7747 df743ca5-7f9a-e211-a948-0013205c9059
* - Sync w/ FreeBSD ports.mezz2006-10-112-2/+2
| | | | | | | | | - Some misc fixes such as add about three missing files, need to bump and etc. - Reset $FreeBSD$, it was not supposed to be include in this commit as I want to keep it seperate, but I accidented ran the script. Ah well. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7696 df743ca5-7f9a-e211-a948-0013205c9059
* * Use USE_LDCONFIG instead of INSTALLS_SHLIBmarcus2006-10-101-2/+5
| | | | | | | * Respect WITHOUT_X11, and prevent USE_XLIB from being passed to dbus slaves git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7692 df743ca5-7f9a-e211-a948-0013205c9059
* Restore the DBUS_SLAVE checks to fix dbus-sharp.marcus2006-10-091-0/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7679 df743ca5-7f9a-e211-a948-0013205c9059
* - Let dbus-sharp override PORTVERSION to keep dbus-sharp at .62ahze2006-10-081-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7657 df743ca5-7f9a-e211-a948-0013205c9059
* More pthread fixes for tools.marcus2006-10-082-11/+34
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7655 df743ca5-7f9a-e211-a948-0013205c9059
* Add USE_XLIB since dbus can use X, and use it in a good way. I don't thinkmarcus2006-10-081-0/+1
| | | | | | | | there are any non-X dbus consumers anyway (yes, HAL, but does anyone use HAL by itself?). git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7654 df743ca5-7f9a-e211-a948-0013205c9059
* Handle substitution of PTHREAD_LIBS.marcus2006-10-081-2/+19
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7653 df743ca5-7f9a-e211-a948-0013205c9059
* Add some more pthread fixes.marcus2006-10-083-7/+18
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7652 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build on 6.X and lower by making sure to include PTHREAD_LIBS withmarcus2006-10-082-1/+13
| | | | | | | DBUS_BUS_LIBS. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7637 df743ca5-7f9a-e211-a948-0013205c9059
* Add a missing dependency on gnometarget.marcus2006-10-081-1/+2
| | | | | | | Reported by: killfill on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7625 df743ca5-7f9a-e211-a948-0013205c9059
* Update dbus to 0.93, add dbus-glib at 0.71, update py-dbus to 0.71, and chasemarcus2006-10-0813-0/+355
| | | | | | | all dbus dependencies. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7616 df743ca5-7f9a-e211-a948-0013205c9059
* Remove dbus now that it is in the main ports tree.marcus2004-07-229-263/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2525 df743ca5-7f9a-e211-a948-0013205c9059
* Add dbus, a message bus for inter-process communication. This forms themarcus2004-06-239-0/+263
foundation of Project Utopia. While I feel this port is mostly complete, it deserves some more testing before bringing it into the main ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2407 df743ca5-7f9a-e211-a948-0013205c9059