Up to [local] / ports / games / onscripter-en
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.39 / (download) - annotate - [select for diffs], Fri Mar 17 18:41:16 2023 UTC (20 months, 1 week ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.7 (colored)
RANLIB true
Revision 1.38 / (download) - annotate - [select for diffs], Sun Aug 2 09:46:03 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored) to selected 1.7 (colored)
Summary: HOMEPAGE
Revision 1.37 / (download) - annotate - [select for diffs], Sun Aug 2 09:29:23 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36 (colored) to selected 1.7 (colored)
Summary: move comment
Revision 1.36 / (download) - annotate - [select for diffs], Sun Aug 2 09:27:32 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.35: +4 -0 lines
Diff to previous 1.35 (colored) to selected 1.7 (colored)
Summary: feedback from bcallah@ platform detection * Running `make configure` it looks like there are x86(_64) specific routines but they are not picked up because there is no test for a platform named amd64. Something like the below will pick up amd64 and use the x86 specific graphics routines. ~Brian $OpenBSD$ amd64 should also match x86_64. Index: configure --- configure.orig +++ configure @@ -291,7 +291,7 @@ esac $echo_n " cpu type... ${nobr}" ARCH= case "$PLATFORM" in -*86_64*) echo "x86_64"; ARCH=x86_64;; +*amd64*|*86_64*) echo "x86_64"; ARCH=x86_64;; *86*) ARCH=`expr "x$PLATFORM" : 'x\(.*86\).*'`; \ echo "$ARCH";; *powerpc*) echo "PowerPC"; ARCH=ppc;;
Revision 1.35 / (download) - annotate - [select for diffs], Sun Aug 2 08:43:23 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.7 (colored)
Summary: change master_sites. also, feedback from bcallah@ onscripter-en homepage. * Is there any hope for the original web page to return? If not, I think it makes more sense to either use the kaisernet site or a snapshot from the wayback machine (like you do in pkg/README) for the HOMEPAGE.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 2 08:12:54 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.33: +1 -0 lines
Diff to previous 1.33 (colored) to selected 1.7 (colored)
Summary: feedback from bcallah@ add ja-sazanami-ttf to RUN_DEPENDS * Looking through the pkg/README, it seems like font/ja-sazanami-ttf is effectively required. What do you think about adding it as an RDEP?
Revision 1.33 / (download) - annotate - [select for diffs], Sun Aug 2 07:57:29 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (colored) to selected 1.7 (colored)
Summary: feedback from bcallah@ version number and CC CXX * You have that 20110628 number in both DISTNAME and PKGNAME, so it should be spun out into its own variable (usually V). * For CONFIGURE_ENV, you want CC="${CC}" and CXX="${CXX}".
Revision 1.32 / (download) - annotate - [select for diffs], Fri Jul 31 22:22:12 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.31: +3 -6 lines
Diff to previous 1.31 (colored) to selected 1.7 (colored)
Summary: clean up flags
Revision 1.31 / (download) - annotate - [select for diffs], Fri Jul 31 20:19:22 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored) to selected 1.7 (colored)
Summary: c++-98
Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 31 20:18:35 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored) to selected 1.7 (colored)
Summary: tab
Revision 1.29 / (download) - annotate - [select for diffs], Fri Jul 31 20:17:19 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (colored) to selected 1.7 (colored)
Summary: COMPILER set C++ libraries in WANTLIB with default COMPILER (most ports need 'COMPILER=base-clang ports-gcc' or 'COMPILER=base-clang ports-gcc base-gcc')
Revision 1.28 / (download) - annotate - [select for diffs], Fri Jul 31 19:04:36 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored) to selected 1.7 (colored)
Summary: fix some warnings about unused flags
Revision 1.27 / (download) - annotate - [select for diffs], Fri Jul 31 04:04:25 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.7 (colored)
Summary: update CATEGORIES. better COMMENT.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jul 31 03:52:12 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (colored) to selected 1.7 (colored)
Summary: add comment
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jul 31 03:32:22 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.24: +10 -8 lines
Diff to previous 1.24 (colored) to selected 1.7 (colored)
Summary: move to clang there are some clang warnings but it works. also, at runtime, warnings that appeared with g++ now go away.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 31 01:49:19 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.23: +0 -1 lines
Diff to previous 1.23 (colored) to selected 1.7 (colored)
Summary: no Lua
Revision 1.23 / (download) - annotate - [select for diffs], Fri Jul 31 01:45:53 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (colored) to selected 1.7 (colored)
Summary: regen WANTLIB and better COMMENT and DESCR
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 30 23:41:36 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.7 (colored)
Summary: comments
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 30 23:39:13 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.7 (colored)
Summary: newline
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 30 22:33:15 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.19: +6 -2 lines
Diff to previous 1.19 (colored) to selected 1.7 (colored)
Summary: remove -fomit-frame-pointer. add comments. fomit-frame-pointer makes debugging hard
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 30 08:39:13 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 (colored) to selected 1.7 (colored)
Summary: just remove O3 for now. keep other optimization flags.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 30 07:22:32 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.17: +11 -1 lines
Diff to previous 1.17 (colored) to selected 1.7 (colored)
Summary: install tools and man pages
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 30 06:27:23 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.16: +5 -0 lines
Diff to previous 1.16 (colored) to selected 1.7 (colored)
Summary: build sjis first
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 30 06:01:46 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.15: +9 -8 lines
Diff to previous 1.15 (colored) to selected 1.7 (colored)
Summary: back to gcc because makefile has problems with -L
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 30 01:27:50 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.14: +6 -3 lines
Diff to previous 1.14 (colored) to selected 1.7 (colored)
Summary: clang works and runtime warnings go away
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 29 00:44:43 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13 (colored) to selected 1.7 (colored)
Summary: CFLAGS still are not passed yet. Try to remove hardcoded -O3 flags.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 29 00:33:57 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.12: +3 -0 lines
Diff to previous 1.12 (colored) to selected 1.7 (colored)
Summary: build with eg++ inside Makefile, not in the patch
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 29 00:24:43 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.11: +0 -2 lines
Diff to previous 1.11 (colored) to selected 1.7 (colored)
Summary: don't need internal flags
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 29 00:12:42 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)
Summary: add SDL_ttf to WANTLIB. remove debugging and stripping.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 28 07:54:33 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.9: +6 -7 lines
Diff to previous 1.9 (colored) to selected 1.7 (colored)
Summary: use SDL_ttf devel/sdl-ttf 2.0.11 instead of internal 2.0.8 it works if you patch devel/sdl-ttf
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 17 21:54:28 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)
Summary: use internal ttf for now
Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 19 07:56:33 2019 UTC (5 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)
Summary: use sdl-ttf 2.0.9. confirmed to work. Try to find the version of sdl-ttf that breaks. This distfile is much smaller because it uses the system library instead of a bundled library.
Revision 1.7 / (download) - annotate - [selected], Thu Sep 19 06:59:24 2019 UTC (5 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)
Summary: host distfiles and trim depends
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 3 06:50:10 2019 UTC (5 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.5: +3 -14 lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)
Summary: condense depends
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 31 00:15:15 2019 UTC (5 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)
Summary: use bundled sdl-ttf
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 31 00:06:35 2019 UTC (5 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)
Summary: use bundled sdl-ttf
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 30 23:43:58 2019 UTC (5 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)
Summary: use internal ttf to try to fix font issue
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 30 22:52:06 2019 UTC (5 years, 3 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)
Summary: clean cvs comment. add category.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 30 22:24:26 2019 UTC (5 years, 3 months ago) by namtsui
Branch: MAIN
Diff to selected 1.7 (colored)
Summary: import onscripter-en