Opened 14 years ago
Closed 13 years ago
#28661 closed submission (fixed)
libre 0.1.0
Reported by: | alfredh (Alfred E. Heggestad) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | libre, SIP, SDP, RTP | Cc: | |
Port: | libre |
Description
this portfile adds support for libre a Generic library for real-time communications with async IO support, with SIP-stack, RTP/RTCP, STUN/TURN/ICE (BSD license)
Attachments (2)
Change History (8)
Changed 14 years ago by alfredh (Alfred E. Heggestad)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | libre added |
Status: | new → assigned |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added in r77352 with these changes:
- tweaked description and long description
- reused ${homepage} in master_sites definition
- removed md5 checksum; we're phasing it out
- used distname instead of distfiles and worksrcdir
- because this port uses "use_configure no", added code to ensure we're UsingTheRightCompiler and supporting build_arch and universal builds (using muniversal portgroup because libre has problems building all archs at once)
- add env var SYSROOT_ALT=${prefix} to support alternate MacPorts prefixes and to prevent linking with things in /sw
- use ccache only if the user requested it in macports.conf
- fixed install_name of libre.dylib
comment:3 Changed 14 years ago by alfredh (Alfred E. Heggestad)
many thanks for applying my package, and for the updates of Portfile!
comment:4 Changed 13 years ago by alfredh (Alfred E. Heggestad)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Changed 13 years ago by alfredh (Alfred E. Heggestad)
Attachment: | Portfile.2 added |
---|
updated Portfile for v0.2.0
comment:5 Changed 13 years ago by alfredh (Alfred E. Heggestad)
the updated Portfile updates libre to version 0.2.0
comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I updated libre to 0.2.0 in r78775. However, this ticket was for the creation of libre 0.1.0, which was successfully accomplished in r77352 8 weeks ago, so this ticket should not have been reopened. When you have new patches to be committed, please submit them in a new ticket, and submit portfile updates as unified diffs, not entire new portfiles; this makes it easier to evaluate your proposals.
Thanks.