From 9e5f4fa7e3294e404539c475f12d41c0bfcdbfdf Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 13 Mar 2010 22:30:46 +0000 Subject: Linux is more relaxed when it comes to the timeout argument to poll(2). Linux will accept aby negative number to mean an infinite timeout. FreeBSD will only accept -1. Make sure we do not pass an aribtrary negative number to poll(2) to avoid an infinite EINVAL loop. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13818 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/dbus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/dbus/Makefile') diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index b053849af..ef8c4d98d 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD: ports/devel/dbus/Makefile,v 1.77 2009/11/28 20:05:31 marcus Exp $ -# $MCom: ports/devel/dbus/Makefile,v 1.36 2010/02/13 18:57:59 marcus Exp $ +# $MCom: ports/devel/dbus/Makefile,v 1.37 2010/02/15 13:38:59 kwm Exp $ # PORTNAME= dbus PORTVERSION?= 1.2.20 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ -- cgit v1.2.3