FreeBSD Bugzilla – Attachment 125498 Details for
Bug 169126
[patch] multimedia/libvpx: allow building with zsh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zsh_build.diff
zsh_build.diff (text/plain), 1.74 KB, created by
Jan Beich
on 2012-06-16 01:02:57 UTC
(
hide
)
Description:
zsh_build.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2012-06-16 01:02:57 UTC
Size:
1.74 KB
patch
obsolete
>Index: multimedia/libvpx/Makefile >=================================================================== >RCS file: /a/.csup/ports/multimedia/libvpx/Makefile,v >retrieving revision 1.7 >diff -u -p -r1.7 Makefile >--- multimedia/libvpx/Makefile 16 Feb 2012 15:54:51 -0000 1.7 >+++ multimedia/libvpx/Makefile 15 Jun 2012 17:34:51 -0000 >@@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} > MAINTAINER= ashish@FreeBSD.org > COMMENT= VP8 Codec SDK > >-BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ >- ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm >+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ >+ yasm:${PORTSDIR}/devel/yasm > > USE_BZIP2= yes > PROJECTHOST= webm >@@ -83,7 +83,7 @@ post-patch: > @${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ > ${WRKSRC}/build/make/configure.sh > @${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ >- -e 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,g' >+ -e 's,#!/bin/bash,#!/usr/bin/env bash,g' > .if ${OSVERSION} < 700000 > @${GREP} -Rl 'LIBVPX_SO.*extralibs' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ > -e 's/\(LIBVPX_SO.*extralibs[[:space:]]*+=[[:space:]]*\)/\1-lc /g' >Index: multimedia/libvpx/files/patch-zsh >=================================================================== >RCS file: multimedia/libvpx/files/patch-zsh >diff -N multimedia/libvpx/files/patch-zsh >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ multimedia/libvpx/files/patch-zsh 15 Jun 2012 19:57:44 -0000 >@@ -0,0 +1,11 @@ >+--- build/make/configure.sh~ >++++ build/make/configure.sh >+@@ -1072,7 +1072,7 @@ >+ print_webm_license() { >+ local destination=$1 >+ local prefix=$2 >+- local suffix=$3 >++ local suffix="$3" >+ shift 3 >+ cat <<EOF > ${destination} >+ ${prefix} Copyright (c) 2011 The WebM project authors. All Rights Reserved.${suffix}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 169126
: 125498