ports/66641: [MAINTAINER] lang/libjit: update to 0.0.2

michael johnson ahze at ahze.net
Fri May 14 19:00:50 UTC 2004


>Number:         66641
>Category:       ports
>Synopsis:       [MAINTAINER] lang/libjit: update to 0.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 14 12:00:43 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- Update to 0.0.2

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libjit-0.0.2.patch begins here ---
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
--- libjit-0.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list