From owner-freebsd-ports Tue Nov 12 19: 0: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3985E37B401 for ; Tue, 12 Nov 2002 19:00:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672E043E4A for ; Tue, 12 Nov 2002 19:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD306x3070765 for ; Tue, 12 Nov 2002 19:00:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAD3064u070764; Tue, 12 Nov 2002 19:00:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EAFD37B401 for ; Tue, 12 Nov 2002 18:51:24 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC9543E7B for ; Tue, 12 Nov 2002 18:51:23 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 35FB9140B4 for ; Tue, 12 Nov 2002 20:51:13 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gAD3q8YW091451 for ; Tue, 12 Nov 2002 21:52:09 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gAD3q7OA091450; Tue, 12 Nov 2002 21:52:07 -0600 (CST) (envelope-from linimon) Message-Id: <200211130352.gAD3q7OA091450@lonesome.lonesome.com> Date: Tue, 12 Nov 2002 21:52:07 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/45256: games/conquest does not install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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