Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Feb 2001 21:17:39 +0100 (MET)
From:      xaa+ports@madison-gurkha.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24850: libslang, port upgrade by maintainer
Message-ID:  <20010204201739.7EF54BABB@eeyore.local.dohd.org>

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

>Number:         24850
>Category:       ports
>Synopsis:       Upgrade of libslang port to 1.4.3
>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 04 12:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Huizer; Eindhoven
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Madison Gurkha BV
>Environment:
System: FreeBSD eeyore.local.dohd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jan 30 19:19:31 MET 2001 xaa@eeyore.local.dohd.org:/usr2/sources/src/sys/compile/eeyore i386


	
>Description:
	libslang upgrade to 1.4.3, see patch
>How-To-Repeat:
	
>Fix:

diff -udr ../devel/libslang/Makefile libslang/Makefile
--- ../devel/libslang/Makefile	Tue Jan  9 09:29:57 2001
+++ libslang/Makefile	Sat Feb  3 23:35:06 2001
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	libslang
-PORTVERSION=	1.4.2
-PORTREVISION=	1
+PORTVERSION=	1.4.3
+#PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	ftp://space.mit.edu/pub/davis/slang/v1.4/
 DISTNAME=	slang-${PORTVERSION}
diff -udr ../devel/libslang/distinfo libslang/distinfo
--- ../devel/libslang/distinfo	Tue Sep  5 03:56:32 2000
+++ libslang/distinfo	Sat Feb  3 22:42:50 2001
@@ -1 +1 @@
-MD5 (slang-1.4.2.tar.bz2) = 9dcc099578608b4ec12836ed4e2f0c0a
+MD5 (slang-1.4.3.tar.bz2) = e173142a853aaa5bc989c9b2d0853d56
diff -udr ../devel/libslang/files/patch-aa libslang/files/patch-aa
--- ../devel/libslang/files/patch-aa	Tue Jan  9 09:29:57 2001
+++ libslang/files/patch-aa	Sun Feb  4 21:08:14 2001
@@ -1,32 +1,26 @@
---- configure.orig	Sun Aug 20 11:20:18 2000
-+++ configure	Sat Jan  6 09:57:40 2001
-@@ -1753,14 +1753,13 @@
- fi
- 
+--- ./configure.orig	Sat Feb  3 22:08:12 2001
++++ configure	Sun Feb  4 21:07:52 2001
+@@ -1833,8 +1833,8 @@
+ #define HAVE_DLFCN_H 1
+ EOF
  
--echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:1758: checking for dlopen in -ldl" >&5
-+echo $ac_n "checking for dlopen""... $ac_c" 1>&6
-+echo "configure:1758: checking for dlopen" >&5
+-  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
+-echo "configure:1838: checking for dlopen in -ldl" >&5
++  echo $ac_n "checking for dlopenl""... $ac_c" 1>&6
++echo "configure:1838: 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
- else
-   ac_save_LIBS="$LIBS"
--LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1766 "configure"
- #include "confdefs.h"
-@@ -1818,7 +1817,7 @@
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+@@ -1869,7 +1869,7 @@
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    echo "$ac_t""yes" 1>&6
    
--		DYNAMIC_LINK_LIB="-ldl"
-+		DYNAMIC_LINK_LIB=""
- 		cat >> confdefs.h <<\EOF
- #define HAVE_DLFCN_H 1
+-    DYNAMIC_LINK_LIB="-ldl"
++    DYNAMIC_LINK_LIB=""
+     cat >> confdefs.h <<\EOF
+ #define HAVE_DLOPEN 1
  EOF
-@@ -1906,6 +1905,19 @@
+@@ -2046,6 +2046,19 @@
        IEEE_CFLAGS="-ieee_with_no_inexact"
      fi
      ;;
@@ -46,10 +40,10 @@
    * )
      IEEE_CFLAGS=""
  esac
-@@ -2231,16 +2243,8 @@
+@@ -2408,16 +2421,8 @@
  
  echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6
- echo "configure:2234: checking SLANG_VERSION" >&5
+ echo "configure:2411: checking SLANG_VERSION" >&5
 -slang_version=`grep "^#define  *SLANG_VERSION " $srcdir/src/slang.h |
 -               awk '{ print $3 }'`
 -slang_major_version=`echo $slang_version |
@@ -61,7 +55,7 @@
 -
 -slang_minor_version="$slang_minor_version.$slang_mminor_version"
 +slang_major_version=1
-+slang_minor_version=4
++slang_miner_version=4
  slang_version="$slang_major_version.$slang_minor_version"
  echo "$ac_t""$slang_version" 1>&6
  
diff -udr ../devel/libslang/files/patch-ae libslang/files/patch-ae
--- ../devel/libslang/files/patch-ae	Thu Jan 27 07:36:56 2000
+++ libslang/files/patch-ae	Sun Feb  4 21:10:33 2001
@@ -4,8 +4,8 @@
  exec_prefix = @exec_prefix@
  install_lib_dir = @libdir@
  install_include_dir = @includedir@
--install_doc_dir = $(prefix)/doc/slang/@slang_version@
-+install_doc_dir = $(prefix)/share/doc/slang/@slang_version@
+-install_doc_dir = $(prefix)/doc/slang
++install_doc_dir = $(prefix)/share/doc/slang
  DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
  #---------------------------------------------------------------------------
  # Misc commands (safe to leave these untouched)

>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?20010204201739.7EF54BABB>