Date: Mon, 13 Dec 1999 16:37:29 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15459: news/cnews fix for gawk Message-ID: <199912131537.QAA62223@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 15459 >Category: ports >Synopsis: news/cnews for for gawk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 09:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: FreeBSD 3.3 current awk (gawk 3.0.4) >Description: Regression check fails (make check) News system crash, cause awk corrupts active >How-To-Repeat: >Fix: diff cnews/Makefile cnews-cr.g/Makefile --- cnews/Makefile Fri Dec 3 08:35:58 1999 +++ cnews-cr.g/Makefile Mon Dec 13 15:59:00 1999 @@ -29,6 +29,7 @@ c-news-patch-doexpire c-news-patch-queuelen.tay \ c-news-patch-bunzip2 \ c-news-patch-ctl-underscore \ + c-news-patch-y2k \ c-news-patch-pgpverify-1.12 MAINTAINER= dirk.meyer@dinoex.sub.org @@ -60,8 +61,11 @@ .if ${OSVERSION} < 300000 .else -BROKEN= gawk need to be updated to 3.0.4 +PATCHFILES+= c-news-patch-gawk3 .endif + +check: + cd ${WRKSRC} && ${MAKE} -$(MAKEFLAGS) r pre-patch: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY} diff cnews/files/md5 cnews-cr.g/files/md5 --- cnews/files/md5 Thu Jun 10 10:00:12 1999 +++ cnews-cr.g/files/md5 Mon Dec 13 16:07:34 1999 @@ -11,4 +11,6 @@ MD5 (c-news/c-news-patch-queuelen.tay) = 58d3e06a518fbf6bfee10081041fb85c MD5 (c-news/c-news-patch-bunzip2) = c4893fcaec140b29f1bea42b81e1bdf5 MD5 (c-news/c-news-patch-ctl-underscore) = 65ddefc8be3793cfc9d1e6d5b8302fd4 +MD5 (c-news/c-news-patch-y2k) = dc0587ac97c7795362558e90180ae8fa MD5 (c-news/c-news-patch-pgpverify-1.12) = 275fdc61a7473af2bbdc0b94aece5aa1 +MD5 (c-news/c-news-patch-gawk3) = 029502040db18868fe10e4c991af22ef >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912131537.QAA62223>