[PD-dev] [ pure-data-Bugs-2476163 ] OSX: pd-ext pdp and pidip patches end with .bak

SourceForge.net noreply at sourceforge.net
Wed Mar 18 19:53:42 CET 2009


Bugs item #2476163, was opened at 2008-12-30 01:18
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.41.0
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: whyameye (whyameye)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: OSX: pd-ext pdp and pidip patches end with .bak

Initial Comment:
pd-extended 0.40.3 pdp and pidip patches in the documentation folder end with .pd.bak instead of just .pd on OS X.

The problem exists with Pd-extended 0.40.3 release, as well as with the autobuild as off Dec 27, 2008.

Workaround is to rename the files. In a terminal window:
cd /Applications/Pd-extended.app/Contents/Resources/doc/5.reference/pdp
ls -d *.bak | sed 's/\(.*\).bak$/mv "&" "\1"/' | sh
cd ../pidip
ls -d *.bak | sed 's/\(.*\).bak$/mv "&" "\1"/' | sh

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2009-03-18 18:53

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 05:12

Message:
This is fixed Pd-extended 0.41.4-20090131 (there are currently only test
builds)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163&group_id=55736




More information about the Pd-dev mailing list