Port details on branch 2023Q1 |
- xsystem35 AliceSoft System 3.5/3.6/3.8/3.9 on X Window System
- 1.7.3.p5_5 emulators =0 1.7.3.p5_5Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2023-02-27 18:21:14
- Last Update: 2023-02-27 18:18:27
- Commit Hash: bbd5b6c
- Also Listed In: games
- License: GPLv2+
- WWW:
- https://web.archive.org/web/20121222144009/http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/
- Description:
- Xsystem35 is AliceSoft System 3.5/3.6/3.8/3.9 implementation on X Window System
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xsystem35>0:emulators/xsystem35
- To install the port:
- cd /usr/ports/emulators/xsystem35/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/xsystem35
- pkg install xsystem35
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xsystem35
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xsystem35_1.7.3-pre5.orig.tar.gz) = 412ff3944d8285d7135f8c2fb14a76d84cb56c62add501d80c9f819cc8a5f2c3
SIZE (xsystem35_1.7.3-pre5.orig.tar.gz) = 1247568
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xxf86vm.pc : x11/libXxf86vm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xxf86vm.pc : x11/libXxf86vm
- Library dependencies:
-
- libvorbisfile.so : audio/libvorbis
- libltdl.so : devel/libltdl
- libfreetype.so : print/freetype2
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xsystem35-1.7.3.p5_5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- emulators_xsystem35
- USES:
- gettext gmake gnome jpeg libtool localbase pkgconfig shebangfix xorg
- pkg-message:
- For install:
- o Make sure your kernel has been configured with options SHMMAXPGS=4096
when you run on display 16bpp or deeper color.
o Copy /usr/local/share/examples/xsystem35/xsys35rc.sample
to ~/.xsys35rc and fit it to your environment.
o Install game data from AliceSoft's cdrom with
/usr/local/bin/instgame.
o pcm0 sound device doesn't work well with this program for now.
Try snd0 instead, OSS commercial product or
`-devdsp none' command line option as the last resort.
Enjoy!
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.3.p5_5 27 Feb 2023 18:18:27 |
Jan Beich (jbeich) |
emulators/xsystem35: unbreak build with clang 15
nDEMO.c:22:6: error: incompatible pointer to integer conversion initializing
'int' with an expression of type 'int *'; dereference with * [-Wint-conversion]
int p1 = getCaliVariable();
^ ~~~~~~~~~~~~~~~~~
*
nDEMO.c:28:6: error: incompatible pointer to integer conversion initializing
'int' with an expression of type 'int *'; dereference with * [-Wint-conversion]
int p1 = getCaliVariable();
^ ~~~~~~~~~~~~~~~~~
*
nt_msg.c:189:9: error: incompatible integer to pointer conversion initializing
'char *' with an expression of type 'int' [-Wint-conversion]
char *b = sjis2euc(msg);
^ ~~~~~~~~~~~~~
nt_msg.c:261:10: error: incompatible integer to pointer conversion initializing
'char *' with an expression of type 'int' [-Wint-conversion]
char *b = sjis2euc(mbuf);
^ ~~~~~~~~~~~~~~
sactcg.c:211:9: error: incompatible integer to pointer conversion initializing
'char *' with an expression of type 'int' [-Wint-conversion]
char *b = sjis2euc(cText);
^ ~~~~~~~~~~~~~~~
Reported by: pkg-fallout
(cherry picked from commit 3968779d8b3bc78928f508f2d90a9f30eb633f32) |
Number of commits found: 1
|