Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2001 18:59:14 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24822: Update port: games/xsol
Message-ID:  <200102030259.f132xEp72100@freefall.freebsd.org>

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

>Number:         24822
>Category:       ports
>Synopsis:       Update port: games/xsol
>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:   Fri Feb 02 19:00:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Replace scripts/configure with post-patch target

Remove file:
scripts/configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xsol/Makefile games/xsol/Makefile
--- /usr/ports/games/xsol/Makefile	Tue Jan 30 21:05:49 2001
+++ games/xsol/Makefile	Fri Feb  2 02:29:28 2001
@@ -8,14 +8,15 @@
 PORTNAME=	xsol
 PORTVERSION=	2.1.1
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
-		http://ftp.tu-clausthal.de/pub/unix.new/games/ \
-		ftp://ftp.tu-clausthal.de/pub/unix.new/games/
-DISTNAME=	xsol-new
+MASTER_SITES=	ftp://ftp.simcb.ru/pub/unix/src/
+DISTNAME=	${PORTNAME}-new
 
 MAINTAINER=	ports@FreeBSD.org
 
 USE_IMAKE=	yes
 MAN6=		xsol.6
+
+post-patch:
+	@${ECHO} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xsol/scripts/pre-configure games/xsol/scripts/pre-configure
--- /usr/ports/games/xsol/scripts/pre-configure	Tue Jan  3 17:46:26 1995
+++ games/xsol/scripts/pre-configure	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
-echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile  || exit 1
-
-exit 0


>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?200102030259.f132xEp72100>