From owner-svn-ports-head@freebsd.org Sat May 14 15:08:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3AF5B3B2AC; Sat, 14 May 2016 15:08:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 773801A08; Sat, 14 May 2016 15:08:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4EF88XU031184; Sat, 14 May 2016 15:08:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4EF88H0031182; Sat, 14 May 2016 15:08:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605141508.u4EF88H0031182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 14 May 2016 15:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415189 - in head/audio/pd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2016 15:08:09 -0000 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 (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|||g' + s|__x86_64__|__amd64__|g' + ${FIND} ${WRKSRC}/extra -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|||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 #include #include