Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 19:35:42 +0100 (MET)
From:      Mark@dohd.org, "Huizer@dohd.org;Eindhoven" <xaa+ports@timewasters.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35059: libslang upgrade to 1.4.5
Message-ID:  <20020217183542.A5985DB04@nala.dohd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35059
>Category:       ports
>Synopsis:       libslang upgrade to 1.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 17 10:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Huizer; Eindhoven
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD eeyore.local.dohd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Jan 9 18:55:28 CET 2002 xaa@tiggr.local.dohd.org:/usr2/sources/obj/usr2/sources/src/sys/eeyore i386

>Description:
	upgrade to latest release
>How-To-Repeat:
	
>Fix:

remove files/patch-ad
apply patch:

diff -udr devel/libslang.old/Makefile devel/libslang/Makefile
--- devel/libslang.old/Makefile	Tue Feb 27 11:21:39 2001
+++ devel/libslang/Makefile	Sun Feb 17 15:19:25 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libslang
-PORTVERSION=	1.4.4
-PORTREVISION=	1
+PORTVERSION=	1.4.5
 CATEGORIES=	devel
 MASTER_SITES=	ftp://space.mit.edu/pub/davis/slang/v1.4/
 DISTNAME=	slang-${PORTVERSION}
diff -udr devel/libslang.old/distinfo devel/libslang/distinfo
--- devel/libslang.old/distinfo	Wed Feb 21 22:25:28 2001
+++ devel/libslang/distinfo	Sun Feb 17 15:20:10 2002
@@ -1 +1 @@
-MD5 (slang-1.4.4.tar.bz2) = a79b7e57efb8d56a80048144a73ba909
+MD5 (slang-1.4.5.tar.bz2) = 380f5d0c306b70125a110f54814e26a3
diff -udr devel/libslang.old/files/patch-aa devel/libslang/files/patch-aa
--- devel/libslang.old/files/patch-aa	Tue Feb 27 11:21:39 2001
+++ devel/libslang/files/patch-aa	Sun Feb 17 18:25:20 2002
@@ -1,17 +1,17 @@
---- configure.orig	Tue Feb 20 20:17:29 2001
-+++ configure	Mon Feb 26 11:28:55 2001
-@@ -1833,8 +1833,8 @@
+--- configure.orig	Sun Feb 10 08:39:19 2002
++++ configure	Sun Feb 17 18:24:45 2002
+@@ -1832,8 +1832,8 @@
  #define HAVE_DLFCN_H 1
  EOF
  
 -  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:1838: checking for dlopen in -ldl" >&5
+-echo "configure:1837: checking for dlopen in -ldl" >&5
 +  echo $ac_n "checking for dlopenl""... $ac_c" 1>&6
-+echo "configure:1838: checking for dlopen" >&5
++echo "configure:1837: checking for dlopen" >&5
  ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
-@@ -1869,7 +1869,7 @@
+@@ -1868,7 +1868,7 @@
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    
@@ -20,7 +20,16 @@
      cat >> confdefs.h <<\EOF
  #define HAVE_DLOPEN 1
  EOF
-@@ -2023,7 +2023,7 @@
+@@ -1943,7 +1943,7 @@
+ 
+ ELFLIB="lib\$(THIS_LIB).so"
+ ELFLIB_MAJOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)"
+-ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION)"
++ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)"
+ 
+ case "$host_os" in
+   *linux* )
+@@ -2038,7 +2038,7 @@
      ELF_CFLAGS="$CFLAGS -fPIC"
      ELF_LINK="$CC -shared"
      ELF_LINK_CMD="\$(ELF_LINK)"
@@ -29,7 +38,7 @@
      CC_SHARED="$CC $CFLAGS -shared -fPIC"
  esac
  
-@@ -2046,6 +2046,19 @@
+@@ -2063,6 +2063,19 @@
        IEEE_CFLAGS="-ieee_with_no_inexact"
      fi
      ;;
@@ -49,10 +58,10 @@
    * )
      IEEE_CFLAGS=""
  esac
-@@ -2408,16 +2421,8 @@
+@@ -2432,16 +2445,8 @@
  
  echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6
- echo "configure:2411: checking SLANG_VERSION" >&5
+ echo "configure:2435: checking SLANG_VERSION" >&5
 -slang_version=`grep "^#define  *SLANG_VERSION " $srcdir/src/slang.h |
 -               awk '{ print $3 }'`
 -slang_major_version=`echo $slang_version |
@@ -64,7 +73,7 @@
 -
 -slang_minor_version="$slang_minor_version.$slang_mminor_version"
 +slang_major_version=1
-+slang_miner_version=4
++slang_miner_version=5
  slang_version="$slang_major_version.$slang_minor_version"
  echo "$ac_t""$slang_version" 1>&6
  
Only in devel/libslang.old/files: patch-ad

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020217183542.A5985DB04>