Date: Sun, 2 Jan 2000 10:53:33 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15842: news/cnews more robust patches Message-ID: <200001020953.KAA48178@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 15842 >Category: ports >Synopsis: news/cnews more robust patches >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: Sun Jan 2 09:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: FreeBSD 3.3 >Description: the older pgpverfiy patch may fail if you have perl4 installed. the y2k patch is more robust now. files/md5 can be recreated on any system >How-To-Repeat: >Fix: apply the patch diff cnews/Makefile cnews-cr.g/Makefile --- cnews/Makefile Sat Dec 25 09:55:02 1999 +++ cnews-cr.g/Makefile Sun Jan 2 10:07:20 2000 @@ -29,8 +29,8 @@ 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 + c-news-patch-y2k-2 \ + c-news-patch-pgpverify-1.12-perl4 MAINTAINER= dirk.meyer@dinoex.sub.org @@ -60,6 +60,9 @@ .include <bsd.port.pre.mk> .if ${OSVERSION} < 300000 +.if make(makesum) | defined(FETCH_ALL) +PATCHFILES+= c-news-patch-gawk3 +.endif .else PATCHFILES+= c-news-patch-gawk3 .endif diff cnews/files/md5 cnews-cr.g/files/md5 --- cnews/files/md5 Sat Dec 25 09:55:02 1999 +++ cnews-cr.g/files/md5 Sun Jan 2 10:14:22 2000 @@ -11,6 +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-y2k-2) = 4eda6a5ca89c9c0e48bc5658195e2f4c +MD5 (c-news/c-news-patch-pgpverify-1.12-perl4) = 191de45608e48ed2f1f2b4d620af27a8 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?200001020953.KAA48178>