Ticket #27762 (closed update: fixed)
tinyproxy @1.8.2 update
| Reported by: | tmurase@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | tinyproxy |
Description
Built on OS X 10.6.5, gcc 4.2, Xcode 3.2.2, Component versions: DevToolsCore-1648.0; DevToolsSupport-1631.0, BuildVersion: 10M2148 Attaching a patch that kills an LDFLAGS line in the configure file which is linux specific.
Attachments
Change History
Changed 2 years ago by tmurase@…
- Attachment patch-configure.diff added
Changed 2 years ago by tmurase@…
- Attachment Portfile-tinyproxy.diff added
Update to fix the livecheck, startupitem and add a dir for the pid file
comment:1 Changed 2 years ago by ryandesign@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to ryandesign@…
Thanks.
comment:2 Changed 2 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
Committed in r75438 with some changes:
- reformatted
- install conf file as tinyproxy.conf.default so as not to overwrite the user's configuration when they upgrade the port; more logic should still be added to alert the user they must copy this default file (and/or the port should do so itself); see some other ports for ideas
- don't install INSTALL file since it just tells the user how to install, which, by the time a user reads this, is something MacPorts has already done
I committed your addition of "-undefined error" to the LDFLAGS and "--disable-regexcheck" to the configure arguments, but I did not understand why these were added; the port seems to compile fine without these lines. Was the addition of these lines solving a specific problem you had?
Note: See
TracTickets for help on using
tickets.


Patch for configure file