mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
* Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message PR: 92844 Submitted by: leeym
This commit is contained in:
parent
923e3e9da9
commit
528e27bd7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156047
2 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= dbus
|
||||
PORTVERSION= 0.60
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES?= devel gnome
|
||||
MASTER_SITES= http://dbus.freedesktop.org/releases/
|
||||
|
||||
|
@ -29,6 +29,7 @@ CONFIGURE_ARGS?=--disable-gtk \
|
|||
--disable-qt \
|
||||
--disable-mono \
|
||||
--disable-mono-docs \
|
||||
--localstatedir=/var \
|
||||
--with-system-pid-file=/var/run/dbus.pid \
|
||||
--with-system-socket=/var/run/dbus \
|
||||
--with-session-socket-dir=/var/tmp \
|
||||
|
@ -77,7 +78,7 @@ post-install:
|
|||
.if defined(PKGNAMEPREFIX)
|
||||
.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
|
||||
# Ignore for py-dbus
|
||||
IGNORE= Does not build on 4.X
|
||||
IGNORE= does not build on 4.X
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ CONFIGURE_ARGS= --enable-python \
|
|||
--disable-mono-docs \
|
||||
--disable-gtk \
|
||||
--disable-qt3 \
|
||||
--localstatedir=/var \
|
||||
--with-system-pid-file=/var/run/dbus.pid \
|
||||
--with-system-socket=/var/run/dbus \
|
||||
--with-session-socket-dir=/var/tmp \
|
||||
|
|
Loading…
Add table
Reference in a new issue