Bug 110825 - Update audio/pd to 0.40.2 (with some fixes)
Summary: Update audio/pd to 0.40.2 (with some fixes)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-25 21:50 UTC by Rasmus Kaj
Modified: 2007-03-27 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (22.60 KB, patch)
2007-03-25 21:50 UTC, Rasmus Kaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rasmus Kaj 2007-03-25 21:50:13 UTC
The port audio/pd has PORTVERSION= 0.39 but actually installed pd-0.37-1test1.  The attached patch updates the port to 0.40.2.  I also fixed some other annoyances:

 * The port no longer USE_X_PREFIX.
 * The installed program can find its own installed documentation.
 * The Tcl/Tk dependency is now done in (I hope) the standard way.
 * Externals (plugin blocks) can now be loaded.

Fix: Apply the enclosed patch.

Patch attached with submission follows:
How-To-Repeat: portinstall pd
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-27 13:23:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-27 13:23:15 UTC
miwi        2007-03-27 12:23:05 UTC

  FreeBSD ports repository

  Modified files:
    audio/pd             Makefile distinfo 
    audio/pd/files       patch-src_configure.in patch-src_m_conf.c 
                         patch-src_m_glob.c patch-src_m_sched.c 
                         patch-src_s_inter.c patch-src_s_main.c 
  Added files:
    audio/pd/files       patch-extra_sigmund_sigmundtilde.c 
                         patch-src_s_file.c patch-src_t_tkcmd.c 
                         patch-src_u_main.tk patch-src_x_list.c 
  Removed files:
    audio/pd/files       patch-src_t_main.c 
  Log:
  - Update to 0.4.2
  
  PR:             110825
  Submitted by:   Rasmus Kaj<kaj@kth.se>
  
  Revision  Changes    Path
  1.21      +12 -15    ports/audio/pd/Makefile
  1.8       +3 -3      ports/audio/pd/distinfo
  1.1       +11 -0     ports/audio/pd/files/patch-extra_sigmund_sigmundtilde.c (new)
  1.2       +112 -13   ports/audio/pd/files/patch-src_configure.in
  1.2       +2 -2      ports/audio/pd/files/patch-src_m_conf.c
  1.2       +20 -14    ports/audio/pd/files/patch-src_m_glob.c
  1.2       +28 -28    ports/audio/pd/files/patch-src_m_sched.c
  1.1       +39 -0     ports/audio/pd/files/patch-src_s_file.c (new)
  1.2       +31 -14    ports/audio/pd/files/patch-src_s_inter.c
  1.2       +47 -15    ports/audio/pd/files/patch-src_s_main.c
  1.2       +0 -17     ports/audio/pd/files/patch-src_t_main.c (dead)
  1.1       +13 -0     ports/audio/pd/files/patch-src_t_tkcmd.c (new)
  1.1       +45 -0     ports/audio/pd/files/patch-src_u_main.tk (new)
  1.1       +12 -0     ports/audio/pd/files/patch-src_x_list.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"