On Sep 15 12:51:55, h...@stare.cz wrote: > Would anyone miss the libmagic functionality > if it was removed from audio/sox?
On Sep 15 20:36:52, s...@spacehopper.org wrote: > I wouldn't miss it. On Sep 16 11:04:09, a...@caoua.org wrote: > unlikely; nowadays most (all?) files have the standard extensions > and the remaining ones are easily handled with file(1). So lets just drop it. Jan Index: Makefile =================================================================== RCS file: /cvs/ports/audio/sox/Makefile,v retrieving revision 1.65 diff -u -p -r1.65 Makefile --- Makefile 12 Sep 2016 22:20:36 -0000 1.65 +++ Makefile 17 Sep 2016 19:43:49 -0000 @@ -5,6 +5,7 @@ BROKEN-hppa = bend.c:155:12: internal co COMMENT= Sound eXchange, the Swiss Army knife of audio manipulation DISTNAME= sox-14.4.2 +REVISION= 0 SHARED_LIBS += sox 4.0 # 3.0 CATEGORIES= audio @@ -20,7 +21,7 @@ WANTLIB += FLAC gsm mad id3tag mp3lame o WANTLIB += sndfile vorbis vorbisenc vorbisfile WANTLIB += opencore-amrnb opencore-amrwb WANTLIB += opus opusfile twolame wavpack -WANTLIB += iconv magic png +WANTLIB += iconv png MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/} @@ -40,7 +41,6 @@ LIB_DEPENDS= \ audio/twolame \ audio/wavpack \ converters/libiconv \ - devel/libmagic \ graphics/png CONFIGURE_STYLE=gnu @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= \ # Additional file formats CONFIGURE_ARGS+= \ - --with-magic \ + --without-magic \ --with-png \ --without-ladspa \ --with-mad \