pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc genecys-client, genecys-data: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74fc8864cc30
branches:  trunk
changeset: 379168:74fc8864cc30
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 12 10:13:36 2022 +0000

description:
genecys-client, genecys-data: remove

No successful build on any platform in the bulktracker,
last upstream release from 2004, homepage dead

diffstat:

 doc/CHANGES-2022                                      |    4 +-
 games/Makefile                                        |    4 +-
 games/genecys-client/DESCR                            |    9 -
 games/genecys-client/Makefile                         |   32 -
 games/genecys-client/PLIST                            |    2 -
 games/genecys-client/distinfo                         |   11 -
 games/genecys-client/patches/patch-aa                 |   57 -
 games/genecys-client/patches/patch-ab                 |   30 -
 games/genecys-client/patches/patch-ac                 |   22 -
 games/genecys-client/patches/patch-ad                 |   19 -
 games/genecys-client/patches/patch-ae                 |   12 -
 games/genecys-client/patches/patch-common_pngloader.c |  119 --
 games/genecys-data/DESCR                              |    1 -
 games/genecys-data/Makefile                           |   25 -
 games/genecys-data/PLIST                              |  744 ------------------
 games/genecys-data/distinfo                           |    5 -
 16 files changed, 4 insertions(+), 1092 deletions(-)

diffs (truncated from 1177 to 300 lines):

diff -r 97e4a7df472f -r 74fc8864cc30 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Thu May 12 09:39:55 2022 +0000
+++ b/doc/CHANGES-2022  Thu May 12 10:13:36 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.2520 2022/05/12 09:33:30 pin Exp $
+$NetBSD: CHANGES-2022,v 1.2521 2022/05/12 10:13:36 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -3891,3 +3891,5 @@
        Added textproc/py-yamllint version 1.26.3 [adam 2022-05-12]
        Updated devel/py-freezegun to 1.2.1 [wiz 2022-05-12]
        Updated sysutils/dua-cli to 2.17.4 [pin 2022-05-12]
+       Removed games/genecys-client [wiz 2022-05-12]
+       Removed games/genecys-data [wiz 2022-05-12]
diff -r 97e4a7df472f -r 74fc8864cc30 games/Makefile
--- a/games/Makefile    Thu May 12 09:39:55 2022 +0000
+++ b/games/Makefile    Thu May 12 10:13:36 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.513 2022/05/02 21:02:33 pin Exp $
+# $NetBSD: Makefile,v 1.514 2022/05/12 10:13:36 wiz Exp $
 #
 
 COMMENT=       Games
@@ -164,8 +164,6 @@
 SUBDIR+=       gcompris
 SUBDIR+=       gemdropx
 SUBDIR+=       gemrb
