Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 21:14:51 -0600 (CST)
From:      Rusty Nejdl <rnejdl@ringofsaturn.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173921: Update ports games/megaglest to 3.7.1 (and data port)
Message-ID:  <assp.0677c88107.201211260314.qAQ3EpVc056656@tethys.ringofsaturn.com>
Resent-Message-ID: <201211260320.qAQ3K0jo091464@freefall.freebsd.org>

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

>Number:         173921
>Category:       ports
>Synopsis:       Update ports games/megaglest to 3.7.1 (and data port)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 26 03:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rusty Nejdl
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r243321: Mon Nov 19 21:59:36 CST 2012 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	These two diffs update megaglest and megaglest-data to 3.7.1.

>How-To-Repeat:

>Fix:

	

--- megaglest-3.7.1.diff begins here ---
diff -ruN megaglest/Makefile megaglest.new/Makefile
--- megaglest/Makefile	2012-11-24 20:32:20.000000000 -0600
+++ megaglest.new/Makefile	2012-11-24 20:35:48.000000000 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	megaglest
-PORTVERSION=	3.6.0.3
+PORTVERSION=	3.7.1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/
 DISTNAME=	${PORTNAME}-source-${PORTVERSION}
diff -ruN megaglest/distinfo megaglest.new/distinfo
--- megaglest/distinfo	2012-11-24 20:32:20.000000000 -0600
+++ megaglest.new/distinfo	2012-11-24 20:35:48.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (megaglest-source-3.6.0.3.tar.xz) = 700b1eef534d72fa5efd329445aa085259a87dcea5e739eda629e6c41386b9f7
-SIZE (megaglest-source-3.6.0.3.tar.xz) = 1336432
+SHA256 (megaglest-source-3.7.1.tar.xz) = 0222196c6a274cfd1b5fd074206a6bedcf3da4f343345f3e2682e704f94adc26
+SIZE (megaglest-source-3.7.1.tar.xz) = 1439864
diff -ruN megaglest/files/patch-source-shared_lib-CMakeLists.txt megaglest.new/files/patch-source-shared_lib-CMakeLists.txt
--- megaglest/files/patch-source-shared_lib-CMakeLists.txt	1969-12-31 18:00:00.000000000 -0600
+++ megaglest.new/files/patch-source-shared_lib-CMakeLists.txt	2012-11-24 20:35:48.000000000 -0600
@@ -0,0 +1,11 @@
+--- source/shared_lib/CMakeLists.txt.orig	2012-11-25 00:19:10.000000000 +0000
++++ source/shared_lib/CMakeLists.txt	2012-11-25 00:12:01.000000000 +0000
+@@ -124,7 +124,7 @@
+         FIND_PACKAGE(LUA REQUIRED)
+         INCLUDE_DIRECTORIES(${LUA_INCLUDE_DIR})
+         IF(UNIX)
+-	        SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} "libdl.so")
++	        SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} ${CMAKE_DL_LIBS})
+         ENDIF()
+ #        ENDIF()
+ 
diff -ruN megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp megaglest.new/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp
--- megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp	2012-11-24 20:32:20.000000000 -0600
+++ megaglest.new/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp	2012-11-24 20:37:15.000000000 -0600
@@ -1,13 +1,13 @@
---- source/shared_lib/sources/platform/posix/ircclient.cpp	2012-01-23 14:36:15.000000000 -0600
-+++ source/shared_lib/sources/platform/posix/ircclient.cpp.new	2012-06-24 09:51:37.000000000 -0500
+--- source/shared_lib/sources/platform/posix/ircclient.cpp	2012-11-10 03:22:28.000000000 -0600
++++ source/shared_lib/sources/platform/posix/ircclient.cpp.new	2012-11-20 11:51:10.000000000 -0600
 @@ -14,11 +14,7 @@
  #include "util.h"
  #include "platform_common.h"
- #include "libircclient.h"
+ #include <libircclient.h>
 -
 -// upstream moved some defines into new headers as of 1.6
 -#ifndef LIBIRCCLIENT_PRE1_6
- #include "libirc_rfcnumeric.h"
+ #include <libirc_rfcnumeric.h>
 -#endif
  
  #include <stdio.h>
--- megaglest-3.7.1.diff ends here ---

--- megaglest-data-3.7.1.diff begins here ---
diff -ruN megaglest-data/Makefile megaglest-data.new/Makefile
--- megaglest-data/Makefile	2012-11-20 10:58:53.000000000 -0600
+++ megaglest-data.new/Makefile	2012-11-23 11:42:03.000000000 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	megaglest
-PORTVERSION=	3.6.0.3
+PORTVERSION=	3.7.1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/
 PKGNAMESUFFIX=	-data
diff -ruN megaglest-data/distinfo megaglest-data.new/distinfo
--- megaglest-data/distinfo	2012-11-17 08:28:17.000000000 -0600
+++ megaglest-data.new/distinfo	2012-11-23 12:07:30.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (megaglest-data-3.6.0.3.tar.xz) = 2a9f0293565a5ec56714b2f73f63e02b807478dce78251cedeeb25b57afb962e
-SIZE (megaglest-data-3.6.0.3.tar.xz) = 192795104
+SHA256 (megaglest-data-3.7.1.tar.xz) = e31a84d32e35bd1b96ebba55188d05099411497dae4bad2ece9cb0cea5723b0d
+SIZE (megaglest-data-3.7.1.tar.xz) = 191777052
--- megaglest-data-3.7.1.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.0677c88107.201211260314.qAQ3EpVc056656>