From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 25 00:30:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CB6010656BC for ; Wed, 25 Mar 2009 00:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D148F8FC24 for ; Wed, 25 Mar 2009 00:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2P0U5mA090946 for ; Wed, 25 Mar 2009 00:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2P0U5GI090945; Wed, 25 Mar 2009 00:30:05 GMT (envelope-from gnats) Resent-Date: Wed, 25 Mar 2009 00:30:05 GMT Resent-Message-Id: <200903250030.n2P0U5GI090945@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2647C1065670 for ; Wed, 25 Mar 2009 00:21:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 145DB8FC14 for ; Wed, 25 Mar 2009 00:21:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2P0LXTX012588 for ; Wed, 25 Mar 2009 00:21:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2P0LX4s012587; Wed, 25 Mar 2009 00:21:33 GMT (envelope-from nobody) Message-Id: <200903250021.n2P0LX4s012587@www.freebsd.org> Date: Wed, 25 Mar 2009 00:21:33 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/133032: [patch] lang/tinycobol missing bin/htcobol binary - mark as BROKEN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 00:30:06 -0000 >Number: 133032 >Category: ports >Synopsis: [patch] lang/tinycobol missing bin/htcobol binary - mark as BROKEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 25 00:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 7.1-RELEASE-p3 >Organization: >Environment: FreeBSD phoenix 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Feb 23 23:40:16 UTC 2009 root@phoenix:/usr/obj/usr/src/sys/PHOENIX i386 >Description: It has been found in a past pointyhat build error that tinycobol should create a $PREFIXDIR/bin/htcobol binary - the actual binary to compile COBOL applications. In attempt to fix the problem, I had missed htcobol was the actual compiler, and changed pkg-plist to reflect a change I thought would correct the problem. This port should be marked as BROKEN (temporarily) until feedback is received from the tinycobol developers. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 26) +++ Makefile (working copy) @@ -4,7 +4,7 @@ # # $FreeBSD: ports/lang/tinycobol/Makefile,v 1.30 2009/02/13 01:49:12 tabthorpe Exp $ # - +BROKEN= Missing htcobol compiler binary PORTNAME= tinycobol PORTVERSION= 0.64 CATEGORIES= lang Index: pkg-plist =================================================================== --- pkg-plist (revision 26) +++ pkg-plist (working copy) @@ -1,4 +1,5 @@ bin/htcobf2f +bin/htcobol bin/htcobrun lib/libhtcobol.a lib/libhtcobol.so >Release-Note: >Audit-Trail: >Unformatted: