Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 10:48:53 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42017: games/sol - update, fix and take maintainership
Message-ID:  <20020826004853.6FD936A7124@k7.mavetju>

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

>Number:         42017
>Category:       ports
>Synopsis:       games/sol - update, fix and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 17:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

- Update to version 1.0.7
- Fix so it would work
- Take maintainership

>How-To-Repeat:

http://people.freebsd.org/~fenner/portsurvey/games.html#sol

>Fix:

--- Makefile-old	Mon Aug 26 10:35:00 2002
+++ Makefile	Mon Aug 26 10:46:50 2002
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	sol
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.7
 CATEGORIES=	games
 MASTER_SITES=	http://shh.thathost.com/pub-unix/files/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	edwin@mavetju.org
 
 LIB_DEPENDS=	shhopt.1:${PORTSDIR}/devel/libshhopt \
 		shhmsg.1:${PORTSDIR}/devel/libshhmsg \
@@ -22,6 +22,9 @@
 USE_XPM=	yes
 
 MAN6=		sol.6
+
+pre-build:
+	cd ${WRKSRC} && ${GMAKE} depend
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
--- distinfo-old	Mon Aug 26 10:35:02 2002
+++ distinfo	Mon Aug 26 10:35:39 2002
@@ -1 +1 @@
-MD5 (sol-1.0.6.tar.gz) = cbc5c9091506646b9ce2c34674df0ce5
+MD5 (sol-1.0.7.tar.gz) = 6c9e1162c9546392a02711443179aa43
--- files/old-aa	Mon Jul 17 00:31:54 2000
+++ files/patch-aa	Mon Aug 26 10:40:00 2002
@@ -1,5 +1,5 @@
---- Makefile.orig	Sun Jul  5 17:30:26 1998
-+++ Makefile	Tue Jul  4 21:59:11 2000
+--- Makefile.old	Mon Aug 26 10:37:17 2002
++++ Makefile	Mon Aug 26 10:39:35 2002
 @@ -13,9 +13,8 @@
  # Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11?
  
@@ -9,10 +9,10 @@
 -LIBDIR		= -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11
 +INCDIR		= -I${LOCALBASE}/include -I${X11BASE}/include
 +LIBDIR		= -L${LOCALBASE}/lib -L${X11BASE}/lib
+ EXTRA_LIBS	= -lSM -lICE
  
  # Irix at Ifi
- ifeq ($(HOSTTYPE),sgi)
-@@ -53,18 +52,18 @@
+@@ -54,18 +53,18 @@
  endif
  
  # DEC Alpha at USIT
@@ -33,13 +33,13 @@
 -INSTLIBDIR	= /var/local/lib/games
 -INSTBINDIR	= /usr/local/games
 -INSTMANDIR	= /usr/local/man/man6
-+INSTLIBDIR	= ${PREFIX}/share/sol
-+INSTBINDIR	= ${PREFIX}/bin
++INSTLIBDIR	= ${PREFIX}/lib/games
++INSTBINDIR	= ${PREFIX}/games
 +INSTMANDIR	= ${PREFIX}/man/man6
  #INSTLIBDIR	= /hom/sverrehu/lib
  #INSTBINDIR	= /hom/sverrehu/bin/$$HOSTTYPE
  #INSTMANDIR	= /hom/sverrehu/man/man6
-@@ -84,11 +83,11 @@
+@@ -85,11 +84,11 @@
  
  ###########################################################################
  
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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