Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 00:21:33 GMT
From:      Glen Barber <glen.j.barber@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133032: [patch] lang/tinycobol missing bin/htcobol binary - mark as BROKEN
Message-ID:  <200903250021.n2P0LX4s012587@www.freebsd.org>
Resent-Message-ID: <200903250030.n2P0U5GI090945@freefall.freebsd.org>

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

>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:



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