Date: Sun, 2 Jan 2000 17:20:03 -0800 (PST) From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-ports@FreeBSD.org Subject: Re: ports/15842: news/cnews more robust patches Message-ID: <200001030120.RAA78246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15842; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: FreeBSD-gnats-submit@FreeBSD.ORG, sprice@hiwaay.net (Steve Price) Cc: Subject: Re: ports/15842: news/cnews more robust patches Date: Sun, 02 Jan 2000 21:30:36 +0100 Steve Price wrote:, > On Sun, 2 Jan 2000 dirk.meyer@dinoex.sub.org wrote: > > # @@ -60,6 +60,9 @@ > # .include <bsd.port.pre.mk> > # > # .if ${OSVERSION} < 300000 > # +.if make(makesum) | defined(FETCH_ALL) > ^ > This should be a '||', no? > > # +PATCHFILES+= c-news-patch-gawk3 > # +.endif > # .else > # PATCHFILES+= c-news-patch-gawk3 > # .endif It sould be an logical OR, I took it without much testing from ports/setiathome/Makefile: ---- snip --- .if make(makesum) | defined(FETCH_ALL) DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar \ setiathome-1.2.i386-unknown-freebsd2.2.7.tar \ setiathome-1.2.i386-unknown-freebsd2.2.8.tar \ setiathome-1.2.i386-unknown-freebsd3.1.tar \ setiathome-1.2.i386-unknown-freebsd3.2.tar \ setiathome-1.1.i386-unknown-freebsd4.0.tar .endif ---- snip --- as far as I tested it both seem to work. But the "||" is documented, and should be used. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - Tel. +49-5606-6512 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?200001030120.RAA78246>