FreeBSD Bugzilla – Attachment 134567 Details for
Bug 179245
[patch] games/scummvm update to 1.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.34 KB, created by
Alex Kozlov
on 2013-06-03 05:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kozlov
Created:
2013-06-03 05:10:00 UTC
Size:
2.34 KB
patch
obsolete
>Index: games/scummvm/Makefile >@@ -1,13 +1,8 @@ >-# New ports collection makefile for: scummvm >-# Date created: Tue Sep 2 23:34:32 BST 2003 >-# Whom: Alex Trull <freebsd.alex@trull.org> >-# >+# Created by: Alex Trull <freebsd.alex@trull.org> > # $FreeBSD: ports/games/scummvm/Makefile,v 1.72 2013/01/23 15:05:34 svnexp Exp $ >-# > > PORTNAME= scummvm >-DISTVERSION= 1.5.0 >-PORTREVISION= 1 >+DISTVERSION= 1.6.0 > CATEGORIES= games emulators > MASTER_SITES= SF > MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} >@@ -64,6 +59,10 @@ > > .include <bsd.port.options.mk> > >+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" >+BROKEN= Does not compile on ia64, powerpc, or sparc64 >+.endif >+ > .if ${PORT_OPTIONS:MVORBIS} > LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg \ > vorbis:${PORTSDIR}/audio/libvorbis >@@ -99,26 +98,20 @@ > .endif > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin >- @${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6 >+ ${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${MAN6PREFIX}/man/man6 > @${MKDIR} ${DATADIR} >- @${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR} >- @${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR} >- @${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR} > .for i in ${ENGINEDATA} >- @${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR} > .endfor > .if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} > .for i in ${PORTDOCS} >- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} > .endfor > .endif > >-.include <bsd.port.pre.mk> >- >-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" >-BROKEN= Does not compile on ia64, powerpc, or sparc64 >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: games/scummvm/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (scummvm-1.5.0.tar.bz2) = 81831cd878a8daad2976f65c92139a2102233082c7d2770579d7e425b19cea2e >-SIZE (scummvm-1.5.0.tar.bz2) = 17455085 >+SHA256 (scummvm-1.6.0.tar.bz2) = 396060da6a8f391438055c292a280048d29dc408c5b615db43256a86f0e57ec4 >+SIZE (scummvm-1.6.0.tar.bz2) = 18516277
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 179245
: 134567