From igor@doom.homeunix.org  Tue Jul  2 20:51:11 2002
Return-Path: <igor@doom.homeunix.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9F38737B400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jul 2002 20:51:11 -0700 (PDT)
Received: from doom.homeunix.org (219ppp.telegraph.spb.ru [213.158.1.219])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7673843E46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jul 2002 20:51:08 -0700 (PDT)
	(envelope-from igor@doom.homeunix.org)
Received: from doom.homeunix.org (localhost [127.0.0.1])
	by doom.homeunix.org (8.12.5/8.12.5) with ESMTP id g633oD7W049773
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Jul 2002 07:50:21 +0400 (MSD)
	(envelope-from igor@doom.homeunix.org)
Received: (from igor@localhost)
	by doom.homeunix.org (8.12.5/8.12.5/Submit) id g633np4r049772;
	Wed, 3 Jul 2002 07:49:51 +0400 (MSD)
Message-Id: <200207030349.g633np4r049772@doom.homeunix.org>
Date: Wed, 3 Jul 2002 07:49:51 +0400 (MSD)
From: Igor Pokrovsky <tiamat@telegraph.spb.ru>
Reply-To: Igor Pokrovsky <tiamat@telegraph.spb.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: games/exult Ultima VII game engine 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40135
>Category:       ports
>Synopsis:       Update port: games/exult Ultima VII game engine
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 02 21:00:09 PDT 2002
>Closed-Date:    Sat Jul 20 20:49:34 PDT 2002
>Last-Modified:  Sat Jul 20 20:49:34 PDT 2002
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
MGO 
>Environment:
System: FreeBSD doom.homeunix.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jul 2 20:49:17 MSD 2002 root@doom.homeunix.org:/usr/src/sys/compile/KERNEL i386


	
>Description:
	Version 0.96beta1 ---> 0.99.1RC2
	
>How-To-Repeat:
	
>Fix:

	

