aboutsummaryrefslogtreecommitdiff
path: root/audio/pd/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-14 15:08:08 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-14 15:08:08 +0000
commit46a4a3392503ec7c439cd818d50ea17431d0ca67 (patch)
tree12d3c5695b4421ff0d81b891c15bcdc28f668892 /audio/pd/Makefile
parent2903a147b1ff3b6b13624d6e3ff9644cee3b5d22 (diff)
downloadports-46a4a3392503ec7c439cd818d50ea17431d0ca67.tar.gz
ports-46a4a3392503ec7c439cd818d50ea17431d0ca67.zip
audio/pd: Fix builtin documentation
- also pet portlint PR: 209493 Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=415189
Diffstat (limited to 'audio/pd/Makefile')
-rw-r--r--audio/pd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index d9956b226725..c8f2ac5efc8d 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -4,6 +4,7 @@
PORTNAME= pd
DISTVERSION= 0.47-0
DISTVERSIONSUFFIX= .src
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://msp.ucsd.edu/Software/
@@ -23,7 +24,6 @@ USES= autoreconf gettext gmake libtool pkgconfig shebangfix \
tcl:wrapper tk:wrapper
SHEBANG_FILES= tcl/pkg_mkIndex.tcl
SHEBANG_LANG= tclsh
-tclsh_OLD_CMD= /usr/bin/tclsh
tclsh_CMD= ${LOCALBASE}/bin/tclsh
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no
@@ -43,8 +43,9 @@ JACK_LIB_DEPENDS= libjack.so:audio/jack
post-patch:
${FIND} ${PATCH_WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|__FreeBSD_kernel__|__FreeBSD__|g ; \
- s|__x86_64__|__amd64__|g ; \
- s|<alloca\.h>|<stdlib.h>|g'
+ s|__x86_64__|__amd64__|g'
+ ${FIND} ${WRKSRC}/extra -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|<alloca\.h>|<stdlib.h>|g'
${REINPLACE_CMD} -e \
's|\*kfreebsd\*gnu\*)|*freebsd*)| ; \
s|portaudio=yes|portaudio=no| ; \