Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2001 03:29:05 +0900 (JST)
From:      th@cis.ibaraki.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24489: ports: databases/unixODBC is broken
Message-ID:  <200101201829.f0KIT5378860@nadja.cis.ibaraki.ac.jp>

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

>Number:         24489
>Category:       ports
>Synopsis:       ports: databases/unixODBC is broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 20 10:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     HIYAMA Takeshi
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Dept. of Comp. & Info. Sci.s, Ibaraki University
>Environment:

	ports-current

>Description:

	make patch fails for databases/unixODBC
	files/patch-ac is for old version

>How-To-Repeat:

	cd /usr/ports/databases/unixODBC ; make patch

>Fix:

	fix files/patch-ac to match current version of unixODBC


--- files/patch-ac.orig	Sun Jan 21 03:20:18 2001
+++ files/patch-ac	Sun Jan 21 03:06:50 2001
@@ -1,7 +1,7 @@
---- configure.in.orig	Fri Jan  5 00:07:39 2001
-+++ configure.in	Sat Jan  6 06:53:02 2001
-@@ -97,8 +97,8 @@
- 	AC_DEFINE(HAVE_READLINE, 1)])
+--- configure.in.orig	Mon Jan 15 05:44:57 2001
++++ configure.in	Sun Jan 21 03:02:02 2001
+@@ -110,8 +110,8 @@
+ ])
  AC_SUBST(READLINE)
  
 -AC_CHECK_LIB(c, strcasecmp, [AC_DEFINE(HAVE_STRCASECMP, 1)])
@@ -11,12 +11,12 @@
  
  LIBADD_DL=
  AC_CHECK_LIB(dl, dlopen, [AC_DEFINE(HAVE_LIBDL, 1) LIBADD_DL="-ldl"],
-@@ -121,25 +121,26 @@
+@@ -134,25 +134,26 @@
      AC_DEFINE(HAVE_LIBPTH,1)
    else
-     AC_CHECK_LIB(pthread, pthread_mutex_lock )
--    AC_CHECK_LIB(pthread, pthread_mutex_lock, 
-+    AC_CHECK_FUNC(c_r, pthread_mutex_lock, 
+     AC_CHECK_LIBPT(pthread, pthread_mutex_lock )
+-    AC_CHECK_LIBPT(pthread, pthread_mutex_lock, 
++    AC_CHECK_FUNC(c_r, pthread_mutex_lock,
      [
        AC_DEFINE(HAVE_LIBPTHREAD,1)
        if test "x$ac_cv_prog_gcc"="xyes"; then

>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?200101201829.f0KIT5378860>