pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/51738: update Opensoruce COBOL v1.5.1J



>Number:         51738
>Category:       pkg
>Synopsis:       update Opensoruce COBOL v1.5.1J
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 23 17:55:00 +0000 2016
>Originator:     Yasushi Oshima
>Release:        pkgsrc-current
>Organization:
>Environment:
NetBSD/amd64 7.0_STABLE
NetBSD/evbearm 7.0_STABLE
NetBSD/amd64 7.99.51
>Description:
opensoruce COBOL 1.5.1J has been released at 2016-12-9.
1.5.0J has some new features,
and some problems caused by GCC5 has been fixed in 1.5.1J

1.5.1J (2016-12-9)
  Bug Fixes:
  - build error on Windows.
  - test failure caused by missing inline-function declarations on gcc5.
  - compiler warnings on v1.3 or later.

1.5.0J (2016-5-11)
  New features:
  - Add a new function "C$CALLEDBY". This gets the program name that called itself.
  - Add a new function "C$LIST-DIRECTORY". This gets the list of files in the target directory.
  - Add a new feature "CANCEL ALL". This cancel subprogram and all subprograms that callded by it.

>How-To-Repeat:

>Fix:
Update version and MASTER_SITES in Makefile.

I checked it on NetBSD/amd64 and NetBSD/evbearm 7.0_STABLE(gcc 4.8.4)
and NetBSD/amd64 current 7.99.51(gcc 5.4.0), and it passed all test suites in tests/.

--- a/lang/opensource-cobol/Makefile
+++ b/lang/opensource-cobol/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.6 2015/08/18 07:31:10 wiz Exp $

-DISTNAME=      opensource-cobol-1.4.0J-utf8
+DISTNAME=      opensource-cobol-1.5.1J-utf8
 PKGNAME=       ${DISTNAME:S/-utf8//}
-PKGREVISION=   2
 CATEGORIES=    lang
-MASTER_SITES=  -http://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=289&upload_id=564
+MASTER_SITES=  -https://www.osscons.jp/osscobol/files/?action=cabinet_action_main_download&block_id=414&room_id=21&cabinet_id=11&file_id=382&upload_id=761

 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      http://www.osscons.jp/osscobol/


Home | Main Index | Thread Index | Old Index