Opened 13 years ago
Closed 13 years ago
#32608 closed submission (fixed)
New port for miniDLNA
Reported by: | ranauei@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | minidlna |
Description
I created this port mainly for personal use, so consider it as a draft open for further improvement. I had to use cvs because latest stable doesn't include recent updates that makes it easily compile on mac (they added autoconf/automake support and other fixes).
The little patching needed to compile with clang is because inline keyword is interpreted differently from gcc (clang use C99 while gcc GNU89): http://clang.llvm.org/compatibility.html#inline I submitted my proposed fix (simply remove inline keyword) to the developer.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Keywords: | haspatch removed |
---|---|
Version: | 2.0.3 |
Changed 13 years ago by ranauei@…
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r88167 with these changes:
- changed tabs to spaces and other formatting changes
- added sqlite3 dependency
- installed conf file as a sample, so that user modifications won't get overwritten at upgrade time
Note: See
TracTickets for help on using
tickets.
Moved to a fixed cvs date (latest revision as of today) instead of HEAD