From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 3 01:00:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F186106566C for ; Sun, 3 Apr 2011 01:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 148468FC0A for ; Sun, 3 Apr 2011 01:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3310LFs000269 for ; Sun, 3 Apr 2011 01:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3310Lfr000268; Sun, 3 Apr 2011 01:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 3 Apr 2011 01:00:21 GMT Resent-Message-Id: <201104030100.p3310Lfr000268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542731065673 for ; Sun, 3 Apr 2011 00:50:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 438AD8FC18 for ; Sun, 3 Apr 2011 00:50:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p330otN3014962 for ; Sun, 3 Apr 2011 00:50:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p330otDc014961; Sun, 3 Apr 2011 00:50:55 GMT (envelope-from nobody) Message-Id: <201104030050.p330otDc014961@red.freebsd.org> Date: Sun, 3 Apr 2011 00:50:55 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156144: emulators/vice: fix patch & build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 01:00:24 -0000 >Number: 156144 >Category: ports >Synopsis: emulators/vice: fix patch & build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 03 01:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_8 >Organization: >Environment: FreeBSD satanasso.local.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 16:45:15 CEST 2011 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Fix patch and build after last commit >How-To-Repeat: cd /usr/port/emulators/vice && make >Fix: Patch attached with submission follows: --- Makefile.orig 2011-04-02 20:54:37.000000000 +0200 +++ Makefile 2011-04-03 02:22:33.000000000 +0200 @@ -86,14 +86,6 @@ .include -.if defined(WITH_LIBUSB) -.if ${OSVERSION}<800063 -LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb -.endif -.else -CONFIGURE_ARGS+= --disable-libusb -.endif - .if exists(${LOCALBASE}/bin/fc-cache) PLIST_SUB+= FCCACHE="" PLIST_SUB+= NOFCCACHE="@comment " --- files/patch-dynlib.c.orig 2009-12-25 19:24:02.000000000 +0100 +++ files/patch-dynlib.c 2011-04-03 02:33:41.000000000 +0200 @@ -1,11 +1,11 @@ ---- src/arch/unix/dynlib.c.orig 2009-10-21 18:46:46.000000000 +0200 -+++ src/arch/unix/dynlib.c 2009-12-25 19:00:10.000000000 +0100 -@@ -51,6 +51,8 @@ - - #else - -+#include -+ - void *vice_dynlib_open(const char *name) - { - return NULL; +--- src/arch/unix/dynlib.c.orig 2009-12-20 18:54:03.000000000 +0100 ++++ src/arch/unix/dynlib.c 2011-04-03 02:33:30.000000000 +0200 +@@ -52,6 +52,8 @@ + + #else + ++#include ++ + void *vice_dynlib_open(const char *name) + { + return NULL; >Release-Note: >Audit-Trail: >Unformatted: