FreeBSD Bugzilla – Attachment 130980 Details for
Bug 175012
emulators/prodosemu: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.77 KB, created by
tkato432
on 2013-01-05 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-01-05 18:10:01 UTC
Size:
1.77 KB
patch
obsolete
>diff -urN /usr/ports/emulators/prodosemu/Makefile emulators/prodosemu/Makefile >--- /usr/ports/emulators/prodosemu/Makefile 2012-11-08 10:16:39.000000000 +0900 >+++ emulators/prodosemu/Makefile 2013-01-05 22:54:24.000000000 +0900 >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: prodosemu >-# Date created: 18th February 1997 >-# Whom: Joel Sutton <sutton@aardvark.apana.org.au> >-# >+# Created by: Joel Sutton <sutton@aardvark.apana.org.au> > # $FreeBSD: head/emulators/prodosemu/Makefile 300896 2012-07-14 13:54:48Z beat $ >-# > > PORTNAME= prodosemu > PORTVERSION= 0.1 >@@ -12,22 +8,24 @@ > DISTNAME= ${PORTNAME}.v${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= A text based Apple IIe ProDOS emulator >+COMMENT= Text based Apple IIe ProDOS emulator > > RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed. >+ > WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} > >+MAKE_JOBS_SAFE= yes >+ >+PORTDOCS= README > PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom > PLIST_DIRS= share/apple2 > >-.if !defined(NOPORTDOCS) >-PORTDOCS= README >-.endif >+.include <bsd.port.options.mk> > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR}) > .endif > > .include <bsd.port.mk> >diff -urN /usr/ports/emulators/prodosemu/files/patch-ac emulators/prodosemu/files/patch-ac >--- /usr/ports/emulators/prodosemu/files/patch-ac 2012-11-08 10:16:38.000000000 +0900 >+++ emulators/prodosemu/files/patch-ac 2012-10-24 02:10:48.000000000 +0900 >@@ -12,3 +12,12 @@ > > extern char prodosroot[]; > >+@@ -24,7 +28,7 @@ >+ exit (1); >+ } >+ >+-void main (int argc,char **argv) >++int main (int argc,char **argv) >+ { >+ short int byte; >+ int i, addr; /* Loop iterators */
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 175012
: 130980