Update of /cvsroot/fink/experimental/rangerrick/finkinfo/games
In directory usw-pr-cvs1:/tmp/cvs-serv22741/finkinfo/games

Added Files:
        monopd-0.6.0-1.info monopd-0.6.0-1.patch 
Removed Files:
        monopd-0.5.0-2.info monopd-0.5.0-2.patch 
Log Message:
more updates, some even work!  =)


--- NEW FILE: monopd-0.6.0-1.info ---
Package: monopd
Version: 0.6.0
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%f.patch | patch -p1
Depends: libcapsinetwork (>= 0.2.0-1), libmath++ (>= 0.0.3-1)
BuildDepends: libcapsinetwork-dev (>= 0.2.0-1), libmath++-dev (>= 0.0.3-1)
SetCPPFLAGS: -I%p/include -I.
InstallScript: <<
 make install prefix=%i
 mv %i/etc/monopd.conf-dist %i/etc/monopd.conf
<<
ConfFiles: %p/etc/monopd.conf
DocFiles: API AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
Description: Monopoly-like game server
DescUsage: <<
monopd is a dedicated game server daemon for playing Monopoly-like
board games.  Clients such as Atlantik connect to the server and
communicate using short commands and XML messages.
<<
DescPort: <<
Nothing special except the sstream fix from libmath++ and a
one-liner for the CPPFLAGS.
<<
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://unixcode.org/monopd/

--- NEW FILE: monopd-0.6.0-1.patch ---
diff -uNbr monopd-0.6.0/Makefile.in monopd-0.6.0-patched/Makefile.in
--- monopd-0.6.0/Makefile.in    Thu Oct 24 01:47:15 2002
+++ monopd-0.6.0-patched/Makefile.in    Sun Oct 27 19:54:55 2002
@@ -72,7 +72,7 @@
 
 SUBDIRS = games conf doc
 
-CPPFLAGS = -DMONOPD_DATADIR=\"$(pkgdatadir)\" -DMONOPD_CONFIGDIR=\"$(sysconfdir)\"
+CPPFLAGS += -DMONOPD_DATADIR=\"$(pkgdatadir)\" -DMONOPD_CONFIGDIR=\"$(sysconfdir)\"
 
 bin_PROGRAMS = monopd
 
@@ -107,7 +107,7 @@
 monopd_LDFLAGS =
 
 DEFS = @DEFS@
-DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
+DEFAULT_INCLUDES =  -I. -I$(srcdir) -I. -I$(prefix)/include
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
diff -uNbr monopd-0.6.0/server.cc monopd-0.6.0-patched/server.cc
--- monopd-0.6.0/server.cc      Wed Oct 23 19:19:46 2002
+++ monopd-0.6.0-patched/server.cc      Sun Oct 27 21:08:46 2002
@@ -15,13 +15,14 @@
 // the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 // Boston, MA 02111-1307, USA.
 
+#include <sys/types.h>
 #include <dirent.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <sys/time.h>
 #include <sys/socket.h>
-#include <sys/types.h>
 #include <unistd.h>
+#include <netinet/in.h>
 
 #include <string>
 
diff -uNbr monopd-0.6.0/server.h monopd-0.6.0-patched/server.h
--- monopd-0.6.0/server.h       Mon Oct 21 00:35:02 2002
+++ monopd-0.6.0-patched/server.h       Sun Oct 27 21:03:14 2002
@@ -25,6 +25,8 @@
 class Player;
 class Socket;
 
+#include <vector>
+
 class MonopdServer
 {
 public:

--- monopd-0.5.0-2.info DELETED ---

--- monopd-0.5.0-2.patch DELETED ---



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to