ports/156618: Port update: games/searchandrescue

Jesse Smith jessefrgsmith at yahoo.ca
Mon May 2 17:30:13 UTC 2011


The following reply was made to PR ports/156618; it has been noted by GNATS.

From: Jesse Smith <jessefrgsmith at yahoo.ca>
To: bug-followup at FreeBSD.org, jessefrgsmith at yahoo.ca
Cc:  
Subject: Re: ports/156618: Port update: games/searchandrescue
Date: Mon, 02 May 2011 14:11:29 -0300

 --=-fTz1LP2BrKKhEc9JM1QM
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 Thank you for pointing out the issue. I made some changes and did a
 clean build/install and I think everything is working ok. Please find
 attached a new patch.
 
 
 --=-fTz1LP2BrKKhEc9JM1QM
 Content-Disposition: attachment; filename="searchandrescue-update-patch.txt"
 Content-Type: text/plain; name="searchandrescue-update-patch.txt"; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 diff -ruN searchandrescue.bak/Makefile searchandrescue/Makefile
 --- searchandrescue.bak/Makefile	2011-05-02 13:19:13.000000000 -0300
 +++ searchandrescue/Makefile	2011-05-02 13:19:36.000000000 -0300
 @@ -2,11 +2,11 @@
  # Date created:			10 June 2010
  # Whom:				Jesse Smith <jessefrgsmith at yahoo.ca>
  #
 -# $FreeBSD: ports/games/searchandrescue/Makefile,v 1.2 2010/09/25 14:09:55 makc Exp $
 +# $FreeBSD: 
  #
  
  PORTNAME=	SearchAndRescue
 -PORTVERSION=	1.1.0
 +PORTVERSION=	1.3.0
  CATEGORIES=	games
  MASTER_SITES=	SF/${PORTNAME:L}/Program/
  
 diff -ruN searchandrescue.bak/distinfo searchandrescue/distinfo
 --- searchandrescue.bak/distinfo	2011-05-02 13:19:13.000000000 -0300
 +++ searchandrescue/distinfo	2011-05-02 14:06:52.000000000 -0300
 @@ -1,3 +1,2 @@
 -MD5 (SearchAndRescue-1.1.0.tar.gz) = f785d5968a8c3f57b021d40953ac4d32
 -SHA256 (SearchAndRescue-1.1.0.tar.gz) = bd3625d920a48cb349975987be7fc79900bde25b2c75a94e300fd0f1035cb94d
 -SIZE (SearchAndRescue-1.1.0.tar.gz) = 864674
 +SHA256 (SearchAndRescue-1.3.0.tar.gz) = 260a3962e0bccb2822a809707acecdfdec4061053a20ad67a33bbda60ca2e13c
 +SIZE (SearchAndRescue-1.3.0.tar.gz) = 1472727
 diff -ruN searchandrescue.bak/files/patch-SearchAndRescue.desktop searchandrescue/files/patch-SearchAndRescue.desktop
 --- searchandrescue.bak/files/patch-SearchAndRescue.desktop	2011-05-02 13:19:13.000000000 -0300
 +++ searchandrescue/files/patch-SearchAndRescue.desktop	1969-12-31 20:00:00.000000000 -0400
 @@ -1,10 +0,0 @@
 ---- ./SearchAndRescue.desktop.orig	2010-03-05 22:10:43.000000000 +0300
 -+++ ./SearchAndRescue.desktop	2010-07-22 23:03:07.163020299 +0400
 -@@ -2,6 +2,7 @@
 - Encoding=UTF-8
 - Name=Search and rescue
 - Exec=SearchAndRescue
 -+Icon=SearchAndRescue.xpm
 - Terminal=False
 - Type=Application
 - Categories=Game
 diff -ruN searchandrescue.bak/files/patch-sar__Makefile searchandrescue/files/patch-sar__Makefile
 --- searchandrescue.bak/files/patch-sar__Makefile	2011-05-02 13:19:13.000000000 -0300
 +++ searchandrescue/files/patch-sar__Makefile	2011-05-02 13:44:29.000000000 -0300
 @@ -1,13 +1,13 @@
 ---- ./sar/Makefile.orig	2010-06-04 04:33:22.000000000 +0400
 -+++ ./sar/Makefile	2010-07-20 23:58:53.189939887 +0400
 +--- ./sar/Makefile.orig	2011-04-01 15:29:49.000000000 -0300
 ++++ ./sar/Makefile	2011-05-02 13:43:50.000000000 -0300
  @@ -1,12 +1,12 @@
   # Platform Configurator generated Makefile
   #
  -PREFIX = $(DESTDIR)/usr/
  +PREFIX = %%PREFIX%%
   
 --CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions -fexpensive-optimizations -D__USE_BSD -DHAVE_SDL_MIXER -Wno-write-strings -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE
 -+CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -D__USE_BSD -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -DHAVE_SDL_MIXER -I/usr/local/include
 +-CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions -fexpensive-optimizations -D__USE_BSD -DHAVE_SDL_MIXER -Wno-write-strings -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -DNEW_GRAPHICS #-DOLD_GRAPHICS 
 ++CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -D__USE_BSD -DUSE_XSHM -DHAVE_MWMUTIL_H -DUSE_LIBXPM -DHAVE_XF86_VIDMOD -DHAVE_SDL_MIXER -DNEW_GRAPHICS -I/usr/local/include #-DOLD_GRAPHICS 
   
   INC_DIRS =
   
 
 --=-fTz1LP2BrKKhEc9JM1QM--
 



More information about the freebsd-ports-bugs mailing list