This port is currently broken.  At run time no button work and the app
spits a lot of the following warnings:

libglade-WARNING **: could not find signal handler 'id3_info'.

Adding "-Wl,--export-dynamic" to the linker fixes the problem and I can
finally tag my mp3.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/tagtool/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile    21 Nov 2017 00:12:59 -0000      1.34
+++ Makefile    8 Dec 2017 10:40:42 -0000
@@ -3,7 +3,7 @@
 COMMENT=       Ogg Vorbis and MP3 files tagger
 
 DISTNAME=      tagtool-0.12.3
-REVISION=      20
+REVISION=      21
 CATEGORIES=    audio
 
 MAINTAINER=    Vlad Glagolev <stea...@sourcemage.org>
@@ -36,7 +36,7 @@ RUN_DEPENDS=  devel/desktop-file-utils \
 CONFIGURE_STYLE=gnu
 
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
-               LDFLAGS="-L${LOCALBASE}/lib -lm -logg"
+               LDFLAGS="-L${LOCALBASE}/lib -lm -logg -Wl,--export-dynamic"
 
 USE_GMAKE=     Yes
 

Reply via email to