Bug 84921 - [UPDATE] games/fargoal: update port and allegro dependency
Summary: [UPDATE] games/fargoal: update port and allegro dependency
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-14 19:30 UTC by Alejandro Pulver
Modified: 2005-11-13 15:26 UTC (History)
0 users

See Also:


Attachments
fargoal.diff (9.56 KB, patch)
2005-08-14 19:30 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver 2005-08-14 19:30:17 UTC

* Update to version 20040629.
* Take maintainership.
* Update allegro dependency.
* Remove USE_X_PREFIX.
* Remove patch "files/patch-game.c"
* Install binary in libexec and wrapper script in bin, both with the name "fargoal"
* Use %%DATADIR%% in pkg-plist.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-09-06 16:27:21 UTC
State Changed
From-To: open->suspended

Waiting for ports/84918
Comment 2 Alejandro Pulver 2005-09-22 21:07:44 UTC
>Submitter-Id:	current-users 
>Originator:	Alejandro Pulver 
>Organization:	 
>Confidential:	no 
>Synopsis:	Re: ports/84921: [UPDATE] games/fargoal: update port and allegro dependency 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		update 
>Release:	FreeBSD 5.4-RELEASE i386 
>Environment:





>Description:


This patch has to be applied to the previous patch.

Changes:
* Fix wrapper script (wasn't passing its arguments to the real executable).


>How-To-Repeat:





>Fix:


--- new.diff begins here ---
--- pkgd/sent/fargoal.diff	Sun Aug 14 15:21:24 2005
+++ fargoal.diff	Thu Sep 22 17:04:31 2005
@@ -1,7 +1,6 @@
-Binary files /usr/ports/games/fargoal/.Makefile.swp and fargoal/.Makefile.swp differ
 diff -urN /usr/ports/games/fargoal/Makefile fargoal/Makefile
 --- /usr/ports/games/fargoal/Makefile	Sun Jan  9 01:34:15 2005
-+++ fargoal/Makefile	Thu Aug 11 16:10:56 2005
++++ fargoal/Makefile	Thu Sep 22 17:03:53 2005
 @@ -6,43 +6,43 @@
  #
  
@@ -73,7 +72,7 @@
  .include <bsd.port.mk>
 diff -urN /usr/ports/games/fargoal/distinfo fargoal/distinfo
 --- /usr/ports/games/fargoal/distinfo	Wed Mar 31 00:07:52 2004
-+++ fargoal/distinfo	Wed Aug 10 19:42:53 2005
++++ fargoal/distinfo	Thu Sep 22 17:03:53 2005
 @@ -1,2 +1,2 @@
 -MD5 (fargoal20030731b.zip) = 9b24008b30b2c4b075998bd082de9459
 -SIZE (fargoal20030731b.zip) = 764328
@@ -99,7 +98,7 @@
 -fi
 diff -urN /usr/ports/games/fargoal/files/fargoal-sh.in fargoal/files/fargoal-sh.in
 --- /usr/ports/games/fargoal/files/fargoal-sh.in	Wed Dec 31 21:00:00 1969
-+++ fargoal/files/fargoal-sh.in	Thu Aug 11 15:28:57 2005
++++ fargoal/files/fargoal-sh.in	Thu Sep 22 17:04:06 2005
 @@ -0,0 +1,19 @@
 +#!/bin/sh
 +
@@ -119,10 +118,10 @@
 +
 +cd ~/.fargoal || exit 1
 +
-+exec %%PREFIX%%/libexec/fargoal
++exec %%PREFIX%%/libexec/fargoal "$@"
 diff -urN /usr/ports/games/fargoal/files/patch-Makefile fargoal/files/patch-Makefile
 --- /usr/ports/games/fargoal/files/patch-Makefile	Mon Dec 15 06:01:23 2003
-+++ fargoal/files/patch-Makefile	Thu Aug 11 15:12:29 2005
++++ fargoal/files/patch-Makefile	Thu Sep 22 17:03:53 2005
 @@ -1,16 +1,15 @@
 ---- Makefile.orig	Thu Jul 31 10:06:51 2003
 -+++ Makefile	Sat Dec 13 15:44:52 2003
@@ -168,7 +167,7 @@
 - 	try_load_sample (attack, "sfx/attack.wav");
 diff -urN /usr/ports/games/fargoal/pkg-descr fargoal/pkg-descr
 --- /usr/ports/games/fargoal/pkg-descr	Mon Dec 15 06:01:23 2003
-+++ fargoal/pkg-descr	Thu Aug 11 15:19:20 2005
++++ fargoal/pkg-descr	Thu Sep 22 17:03:53 2005
 @@ -2,10 +2,6 @@
  Fargoal", created by Jeff McCord for the Commodore 64 in 1983.
  This remake was written for the 2003 remakes.org competition.
@@ -182,7 +181,7 @@
  -Chris
 diff -urN /usr/ports/games/fargoal/pkg-plist fargoal/pkg-plist
 --- /usr/ports/games/fargoal/pkg-plist	Mon Dec 15 06:01:23 2003
-+++ fargoal/pkg-plist	Thu Aug 11 16:11:55 2005
++++ fargoal/pkg-plist	Thu Sep 22 17:03:53 2005
 @@ -1,53 +1,54 @@
  bin/fargoal
 -bin/sword
--- new.diff ends here ---
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-13 15:17:19 UTC
State Changed
From-To: suspended->open

allegro was updated
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-13 15:26:25 UTC
State Changed
From-To: open->closed

Committed, thanks!