ports/56367:

Alex Trull alexander at trull.com
Wed Sep 3 12:00:33 UTC 2003


>Number:         56367
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 03 05:00:27 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     atrull
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
FreeBSD 4.8 & 5.1 i386

>Description:

The bass port will always reinstall scummvm (regardless of whether it is installed or 
not) due to a mistake in the dependancies. Other minor inconsistencies.

>How-To-Repeat:

install games/bass

>Fix:

diff -urN bass.orig/Makefile bass/Makefile
--- bass.orig/Makefile  Wed Sep  3 12:37:14 2003
+++ bass/Makefile       Wed Sep  3 10:51:11 2003
@@ -15,7 +15,7 @@
 MAINTAINER=    alexander at trull.com
 COMMENT=       Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
 
-RUN_DEPENDS=   scummvm-0.5.1:${PORTSDIR}/games/scummvm
+RUN_DEPENDS=   scummvm:${PORTSDIR}/games/scummvm
 
 USE_ZIP=       YES
 NO_BUILD=      YES
@@ -33,5 +33,8 @@
        @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
 .endfor
 .endif
+
+post-install:
+       @${CAT} pkg-message
 
 .include <bsd.port.mk>
diff -urN bass.orig/pkg-message bass/pkg-message
--- bass.orig/pkg-message       Wed Sep  3 12:37:14 2003
+++ bass/pkg-message    Wed Sep  3 12:42:37 2003
@@ -2,10 +2,11 @@
  - Beneath a Steel Sky (bass) PORT NOTES                ported by atrull -
  - --------------------------------------------------------------------- -
  -  How to Get Playing:                                                  -
+ -  Make sure you have scummvm 0.5.1 or Higher!                          -
  -                                                                       -
  -  i) Type scummvm to start the game interpreter                        -
- -  ii) Click 'Add Game...', Browse to /usr/local/share/bass             - 
- -  iii) Click 'Choose' then click 'OK'                                  - 
+ -  ii) Click 'Add Game...', Browse to /usr/local/share/bass             -
+ -  iii) Click 'Choose' then click 'OK'                                  -
  -  iv) Select 'Beneath a Steel Sky' from the Menu and click 'Start'     -
  -                                                                       -
  -                                         Have fun, Be Vigilant!        -

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



More information about the freebsd-ports-bugs mailing list