FreeBSD Bugzilla – Attachment 27507 Details for
Bug 46627
[PATCH] upgrade stella to 1.2 (1.1 is broken in -CURRENT)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.49 KB, created by
Keith Jones
on 2002-12-30 05:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Keith Jones
Created:
2002-12-30 05:20:00 UTC
Size:
2.49 KB
patch
obsolete
>--- Makefile.orig Sun Nov 10 16:45:56 2002 >+++ Makefile Mon Dec 30 04:40:52 2002 >@@ -1,14 +1,21 @@ >-# New ports collection makefile for: stella-1.1 >-# Date created: March 4, 1999 >-# Whom: Jacques Vidrine <nectar@FreeBSD.org> >+# New ports collection makefile for: stella-1.2 >+# Date created: December 30, 2002 >+# Whom: Keith Jones <kmjones@blueyonder.co.uk> > # >-# $FreeBSD: ports/emulators/stella/Makefile,v 1.14 2002/11/10 16:45:56 lioux Exp $ >+# $FreeBSD$ > # > > PORTNAME= stella >-PORTVERSION= 1.1 >+PORTVERSION= 1.2 > CATEGORIES= emulators >-MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/stella/1.1/ >+MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/stella/ \ >+ http://umn.dl.sourceforge.net/sourceforge/stella/ \ >+ http://telia.dl.sourceforge.net/sourceforge/stella/ \ >+ http://easynews.dl.sourceforge.net/sourceforge/stella/ \ >+ http://twtelecom.dl.sourceforge.net/sourceforge/stella/ \ >+ http://belnet.dl.sourceforge.net/sourceforge/stella/ \ >+ http://switch.dl.sourceforge.net/sourceforge/stella/ \ >+ http://cesnet.dl.sourceforge.net/sourceforge/stella/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-src > > MAINTAINER= ports@FreeBSD.org > > PORTTOP= ${WRKDIR}/${PKGNAME} > WRKSRC= ${PORTTOP}/src/build >+USE_GMAKE= yes > MAKEFILE= makefile > ALL_TARGET= freebsd-x > > USE_XLIB= yes > >-ROMSDIR= ${PREFIX}/share/stella/roms >-ROMS= ELK.BIN OKIEDOKE.BIN OYSTR29.BIN TEST.BIN TPS.BIN > DOCSDIR= ${PREFIX}/share/doc/stella >-DOCS= docs/Stella.pdf games/docs/elk.doc games/docs/okiedoke.doc \ >- games/docs/oystron.doc games/docs/tps.doc >+DOCS= docs/stella.html >+GFX= docs/graphics/chucky_cheese.png \ >+ docs/graphics/circuit.png \ >+ docs/graphics/console.png \ >+ docs/graphics/jr_pacman.png \ >+ docs/graphics/pacman.png \ >+ docs/graphics/secret_quest.png \ >+ docs/graphics/space_invaders.png > > post-build: > @(cd ${PORTTOP}/src/ui/sound && \ >@@ -34,19 +46,19 @@ > ${MAKE_ARGS} oss) > > do-install: >-.for exe in src/build/xstella src/ui/sound/stella-sound >+.for exe in src/build/stella.x11 src/ui/sound/stella-sound > ${INSTALL_PROGRAM} ${PORTTOP}/${exe} ${PREFIX}/bin/ > .endfor >- ${MKDIR} ${ROMSDIR} >-.for rom in ${ROMS} >- ${INSTALL_DATA} ${PORTTOP}/games/ROMS/${rom} ${ROMSDIR}/ >-.endfor > ${INSTALL_DATA} ${PORTTOP}/src/emucore/stella.pro \ > ${PREFIX}/share/stella/ > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > .for doc in ${DOCS} > ${INSTALL_DATA} ${PORTTOP}/${doc} ${DOCSDIR}/ >+.endfor >+ ${MKDIR} ${DOCSDIR}/graphics >+.for gfx in ${GFX} >+ ${INSTALL_DATA} ${PORTTOP}/${gfx} ${DOCSDIR}/graphics/ > .endfor > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46627
:
27502
|
27503
|
27504
|
27505
|
27506
| 27507 |
27508
|
27509