ports/133032: [patch] lang/tinycobol missing bin/htcobol binary - mark as BROKEN
Glen Barber
glen.j.barber at gmail.com
Wed Mar 25 00:30:06 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list