Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 02:38:05 GMT
From:      L Campbell <llc2w@virginia.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158929: emulators/desmume updated to 0.9.7
Message-ID:  <201107150238.p6F2c5CD048105@red.freebsd.org>
Resent-Message-ID: <201107150240.p6F2e99I017179@freefall.freebsd.org>

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

>Number:         158929
>Category:       ports
>Synopsis:       emulators/desmume updated to 0.9.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 02:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     L Campbell
>Release:        8.2-RELEASE
>Organization:
>Environment:
>Description:
Update emulators/desmume from 0.9.6 to 0.9.7
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --from desmume.orig desmume.orig/Makefile desmume/Makefile
--- desmume.orig/Makefile	2011-07-14 20:23:15.000000000 +0000
+++ desmume/Makefile	2011-07-14 21:25:24.000000000 +0000
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	desmume
-PORTVERSION=	0.9.6
-PORTREVISION=	2
+PORTVERSION=	0.9.7
 CATEGORIES=	emulators
 MASTER_SITES=	SF
-EXTRACT_SUFX=	-1.tar.gz
 
 MAINTAINER=	llc2w@virginia.edu
 COMMENT=	Nintendo DS emulator
@@ -31,6 +29,9 @@
 CXXFLAGS+=	-I${LOCALBASE}/include -DGTKGLEXT_AVAILABLE -DHAVE_LIBGDKGLEXT_X11_1_0 \
 		-DHAVE_GL_GL_H -DHAVE_GL_GLU_H
 
+CFLAGS+=	-I${LOCALBASE}/include -DGTKGLEXT_AVAILABLE -DHAVE_LIBGDKGLEXT_X11_1_0 \
+		-DHAVE_GL_GL_H -DHAVE_GL_GLU_H
+
 MAN1=		desmume-cli.1 \
 		desmume-glade.1 \
 		desmume.1
@@ -41,4 +42,7 @@
 BROKEN=		Does not compile on ia64
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|mode_t|mode_t_|g' ${WRKSRC}/src/utils/libfat/libfat_pc.h
+
 .include <bsd.port.post.mk>
diff -ruN --from desmume.orig desmume.orig/distinfo desmume/distinfo
--- desmume.orig/distinfo	2011-07-14 20:23:15.000000000 +0000
+++ desmume/distinfo	2011-07-14 21:23:52.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (desmume-0.9.6-1.tar.gz) = a4f8e98d586a2363d78e9d26dc330fe4
-SHA256 (desmume-0.9.6-1.tar.gz) = 9dabdb7a5e89aca5b8427fe12a712b6ead52a39de47c7f136db69200b6930742
-SIZE (desmume-0.9.6-1.tar.gz) = 1018567
+SHA256 (desmume-0.9.7.tar.gz) = 0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523
+SIZE (desmume-0.9.7.tar.gz) = 1142550


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



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