Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Dec 1999 07:30:48 +0900
From:      FUJISHIMA Satsuki <k5@cheerful.com>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15216: Update port: emulators/xsystem35 -> 1.2.4
Message-ID:  <14405.41368.771850.29321F@cheerful.com>

next in thread | raw e-mail | index | archive | help

>Number:         15216
>Category:       ports
>Synopsis:       Update port: emulators/xsystem35 -> 1.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec  1 14:40:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     FUJISHIMA Satsuki
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
N/A
>Environment:

	tested on:
	FreeBSD 4.0-CURRENT #148: Mon Nov 29 05:55:32 JST 1999
	FreeBSD 3.3-STABLE #4: Wed Nov 24 04:08:07 JST 1999

>Description:

	o update to 1.2.4.
	o discribe about sound driver issue. This prevent me updating this port
	  for a long time.
	o add esound support.
	o change MAINTAINER's e-mail address.

>How-To-Repeat:
>Fix:

	cd $PORTSDIR/emulators/xsystem35 && patch < THISFILE

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/xsystem35/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	1999/08/25 05:49:54	1.18
+++ Makefile	1999/12/01 21:56:46
@@ -6,38 +6,53 @@
 # $FreeBSD: ports/emulators/xsystem35/Makefile,v 1.18 1999/08/25 05:49:54 obrien Exp $
 #
 
-DISTNAME=	xsystem35-1.0.7
+DISTNAME=	xsystem35-1.2.4
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/
 
-MAINTAINER=	k5@respo.or.jp
+MAINTAINER=	k5@cheerful.com
 
-LIB_DEPENDS+=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+.if defined(WITH_ESOUND)
+LIB_DEPENDS+=	esd.2:${PORTSDIR}/audio/esound	
+.endif
+
 
 USE_IMAKE=	YES
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
+PKGMESSAGE=	${WRKSRC}/MESSAGE
 
