Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2011 00:50:55 GMT
From:      Barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156144: emulators/vice: fix patch & build
Message-ID:  <201104030050.p330otDc014961@red.freebsd.org>
Resent-Message-ID: <201104030100.p3310Lfr000268@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
 
-.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 <string.h>
-+
- 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 <stdlib.h>
++
+ void *vice_dynlib_open(const char *name)
+ {
+     return NULL;


>Release-Note:
>Audit-Trail:
>Unformatted:



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