-SUBDIR+=       genecys-client
-SUBDIR+=       genecys-data
 SUBDIR+=       ggz-client-libs
 SUBDIR+=       glaxium
 SUBDIR+=       glickomania
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/DESCR
--- a/games/genecys-client/DESCR        Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-Genecys is, or will be, a Massively Multi-player Online RPG or MMORPG. The
-intent of the Genecys project, is to design a completely free and open
-source online RPG for all to play, run, or modify. On a higher level.. one
-of the fundamental design goals of Genecys, is that it becomes a
-completely dynamic environment. Each server will be completely unique, and
-follow it's own progression of events. Maps will be generated randomly, at
-server startup, as will towns and NPCs. NPCs will be AI controlled, and ha
-ve their own lives in the game, and exist to interact with the players,
-not just be slaughtered by them and re-pop.
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/Makefile
--- a/games/genecys-client/Makefile     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.61 2022/04/18 19:11:04 adam Exp $
-#
-
-DISTNAME=              genecys-0.2
-PKGNAME=               genecys-client-0.2
-PKGREVISION=           47
-CATEGORIES=            games
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=genecys/}
-
-MAINTAINER=            root%garbled.net@localhost
-HOMEPAGE=              http://www.genecys.org/
-COMMENT=               Client for Genecys MMORPG
-LICENSE=               gnu-gpl-v2
-
-DEPENDS+=              genecys-data>=0.2:../../games/genecys-data
-
-GNU_CONFIGURE=         yes
-#CONFIGURE_DIRS=       ${WRKSRC}/common ${WRKSRC}/client
-#BUILD_DIRS=           ${WRKSRC}/common ${WRKSRC}/client
-LIBS+=                 -lm
-CONFIGURE_ARGS+=       --disable-server --disable-metaserver --disable-utils
-CONFIGURE_ARGS+=       --with-cal3d=${BUILDLINK_PREFIX.cal3d}
-CONFIGURE_ARGS+=       --with-openrm=${BUILDLINK_PREFIX.OpenRM}
-USE_TOOLS+=            pkg-config
-
-.include "../../graphics/cal3d/buildlink3.mk"
-.include "../../graphics/OpenRM/buildlink3.mk"
-.include "../../graphics/gtkglext/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/PLIST
--- a/games/genecys-client/PLIST        Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $
-bin/gencli
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/distinfo
--- a/games/genecys-client/distinfo     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:44:01 nia Exp $
-
-BLAKE2s (genecys-0.2.tar.gz) = a1a8c22ffdb3c6b92d69b8bd86f81e2b25aedfd87e2bfff954d8a96bd8017fd5
-SHA512 (genecys-0.2.tar.gz) = a93e0e556855f361fdc25d2ce927b8ea3481662156e53879edde665ab7670909fec247c4104f8659c97611868d1f083376a9e1d2a75e0242eb8c9ce55247297b
-Size (genecys-0.2.tar.gz) = 786136 bytes
-SHA1 (patch-aa) = db825cb0ae83091babe798be06623a8067d59d7f
-SHA1 (patch-ab) = 6a9b73b9d45779bdc57061bed9baf058a3433c1f
-SHA1 (patch-ac) = d178b0adbb8ace283e248afa1c1d946b7c439c22
-SHA1 (patch-ad) = d5ba82edcfe988022d073d73bd780e77e2a8672e
-SHA1 (patch-ae) = 2d5f2c04bccc4854796490ff3aa4982e2253f677
-SHA1 (patch-common_pngloader.c) = 21de098409d36dbf52ac300e71a2602775c8fb2c
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/patches/patch-aa
--- a/games/genecys-client/patches/patch-aa     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/05/06 12:45:32 joerg Exp $
-
---- client/configure.orig      2004-04-05 10:58:32.000000000 +0000
-+++ client/configure
-@@ -3088,7 +3088,7 @@ if test $ac_cv_lib_X11_XFreePixmap = yes
- #define HAVE_LIBX11 1
- _ACEOF
- 
--  LIBS="-lX11 $LIBS"
-+  LIBS="-lX11 -lXext $LIBS"
- 
- else
-   { echo "$as_me:$LINENO: WARNING: \"cannot find required X11 library.\"" >&5
-@@ -3102,7 +3102,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" = 
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lGL  $LIBS"
-+LIBS="-lGL $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -3648,7 +3648,7 @@ if test "${ac_cv_lib_rm_rmInit+set}" = s
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lrm -lpthread $LIBS"
-+LIBS="-lrm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -3720,13 +3720,13 @@ echo "$as_me: error: \"Unable to find li
- fi
- 
- 
--echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread" >&5
--echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5
-+echo $ECHO_N "checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6
- if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpthread  $LIBS"
-+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -3789,7 +3789,7 @@ if test $ac_cv_lib_pthread_pthread_mutex
- #define HAVE_LIBPTHREAD 1
- _ACEOF
- 
--  LIBS="-lpthread $LIBS"
-+  LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
- 
- else
-   { { echo "$as_me:$LINENO: error: \"Unable to find pthread library\"" >&5
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/patches/patch-ab
--- a/games/genecys-client/patches/patch-ab     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/05/06 12:45:32 joerg Exp $
-
---- server/configure.orig      2006-05-06 12:01:42.000000000 +0000
-+++ server/configure
-@@ -3156,13 +3156,13 @@ echo "$as_me: error: \"Unable to find li
- fi
- 
- 
--echo "$as_me:$LINENO: checking for pthread_mutex_lock in -lpthread" >&5
--echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5
-+echo $ECHO_N "checking for pthread_mutex_lock in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6
- if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpthread  $LIBS"
-+LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -3225,7 +3225,7 @@ if test $ac_cv_lib_pthread_pthread_mutex
- #define HAVE_LIBPTHREAD 1
- _ACEOF
- 
--  LIBS="-lpthread $LIBS"
-+  LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
- 
- else
-   { { echo "$as_me:$LINENO: error: \"Unable to find pthread library\"" >&5
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/patches/patch-ac
--- a/games/genecys-client/patches/patch-ac     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/05/06 12:45:32 joerg Exp $
-
---- genmdlviewer/configure.orig        2006-05-06 12:01:58.000000000 +0000
-+++ genmdlviewer/configure
-@@ -3446,7 +3446,7 @@ if test "${ac_cv_lib_rm_rmInit+set}" = s
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lrm -lpthread $LIBS"
-+LIBS="-lrm ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -3524,7 +3524,7 @@ if test "${ac_cv_lib_rmaux_rmauxSetGeomT
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lrmaux -lpthread -lrm $LIBS"
-+LIBS="-lrmaux ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lrm $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/patches/patch-ad
--- a/games/genecys-client/patches/patch-ad     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/05/06 12:45:32 joerg Exp $
-
---- common/utils.c.orig        2006-05-06 12:11:07.000000000 +0000
-+++ common/utils.c
-@@ -126,11 +126,10 @@ void LOG(int severity, const char *s, ..
- */
- void _bailout(char *file, int line)
- {
--    char *pname;
--    extern int errno;
-+    const char *pname = "";
- 
--#if defined(__NetBSD__)
--    pname = (char *)getprogname();
-+#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__)
-+    pname = getprogname();
- #elif defined(__linux__)
-     pname = program_invocation_name;
- #endif
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/patches/patch-ae
--- a/games/genecys-client/patches/patch-ae     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/05/06 12:45:32 joerg Exp $
-
---- client/net.c.orig  2006-05-06 12:27:42.000000000 +0000
-+++ client/net.c
-@@ -86,7 +86,6 @@ parsefunc_t parsefunc[] = {
- };
- 
- extern uniqid_t player_id;
--extern int errno;
- 
- char  *in_buf;                /* Input buffer */
- char  *out_buf;               /* Output buffer */
diff -r 97e4a7df472f -r 74fc8864cc30 games/genecys-client/patches/patch-common_pngloader.c
--- a/games/genecys-client/patches/patch-common_pngloader.c     Thu May 12 09:39:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,119 +0,0 @@
-$NetBSD: patch-common_pngloader.c,v 1.2 2012/08/12 21:41:02 wiz Exp $
-
-Fix build with png-1.5.
-https://sourceforge.net/tracker/?func=detail&aid=3556781&group_id=92651&atid=601520
-
---- common/pngloader.c.orig    2004-03-17 03:43:53.000000000 +0000
-+++ common/pngloader.c
-@@ -90,10 +90,10 @@ uint8_t **parse_pngmap8bit(char* file_na
- 
-     png_read_info(png_ptr, info_ptr);
- 
--    if (width != info_ptr->width || height != info_ptr->height)
-+    if (width != png_get_image_width(png_ptr, info_ptr) || height != png_get_image_height(png_ptr, info_ptr))
-       LOG(LOG_FATAL, "width/height of map do not match that of image");
--    color_type = info_ptr->color_type;
--    bit_depth = info_ptr->bit_depth;
-+    color_type = png_get_color_type(png_ptr, info_ptr);
-+    bit_depth = png_get_bit_depth(png_ptr, info_ptr);
- 
-     number_of_passes = png_set_interlace_handling(png_ptr);
-     png_read_update_info(png_ptr, info_ptr);
-@@ -104,11 +104,11 @@ uint8_t **parse_pngmap8bit(char* file_na
- 
-     row_pointers = (png_bytep*) malloc(sizeof(png_bytep) * height);
-     for (y=0; y<height; y++)
--      row_pointers[y] = (png_byte*) malloc(info_ptr->rowbytes);
-+      row_pointers[y] = (png_byte*) malloc(png_get_rowbytes(png_ptr, info_ptr));
- 
-     png_read_image(png_ptr, row_pointers);
- 
--    if (info_ptr->color_type != PNG_COLOR_TYPE_GRAY)
-+    if (png_get_color_type(png_ptr, info_ptr) != PNG_COLOR_TYPE_GRAY)
-       LOG(LOG_FATAL, "Image %s is not grayscale", file_name);



Home | Main Index | Thread Index | Old Index