summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-31 03:15:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-31 03:15:29 +0000
commitf76cc4dc7731e0685a80a5a3c8b662f2bd8630c8 (patch)
tree97735561872c3e310cd307fc7a8ed123b9d6c0bc /sysutils/hal
parentFix Makefile.layout to work with FreeBSD 4.x. (diff)
Update to the 20061030 snapshot which contains support for virtual GEOM
classes such as MIRROR, LABEL, GELI, etc. as well as fixes a bug with handling the return value from open(2) in the volume probing code.
Notes
Notes: svn path=/head/; revision=175630
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile5
-rw-r--r--sysutils/hal/distinfo6
-rw-r--r--sysutils/hal/files/patch-tools_hal-device.c11
-rw-r--r--sysutils/hal/files/patch-tools_lshal.c11
4 files changed, 6 insertions, 27 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 8ae73241949e..d204b91490e9 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 2
+PORTREVISION?= 0
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
@@ -31,6 +31,7 @@ USE_PYTHON= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-hwdata=${LOCALBASE}/share/pciids \
--with-backend=freebsd \
+ --disable-docbook-docs \
--with-socket-dir=/var/run/hald \
--with-pid-file=/var/run/hald/hald.pid
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -38,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTKDOC="false"
HALVERSION= 0.5.8
-SNAPVERSION= 20060917
+SNAPVERSION= 20061030
.if !defined(HAL_SLAVE)
USE_RC_SUBR= hald
diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo
index fbae75b4b988..10bd2423671f 100644
--- a/sysutils/hal/distinfo
+++ b/sysutils/hal/distinfo
@@ -1,3 +1,3 @@
-MD5 (hal-0.5.8.20060917.tar.bz2) = 786e8ccb7a2529c7df23ea4afdb3ff3a
-SHA256 (hal-0.5.8.20060917.tar.bz2) = d2d26318f1466a140a6fb9e8a2f425c8f81e90ddc12d292652ff52741def4264
-SIZE (hal-0.5.8.20060917.tar.bz2) = 1391794
+MD5 (hal-0.5.8.20061030.tar.bz2) = a0e18c4a17003fda7d3e8497f5fdbedf
+SHA256 (hal-0.5.8.20061030.tar.bz2) = 5cdb0eb02f96b3a520a5cdd7f6327e270907fcff6849bb249529031c80b55065
+SIZE (hal-0.5.8.20061030.tar.bz2) = 1393542
diff --git a/sysutils/hal/files/patch-tools_hal-device.c b/sysutils/hal/files/patch-tools_hal-device.c
deleted file mode 100644
index 3cda9aa14aa7..000000000000
--- a/sysutils/hal/files/patch-tools_hal-device.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/hal-device.c.orig Sat Oct 7 18:15:26 2006
-+++ tools/hal-device.c Sat Oct 7 18:15:34 2006
-@@ -155,7 +155,7 @@ int main(int argc, char **argv)
-
- libhal_ctx_shutdown(hal_ctx, &error);
- libhal_ctx_free(hal_ctx);
-- dbus_connection_disconnect(conn);
-+ dbus_connection_close(conn);
- dbus_connection_unref(conn);
- dbus_error_free(&error);
-
diff --git a/sysutils/hal/files/patch-tools_lshal.c b/sysutils/hal/files/patch-tools_lshal.c
deleted file mode 100644
index 4b7d289ef4d8..000000000000
--- a/sysutils/hal/files/patch-tools_lshal.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/lshal.c.orig Sat Oct 7 18:14:43 2006
-+++ tools/lshal.c Sat Oct 7 18:14:59 2006
-@@ -705,7 +705,7 @@ main (int argc, char *argv[])
- libhal_ctx_shutdown (hal_ctx, &error);
- libhal_ctx_free (hal_ctx);
-
-- dbus_connection_disconnect (conn);
-+ dbus_connection_close (conn);
- dbus_connection_unref (conn);
-
- if (show_device)