Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 04:41:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302047 - head/audio/pd
Message-ID:  <201208050441.q754fgiu035966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Aug  5 04:41:41 2012
New Revision: 302047
URL: http://svn.freebsd.org/changeset/ports/302047

Log:
  - Update to 0.43.3
  
  PR:		170136
  Submitted by:	Ports Fury

Modified:
  head/audio/pd/Makefile   (contents, props changed)
  head/audio/pd/distinfo   (contents, props changed)

Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile	Sun Aug  5 04:37:59 2012	(r302046)
+++ head/audio/pd/Makefile	Sun Aug  5 04:41:41 2012	(r302047)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pd
-DISTVERSION=	0.43-2
+DISTVERSION=	0.43-3
 DISTVERSIONSUFFIX=	.src
 CATEGORIES=	audio
 MASTER_SITES=	http://www-crca.ucsd.edu/~msp/Software/
@@ -73,6 +73,13 @@ post-patch:
 		's|PD_BASEDIR/LICENSE|${DOCSDIR}/LICENSE|g ; \
 		 s|PD_BASEDIR/doc/1|${DOCSDIR}/1|g' \
 			${WRKSRC}/../doc/1.manual/1.introduction.txt
+	@${REINPLACE_CMD} -e \
+		's|-O2 | | ; \
+		 s|-lc ||g' ${WRKSRC}/../extra/makefile.subdir
+	@${REINPLACE_CMD} -e \
+		's|-O2 |$$(CFLAGS) | ; \
+		 s|-g ||g ; \
+		 s|-lc ||g' ${WRKSRC}/../extra/expr~/makefile
 
 do-install:
 .for file in pd pdreceive pdsend

Modified: head/audio/pd/distinfo
==============================================================================
--- head/audio/pd/distinfo	Sun Aug  5 04:37:59 2012	(r302046)
+++ head/audio/pd/distinfo	Sun Aug  5 04:41:41 2012	(r302047)
@@ -1,2 +1,2 @@
-SHA256 (pd-0.43-2.src.tar.gz) = ba9cb6c2f451c5809a0ac8b0d08b4dd40bdc844d976d6d050e974364c4154c75
-SIZE (pd-0.43-2.src.tar.gz) = 2187284
+SHA256 (pd-0.43-3.src.tar.gz) = df727f52fe1109f7ff727e7bd3aa52ffa2b6eef752c5caead655b50dde68b48a
+SIZE (pd-0.43-3.src.tar.gz) = 2189682



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208050441.q754fgiu035966>