From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 28 13:30:29 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A043837B405 for ; Mon, 28 Apr 2003 13:30:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3047643FEA for ; Mon, 28 Apr 2003 13:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3SKUFUp002184 for ; Mon, 28 Apr 2003 13:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3SKUF8C002183; Mon, 28 Apr 2003 13:30:15 -0700 (PDT) Resent-Date: Mon, 28 Apr 2003 13:30:15 -0700 (PDT) Resent-Message-Id: <200304282030.h3SKUF8C002183@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29D837B401 for ; Mon, 28 Apr 2003 13:22:26 -0700 (PDT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id E615743FB1 for ; Mon, 28 Apr 2003 13:22:25 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.222.224]) by hfep03.dion.ne.jp with SMTP id <20030428202222120.BTRF@hfep03.dion.ne.jp> for ; Tue, 29 Apr 2003 05:22:22 +0900 Message-Id: <20030429052102.4c4c0f3f.tkato@prontomail.com> Date: Tue, 29 Apr 2003 05:21:02 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51514: Update port: lang/open-cobol to 0.20 (fix ports/51230) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 20:30:29 -0000 >Number: 51514 >Category: ports >Synopsis: Update port: lang/open-cobol to 0.20 (fix ports/51230) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 28 13:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.20 New file: files/patch-libcob::screenio.c Following PR(s) should be superseded by this one: [2003/04/21] ports/51230 ports-bugs Update port: lang/open-cobol to 0.12 >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/open-cobol/Makefile lang/open-cobol/Makefile --- /usr/ports/lang/open-cobol/Makefile Sat Apr 12 22:53:48 2003 +++ lang/open-cobol/Makefile Tue Apr 29 04:10:13 2003 @@ -7,7 +7,7 @@ # PORTNAME= open-cobol -PORTVERSION= 0.10 +PORTVERSION= 0.20 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,23 +15,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An open-source COBOL compiler -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ ltdl.1:${PORTSDIR}/devel/libtool \ gmp.6:${PORTSDIR}/math/libgmp4 -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + LDFLAGS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ARGS= --with-readline INSTALLS_SHLIB= yes - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' .include diff -urN /usr/ports/lang/open-cobol/distinfo lang/open-cobol/distinfo --- /usr/ports/lang/open-cobol/distinfo Mon Jan 6 16:00:19 2003 +++ lang/open-cobol/distinfo Tue Apr 29 03:40:48 2003 @@ -1 +1 @@ -MD5 (open-cobol-0.10.tar.gz) = 613ccc8415e591eab1f42f9e324c24df +MD5 (open-cobol-0.20.tar.gz) = ce698bbac587bba95fb43e38e239db5e diff -urN /usr/ports/lang/open-cobol/files/patch-libcob::screenio.c lang/open-cobol/files/patch-libcob::screenio.c --- /usr/ports/lang/open-cobol/files/patch-libcob::screenio.c Thu Jan 1 09:00:00 1970 +++ lang/open-cobol/files/patch-libcob::screenio.c Tue Apr 29 04:09:58 2003 @@ -0,0 +1,10 @@ +--- libcob/screenio.c.orig Thu Apr 3 06:02:51 2003 ++++ libcob/screenio.c Tue Apr 29 04:09:44 2003 +@@ -19,6 +19,7 @@ + + #include "config.h" + ++#include + #include + #if HAVE_CURSES_H + #include diff -urN /usr/ports/lang/open-cobol/pkg-plist lang/open-cobol/pkg-plist --- /usr/ports/lang/open-cobol/pkg-plist Mon Jan 6 16:00:19 2003 +++ lang/open-cobol/pkg-plist Tue Apr 29 03:40:48 2003 @@ -1,10 +1,10 @@ bin/cob-config bin/cobc -bin/cobpp etc/libcob.conf include/libcob.h include/libcob/call.h include/libcob/common.h +include/libcob/exception.def include/libcob/fileio.h include/libcob/move.h include/libcob/numeric.h @@ -16,7 +16,6 @@ @exec install-info %D/info/open-cobol.info %D/info/dir lib/libcob.a lib/libcob.so -lib/libcob.so.0 -libdata/pkgconfig/cob.pc +lib/libcob.so.1 share/locale/ja/LC_MESSAGES/open-cobol.mo @dirrm include/libcob >Release-Note: >Audit-Trail: >Unformatted: