[MacPorts] #31699: subversion: enable libmagic support
#31699: subversion: enable libmagic support -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: subversion -------------------------------------+-------------------------------------- Subversion 1.7 adds a new feature where it can use libmagic to guess file types http://subversion.apache.org/docs/release-notes/1.7.html#libmagic-support Could this be enabled? Thanks. -- Ticket URL: <https://trac.macports.org/ticket/31699> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31699: subversion: enable libmagic support -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: subversion -------------------------------------+-------------------------------------- Comment(by dluke@…): Do we not have a macports version of libmagic? My quick search only showed some perl modules that appear to build against the system provided one. -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31699: subversion: enable libmagic support -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: subversion -------------------------------------+-------------------------------------- Comment(by ryandesign@…): We do; it's part of the "file" port. -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31699: subversion: enable libmagic support -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: subversion -------------------------------------+-------------------------------------- Comment(by dluke@…): Oh, ick. The file port installs $prefix/bin/file which has different output from 'normal' file: {{{ % which file /opt/local/bin/file % file /usr/bin/file /usr/bin/file: Mach-O fat file with 2 architectures % /usr/bin/file /usr/bin/file /usr/bin/file: Mach-O universal binary with 2 architectures /usr/bin/file (for architecture x86_64): Mach-O 64-bit executable x86_64 /usr/bin/file (for architecture i386): Mach-O executable i386 }}} also, it's nomaintainer :-\ Maybe it makes sense to re-work it to install the 'file' command differently so that everyone who installs subversion doesn't end up with a non-default 'file' command first in their $PATH (since we put $PREFIX before the system paths when we modify $PATH for people)? Or, maybe we could split the library into a separate port? -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31699: subversion: enable libmagic support -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: subversion -------------------------------------+-------------------------------------- Comment(by ryandesign@…): I was thinking the same thing -- splitting "file" into two ports "file" and "libmagic". Or rather, keeping the "file" port and adding a "libmagic" subport to it. We'd have to investigate all the ports that currently depend on "file" to see if they need to be changed but hopefully that's not too bad. -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31699: subversion: enable libmagic support -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: subversion -------------------------------------+-------------------------------------- Changes (by dluke@…): * owner: dluke@… => dluke@… -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31699: subversion: enable libmagic support ---------------------------+--------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: subversion | ---------------------------+--------------------- Comment (by ryandesign@…): Replying to [comment:4 ryandesign@…]:
splitting "file" into two ports "file" and "libmagic". Or rather, keeping the "file" port and adding a "libmagic" subport to it.
This is now done (see #38888). -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#31699: subversion: enable libmagic support ---------------------------+--------------------- Reporter: ryandesign@… | Owner: dluke@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: subversion | ---------------------------+--------------------- Changes (by larryv@…): * status: new => closed * resolution: => fixed Comment: libmagic support was added in r101429. -- Ticket URL: <https://trac.macports.org/ticket/31699#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts