FreeBSD Bugzilla – Attachment 42777 Details for
Bug 66641
[MAINTAINER] lang/libjit: update to 0.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libjit-0.0.2.patch
libjit-0.0.2.patch (text/plain), 3.46 KB, created by
Michael Johnson
on 2004-05-14 20:00:43 UTC
(
hide
)
Description:
libjit-0.0.2.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-05-14 20:00:43 UTC
Size:
3.46 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/libjit.orig/Makefile /usr/ports/lang/libjit/Makefile >--- /usr/ports/lang/libjit.orig/Makefile Thu Apr 29 04:30:56 2004 >+++ /usr/ports/lang/libjit/Makefile Fri May 14 12:12:39 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= libjit >-PORTVERSION= 0.0.0f >+PORTVERSION= 0.0.2 > CATEGORIES= lang > MASTER_SITES= http://www.southern-storm.com.au/download/ > >@@ -17,5 +17,6 @@ > GNU_CONFIGURE= yes > INFO= libjit > MAN3= libjit.3 >+INSTALLS_SHLIB= yes > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/lang/libjit.orig/distinfo /usr/ports/lang/libjit/distinfo >--- /usr/ports/lang/libjit.orig/distinfo Thu Apr 29 04:30:56 2004 >+++ /usr/ports/lang/libjit/distinfo Fri May 14 11:39:50 2004 >@@ -1,2 +1,2 @@ >-MD5 (libjit-0.0.0f.tar.gz) = 74ec58a39c3d46e1455295c80931c596 >-SIZE (libjit-0.0.0f.tar.gz) = 409251 >+MD5 (libjit-0.0.2.tar.gz) = f29878f7fc30a56c425af1163235f2de >+SIZE (libjit-0.0.2.tar.gz) = 523897 >diff -ruN --exclude=CVS /usr/ports/lang/libjit.orig/files/patch-ltmain.sh /usr/ports/lang/libjit/files/patch-ltmain.sh >--- /usr/ports/lang/libjit.orig/files/patch-ltmain.sh Wed Dec 31 19:00:00 1969 >+++ /usr/ports/lang/libjit/files/patch-ltmain.sh Fri May 14 14:48:00 2004 >@@ -0,0 +1,43 @@ >+--- 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 >+ 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. >+ 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 >+ $rm conftest >+@@ -1930,7 +1930,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" != "" ; 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" >+ ;; >diff -ruN --exclude=CVS /usr/ports/lang/libjit.orig/pkg-plist /usr/ports/lang/libjit/pkg-plist >--- /usr/ports/lang/libjit.orig/pkg-plist Thu Apr 29 04:30:56 2004 >+++ /usr/ports/lang/libjit/pkg-plist Fri May 14 14:51:48 2004 >@@ -4,6 +4,7 @@ > include/jit/jit-context.h > include/jit/jit-defs.h > include/jit/jit-dump.h >+include/jit/jit-dynamic.h > include/jit/jit-elf.h > include/jit/jit-except.h > include/jit/jit-function.h >@@ -19,5 +20,12 @@ > include/jit/jit-walk.h > include/jit/jit.h > lib/libjit.a >+lib/libjit.so >+lib/libjit.so.0 >+lib/libjitdynamic.a >+lib/libjitdynamic.so >+lib/libjitdynamic.so.0 > lib/libjitplus.a >+lib/libjitplus.so >+lib/libjitplus.so.0 > @dirrm include/jit
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 66641
: 42777