-DOC_FILES=	BUGS ChangeLog FAQ GRFMT.TXT INSTALL README README.midi \
-		README.miko THANKS TODO MISCGAME.TXT
-EXAMPLES=	README.TXT atlach.inf dalk.inf diabo.inf drstop.inf \
-		katsumi.inf kichiku.inf miko.inf ningen.inf oudou.inf \
-		panyo.inf rance1.inf rance2.inf rance3.inf rance4.inf \
-		toushin.inf toushin2.inf zero.inf
+DOC_FILES=	BUGS ChangeLog FAQ GRFMT.TXT INSTALL MISCGAME.TXT README \
+		README.color README.miko README.music README.pastel THANKS \
+		TODO
+EXAMPLES=	README.TXT ambi.inf atlach.inf dalk.inf darcrows.inf \
+		diabo.inf drstop.inf hushaby.inf katsumi.inf kichiku.inf \
+		mamatoto.inf mamori.inf miko.inf mugen.inf ningen.inf \
+		oudou.inf panyo.inf pascha.inf progood.inf rance1.inf \
+		rance2.inf rance3.inf rance4.inf toushin.inf toushin2.inf \
+		zero.inf
+
+pre-configure:
+.if defined(WITH_ESOUND)
+	${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.orig
+	${SED} -e 43,43d -e 45,45d ${WRKSRC}/config.h.orig > ${WRKSRC}/config.h
+.endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xsystem35 ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/xsystem35 ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/ja/xsystem35
+	@${MKDIR} ${PREFIX}/share/doc/ja/xsystem35
 	@(cd ${WRKSRC}/../doc;\
 		${INSTALL_MAN} ${DOC_FILES} ${PREFIX}/share/doc/ja/xsystem35)
-	${MKDIR} ${PREFIX}/share/examples/xsystem35
-	${INSTALL_DATA} ${WRKSRC}/xsys35rc.sample ${PREFIX}/share/examples/xsystem35
+	@${MKDIR} ${PREFIX}/share/examples/xsystem35
+	@${INSTALL_DATA} ${WRKSRC}/xsys35rc.sample ${PREFIX}/share/examples/xsystem35
 	@(cd ${WRKSRC}/../contrib; \
 		${INSTALL_DATA} ${EXAMPLES} ${PREFIX}/share/examples/xsystem35)
+	@${SED} -e s,PREFIX,${PREFIX}, ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE
+	@${CAT} ${WRKSRC}/MESSAGE
 .endif
-	${CAT} ${PKGDIR}/MESSAGE
 
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/emulators/xsystem35/files/md5,v
retrieving revision 1.11
diff -u -r1.11 md5
--- md5	1999/05/01 02:21:21	1.11
+++ md5	1999/11/28 20:50:26
@@ -1 +1 @@
-MD5 (xsystem35-1.0.7.tar.gz) = 7fc0160761dd59be553be1c19d9c5f66
+MD5 (xsystem35-1.2.4.tar.gz) = 8bfbba73437b735277356aeb43dc174a
Index: patches/patch-af
===================================================================
RCS file: /home/ncvs/ports/emulators/xsystem35/patches/patch-af,v
retrieving revision 1.2
diff -u -r1.2 patch-af
--- patch-af	1999/04/05 16:33:48	1.2
+++ patch-af	1999/10/26 17:02:41
@@ -1,12 +1,16 @@
---- Imakefile.orig	Sat Jan 16 05:16:18 1999
-+++ Imakefile	Sat Jan 23 01:21:39 1999
-@@ -114,9 +114,9 @@
+--- Imakefile	Tue Aug  3 05:22:37 1999
++++ Imakefile	Wed Oct 27 02:02:13 1999
+@@ -148,13 +148,13 @@
  /*
   * include / library / definition
   */
 -SYS_LIBRARIES   = -lm `gtk-config --libs`
 +SYS_LIBRARIES   = -lm `gtk12-config --libs`
+ #ifdef ENABLE_ESD
+ EXTRA_LIBRARIES = $(OSDEPLIB) -lesd
+ #else
  EXTRA_LIBRARIES = $(OSDEPLIB)
+ #endif
 -EXTRA_INCLUDES  = `gtk-config --cflags` $(OSDEPINC)
 +EXTRA_INCLUDES  = `gtk12-config --cflags` $(OSDEPINC)
  EXTRA_DEFINES   = $(OSDEPDEF)
Index: pkg/DESCR
===================================================================
RCS file: /home/ncvs/ports/emulators/xsystem35/pkg/DESCR,v
retrieving revision 1.5
diff -u -r1.5 DESCR
--- DESCR	1999/02/12 15:41:02	1.5
+++ DESCR	1999/12/01 21:19:45
@@ -1,7 +1,6 @@
-Xsystem35 is AliceSoft System 3.5 emulator on X Window System
+Xsystem35 is AliceSoft System 3.5 implementation on X Window System
 
-See also /usr/X11R6/share/doc/ja/xsystem35 and
-http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/index.html
+WWW: http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/index.html
 
 - FUJISHIMA Satsuki
-k5@respo.or.jp
+k5@cheerful.com
Index: pkg/MESSAGE
===================================================================
RCS file: /home/ncvs/ports/emulators/xsystem35/pkg/MESSAGE,v
retrieving revision 1.4
diff -u -r1.4 MESSAGE
--- MESSAGE	1999/01/23 18:38:32	1.4
+++ MESSAGE	1999/12/01 22:04:01
@@ -1,19 +1,17 @@
------
-o 1st, copy /usr/X11R6/share/example/xsystem35/xsys35rc.sample
-	to ~/.xsys35rc and fit it to your environment.
-e.g.)
-cdrom_device: /dev/cd0c
-
-o 2nd, install game data from AliceSoft's cdrom with
-	/usr/X11R6/bin/instgame.
-
-o 3rd, install X-tt for your real pleasure(optional).
-
-o and, enjoy!
-
-********************* IMPORTANT *********************
-If you use over 16bpp mode, you must add
-	options	SHMMAXPGS=4096
-to your kernel configuration file and rebuild kernel.
-*****************************************************
------
+
+o make sure your kernel has been configured with options SHMMAXPGS=4096
+  when you run on display 16bpp or deeper color.
+
+o copy PREFIX/share/example/xsystem35/xsys35rc.sample
+  to ~/.xsys35rc and fit it to your environment.
+
+o install game data from AliceSoft's cdrom with
+  PREFIX/bin/instgame.
+
+o install X-TT for your real pleasure(optional).
+
+o pcm0 sound device doesn't work well with this program for now.
+  Try snd0 instead, OSS commercial product or
+  -devdsp none commandline option as the last resort.
+
+enjoy!
Index: pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/emulators/xsystem35/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- PLIST	1999/02/02 16:20:38	1.5
+++ PLIST	1999/11/29 01:47:47
@@ -1,5 +1,5 @@
-bin/xsystem35
 bin/instgame
+bin/xsystem35
 share/doc/ja/xsystem35/BUGS
 share/doc/ja/xsystem35/ChangeLog
 share/doc/ja/xsystem35/FAQ
@@ -7,28 +7,38 @@
 share/doc/ja/xsystem35/INSTALL
 share/doc/ja/xsystem35/MISCGAME.TXT
 share/doc/ja/xsystem35/README
-share/doc/ja/xsystem35/README.midi
+share/doc/ja/xsystem35/README.color
 share/doc/ja/xsystem35/README.miko
+share/doc/ja/xsystem35/README.music
+share/doc/ja/xsystem35/README.pastel
 share/doc/ja/xsystem35/THANKS
 share/doc/ja/xsystem35/TODO
-share/examples/xsystem35/xsys35rc.sample
 share/examples/xsystem35/README.TXT
+share/examples/xsystem35/ambi.inf
 share/examples/xsystem35/atlach.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/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/ningen.inf
 share/examples/xsystem35/oudou.inf
 share/examples/xsystem35/panyo.inf
+share/examples/xsystem35/pascha.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/toushin.inf
 share/examples/xsystem35/toushin2.inf
+share/examples/xsystem35/xsys35rc.sample
 share/examples/xsystem35/zero.inf
 @dirrm share/doc/ja/xsystem35
 @dirrm share/examples/xsystem35

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14405.41368.771850.29321F>