Bug 116451 - [patch] audio/asunder: make options available, set dependencies
Summary: [patch] audio/asunder: make options available, set dependencies
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-19 00:00 UTC by Volker
Modified: 2007-10-08 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (918 bytes, patch)
2007-09-19 00:00 UTC, Volker
no flags Details | Diff
Makefile.diff (845 bytes, patch)
2007-09-20 10:39 UTC, Fraser Tweedale
no flags Details | Diff
patch-src-interface.c (420 bytes, text/x-csrc)
2007-09-20 10:39 UTC, Fraser Tweedale
no flags Details
patch-src-main.c (4.51 KB, text/x-csrc)
2007-09-20 10:39 UTC, Fraser Tweedale
no flags Details
patch-src-threads.c (685 bytes, text/x-csrc)
2007-09-20 10:39 UTC, Fraser Tweedale
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker 2007-09-19 00:00:06 UTC
audio/asunder requires lame, vorbis-tools and/or flac for encoding
1) include these ports as dependencies
2) set them as OPTIONS
patch attached
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-19 00:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-19 00:00:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Fraser Tweedale 2007-09-19 00:49:33 UTC
patch approved.

thanks,

frase

Edwin Groothuis wrote:
> Maintainer of audio/asunder,
> 
> Please note that PR ports/116451 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116451
>
Comment 4 Fraser Tweedale 2007-09-20 10:39:04 UTC
scratch that... here's a better one :)  new patches attached.

frase
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-10-08 12:50:22 UTC
miwi        2007-10-08 11:50:10 UTC

  FreeBSD ports repository

  Modified files:
    audio/asunder        pkg-plist 
  Added files:
    audio/asunder/files  patch-src_main.c patch-src_threads.c 
  Removed files:
    audio/asunder/files  patch-src-main.c 
  Log:
  - Add missing dependes
  - Add OPTIONS handling
  - Fix Crash [1]
  
  PR:             116451
  Submitted by:   volker@vwsoft.com
  Approved by:    maintainer [1]
  
  Revision  Changes    Path
  1.2       +0 -104    ports/audio/asunder/files/patch-src-main.c (dead)
  1.1       +133 -0    ports/audio/asunder/files/patch-src_main.c (new)
  1.1       +28 -0     ports/audio/asunder/files/patch-src_threads.c (new)
  1.2       +0 -1      ports/audio/asunder/pkg-plist
_______________________________________________
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2007-10-08 12:50:23 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-10-08 21:37:13 UTC
miwi        2007-10-08 20:36:55 UTC

  FreeBSD ports repository

  Modified files:
    audio/asunder        Makefile 
  Log:
  - Add OPTIONS handling
  
  PR:             116451
  Submitted by:   volker@vwsoft.com
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +20 -1     ports/audio/asunder/Makefile
_______________________________________________
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"