Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 20:32:13 -0600 (CST)
From:      none <unspammable-address@nolonger.valid>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/59273: Goggles-0.56 port not configured for FOX-1.1.41 library
Message-ID:  <200311140232.hAE2WD54026938@freebsd2.localnet10>
Resent-Message-ID: <200311140240.hAE2eG1w018689@freefall.freebsd.org>

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

>Number:         59273
>Category:       ports
>Synopsis:       Goggles-0.56 port not configured for FOX-1.1.41 library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 13 18:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     none
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:


	
>Description:
	Goggle-0.56 port is still trying to use older FOX-1.1.25 library, but the
	current FOX library is now at 1.1.41. Also, there are still some "lpthread"
	entries in the configure script that need to be corrected(?).
	
>How-To-Repeat:
	
>Fix:

*** configure.orig	Sat May 31 13:53:44 2003
--- configure	Thu Nov 13 19:58:39 2003
***************
*** 6072,6085 ****
  fi
  done
  
! echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
! echo "configure:6077: checking for pthread_create in -lpthread" >&5
  ac_lib_var=`echo pthread'_'pthread_create | 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="-lpthread  $LIBS"
  cat > conftest.$ac_ext <<EOF
  #line 6085 "configure"
  #include "confdefs.h"
--- 6072,6085 ----
  fi
  done
  
! echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
! echo "configure:6077: checking for pthread_create in -pthread" >&5
  ac_lib_var=`echo pthread'_'pthread_create | 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="-pthread  $LIBS"
  cat > conftest.$ac_ext <<EOF
  #line 6085 "configure"
  #include "confdefs.h"
***************
*** 6116,6122 ****
  #define $ac_tr_lib 1
  EOF
  
!   LIBS="-lpthread $LIBS"
  
  else
    echo "$ac_t""no" 1>&6
--- 6116,6122 ----
  #define $ac_tr_lib 1
  EOF
  
!   LIBS="-pthread $LIBS"
  
  else
    echo "$ac_t""no" 1>&6
***************
*** 6159,6172 ****
  
  saved_CPPFLAGS=$CPPFLAGS
  CPPFLAGS="$CPPFLAGS -L$fox_prefix/lib"
! echo $ac_n "checking for fxfindfox in -lFOX""... $ac_c" 1>&6
! echo "configure:6164: checking for fxfindfox in -lFOX" >&5
  ac_lib_var=`echo FOX'_'fxfindfox | 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="-lFOX  $LIBS"
  cat > conftest.$ac_ext <<EOF
  #line 6172 "configure"
  #include "confdefs.h"
--- 6159,6172 ----
  
  saved_CPPFLAGS=$CPPFLAGS
  CPPFLAGS="$CPPFLAGS -L$fox_prefix/lib"
! echo $ac_n "checking for fxfindfox in -lFOX-1.1.41""... $ac_c" 1>&6
! echo "configure:6164: checking for fxfindfox in -lFOX-1.1.41" >&5
  ac_lib_var=`echo FOX'_'fxfindfox | 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="-lFOX-1.1  $LIBS"
  cat > conftest.$ac_ext <<EOF
  #line 6172 "configure"
  #include "confdefs.h"
***************
*** 6203,6209 ****
  #define $ac_tr_lib 1
  EOF
  
!   LIBS="-lFOX $LIBS"
  
  else
    echo "$ac_t""no" 1>&6
--- 6203,6209 ----
  #define $ac_tr_lib 1
  EOF
  
!   LIBS="-lFOX-1.1 $LIBS"
  
  else
    echo "$ac_t""no" 1>&6
***************
*** 6233,6239 ****
    cat > conftest.$ac_ext <<EOF
  #line 6235 "configure"
  #include "confdefs.h"
! #include <fox/fx.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  { (eval echo configure:6240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
--- 6233,6239 ----
    cat > conftest.$ac_ext <<EOF
  #line 6235 "configure"
  #include "confdefs.h"
! #include <fox-1.1/fx.h>
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  { (eval echo configure:6240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }


*** src/dvddesktop.cpp.orig	Fri May  9 08:15:28 2003
--- src/dvddesktop.cpp	Thu Nov 13 20:13:46 2003
***************
*** 30,36 ****
  }
  
  
! #include <fox/fx.h>
  #include "dvddesktop.h"
   
  
--- 30,36 ----
  }
  
  
! #include <fox-1.1/fx.h>
  #include "dvddesktop.h"
   
  
*** src/dvddxr3.cpp.orig	Wed Feb  5 00:47:48 2003
--- src/dvddxr3.cpp	Thu Nov 13 20:13:46 2003
***************
*** 22,28 ****
  */
  #ifdef HAVE_DXR3
  
! #include <fox/fx.h>
  #include <stdlib.h>
  #include <unistd.h>
  #include <stdio.h>
--- 22,28 ----
  */
  #ifdef HAVE_DXR3
  
! #include <fox-1.1/fx.h>
  #include <stdlib.h>
  #include <unistd.h>
  #include <stdio.h>
***************
*** 243,246 ****
  
  */
  
! #endif
\ No newline at end of file
--- 243,246 ----
  
  */
  
! #endif

*** src/dvdint.cpp.orig	Sat Feb 15 09:33:48 2003
--- src/dvdint.cpp	Thu Nov 13 20:13:46 2003
***************
*** 20,26 ****
  /*
  $Id: dvdint.cpp,v 1.2 2003/02/15 15:33:48 sander Exp $
  */
! #include <fox/fx.h>
  
  extern "C" {
  #include <ogle/dvdcontrol.h>
--- 20,26 ----
  /*
  $Id: dvdint.cpp,v 1.2 2003/02/15 15:33:48 sander Exp $
  */
! #include <fox-1.1/fx.h>
  
  extern "C" {
  #include <ogle/dvdcontrol.h>

*** src/dvdnav.cpp.orig	Wed Feb  5 00:47:48 2003
--- src/dvdnav.cpp	Thu Nov 13 20:19:25 2003
***************
*** 29,35 ****
  #include <ogle/msgevents.h>
  }
  
! #include <fox/fxkeys.h>
  #include "dvdwindow.h"
  #include "dvdnav.h"
  
--- 29,35 ----
  #include <ogle/msgevents.h>
  }
  
! #include <fox-1.1/fxkeys.h>
  #include "dvdwindow.h"
  #include "dvdnav.h"
  

*** src/dvdpreferences.cpp.orig	Wed May  7 22:22:25 2003
--- src/dvdpreferences.cpp	Thu Nov 13 20:13:46 2003
***************
*** 20,26 ****
  /*
  $Id: dvdpreferences.cpp,v 1.3 2003/05/08 03:22:25 sander Exp $
  */
! #include <fox/fx.h>
  
  extern "C" {
  #include <ogle/dvdcontrol.h>
--- 20,26 ----
  /*
  $Id: dvdpreferences.cpp,v 1.3 2003/05/08 03:22:25 sander Exp $
  */
! #include <fox-1.1/fx.h>
  
  extern "C" {
  #include <ogle/dvdcontrol.h>

*** src/dvdwindow.cpp.orig	Thu Nov 13 19:59:04 2003
--- src/dvdwindow.cpp	Thu Nov 13 20:13:46 2003
***************
*** 24,33 ****
  #include <sys/stat.h>
  #endif
  
! #include <fox/fx.h>
! #include <fox/fxkeys.h>
! #include <fox/FXPNGImage.h>
! #include <fox/FXPNGIcon.h>
  extern "C" {
  #include <ogle/dvdcontrol.h>
  }
--- 24,33 ----
  #include <sys/stat.h>
  #endif
  
! #include <fox-1.1/fx.h>
! #include <fox-1.1/fxkeys.h>
! #include <fox-1.1/FXPNGImage.h>
! #include <fox-1.1/FXPNGIcon.h>
  extern "C" {
  #include <ogle/dvdcontrol.h>
  }

*** src/dvdwindow.h.orig	Wed May  7 22:22:25 2003
--- src/dvdwindow.h	Thu Nov 13 20:13:46 2003
***************
*** 47,53 ****
  #define DEFAULTCOUNTRY  "us"
  
  
! #include <fox/fx.h>
  
  
  class FXScreenSaver;
--- 47,53 ----
  #define DEFAULTCOUNTRY  "us"
  
  
! #include <fox-1.1/fx.h>
  
  
  class FXScreenSaver;

*** src/main.cpp.orig	Wed Feb  5 00:47:48 2003
--- src/main.cpp	Thu Nov 13 20:13:46 2003
***************
*** 29,35 ****
  #include <unistd.h>
  #endif
  #include <ctype.h>
! #include <fox/fx.h>
  
  extern "C" {
  #include <ogle/dvd.h>
--- 29,35 ----
  #include <unistd.h>
  #endif
  #include <ctype.h>
! #include <fox-1.1/fx.h>
  
  extern "C" {
  #include <ogle/dvd.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



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