From owner-freebsd-doc Sun Sep 8 14:30:40 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D7A637B400; Sun, 8 Sep 2002 14:30:35 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03C143E3B; Sun, 8 Sep 2002 14:30:34 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C975CAE1EE; Sun, 8 Sep 2002 14:30:34 -0700 (PDT) Date: Sun, 8 Sep 2002 14:30:34 -0700 From: Alfred Perlstein To: docs@freebsd.org Cc: ports@freebsd.org Subject: (forw) fix (was: Re: jadetex brokenish.) Message-ID: <20020908213034.GL21806@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 'patch-message' isn't supposed to be overridden, can someone please ok the attached patch? thanks, -Alfred ----- Forwarded message from Alfred Perlstein ----- From: Alfred Perlstein To: nik@FreeBSD.org Subject: fix (was: Re: jadetex brokenish.) Date: Thu, 29 Aug 2002 12:58:22 -0700 Message-ID: <20020829195822.GP73747@elvis.mu.org> User-Agent: Mutt/1.4i * Alfred Perlstein [020829 12:39] wrote: > jadetex has this target: > > patch-message: > @${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE} > > > this overrides the one in bsd.port.mk and makes portupgrade sad... > > can you find a workaround? Please test and apply this. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/jadetex/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 20 Mar 2002 22:18:03 -0000 1.22 +++ Makefile 29 Aug 2002 19:55:56 -0000 @@ -30,7 +30,7 @@ @${CAT} ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp @${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile -patch-message: +pre-patch: @${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE} do-install: ----- End forwarded message ----- -- -Alfred Perlstein [alfred@freebsd.org] [#bsdcode/efnet/irc.prison.net] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message