On Mar 29 06:37:43, [email protected] wrote:
> Modified files:
>       audio/fluidsynth: Makefile distinfo 
>       audio/fluidsynth/files: fluid_sndio.c 
>       audio/fluidsynth/patches: patch-configure_ac 
>                                 patch-fluidsynth_pc_in 
>                                 patch-src_Makefile_am 
>                                 patch-src_fluidsynth_c 
>       audio/fluidsynth/pkg: DESCR PLIST 
> Added files:
>       audio/fluidsynth/patches: patch-src_drivers_fluid_adriver_c 
>                                 patch-src_drivers_fluid_jack_c 
>                                 patch-src_drivers_fluid_mdriver_c 
>                                 patch-src_utils_fluid_sys_c 
> Removed files:
>       audio/fluidsynth/patches: patch-src_fluid_adriver_c 
>                                 patch-src_fluid_jack_c 
>                                 patch-src_fluid_mdriver_c 
>                                 patch-src_fluid_sys_c 
>       audio/fluidsynth/pkg: PFRAG.shared 

Thanks for the upgrade.

Below see a diff that adds some more explicit
--enable and --disable options (we don't use ALSA etc),

reorders CONFIGURE_ARGS into ./confogure order

(to make future midifications easier),
and edits the HOMEPAGE, which seems to have moved.

I am not entirely sure about sndfile,
but we need to either explicitly disable it,
or explicitly enable it and make it a LDEP.

        Jan


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/fluidsynth/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    29 Mar 2013 12:37:43 -0000      1.18
+++ Makefile    1 Apr 2013 17:16:29 -0000
@@ -2,11 +2,12 @@
 
 COMMENT =              SoundFont2 software synthesizer
 DISTNAME =             fluidsynth-1.1.6
+REVISION =             0
 
 SHARED_LIBS += fluidsynth           1.0      # 6.2
 
 CATEGORIES =           audio
-HOMEPAGE =             http://fluidsynth.resonance.org/trac
+HOMEPAGE =             http://sourceforge.net/apps/trac/fluidsynth/
 
 # LGPLv2+
 PERMIT_PACKAGE_CDROM = Yes
@@ -28,15 +29,23 @@ BUILD_DEPENDS +=        devel/libtool
 
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS +=      ${CONFIGURE_SHARED} \
+                       --disable-profiling \
+                       --disable-ladspa \
                        --disable-dbus-support \
+                       --disable-libsndfile-support \
+                       --enable-aufile-support \
+                       --disable-pulse-support \
+                       --disable-alsa-support \
+                       --disable-portaudio-support \
+                       --disable-oss-support \
+                       --disable-midishare \
+                       --disable-jack-support \
+                       --disable-coreaudio \
+                       --disable-coremidi \
+                       --disable-dart \
                        --disable-lash \
                        --disable-ladcca \
-                       --disable-oss-support \
-                       --disable-portaudio-support \
-                       --disable-pulse-support
-
-# broken
-CONFIGURE_ARGS +=      --disable-jack-support
+                       --with-readline
 
 post-patch:
        cp ${FILESDIR}/fluid_sndio.c ${WRKSRC}/src/drivers/

Reply via email to