diff options
author | miwi <miwi@FreeBSD.org> | 2012-08-05 12:41:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-08-05 12:41:41 +0800 |
commit | bf5431c5ff41987bbc020718aec7f26537a45d04 (patch) | |
tree | c73baa925d1a092edf921ca1d2f2d2f274b983d5 /audio/pd | |
parent | af350063a18c5727fb4b8097752176f915d01e56 (diff) | |
download | freebsd-ports-gnome-bf5431c5ff41987bbc020718aec7f26537a45d04.tar.gz freebsd-ports-gnome-bf5431c5ff41987bbc020718aec7f26537a45d04.tar.zst freebsd-ports-gnome-bf5431c5ff41987bbc020718aec7f26537a45d04.zip |
- Update to 0.43.3
PR: 170136
Submitted by: Ports Fury
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 9 | ||||
-rw-r--r-- | audio/pd/distinfo | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index e2da287119cc..3dd374ccb3a4 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -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 diff --git a/audio/pd/distinfo b/audio/pd/distinfo index a754f4a334d8..1c7c40bb8e64 100644 --- a/audio/pd/distinfo +++ b/audio/pd/distinfo @@ -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 |