FreeBSD Bugzilla – Attachment 91370 Details for
Bug 128699
[Update]lang/libjit:update to 0.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.40 KB, created by
wenheping
on 2008-11-08 15:00:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wenheping
Created:
2008-11-08 15:00:07 UTC
Size:
4.40 KB
patch
obsolete
>diff -curN libjit/Makefile libjit.new/Makefile >--- libjit/Makefile 2008-02-01 20:08:39.000000000 +0800 >+++ libjit.new/Makefile 2008-11-09 00:45:35.000000000 +0800 >@@ -6,9 +6,9 @@ > # > > PORTNAME= libjit >-PORTVERSION= 0.0.6 >+PORTVERSION= 0.1.0 > CATEGORIES= lang >-MASTER_SITES= http://www.southern-storm.com.au/download/ >+MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Libjit implements Just-In-Time compilation functionality >diff -curN libjit/distinfo libjit.new/distinfo >--- libjit/distinfo 2006-02-21 04:23:45.000000000 +0800 >+++ libjit.new/distinfo 2008-11-09 00:45:35.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (libjit-0.0.6.tar.gz) = 92929667b1a0501d2bcc830ba881d370 >-SHA256 (libjit-0.0.6.tar.gz) = 57adaff3dc90f0ea607c42ae0f5ee4dccc928d73300606bae65536e85cf38752 >-SIZE (libjit-0.0.6.tar.gz) = 601461 >+MD5 (libjit-0.1.0.tar.gz) = d6e3f83ad74ebfc20cc47d1c8913b343 >+SHA256 (libjit-0.1.0.tar.gz) = 8d04ff4fcb99aea354b0ff0000e91b04a5c403b0d63cfc3c49115617b363d271 >+SIZE (libjit-0.1.0.tar.gz) = 1092908 >diff -curN libjit/files/patch-ltmain.sh libjit.new/files/patch-ltmain.sh >--- libjit/files/patch-ltmain.sh 2004-05-15 03:24:23.000000000 +0800 >+++ libjit.new/files/patch-ltmain.sh 2008-11-09 00:45:35.000000000 +0800 >@@ -1,43 +1,38 @@ >---- ltmain.sh.orig Wed May 12 23:24:02 2004 >-+++ ltmain.sh Fri May 14 14:47:58 2004 >-@@ -1865,7 +1865,7 @@ >- if test $? -eq 0 ; then >+--- ltmain.sh.orig 2008-11-09 00:28:51.000000000 +0800 >++++ ltmain.sh 2008-11-09 00:32:32.000000000 +0800 >+@@ -3420,7 +3420,7 @@ >+ if test "$?" -eq 0 ; then > ldd_output=`ldd conftest` > for i in $deplibs; do > - name="`expr $i : '-l\(.*\)'`" > + name="`expr X$i : 'X-l\(.*\)'`" > # If $name is empty we are operating on a -L argument. >- if test "$name" != "" ; then >- libname=`eval \\$echo \"$libname_spec\"` >-@@ -1890,7 +1890,7 @@ >- # Error occured in the first compile. Let's try to salvage the situation: >- # Compile a seperate program for each library. >+ if test "$name" != "" && test "$name" -ne "0"; then >+ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then >+@@ -3457,7 +3457,7 @@ >+ # Error occurred in the first compile. Let's try to salvage >+ # the situation: Compile a separate program for each library. > for i in $deplibs; do > - name="`expr $i : '-l\(.*\)'`" > + name="`expr X$i : 'X-l\(.*\)'`" >- # If $name is empty we are operating on a -L argument. >- if test "$name" != "" ; then >+ # If $name is empty we are operating on a -L argument. >+ if test "$name" != "" && test "$name" != "0"; then > $rm conftest >-@@ -1930,7 +1930,7 @@ >+@@ -3509,7 +3509,7 @@ >+ set dummy $deplibs_check_method >+ file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` >+ for a_deplib in $deplibs; do >+- name="`expr $a_deplib : '-l\(.*\)'`" >++ name="`expr X$a_deplib : 'X-l\(.*\)'`" >+ # If $name is empty we are operating on a -L argument. >+ if test "$name" != "" && test "$name" != "0"; then >+ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then >+@@ -3578,7 +3578,7 @@ > set dummy $deplibs_check_method >- file_magic_regex="`expr \"$deplibs_check_method\" : \"$2 \(.*\)\"`" >+ match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` > for a_deplib in $deplibs; do > - name="`expr $a_deplib : '-l\(.*\)'`" > + name="`expr X$a_deplib : 'X-l\(.*\)'`" > # If $name is empty we are operating on a -L argument. >- if test "$name" != "" ; then >- libname=`eval \\$echo \"$libname_spec\"` >-@@ -3360,11 +3360,12 @@ >- fi >- >- # Install the pseudo-library for information purposes. >-+ if /usr/bin/false ; then >- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` >- instname="$dir/$name"i >- $show "$install_prog $instname $destdir/$name" >- $run eval "$install_prog $instname $destdir/$name" || exit $? >-- >-+ fi >- # Maybe install the static library, too. >- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" >- ;; >+ if test -n "$name" && test "$name" != "0"; then >+ if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then >diff -curN libjit/pkg-plist libjit.new/pkg-plist >--- libjit/pkg-plist 2007-02-01 10:41:44.000000000 +0800 >+++ libjit.new/pkg-plist 2008-11-09 00:59:29.000000000 +0800 >@@ -1,3 +1,4 @@ >+include/jit/jit-arch.h > include/jit/jit-apply.h > include/jit/jit-block.h > include/jit/jit-common.h
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 128699
: 91370