--- exult.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	exult
#	exult/files
#	exult/files/patch-gumps-gump_utils.h
#	exult/distinfo
#	exult/pkg-descr
#	exult/pkg-plist
#	exult/pkg-comment
#	exult/Makefile
#
echo c - exult
mkdir -p exult > /dev/null 2>&1
echo c - exult/files
mkdir -p exult/files > /dev/null 2>&1
echo x - exult/files/patch-gumps-gump_utils.h
sed 's/^X//' >exult/files/patch-gumps-gump_utils.h << 'END-of-exult/files/patch-gumps-gump_utils.h'
X*** gumps/gump_utils.h~	Mon Feb 18 12:30:14 2002
X--- gumps/gump_utils.h	Mon Feb 18 12:28:58 2002
X***************
X*** 27,32 ****
X--- 27,36 ----
X  #include <sys/types.h>
X  #endif
X  
X+ #ifdef __FreeBSD__
X+ #include <string.h>
X+ #endif
X+ 
X  #include <unistd.h>
X  #include "mouse.h"
END-of-exult/files/patch-gumps-gump_utils.h
echo x - exult/distinfo
sed 's/^X//' >exult/distinfo << 'END-of-exult/distinfo'
XMD5 (exult-0.99.1RC2.tar.gz) = 659b6542fa7332c227348ced3427e207
END-of-exult/distinfo
echo x - exult/pkg-descr
sed 's/^X//' >exult/pkg-descr << 'END-of-exult/pkg-descr'
XExult is an engine built for running Ultima VII usecode. With Exult
Xyou can play both "The Black Gate" and "Serpent Isle" parts of the game.
XBut original ORIGIN's Ultima VII data is still needed. Refer to README file 
Xfor details.
X
XWWW:	http://exult.sourceforge.net
X
X- Igor Pokrovsky
Xtiamat@telegraph.spb.ru
END-of-exult/pkg-descr
echo x - exult/pkg-plist
sed 's/^X//' >exult/pkg-plist << 'END-of-exult/pkg-plist'
Xbin/exult
Xshare/exult/exult.flx
Xshare/exult/exult_bg.flx
Xshare/exult/exult_si.flx
Xshare/exult/midisfx.flx
X@dirrm share/exult
X%%PORTDOCS%%share/doc/exult/FAQ
X%%PORTDOCS%%share/doc/exult/NEWS
X%%PORTDOCS%%share/doc/exult/README
X%%PORTDOCS%%@dirrm share/doc/exult
END-of-exult/pkg-plist
echo x - exult/pkg-comment
sed 's/^X//' >exult/pkg-comment << 'END-of-exult/pkg-comment'
XUltima VII engine
END-of-exult/pkg-comment
echo x - exult/Makefile
sed 's/^X//' >exult/Makefile << 'END-of-exult/Makefile'
X# New ports collection makefile for:	exult
X# Date created:		18 February 2002
X# Whom:			Igor Pokrovsky <tiamat@telegraph.spb.ru>
X#
X# $FreeBSD: ports/games/exult/Makefile,v 1.1 2002/06/27 15:51:36 will Exp $
X#
X
XPORTNAME=		exult
XPORTVERSION=		0.99.1
XCATEGORIES=		games
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=		${PORTNAME}-${PORTVERSION}RC2
X
XMAINTAINER=	tiamat@telegraph.spb.ru
X
XLIB_DEPENDS=	SDL-1.1.4:${PORTSDIR}/devel/sdl12
XRUN_DEPENDS=	timidity:${PORTSDIR}/audio/timidity
X
XONLY_FOR_ARCHS=	i386
X
XSDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
XUSE_XLIB=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-x \
X		--x-includes=${X11BASE}/include \
X		--x-libraries=${X11BASE}/lib \
X		--disable-tools \
X		--disable-sdltest
X# SDL cannot find X11 includes in normal way
XCONFIGURE_ENV=	CPPFLAGS=-I${X11BASE}/include \
X		SDL_CONFIG="${SDL_CONFIG}"
X
XMAN6=		exult.6
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/exult ${PREFIX}/bin
X	@${MKDIR} ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/data/exult.flx ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/data/exult_bg.flx ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/data/exult_si.flx ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/data/midisfx.flx ${DATADIR}
X	${INSTALL_MAN} ${WRKSRC}/docs/exult.6 ${PREFIX}/man/man6
X.ifndef (NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
Xpost-install:
X	@${ECHO} "******************************************************************************"
X	@${ECHO} "* Original Ultima VII data is required to run Exult"
X	@${ECHO} "* Please, read ${DOCSDIR}/README for additional information"
X	@${ECHO} "******************************************************************************"
X
X.include <bsd.port.mk>
END-of-exult/Makefile
exit
--- exult.shar ends here ---


>Release-Note:
>Audit-Trail:

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Igor Pokrovsky <tiamat@telegraph.spb.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/40135: Update port: games/exult Ultima VII game engine
Date: Thu, 4 Jul 2002 02:16:09 +0200

 --=.(6B4FPx5?l9OWz
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 On Wed, 3 Jul 2002 07:49:51 +0400 (MSD) Igor Pokrovsky wrote:
 
 [pr with shar in it]
 
 you should post updates for ports as a unified diff (to the current
 version in ports) and not as shar. it just complicates things for
 committers.
 
 cheerz
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.(6B4FPx5?l9OWz
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE9I5PTr5S+dk6z85oRAmNmAJ9vqfJ56XRCmqtbGKo392JolJ3gNgCbBmF/
 w2+ihdr/GQPj2CIHyBrPonk=
 =5ReL
 -----END PGP SIGNATURE-----
 
 --=.(6B4FPx5?l9OWz--
 

From: Igor Pokrovsky <tiamat@telegraph.spb.ru>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/40135: Update port: games/exult Ultima VII game engine
Date: Sat, 6 Jul 2002 07:11:37 +0400

 diff -ru /usr/ports/games/exult/Makefile ./exult/Makefile
 --- /usr/ports/games/exult/Makefile	Thu Jun 27 19:51:36 2002
 +++ ./exult/Makefile	Fri Jun 28 19:03:01 2002
 @@ -6,11 +6,11 @@
  #
  
  PORTNAME=		exult
 -PORTVERSION=		0.96
 +PORTVERSION=		0.99.1
  CATEGORIES=		games
  MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 -DISTNAME=		${PORTNAME}-${PORTVERSION}beta1
 +DISTNAME=		${PORTNAME}-${PORTVERSION}RC2
  
  MAINTAINER=	tiamat@telegraph.spb.ru
  
 @@ -26,7 +26,8 @@
  CONFIGURE_ARGS=	--with-x \
  		--x-includes=${X11BASE}/include \
  		--x-libraries=${X11BASE}/lib \
 -		--disable-tools
 +		--disable-tools \
 +		--disable-sdltest
  # SDL cannot find X11 includes in normal way
  CONFIGURE_ENV=	CPPFLAGS=-I${X11BASE}/include \
  		SDL_CONFIG="${SDL_CONFIG}"
 diff -ru /usr/ports/games/exult/distinfo ./exult/distinfo
 --- /usr/ports/games/exult/distinfo	Thu Jun 27 19:51:36 2002
 +++ ./exult/distinfo	Fri Jun 28 08:32:44 2002
 @@ -1 +1 @@
 -MD5 (exult-0.96beta1.tar.gz) = b75755e318270a769893ee6d59e0b13b
 +MD5 (exult-0.99.1RC2.tar.gz) = 659b6542fa7332c227348ced3427e207
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Jul 20 20:49:21 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40135 
>Unformatted:
