Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 21:52:07 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45256: games/conquest does not install
Message-ID:  <200211130352.gAD3q7OA091450@lonesome.lonesome.com>

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

>Number:         45256
>Category:       ports
>Synopsis:       games/conquest does not install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 19:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386

>Description:
	The port refuses to install citing 'illegal group'.  It looks
	as though there is code in the Makefile to remove the chgrp
	command that fails -- but that code appears to be Perl-specific.
	I tried to make the code sed-ful but failed.

	I also tried both the port version in the Makefile, and the latest
	one.  No difference.  FWIW, the patch below at least reflects the
	latest port version.
>How-To-Repeat:
	make install
>Fix:
	(for version update only:)

--- Makefile.dist	Wed Nov  6 21:17:09 2002
+++ Makefile	Tue Nov 12 21:43:35 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	conquest
-PORTVERSION=	7.1.1
+PORTVERSION=	7.1.2
 CATEGORIES=	games
 MASTER_SITES=	http://www.radscan.com/conquest/
 EXTRACT_SUFX=	.src.tar.gz
--- distinfo.dist	Sun Jan 13 00:07:46 2002
+++ distinfo	Tue Nov 12 21:46:51 2002
@@ -1 +1 @@
-MD5 (conquest-7.1.1.src.tar.gz) = c02891f6c0c4b8c73a82c1c8185e3025
+MD5 (conquest-7.1.2.src.tar.gz) = 75b5ac1ca0f717c0f0c933b60580c5fc
>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?200211130352.gAD3q7OA091450>