FreeBSD Bugzilla – Attachment 174727 Details for
Bug 212656
games/sl: update to 5.02
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
sl.patch (text/plain), 3.48 KB, created by
Dmitry Marakasov
on 2016-09-13 13:43:23 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-09-13 13:43:23 UTC
Size:
3.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 409667) >+++ Makefile (working copy) >@@ -2,21 +2,23 @@ > # $FreeBSD$ > > PORTNAME= sl >-PORTVERSION=5.01 >+PORTVERSION= 5.02 > CATEGORIES= games > > MAINTAINER= hym@cocoa.freemail.ne.jp > COMMENT= Steam locomotive runs across the screen if you type "sl" instead of "ls" > >-USES= ncurses > USE_GITHUB= yes > GH_ACCOUNT= mtoyoda > >+USES= ncurses > PLIST_FILES= bin/${PORTNAME} \ > man/man1/${PORTNAME}.1.gz \ > man/ja/man1/${PORTNAME}.1.gz > PORTDOCS= * > >+OPTIONS_DEFINE= DOCS >+ > do-build: > ${CC} ${CFLAGS} -I${WRKSRC} -o ${WRKSRC}/sl ${WRKSRC}/sl.c \ > ${LDFLAGS} -lncurses >@@ -25,6 +27,8 @@ > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 > ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.ja ${STAGEDIR}${MANPREFIX}/man/ja/man1/${PORTNAME}.1 >+ >+do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in README.md README.ja.md LICENSE > ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} >Index: distinfo >=================================================================== >--- distinfo (revision 390640) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (mtoyoda-sl-5.01_GH0.tar.gz) = b16fcaa40cb195105e97f86280e3f37a9011d0c01d7e534946386d126408f6da >-SIZE (mtoyoda-sl-5.01_GH0.tar.gz) = 5251 >+TIMESTAMP = 1473706488 >+SHA256 (mtoyoda-sl-5.02_GH0.tar.gz) = 1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a >+SIZE (mtoyoda-sl-5.02_GH0.tar.gz) = 5353 >Index: files/patch-sl.c >=================================================================== >--- files/patch-sl.c (revision 390640) >+++ files/patch-sl.c (nonexistent) >@@ -1,60 +0,0 @@ >---- sl.c.orig 2014-01-04 00:18:33.000000000 -0500 >-+++ sl.c 2014-03-16 16:16:47.000000000 -0400 >-@@ -37,6 +37,12 @@ >- #include <unistd.h> >- #include "sl.h" >- >-+int add_sl(int); >-+int add_C51(int); >-+int add_D51(int); >-+void add_man(int, int); >-+void add_smoke(int, int); >-+ >- int ACCIDENT = 0; >- int LOGO = 0; >- int FLY = 0; >-@@ -99,6 +105,8 @@ >- } >- mvcur(0, COLS - 1, LINES - 1, 0); >- endwin(); >-+ >-+ return 0; >- } >- >- >-@@ -143,7 +151,7 @@ >- } >- >- >--add_D51(int x) >-+int add_D51(int x) >- { >- static char *d51[D51PATTERNS][D51HIGHT + 1] >- = {{D51STR1, D51STR2, D51STR3, D51STR4, D51STR5, D51STR6, D51STR7, >-@@ -183,7 +191,7 @@ >- return OK; >- } >- >--add_C51(int x) >-+int add_C51(int x) >- { >- static char *c51[C51PATTERNS][C51HIGHT + 1] >- = {{C51STR1, C51STR2, C51STR3, C51STR4, C51STR5, C51STR6, C51STR7, >-@@ -224,7 +232,7 @@ >- } >- >- >--int add_man(int y, int x) >-+void add_man(int y, int x) >- { >- static char *man[2][2] = {{"", "(O)"}, {"Help!", "\\O/"}}; >- int i; >-@@ -235,7 +243,7 @@ >- } >- >- >--int add_smoke(int y, int x) >-+void add_smoke(int y, int x) >- #define SMOKEPTNS 16 >- { >- static struct smokes { > >Property changes on: files/patch-sl.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 390640) >+++ pkg-descr (working copy) >@@ -4,4 +4,4 @@ > > This program was written by TOYODA Masashi > >-WWW: http://www.is.titech.ac.jp/~toyoda/ >+WWW: http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html
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 212656
: 174727