Bug 169126 - [patch] multimedia/libvpx: allow building with zsh
Summary: [patch] multimedia/libvpx: allow building with zsh
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 01:02 UTC by Jan Beich
Modified: 2012-06-16 22:09 UTC (History)
0 users

See Also:


Attachments
zsh_build.diff (1.74 KB, patch)
2012-06-16 01:02 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-06-16 01:02:57 UTC
Zsh has Bash compatibility. A user may want to exploit it, i.e.
- one less dependency if shells/zsh is already installed
- one less GPLv3-licensed software installed

How-To-Repeat: $ cd shells/zsh; make install
$ ln -s /usr/local/bin/zsh ~/bin/bash # or as /usr/local/bin/bash, even /bin/bash
$ cd multimedia/libvpx; make install
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-06-16 02:13:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Over to maintainer.
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-06-16 02:13:36 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-16 08:22:17 UTC
ashish      2012-06-16 07:22:02 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libvpx    Makefile distinfo pkg-plist 
    multimedia/libvpx/files patch-configure 
  Added files:
    multimedia/libvpx/files patch-build_make_configure.sh 
  Log:
  - Update to 1.1
  - Relax dependency check in BUILD_DEPENDS by replacing path with names
    of programs[1]
  
  PR:             ports/169126[1]
  Submitted by:   Jan Beich <jbeich@tormail.org>
  
  Revision  Changes    Path
  1.8       +4 -4      ports/multimedia/libvpx/Makefile
  1.6       +2 -2      ports/multimedia/libvpx/distinfo
  1.1       +14 -0     ports/multimedia/libvpx/files/patch-build_make_configure.sh (new)
  1.4       +8 -5      ports/multimedia/libvpx/files/patch-configure
  1.7       +2 -4      ports/multimedia/libvpx/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 4 Ashish SHUKLA freebsd_committer freebsd_triage 2012-06-16 22:09:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!