Index: head/emulators/xsystem35/Makefile =================================================================== --- head/emulators/xsystem35/Makefile (revision 116213) +++ head/emulators/xsystem35/Makefile (revision 116214) @@ -1,130 +1,102 @@ # ports collection makefile for: AliceSoft System 3.5 on X # Date created: 24 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # PORTNAME= xsystem35 -PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTVERSION= 1.7.2 CATEGORIES= emulators -MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ +MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ MAINTAINER= sf@FreeBSD.org -COMMENT= AliceSoft System 3.5 on X Window System +COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System -USE_REINPLACE= yes -USE_AUTOCONF_VER= 213 +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis + +USE_AUTOCONF_VER= 259 +USE_LIBTOOL_VER= 15 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 WANT_GNOME= yes +USE_REINPLACE= yes PKGMESSAGE= ${WRKSRC}/MESSAGE -DOC_FILES= BUGS ChangeLog ChangeLog.1 FAQ GAMES.TXT GRFMT.TXT \ - INSTALL MISCGAME.TXT \ - README README.color README.joystick README.music \ - TECH.TXT THANKS TODO - -EXAMPLES= README.TXT \ - 456atlach.inf 456ningen.inf 456zero.inf \ - ambi.inf atlach_new.inf dalk.inf darcrows.inf diabo.inf \ - drstop.inf hushaby.inf kakurezuki.inf katsumi.inf \ - kichiku.inf mamatoto.inf mamori.inf miko.inf mugen.inf \ - oudou.inf panyo.inf panyo_new.inf pascha.inf persiom.inf \ - progood.inf rance1.inf rance2.inf rance3.inf rance4.inf \ - seeinao.inf toushin.inf toushin2.inf - PATCHES= pastel.diff .include -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config - CONFIGURE_ARGS= --without-included-gettext \ + --program-prefix="" \ --with-cachesize=20 \ --enable-midi=seq,extp,raw \ --enable-cdrom=bsd,mp3 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if ${HAVE_GNOME:Mesound}!="" USE_GNOME+= esound CONFIGURE_ARGS+= --enable-audio=oss,esd --with-default-output=esd .else CONFIGURE_ARGS+= --enable-audio=oss --with-default-output=oss .endif -.if defined(WITH_SDL) -LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 -CONFIGURE_ARGS+= --enable-sdl -CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" -.else -CONFIGURE_ARGS+= --disable-sdl -.endif - -.if defined(WITH_FREETYPE) -CONFIGURE_ARGS+= --enable-ttf -.else -CONFIGURE_ARGS+= --disable-ttf -.endif - +#.if defined(WITH_SDL) +#USE_SDL= sdl +#CONFIGURE_ARGS+= --enable-sdl +#CONFIGURE_ENV+= "CPPFLAGS=`$(SDL_CONFIG) --cflags`" \ +# "LIBS=`$(SDL_CONFIG) --libs`" +#.else +CONFIGURE_ARGS+= --disable-sdl +#.endif .if ${ARCH} == "i386" .if defined(WITHOUT_MMX) CONFIGURE_ARGS+= --disable-mmx .else CONFIGURE_ARGS+= --enable-mmx BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif .endif pre-everything:: -.if !defined(WITH_SDL) - @${ECHO_MSG} '===> Define WITH_SDL to enable SDL support' -.endif -.if !defined(WITH_FREETYPE) - @${ECHO_MSG} '===> Define WITH_FREETYPE to enable FreeType support' -.endif +#.if !defined(WITH_SDL) +# @${ECHO_MSG} '===> Define WITH_SDL to enable SDL support' +#.endif .if ${ARCH} == "i386" .if !defined(WITHOUT_MMX) @${ECHO_MSG} '===> Define WITHOUT_MMX to disable MMX routines' .endif .endif post-extract: @${CP} ${WRKSRC}/INSTALL ${WRKSRC}/doc/INSTALL post-patch: ${FIND} ${WRKSRC}/src -type f |\ ${XARGS} ${GREP} -l ' ${WRKSRC}/MESSAGE @${CAT} ${WRKSRC}/MESSAGE .include Property changes on: head/emulators/xsystem35/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/emulators/xsystem35/distinfo =================================================================== --- head/emulators/xsystem35/distinfo (revision 116213) +++ head/emulators/xsystem35/distinfo (revision 116214) @@ -1,2 +1,2 @@ -MD5 (xsystem35-1.4.2.tar.gz) = d775ddb4ae2c355ee416efbfb4bbc7f3 -SIZE (xsystem35-1.4.2.tar.gz) = 458807 +MD5 (xsystem35-1.7.2.tar.gz) = 95225db33c620a66111740f7e75a14ea +SIZE (xsystem35-1.7.2.tar.gz) = 990167 Property changes on: head/emulators/xsystem35/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/emulators/xsystem35/files/patch-configure.in =================================================================== --- head/emulators/xsystem35/files/patch-configure.in (revision 116213) +++ head/emulators/xsystem35/files/patch-configure.in (revision 116214) @@ -1,11 +1,11 @@ ---- configure.in.orig Tue Nov 27 04:26:47 2001 -+++ configure.in Sun Dec 23 07:26:26 2001 +--- configure.ac.orig Tue Nov 27 04:26:47 2001 ++++ configure.ac Sun Dec 23 07:26:26 2001 @@ -316,7 +316,7 @@ *-*-linux*) ;; *-*-freebsd*) - EXTRALIBS="$EXTRALIBS -lxpg4" + AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, EXTRALIBS="$EXTRALIBS -lxpg4") ;; *-irix*) chk_rgb=yes Property changes on: head/emulators/xsystem35/files/patch-configure.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/emulators/xsystem35/files/patch-soundcard.h =================================================================== --- head/emulators/xsystem35/files/patch-soundcard.h (revision 116213) +++ head/emulators/xsystem35/files/patch-soundcard.h (revision 116214) @@ -1,39 +1,13 @@ ---- src/audio_oss.c.orig Tue Apr 3 06:00:44 2001 -+++ src/audio_oss.c Sat Sep 7 10:57:08 2002 -@@ -33,9 +33,7 @@ - #include - #include - #include --#if defined(__FreeBSD__) --#include --#elif defined(__OpenBSD__) || defined(__NetBSD__) -+#if defined(__OpenBSD__) || defined(__NetBSD__) - #include - #else - #include --- src/midi.rawmidi.c.orig Sat Mar 31 04:16:38 2001 +++ src/midi.rawmidi.c Sat Sep 7 10:57:13 2002 @@ -39,9 +39,7 @@ #include #ifdef ENABLE_MIDI_SEQMIDI --#if defined(__FreeBSD__) --#include --#elif defined(__OpenBSD__) || defined(__NetBSD__) -+#if defined(__OpenBSD__) || defined(__NetBSD__) - #include - #else - #include ---- src/mixer_oss.c.orig Thu Mar 22 20:10:13 2001 -+++ src/mixer_oss.c Sat Sep 7 10:57:26 2002 -@@ -33,9 +33,7 @@ - #include - #include - #include -#if defined(__FreeBSD__) -#include -#elif defined(__OpenBSD__) || defined(__NetBSD__) +#if defined(__OpenBSD__) || defined(__NetBSD__) #include #else #include Property changes on: head/emulators/xsystem35/files/patch-soundcard.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/emulators/xsystem35/files/patch-src_font_freetype2.c =================================================================== --- head/emulators/xsystem35/files/patch-src_font_freetype2.c (nonexistent) +++ head/emulators/xsystem35/files/patch-src_font_freetype2.c (revision 116214) @@ -0,0 +1,12 @@ +--- src/font_freetype2.c.orig Mon Jul 21 04:30:16 2003 ++++ src/font_freetype2.c Sat Aug 14 05:11:39 2004 +@@ -26,7 +26,8 @@ + #include + #include + #include +-#include ++#include ++#include FT_FREETYPE_H + + #include "portab.h" + #include "system.h" Property changes on: head/emulators/xsystem35/files/patch-src_font_freetype2.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/xsystem35/files/patch-src_tempname.c =================================================================== --- head/emulators/xsystem35/files/patch-src_tempname.c (nonexistent) +++ head/emulators/xsystem35/files/patch-src_tempname.c (revision 116214) @@ -0,0 +1,11 @@ +--- src/tempname.c.orig Mon Nov 10 00:06:13 2003 ++++ src/tempname.c Sun Aug 15 02:36:09 2004 +@@ -112,7 +112,7 @@ + uintmax_t is only 32 bits lose about 3.725 bits of randomness, + which is better than not having mkstemp at all. */ + #if !defined UINT64_MAX && !defined uint64_t +-# define uint64_t uintmax_t ++# define uint64_t u_int64_t + #endif + + /* These are the characters used in temporary filenames. */ Property changes on: head/emulators/xsystem35/files/patch-src_tempname.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/emulators/xsystem35/pkg-descr =================================================================== --- head/emulators/xsystem35/pkg-descr (revision 116213) +++ head/emulators/xsystem35/pkg-descr (revision 116214) @@ -1,6 +1,3 @@ -Xsystem35 is AliceSoft System 3.5 implementation on X Window System +Xsystem35 is AliceSoft System 3.5/3.6/3.8/3.9 implementation on X Window System -WWW: http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/index.html - -- FUJISHIMA Satsuki -k5@cheerful.com +WWW: http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/ Property changes on: head/emulators/xsystem35/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/emulators/xsystem35/pkg-plist =================================================================== --- head/emulators/xsystem35/pkg-plist (revision 116213) +++ head/emulators/xsystem35/pkg-plist (revision 116214) @@ -1,53 +1,90 @@ bin/instgame bin/xsystem35 -share/locale/ja/LC_MESSAGES/xsystem35.mo +lib/xsystem35/AliceLogo.so +lib/xsystem35/Confirm.so +lib/xsystem35/Gpx.so +lib/xsystem35/MSGSKIP.so +lib/xsystem35/Math.so +lib/xsystem35/MsgSkip.so +lib/xsystem35/NIGHTDLL.so +lib/xsystem35/NightDemonDemo.so +lib/xsystem35/RandMT.so +lib/xsystem35/SACT.so +lib/xsystem35/ShArray.so +lib/xsystem35/ShCalc.so +lib/xsystem35/ShGraph.so +lib/xsystem35/ShPort.so +lib/xsystem35/ShSound.so +lib/xsystem35/ShString.so +lib/xsystem35/dDemo.so +lib/xsystem35/eDemo.so +lib/xsystem35/eeDemo.so +lib/xsystem35/nDEMO.so +lib/xsystem35/nDEMOE.so +lib/xsystem35/oDEMO.so +lib/xsystem35/oujimisc.so +lib/xsystem35/tDemo.so %%PORTDOCS%%share/doc/ja/xsystem35/BUGS %%PORTDOCS%%share/doc/ja/xsystem35/ChangeLog %%PORTDOCS%%share/doc/ja/xsystem35/ChangeLog.1 %%PORTDOCS%%share/doc/ja/xsystem35/FAQ %%PORTDOCS%%share/doc/ja/xsystem35/GAMES.TXT %%PORTDOCS%%share/doc/ja/xsystem35/GRFMT.TXT %%PORTDOCS%%share/doc/ja/xsystem35/INSTALL %%PORTDOCS%%share/doc/ja/xsystem35/MISCGAME.TXT %%PORTDOCS%%share/doc/ja/xsystem35/README %%PORTDOCS%%share/doc/ja/xsystem35/README.color %%PORTDOCS%%share/doc/ja/xsystem35/README.joystick %%PORTDOCS%%share/doc/ja/xsystem35/README.music %%PORTDOCS%%share/doc/ja/xsystem35/TECH.TXT %%PORTDOCS%%share/doc/ja/xsystem35/THANKS %%PORTDOCS%%share/doc/ja/xsystem35/TODO -share/examples/xsystem35/README.TXT -share/examples/xsystem35/456atlach.inf -share/examples/xsystem35/456ningen.inf -share/examples/xsystem35/456zero.inf -share/examples/xsystem35/ambi.inf -share/examples/xsystem35/atlach_new.inf -share/examples/xsystem35/dalk.inf -share/examples/xsystem35/darcrows.inf -share/examples/xsystem35/diabo.inf -share/examples/xsystem35/drstop.inf -share/examples/xsystem35/hushaby.inf -share/examples/xsystem35/kakurezuki.inf -share/examples/xsystem35/katsumi.inf -share/examples/xsystem35/kichiku.inf -share/examples/xsystem35/mamatoto.inf -share/examples/xsystem35/mamori.inf -share/examples/xsystem35/miko.inf -share/examples/xsystem35/mugen.inf -share/examples/xsystem35/oudou.inf -share/examples/xsystem35/panyo.inf -share/examples/xsystem35/panyo_new.inf -share/examples/xsystem35/pascha.inf -share/examples/xsystem35/persiom.inf -share/examples/xsystem35/progood.inf -share/examples/xsystem35/rance1.inf -share/examples/xsystem35/rance2.inf -share/examples/xsystem35/rance3.inf -share/examples/xsystem35/rance4.inf -share/examples/xsystem35/seeinao.inf -share/examples/xsystem35/toushin.inf -share/examples/xsystem35/toushin2.inf -share/examples/xsystem35/xsys35rc.sample -share/examples/xsystem35/pastel.diff +%%EXAMPLESDIR%%/20cDPS.inf +%%EXAMPLESDIR%%/20cKaeru.inf +%%EXAMPLESDIR%%/456atlach.inf +%%EXAMPLESDIR%%/456ningen.inf +%%EXAMPLESDIR%%/456zero.inf +%%EXAMPLESDIR%%/README.TXT +%%EXAMPLESDIR%%/ambi.inf +%%EXAMPLESDIR%%/atlach_new.inf +%%EXAMPLESDIR%%/chairs.inf +%%EXAMPLESDIR%%/daiakuji.inf +%%EXAMPLESDIR%%/dalk.inf +%%EXAMPLESDIR%%/darcrows.inf +%%EXAMPLESDIR%%/diabo.inf +%%EXAMPLESDIR%%/diabo_new.inf +%%EXAMPLESDIR%%/drstop.inf +%%EXAMPLESDIR%%/esuka.inf +%%EXAMPLESDIR%%/hushaby.inf +%%EXAMPLESDIR%%/kakurezuki.inf +%%EXAMPLESDIR%%/katsumi.inf +%%EXAMPLESDIR%%/kichiku.inf +%%EXAMPLESDIR%%/mamatoto.inf +%%EXAMPLESDIR%%/mamori.inf +%%EXAMPLESDIR%%/miko.inf +%%EXAMPLESDIR%%/mugen.inf +%%EXAMPLESDIR%%/nd.inf +%%EXAMPLESDIR%%/onlyyou_r.inf +%%EXAMPLESDIR%%/oudou.inf +%%EXAMPLESDIR%%/panyo.inf +%%EXAMPLESDIR%%/panyo_new.inf +%%EXAMPLESDIR%%/pascha.inf +%%EXAMPLESDIR%%/pastel.diff +%%EXAMPLESDIR%%/persiom.inf +%%EXAMPLESDIR%%/progood.inf +%%EXAMPLESDIR%%/rance1.inf +%%EXAMPLESDIR%%/rance2.inf +%%EXAMPLESDIR%%/rance3.inf +%%EXAMPLESDIR%%/rance4.inf +%%EXAMPLESDIR%%/rance5d.inf +%%EXAMPLESDIR%%/seeinao.inf +%%EXAMPLESDIR%%/toushin.inf +%%EXAMPLESDIR%%/toushin2.inf +%%EXAMPLESDIR%%/tsuma.inf +%%EXAMPLESDIR%%/tsuma2.inf +%%EXAMPLESDIR%%/xsys35rc.sample +%%EXAMPLESDIR%%/zero_new.inf +share/locale/ja/LC_MESSAGES/xsystem35.mo +@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm share/doc/ja/xsystem35 -@dirrm share/examples/xsystem35 +@dirrm lib/xsystem35 Property changes on: head/emulators/xsystem35/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property