diff -urN ecasound.orig/Makefile ecasound/Makefile --- ecasound.orig/Makefile 2020-10-01 10:56:20.000000000 +0200 +++ ecasound/Makefile 2020-12-05 14:18:50.078009000 +0100 @@ -2,14 +2,13 @@ # $FreeBSD: head/audio/ecasound/Makefile 550824 2020-10-01 08:56:20Z riggs $ PORTNAME= ecasound -PORTVERSION= 2.9.1 -PORTREVISION= 7 +PORTVERSION= 2.9.3 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ \ http://nosignal.fi/download/ \ http://ecawave.sourceforge.net/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= Multitrack audio processing software LICENSE= GPLv2 LGPL21 @@ -17,14 +16,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -USES= gmake libtool localbase:ldflags pkgconfig readline:port shebangfix +USES= gmake libtool localbase:ldflags ncurses pkgconfig \ + readline:port shebangfix SHEBANG_FILES= ecatools/ecamonitor GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-liblilv \ --disable-rubyecasound \ --enable-sys-readline=no \ --disable-arts -USE_LDCONFIG= yes LDFLAGS+= -pthread @@ -33,6 +32,7 @@ OPTIONS_SUB= yes ALSA_CONFIGURE_ENABLE= alsa +ALSA_CONFIGURE_ENV_OFF= ac_cv_search_snd_pcm_open=no ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib AUDIOFILE_CONFIGURE_ENABLE= audiofile AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile @@ -56,5 +56,9 @@ s| $$EXTRACPPFLAGS||g ; \ s| -D_P1003_1B_VISIBLE|| ; \ s|python -c|$$PYTHONPATH -c|' ${WRKSRC}/configure + +post-install-PYTHON-off: + ${RM} -R ${STAGEDIR}${PREFIX}/bin/ecamonitor + ${RM} -R ${STAGEDIR}${MANPREFIX}/man/man1/ecamonitor.1.gz .include diff -urN ecasound.orig/distinfo ecasound/distinfo --- ecasound.orig/distinfo 2014-01-13 20:27:29.000000000 +0100 +++ ecasound/distinfo 2020-12-03 18:23:38.097771000 +0100 @@ -1,2 +1,3 @@ -SHA256 (ecasound-2.9.1.tar.gz) = 39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3 -SIZE (ecasound-2.9.1.tar.gz) = 1057333 +TIMESTAMP = 1606889072 +SHA256 (ecasound-2.9.3.tar.gz) = 468bec44566571043c655c808ddeb49ae4f660e49ab0072970589fd5a493f6d4 +SIZE (ecasound-2.9.3.tar.gz) = 1101628 diff -urN ecasound.orig/pkg-plist ecasound/pkg-plist --- ecasound.orig/pkg-plist 2014-10-17 15:44:10.000000000 +0200 +++ ecasound/pkg-plist 2020-12-05 14:21:09.150588000 +0100 @@ -1,7 +1,7 @@ bin/ecaconvert bin/ecafixdc bin/ecalength -bin/ecamonitor +%%PYTHON%%bin/ecamonitor bin/ecanormalize bin/ecaplay bin/ecasignalview @@ -160,7 +160,7 @@ man/man1/ecaconvert.1.gz man/man1/ecafixdc.1.gz man/man1/ecalength.1.gz -man/man1/ecamonitor.1.gz +%%PYTHON%%man/man1/ecamonitor.1.gz man/man1/ecanormalize.1.gz man/man1/ecaplay.1.gz man/man1/ecasignalview.1.gz