Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Apr 2002 15:46:58 +0100
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36848: Maintainer port update: emulators/uae
Message-ID:  <E16uDwY-0001xB-00@nelly.internal.irrelevant.org>

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

>Number:         36848
>Category:       ports
>Synopsis:       Maintainer port update: emulators/uae
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 07:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Fri Mar 8 12:44:33 GMT 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


	
>Description:

Fix to enable threading properly and enable the GUI

>How-To-Repeat:
>Fix:

Apply the patch below and delete files/patch-aa

Index: Makefile
===================================================================
RCS file: /usr/nfs/ncvs/ports/emulators/uae/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	9 Mar 2002 00:23:05 -0000	1.6
+++ Makefile	7 Apr 2002 14:42:28 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	uae
 PORTVERSION=	0.8.21
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/
 
@@ -14,9 +15,15 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-sound --enable-vidmode --enable-dga --disable-ui
+CONFIGURE_ARGS=	--enable-sound --enable-vidmode --enable-dga
 USE_XLIB=	yes
+USE_GTK=	yes
 
+CFLAGS+=	${PTHREAD_CFLAGS}
+
+pre-configure:
+	@${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \
+		${WRKSRC}/configure
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/uae ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/readdisk ${PREFIX}/bin
>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?E16uDwY-0001xB-00>