Summary: | fix graphics/mupdf | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | kamikaze | ||||
Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
kamikaze
2010-07-16 08:20:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR. I think using `?=' is better than relying on `|' being not in path. sed -e '/^CC/s/=/?=/' ... But I've already submitted it in b.diff in ports/148503. On 16/07/2010 15:29, Anonymous wrote:
> I think using `?=' is better than relying on `|' being not in path.
>
> sed -e '/^CC/s/=/?=/' ...
>
> But I've already submitted it in b.diff in ports/148503.
Oh, I didn't know it uses a compatible make!
I agree, your way is better.
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Responsible Changed From-To: freebsd-ports-bugs->bapt I'll take it. bapt 2010-08-04 05:25:07 UTC FreeBSD ports repository Modified files: graphics/mupdf Makefile distinfo Log: - Respect ports CFLAGS [1] - Cleanup REINPLACE_CMD usage [2] - Bump PORTREVISION - Correctly define i386 and amd64 optimisation [2] PR: ports/148503 [1][2] ports/148674 [1] Submitted by: Dominic Fandrey <kamikaze _at_ bsdforen.de> [1], Anonymous <swell.k _at_ gmail.com> [1][2], Martin Dieringer <martin.dieringer _at_ gmx.de> [1][2] (maintainer) Approved by: tabthorpe@ (co-mentor) Revision Changes Path 1.8 +16 -7 ports/graphics/mupdf/Makefile 1.6 +3 -3 ports/graphics/mupdf/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed using patch from ports/148503. Thanks! |