FreeBSD Bugzilla – Attachment 198857 Details for
Bug 232885
lang/retro12: update to 2018.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
alternate-diff-rename-ri
svn-diff-ri12 (text/plain), 3.52 KB, created by
Walter Schwarzenfeld
on 2018-11-01 14:35:49 UTC
(
hide
)
Description:
alternate-diff-rename-ri
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2018-11-01 14:35:49 UTC
Size:
3.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 483658) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= retro12 >-DISTVERSION= 2018.4.20 >+DISTVERSION= 2018.8 > CATEGORIES= lang > MASTER_SITES= https://forthworks.com/retro/r/ > DISTNAME= ${PORTNAME:tu}-${DISTVERSION} >@@ -30,7 +30,7 @@ > bin/listener \ > bin/muri \ > bin/repl \ >- bin/ri \ >+ bin/ri12 \ > bin/rre \ > bin/unu > >@@ -50,4 +50,10 @@ > INSTALL_TARGET= install-strip > TEST_TARGET= test > >+REINPLACE_ARGS= -i "" >+ >+SHEBANG_FILES+= ${WRKSRC}/example/Atua* >+ >+post-install: >+ ${REINPLACE_CMD} -e 's|/usr/bin/rre|${LOCALBASE}/rre|' ${STAGEDIR}${PREFIX}/share/examples/retro12/example/Atua* > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 483658) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1524275523 >-SHA256 (RETRO12-2018.4.20.tar.gz) = 431e03ce575553df326eca33e483d279b13b83209d737fec90ee3f2a77a6bc17 >-SIZE (RETRO12-2018.4.20.tar.gz) = 216832 >+TIMESTAMP = 1541075447 >+SHA256 (RETRO12-2018.8.tar.gz) = 9458f3c82d8e6fa54148b210420e4314e886c3020b3cb0392e801f308d5fe5a5 >+SIZE (RETRO12-2018.8.tar.gz) = 538215 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (nonexistent) >+++ files/patch-Makefile (working copy) >@@ -0,0 +1,47 @@ >+--- Makefile.orig 2018-11-01 14:31:57 UTC >++++ Makefile >+@@ -16,7 +16,7 @@ clean: >+ rm -f bin/muri >+ rm -f bin/RETRO12.html >+ rm -f bin/repl >+- rm -f bin/ri >++ rm -f bin/ri* >+ rm -f bin/rre >+ rm -f bin/unu >+ >+@@ -28,7 +28,7 @@ install: build install-data install-docs >+ install -c -m 755 bin/listener $(DESTDIR)$(PREFIX)/bin/listener >+ install -c -m 755 bin/muri $(DESTDIR)$(PREFIX)/bin/muri >+ install -c -m 755 bin/repl $(DESTDIR)$(PREFIX)/bin/repl >+- install -c -m 755 bin/ri $(DESTDIR)$(PREFIX)/bin/ri >++ install -c -m 755 bin/ri12 $(DESTDIR)$(PREFIX)/bin/ri12 >+ install -c -m 755 bin/rre $(DESTDIR)$(PREFIX)/bin/rre >+ install -c -m 755 bin/unu $(DESTDIR)$(PREFIX)/bin/unu >+ >+@@ -40,7 +40,7 @@ install-strip: build install-data instal >+ install -c -m 755 bin/listener $(DESTDIR)$(PREFIX)/bin/listener >+ install -c -m 755 -s bin/muri $(DESTDIR)$(PREFIX)/bin/muri >+ install -c -m 755 -s bin/repl $(DESTDIR)$(PREFIX)/bin/repl >+- install -c -m 755 -s bin/ri $(DESTDIR)$(PREFIX)/bin/ri >++ install -c -m 755 -s bin/ri12 $(DESTDIR)$(PREFIX)/bin/ri12 >+ install -c -m 755 -s bin/rre $(DESTDIR)$(PREFIX)/bin/rre >+ install -c -m 755 -s bin/unu $(DESTDIR)$(PREFIX)/bin/unu >+ >+@@ -76,7 +76,7 @@ js: bin/RETRO12.html >+ >+ repl: bin/repl >+ >+-ri: bin/ri >++ri: bin/ri12 >+ >+ update: bin/unu literate/Unu.md literate/Muri.md >+ ./bin/unu literate/Unu.md >tools/unu.c >+@@ -103,7 +103,7 @@ bin/repl: interfaces/repl.c interfaces/i >+ cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/repl repl.c >+ >+ bin/ri: interfaces/ri.c interfaces/image.c >+- cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/ri $(LIBCURSES) ri.c >++ cd interfaces && $(CC) $(CFLAGS) $(LDFLAGS) -o ../bin/ri12 $(LIBCURSES) ri.c >+ >+ bin/rre: bin/embedimage bin/extend interfaces/image.c interfaces/rre.c interfaces/rre.forth >+ cp ngaImage cleanImage > >Property changes on: files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 232885
:
198855
|
198857
|
198858