From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 8 05:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E134870 for ; Thu, 8 Nov 2012 05:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E46EE8FC15 for ; Thu, 8 Nov 2012 05:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA85e0Yu005992 for ; Thu, 8 Nov 2012 05:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA85e0WU005991; Thu, 8 Nov 2012 05:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 8 Nov 2012 05:40:00 GMT Resent-Message-Id: <201211080540.qA85e0WU005991@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, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5ECF702 for ; Thu, 8 Nov 2012 05:31:14 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:43:76:96:30:64]) by mx1.freebsd.org (Postfix) with ESMTP id A9F388FC0A for ; Thu, 8 Nov 2012 05:31:14 +0000 (UTC) Received: from omta01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by qmta07.emeryville.ca.mail.comcast.net with comcast id LtDM1k0050EPchoA7tXEhw; Thu, 08 Nov 2012 05:31:14 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta01.emeryville.ca.mail.comcast.net with comcast id LtXD1k0022anbQt8MtXDsM; Thu, 08 Nov 2012 05:31:14 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id B94812845D; Thu, 8 Nov 2012 00:31:12 -0500 (EST) Message-Id: <20121108053112.B94812845D@kirby.cyberbotx.com> Date: Thu, 8 Nov 2012 00:31:12 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173464: [PATCH] emulators/linux-pete-mesagpu: update to 1.77, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 05:40:01 -0000 >Number: 173464 >Category: ports >Synopsis: [PATCH] emulators/linux-pete-mesagpu: update to 1.77, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 08 05:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct 1 19:56:21 EDT >Description: - Update to 1.77 - Take maintainership Note: This PR relies on PR ports/173462. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- linux-pete-mesagpu-1.77.patch begins here --- diff -ruN --exclude=CVS /usr/ports/emulators/linux-pete-mesagpu/Makefile ./Makefile --- /usr/ports/emulators/linux-pete-mesagpu/Makefile 2012-10-07 17:07:46.000000000 -0400 +++ ./Makefile 2012-11-07 23:55:46.000000000 -0500 @@ -1,34 +1,28 @@ -# New ports collection makefile for: linux-pete-mesagpu -# Date created: 23 Dec 2002 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD: head/emulators/linux-pete-mesagpu/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= pete-mesagpu -PORTVERSION= 1.76 -PORTREVISION= 1 +PORTVERSION= ${MESAGPU_VERSION} CATEGORIES= emulators linux MASTER_SITES= http://www.pbernert.com/ PKGNAMEPREFIX= linux- -DISTNAME= gpupetemesagl${MAJOR}${MINOR} +DISTFILES= gpupetemesagl${MAJOR}${MINOR}${EXTRACT_SUFX} \ + ${CFG_DISTFILE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) -.ifdef WITH_NVIDIA_GL -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -USE_LINUX_APPS+=dri -.endif - NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes USE_LINUX_APPS= gtk xorglibs +PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 +OPTIONS_DEFINE= NVIDIA_GL +NVIDIA_GL_DESC= Use nVidia OpenGL driver + MAJOR= ${PORTVERSION:R} MINOR= ${PORTVERSION:E} PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} @@ -37,17 +31,27 @@ PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +.include + +.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" + +.if ${PORT_OPTIONS:MNVIDIA_GL} +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +.else +USE_LINUX_APPS+=dri +.endif + do-install: ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} ${INSTALL_DATA} ${WRKSRC}/gpuPeteMesaGL.cfg ${PSEMUPRO_CFGFILES_DIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif diff -ruN --exclude=CVS /usr/ports/emulators/linux-pete-mesagpu/distinfo ./distinfo --- /usr/ports/emulators/linux-pete-mesagpu/distinfo 2012-10-07 17:07:46.000000000 -0400 +++ ./distinfo 2012-11-08 00:01:10.000000000 -0500 @@ -1,2 +1,4 @@ -SHA256 (gpupetemesagl176.tar.gz) = b974caf7798fdf8e8f024dea97cadcbb0d34d6f7e871517e03fc1c6d5a6b56c6 -SIZE (gpupetemesagl176.tar.gz) = 198545 +SHA256 (gpupetemesagl177.tar.gz) = c37238973f00625cdc6798cbeab0b78d62c5e041eb1e7cb0a4bc09006873126d +SIZE (gpupetemesagl177.tar.gz) = 182012 +SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91 +SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589 diff -ruN --exclude=CVS /usr/ports/emulators/linux-pete-mesagpu/pkg-plist ./pkg-plist --- /usr/ports/emulators/linux-pete-mesagpu/pkg-plist 2012-10-07 17:07:46.000000000 -0400 +++ ./pkg-plist 2012-11-07 22:38:07.000000000 -0500 @@ -7,6 +7,3 @@ @dirrmtry libexec/psemupro @dirrmtry share/psemupro/cfg @dirrmtry share/psemupro -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/version.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- linux-pete-mesagpu-1.77.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: