Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2003 15:50:21 -0800 (PST)
From:      Sergey Matveychuk <sem@ciam.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58014: [MAINTAINER] devel/mico: update to 2.3.11
Message-ID:  <200311012350.hA1NoLhO070900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58014; it has been noted by GNATS.

From: Sergey Matveychuk <sem@ciam.ru>
To: freebsd-gnats-submit@FreeBSD.org, sem@ciam.ru
Cc:  
Subject: Re: ports/58014: [MAINTAINER] devel/mico: update to 2.3.11
Date: Sun, 02 Nov 2003 02:49:07 +0300

 This is a multi-part message in MIME format.
 --------------020700000103010707080409
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I have no idea where patch-src::configure.in gone.
 Here is I'm sending it again.
 
 ---
 Sem.
 
 --------------020700000103010707080409
 Content-Type: text/plain;
  name="patch-src::configure.in"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-src::configure.in"
 
 --- configure.in.orig	Sat Oct 11 02:30:00 2003
 +++ configure.in	Sat Oct 11 02:34:43 2003
 @@ -594,7 +594,7 @@
  # System dependencies.
  #
  
 -CONF_OPT_FLAGS=-O2
 +CONF_OPT_FLAGS="-O2"
  CONF_DEBUG_FLAGS=-g
  CONF_LIBNSL=yes
  CONF_EXCEPT_FLAGS=
 @@ -619,7 +619,7 @@
    CFLAGS="-Wall $CFLAGS"
  
    if test X"$use_speed_tune" = Xyes; then
 -    CONF_OPT_FLAGS=-O2
 +    CONF_OPT_FLAGS="-O2"
    fi
  
    CONF_SHARED_CC="$CXX -shared"
 @@ -677,7 +677,7 @@
      CONF_SOEXT=sl
      CONF_OBJ_SIZE_LIMIT=yes
      ;;
 -  *freebsd4*)
 +  *freebsd*)
      # must not use .so.1.0 here
      if test X"$use_threads" = Xyes; then
        CXXFLAGS="$CXXFLAGS -D_THREAD_SAFE"
 @@ -1017,7 +1017,8 @@
    if test X"$TCL_VERSION" != X; then
      dnl # remove quotes if any
      TCL_VERSION=`echo $TCL_VERSION | tr -d \"`
 -    TCL_LIBS=-ltcl$TCL_VERSION
 +    TCL_LIBS="-ltcl$TCL_VERSION -L/usr/local/lib"
 +    TCL_LIBS=`echo $TCL_LIBS | tr -d .`
      HAVE_TCL=yes
      AC_MSG_RESULT($TCL_VERSION)
    else
 @@ -1049,8 +1050,8 @@
  AC_CHECK_LIB(socket, open)
  AC_CHECK_LIB(bsd, open)
  
 -AC_CHECK_LIB(elf, open)
 -AC_CHECK_LIB(dl, open)
 +#AC_CHECK_LIB(elf, open)
 +#AC_CHECK_LIB(dl, open)
  AC_CHECK_LIB(dld, open)
  AC_CHECK_LIB(ld, open)
  
 
 --------------020700000103010707080409--
 



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