Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= dbus |
4 |
PORTNAME= dbus |
5 |
PORTVERSION= 1.8.20 |
5 |
PORTVERSION= 1.10.12 |
6 |
CATEGORIES= devel gnome |
6 |
CATEGORIES= devel gnome |
7 |
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ |
7 |
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ |
8 |
|
8 |
|
Lines 9-30
Link Here
|
9 |
MAINTAINER= gnome@FreeBSD.org |
9 |
MAINTAINER= gnome@FreeBSD.org |
10 |
COMMENT= Message bus system for inter-application communication |
10 |
COMMENT= Message bus system for inter-application communication |
11 |
|
11 |
|
|
|
12 |
LICENSE= GPLv2 |
13 |
|
12 |
LIB_DEPENDS= libexpat.so:textproc/expat2 |
14 |
LIB_DEPENDS= libexpat.so:textproc/expat2 |
13 |
|
15 |
|
14 |
PORTSCOUT= limitw:1,even |
16 |
PORTSCOUT= limitw:1,even |
15 |
|
17 |
|
16 |
USE_GNOME= # empty but we need it for USE_GNOME_SUBR |
18 |
USE_GNOME= # empty but we need it for USE_GNOME_SUBR |
17 |
USES= cpe gmake libtool pathfix |
19 |
USES= cpe gmake libtool localbase pathfix |
18 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
19 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
20 |
CONFIGURE_ARGS=--localstatedir=/var \ |
22 |
CONFIGURE_ARGS= --localstatedir=/var \ |
21 |
--with-test-socket-dir=${WRKDIR} \ |
23 |
--with-test-socket-dir=${WRKDIR} \ |
22 |
--with-system-pid-file=/var/run/dbus/dbus.pid \ |
24 |
--with-system-pid-file=/var/run/dbus/dbus.pid \ |
23 |
--with-system-socket=/var/run/dbus/system_bus_socket \ |
25 |
--with-system-socket=/var/run/dbus/system_bus_socket \ |
24 |
--with-session-socket-dir=/tmp \ |
26 |
--with-session-socket-dir=/tmp \ |
25 |
--disable-doxygen-docs |
27 |
--disable-doxygen-docs \ |
26 |
CPPFLAGS+= -I${LOCALBASE}/include |
28 |
--disable-selinux \ |
27 |
LDFLAGS+= -L${LOCALBASE}/lib |
29 |
--disable-apparmor \ |
|
|
30 |
--disable-systemd |
28 |
INSTALL_TARGET= install-strip |
31 |
INSTALL_TARGET= install-strip |
29 |
|
32 |
|
30 |
CPE_VENDOR= d-bus_project |
33 |
CPE_VENDOR= d-bus_project |
Lines 57-71
Link Here
|
57 |
${WRKSRC}/dbus/Makefile.in \ |
60 |
${WRKSRC}/dbus/Makefile.in \ |
58 |
${WRKSRC}/tools/Makefile.in |
61 |
${WRKSRC}/tools/Makefile.in |
59 |
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ s|test||g' ${WRKSRC}/Makefile.in |
62 |
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ s|test||g' ${WRKSRC}/Makefile.in |
60 |
@${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g ; \ |
|
|
61 |
s|dummy man2html|dummy man2html_disable|g' \ |
62 |
${WRKSRC}/configure |
63 |
@${REINPLACE_CMD} -e 's|install-data-am: install-data-local|install-data-am:|g' \ |
64 |
${WRKSRC}/tools/Makefile.in |
65 |
|
63 |
|
66 |
post-install: |
64 |
post-install: |
67 |
@${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/interfaces |
65 |
@${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/interfaces |
68 |
@${MKDIR} ${STAGEDIR}/var/run/dbus |
66 |
@${MKDIR} ${STAGEDIR}/var/run/dbus |
69 |
@${MKDIR} ${STAGEDIR}/var/db/dbus |
67 |
@${MKDIR} ${STAGEDIR}/var/db/dbus |
|
|
68 |
@${RMDIR} ${STAGEDIR}/var/lib/dbus ${STAGEDIR}/var/lib |
70 |
|
69 |
|
71 |
.include <bsd.port.mk> |
70 |
.include <bsd.port.mk> |