Bug 99004 - [maintainer update] Remove extraneous dependency for games/vultures-eye
Summary: [maintainer update] Remove extraneous dependency for games/vultures-eye
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 05:50 UTC by Li-Lun Wang
Modified: 2006-06-16 23:19 UTC (History)
0 users

See Also:


Attachments
file.diff (568 bytes, patch)
2006-06-16 05:50 UTC, Li-Lun Wang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Lun Wang 2006-06-16 05:50:17 UTC
- Remove extraneous dependency to sdl_image
  (kindly pointed out by the original author)
- Bump PORTREVISION (?)

Modified files:
  games/vultules-eye	Makefile
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-16 16:31:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-16 16:47:04 UTC
State Changed
From-To: open->feedback

Does not compile now: 

vultures_gfl.c:14:23: SDL_image.h: No such file or directory 
gmake[2]: *** [build_n/vultures_gfl.d] Error 1 
gmake[2]: Leaving directory `/work/a/ports/games/vultures-eye/work/vultures-2.1.0/nethack/win/vultures' 
gmake[1]: *** [../win/vultures/build_n/vultures.o] Error 2 
gmake[1]: Leaving directory `/work/a/ports/games/vultures-eye/work/vultures-2.1.0/nethack/src' 
gmake: *** [vultureseye] Error 2 
*** Error code 2
Comment 3 Li-Lun Wang 2006-06-16 20:50:57 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please use the following patch instead. Thanks.

Modified files:
  games/vultures-eye	Makefile

Added files:
  games/vultures-eye/files	patch-win-vultures-vultures_gfl.c

diff -urN vultures-eye.orig/Makefile vultures-eye/Makefile
- --- vultures-eye.orig/Makefile	Thu Jun  8 22:30:08 2006
+++ vultures-eye/Makefile	Thu Jun 15 22:46:35 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	vultures
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSION}/
 PKGNAMESUFFIX=	-eye
@@ -20,7 +21,7 @@
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 
 USE_GMAKE=	yes
- -USE_SDL=	sdl mixer image ttf
+USE_SDL=	sdl mixer ttf
 USE_BZIP2=	yes
 USE_GCC=	3.2+
 WRKSRC=		${WRKDIR}/${DISTNAME}/nethack
diff -urN vultures-eye.orig/files/patch-win-vultures-vultures_gfl.c vultures-eye/files/patch-win-vultures-vultures_gfl.c
- --- vultures-eye.orig/files/patch-win-vultures-vultures_gfl.c	Wed Dec 31 18:00:00 1969
+++ vultures-eye/files/patch-win-vultures-vultures_gfl.c	Fri Jun 16 12:59:05 2006
@@ -0,0 +1,11 @@
+--- win/vultures/vultures_gfl.c.orig	Tue Jun  6 14:23:28 2006
++++ win/vultures/vultures_gfl.c	Fri Jun 16 12:57:57 2006
+@@ -11,7 +11,7 @@
+ #endif
+ 
+ #include <SDL.h>
+-#include <SDL_image.h>
++/* #include <SDL_image.h> */
+ 
+ #include "png.h"
+ 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFEkwugCQM7t5B2mhARAvg4AJ9w4gUmGiXeDsHL619WY9qHfj2KEgCeNSdV
jvRhMcQ/vQeYGjapgFw4wJ8=
=qt75
-----END PGP SIGNATURE-----
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-16 23:19:21 UTC
State Changed
From-To: feedback->closed

Committed, thanks!