Opened 15 years ago
Closed 15 years ago
#21764 closed defect (fixed)
[PATCH] rb-cocoa build fails if findutils is installed
Reported by: | blair (Blair Zajac) | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | rb-cocoa |
Description
If findutils is installed with the with_default_names variant, then xargs -0 rm fails if nothing is removed. This patch just uses the system's /usr/bin/xargs.
I can commit the patch if you want.
Attachments (1)
Change History (3)
Changed 15 years ago by blair (Blair Zajac)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 15 years ago by blair (Blair Zajac)
Owner: | changed from macports-tickets@… to kimuraw@… |
---|
comment:2 Changed 15 years ago by kimuraw (kimura wataru)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I applied your patch as r58796 and RubyCocoa trunk. Thanks!