[Midnightbsd-cvs] mports [18656] libvpx 1.3.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 12 02:40:57 EDT 2015


Revision: 18656
          http://svnweb.midnightbsd.org/mports/?rev=18656
Author:   laffer1
Date:     2015-04-12 02:40:57 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
libvpx 1.3.0

Modified Paths:
--------------
    trunk/multimedia/libvpx/files/patch-build_make_configure.sh

Added Paths:
-----------
    trunk/multimedia/libvpx/files/patch-build_make_Makefile

Property Changed:
----------------
    trunk/multimedia/libvpx/files/patch-build_make_configure.sh

Added: trunk/multimedia/libvpx/files/patch-build_make_Makefile
===================================================================
--- trunk/multimedia/libvpx/files/patch-build_make_Makefile	                        (rev 0)
+++ trunk/multimedia/libvpx/files/patch-build_make_Makefile	2015-04-12 06:40:57 UTC (rev 18656)
@@ -0,0 +1,25 @@
+
+$FreeBSD: head/multimedia/libvpx/files/patch-build_make_Makefile 374255 2014-12-08 09:13:22Z ashish $
+
+--- build/make/Makefile.orig
++++ build/make/Makefile
+@@ -158,7 +158,7 @@
+ 	$(qexec)$(AS) $(ASFLAGS) -o $@ $<
+ 
+ .PRECIOUS: %.c.S
+-%.c.S: CFLAGS += -DINLINE_ASM
++%.c.S: CFLAGS += -DINLINE_ASM $(CLANG_NO_IAS)
+ $(BUILD_PFX)%.c.S: %.c
+ 	$(if $(quiet), at echo "    [GEN] $@")
+ 	$(qexec)$(CC) -S $(CFLAGS) -o $@ $<
+@@ -230,8 +230,8 @@
+ define install_map_template
+ $(DIST_DIR)/$(1): $(2)
+ 	$(if $(quiet), at echo "    [INSTALL] $$@")
+-	$(qexec)mkdir -p $$(dir $$@)
+-	$(qexec)cp -p $$< $$@
++	$(qexec)install -d $$(dir $$@)
++	$(qexec)install -p $$< $$(dir $$@)
+ endef
+ 
+ define archive_template


Property changes on: trunk/multimedia/libvpx/files/patch-build_make_Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/multimedia/libvpx/files/patch-build_make_configure.sh
===================================================================
--- trunk/multimedia/libvpx/files/patch-build_make_configure.sh	2015-04-12 06:40:47 UTC (rev 18655)
+++ trunk/multimedia/libvpx/files/patch-build_make_configure.sh	2015-04-12 06:40:57 UTC (rev 18656)
@@ -1,14 +1,31 @@
-
+--- build/make/configure.sh.orig	2014-11-27 18:00:48 UTC
++++ build/make/configure.sh
+@@ -799,7 +799,6 @@ process_common_toolchain() {
+ 
+         case ${tgt_cc} in
+         gcc)
+-            CROSS=${CROSS:-arm-none-linux-gnueabi-}
+             link_with_cc=gcc
+             setup_gnu_toolchain
+             arch_int=${tgt_isa##armv}
 $FreeBSD$
 
---- build/make/configure.sh.orig
-+++ build/make/configure.sh
-@@ -1135,7 +1135,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}
+--- build/make/configure.sh.orig	2014-12-03 18:11:14.000000000 +0100
++++ build/make/configure.sh	2014-12-03 20:20:00.000000000 +0100
+@@ -382,6 +382,7 @@
+     print_webm_license config.mk "##" ""
+     echo '# This file automatically generated by configure. Do not edit!' >> config.mk
+     echo "TOOLCHAIN := ${toolchain}" >> config.mk
++    echo "CLANG_NO_IAS=${CLANG_NO_IAS}" >> config.mk
+ 
+     case ${toolchain} in
+         *-linux-rvct)
+@@ -1019,7 +1019,7 @@ EOF
+         bits=32
+         enabled x86_64 && bits=64
+         check_cpp <<EOF && bits=x32
+-#ifndef __ILP32__
++#if !defined(__ILP32__) || !defined(__x86_64__)
+ #error "not x32"
+ #endif
+ EOF


Property changes on: trunk/multimedia/libvpx/files/patch-build_make_configure.sh
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list