Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 22:54:58 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        petef@FreeBSD.org
Subject:   ports/44896: [patch] Fix devel/libevent on -current
Message-ID:  <200211042154.gA4Lsw1s015736@monster.ikea.net>

next in thread | raw e-mail | index | archive | help

>Number:         44896
>Category:       ports
>Synopsis:       [patch] Fix devel/libevent on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 14:00:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


>Description:
Prune port-supplied include to avoid conflicts on -current.
(Also tested on 4.6-STABLE)
>How-To-Repeat:
>Fix:
--- Makefile.orig	Mon Nov  4 22:45:01 2002
+++ Makefile	Mon Nov  4 22:53:34 2002
@@ -24,6 +24,9 @@
 	event.3 signal_set.3 event.3 signal_add.3 event.3 signal_del.3 \
 	event.3 signal_pending.3 event.3 signal_initialized.3
 
+post-patch:
+	${RM} ${WRKSRC}/compat/sys/time.h
+
 # install target strangely broken
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/event.h ${PREFIX}/include
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211042154.gA4Lsw1s015736>