Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 08:21:37 GMT
From:      Nicole Reid <root@cooltrainer.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152594: Maintainer update: emulators/visualboyadvance-m to r966 and fix build with CMake 2.8.3
Message-ID:  <201011260821.oAQ8LbCD078802@red.freebsd.org>
Resent-Message-ID: <201011260830.oAQ8UAtL005852@freefall.freebsd.org>

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

>Number:         152594
>Category:       ports
>Synopsis:       Maintainer update: emulators/visualboyadvance-m to r966 and fix build with CMake 2.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 08:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nicole Reid
>Release:        
>Organization:
>Environment:
>Description:
Pull in r966 from SVN and patch CMakeLists.txt to build properly with devel/cmake 2.8.3.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN visualboyadvance-m-945/Makefile visualboyadvance-m/Makefile
--- visualboyadvance-m-945/Makefile	2010-11-22 20:52:00.980729467 -0500
+++ visualboyadvance-m/Makefile	2010-11-22 20:52:14.410307021 -0500
@@ -30,7 +30,7 @@
 USE_SDL=	sdl
 USE_CMAKE=	yes
 CMAKE_ARGS+=	-DVERSION:STRING="${PORTVERSION}" -DSYSCONFDIR:STRING="${PREFIX}/etc"
-SVN_REV=	945
+SVN_REV=	966
 
 .include <bsd.port.pre.mk>
 
diff -ruN visualboyadvance-m-945/distinfo visualboyadvance-m/distinfo
--- visualboyadvance-m-945/distinfo	2010-11-22 20:52:00.980729467 -0500
+++ visualboyadvance-m/distinfo	2010-11-22 20:52:47.838109021 -0500
@@ -1,3 +1,2 @@
-MD5 (visualboyadvance-m-1.8.0r945.tar.bz2) = 078a095b7f8e42b3bc2e676ebf4a4b98
-SHA256 (visualboyadvance-m-1.8.0r945.tar.bz2) = a0f54912f564a27415a40035b0b88d57a17702962d3841a10843a5d2d8e2c5ea
-SIZE (visualboyadvance-m-1.8.0r945.tar.bz2) = 739556
+SHA256 (visualboyadvance-m-1.8.0r966.tar.bz2) = 921bcc750fdaff4a41c72f1a52efa90886022cdefbefa909881da7b096b64021
+SIZE (visualboyadvance-m-1.8.0r966.tar.bz2) = 746183
diff -ruN visualboyadvance-m-945/files/patch-CMakeLists.txt visualboyadvance-m/files/patch-CMakeLists.txt
--- visualboyadvance-m-945/files/patch-CMakeLists.txt	2010-11-22 20:52:00.980729467 -0500
+++ visualboyadvance-m/files/patch-CMakeLists.txt	2010-11-26 03:09:23.584356311 -0500
@@ -1,5 +1,12 @@
 --- CMakeLists.txt.orig	2010-03-14 23:36:45.000000000 -0400
-+++ CMakeLists.txt	2010-06-02 01:01:46.192628838 -0400
++++ CMakeLists.txt	2010-11-26 03:08:11.543538713 -0500
+@@ -1,5 +1,5 @@
+ # The project's name is VBA-M it uses assembly, C and C++ code
+-PROJECT(VBA-M ASM C CXX)
++PROJECT(VBA-M)
+ 
+ cmake_minimum_required( VERSION 2.4.6 )
+ if( COMMAND cmake_policy )
 @@ -341,8 +341,7 @@
  
      INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/vbam DESTINATION bin)
@@ -9,4 +16,3 @@
 +            DESTINATION ${SYSCONFDIR})
  
  ENDIF( CAN_BUILD_VBAM )
-


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



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