From owner-freebsd-ports Sun Apr 7 7:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D473137B416 for ; Sun, 7 Apr 2002 07:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37Eo1M05951; Sun, 7 Apr 2002 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from nelly.internal.irrelevant.org (irrelevant.demon.co.uk [158.152.220.121]) by hub.freebsd.org (Postfix) with ESMTP id D9FA237B400 for ; Sun, 7 Apr 2002 07:47:00 -0700 (PDT) Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.35 #1) id 16uDwY-0001xB-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 07 Apr 2002 15:46:58 +0100 Message-Id: Date: Sun, 07 Apr 2002 15:46:58 +0100 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36848: Maintainer port update: emulators/uae Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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