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
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer.
State Changed From-To: open->feedback Ask for maintainer approval.
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"
State Changed From-To: feedback->closed Committed. Thanks!