svn commit: r415189 - in head/audio/pd: . files

Kurt Jaeger pi at FreeBSD.org
Sat May 14 15:08:09 UTC 2016


Author: pi
Date: Sat May 14 15:08:08 2016
New Revision: 415189
URL: https://svnweb.freebsd.org/changeset/ports/415189

Log:
  audio/pd: Fix builtin documentation
  
  - also pet portlint
  
  PR:		209493
  Submitted by:	Tobias Brodel <brittlehaus at gmail.com> (maintainer)

Deleted:
  head/audio/pd/files/patch-src_s__main.c
Modified:
  head/audio/pd/Makefile
  head/audio/pd/files/patch-extra_pd_pd.c

Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile	Sat May 14 13:50:34 2016	(r415188)
+++ head/audio/pd/Makefile	Sat May 14 15:08:08 2016	(r415189)
@@ -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 
 		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| ; \

Modified: head/audio/pd/files/patch-extra_pd_pd.c
==============================================================================
--- head/audio/pd/files/patch-extra_pd_pd.c	Sat May 14 13:50:34 2016	(r415188)
+++ head/audio/pd/files/patch-extra_pd_pd.c	Sat May 14 15:08:08 2016	(r415189)
@@ -1,6 +1,6 @@
---- extra/pd~/pd~.c.orig	2010-07-29 05:55:17.000000000 +0900
-+++ extra/pd~/pd~.c	2011-04-06 19:18:20.000000000 +0900
-@@ -19,6 +19,7 @@
+--- extra/pd~/pd~.c.orig	2016-05-13 08:31:10 UTC
++++ extra/pd~/pd~.c
+@@ -19,6 +19,7 @@ typedef int socklen_t;
  #include <stdlib.h>
  #include <errno.h>
  #include <ctype.h>


More information about the svn-ports-all mailing list