Hi,

audio/timidity uses proprietary patches and thus is not available as a
package on our mirrors. This has the unfortunate side effect of making
"pkg_add abuse" fail, because it has a run dependency on timidity.

However, when abuse was updated to 0.8, it was switched to a free
distfile that contained no proprietary data--and as a result the
music is no longer part of our package. Therefore, the run dependency
is no longer necessary.

Anyone who knows to download the proprietary music and put it in the
right place can probably figure out to install timidity too.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/abuse/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile    5 Nov 2014 11:43:59 -0000       1.41
+++ Makefile    7 Dec 2015 22:44:09 -0000
@@ -7,7 +7,7 @@ PKGNAME =       abuse-0.8
 EPOCH =                0
 ABUSE_SFX =    abuse-free-sounds-20120309
 CATEGORIES =   games x11
-REVISION =     0
+REVISION =     1
 
 HOMEPAGE =     http://abuse.zoy.org/
 
@@ -30,7 +30,6 @@ MODULES =     converters/libiconv
 BUILD_DEPENDS =        devel/libtool \
                ${MODGNU_AUTOCONF_DEPENDS} \
                ${MODGNU_AUTOMAKE_DEPENDS}
-RUN_DEPENDS =  audio/timidity
 LIB_DEPENDS =  devel/sdl-mixer \
                devel/smpeg \
                audio/flac \

Reply via email to