Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 14:33:16 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10213: Update: emulators/mastergear
Message-ID:  <199902222233.OAA43783@area51.fremont.ca.us>

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

>Number:         10213
>Category:       ports
>Synopsis:       Update: emulators/mastergear
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 22 14:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Update of the mastergear port.  Now ships as an a.out binary. Is there 
a variable that needs to be set in the makefile telling of this???

I haven't been able to test if this port actually works as I don't
own any sega games but it ships from the website as "freebsd binary", so
it probably works.

>How-To-Repeat:

	

>Fix:
	
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/emulators/mastergear/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	1999/01/12 16:50:59	1.7
+++ Makefile	1999/02/22 22:26:02
@@ -6,19 +6,23 @@
 # $Id: Makefile,v 1.7 1999/01/12 16:50:59 vanilla Exp $
 #
 
-DISTNAME=	SMS
-PKGNAME=	mastergear-1.0
+DISTNAME=	MG12-FreeBSD-80x86-bin
+PKGNAME=	mastergear-1.2
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.komkon.org/fms/MG/
-DISTFILES=	MG.tar.Z
+EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	nacai@iname.com
 
+WRKSRC=		${WRKDIR}/SMS
+ONLY_FOR_ARCHS=	i386
+
+NO_BUILD=	yes
+STRIP=
 USE_X_PREFIX=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/mastergear
 	${INSTALL_DATA} ${WRKSRC}/MG.doc ${PREFIX}/share/mastergear
 
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/emulators/mastergear/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1997/07/01 11:40:58	1.2
+++ md5	1999/02/22 22:01:03
@@ -1 +1 @@
-MD5 (MG.tar.Z) = c8363cc604babad1eecfa496f980c224
+MD5 (MG12-FreeBSD-80x86-bin.tar.Z) = 6d85a90fcd13d321c6ed2b37658d7f71
cvs diff: patches/patch-aa was removed, no comparison available
Index: pkg/PLIST
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/emulators/mastergear/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1996/11/15 16:42:54	1.1.1.1
+++ PLIST	1999/02/22 22:27:05
@@ -1,3 +1,2 @@
 bin/mg
-bin/dasm
 share/mastergear/MG.doc
cvs diff: scripts/configure was removed, no comparison available

>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?199902222233.OAA43783>