Skip site navigation (1)Skip section navigation (2)
Date:      14 Jun 2002 01:02:48 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Mike Harding <mvh@ix.netcom.com>
Cc:        dnelson@allantgroup.com, sroberts@dsl.pipex.com, freebsd-questions@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG
Subject:   Re: xscreensaver-gnome-4.05 install fails
Message-ID:  <1024030968.355.22.camel@gyros.marcuscom.com>
In-Reply-To: <20020614045314.F37321310A@netcom1.netcom.com>
References:  <1024001369.357.4.camel@Demon.Strobe.org> <1024001948.311.110.camel@gyros.marcuscom.com> <1024002434.357.11.camel@Demon.Strobe.org> <1024002658.311.118.camel@gyros.marcuscom.com> <20020613212625.GA21232@dan.emsphone.com> <1024004575.311.124.camel@gyros.marcuscom.com> <1024006176.357.16.camel@Demon.Strobe.org> <20020613230936.GA34783@dan.emsphone.com>  <20020614045314.F37321310A@netcom1.netcom.com>

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

--=-ahyKUYqmNYYS0CnW4P50
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Fri, 2002-06-14 at 00:53, Mike Harding wrote:
> 
> I still see no way to configure the screensave on the gnome config
> center...

Can you try this patch-ab, and see if it resolves the problem?  Simply
drop this file in /usr/ports/x11/xscreensaver/files, and build
xscreensaver-gnome.

Joe

> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc

--=-ahyKUYqmNYYS0CnW4P50
Content-Disposition: attachment; filename=patch-ab
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=patch-ab; charset=ISO8859-1

--- configure.orig	Tue Jun 11 05:09:04 2002
+++ configure	Fri Jun 14 01:00:58 2002
@@ -12929,7 +12929,7 @@
     else
       GNOME_DATADIR=3D`$gtk_config --prefix`
     fi
-    GNOME_DATADIR=3D"$GNOME_DATADIR/share"
+    GNOME_DATADIR=3D"$GNOME_DATADIR/share/gnome"
   fi
=20
   # .desktop files go in different places in Gnome 1.x and Gnome 2.x...
@@ -14240,18 +14240,18 @@
     GL_LIBS=3D""
=20
=20
-    # Some versions of MesaGL are compiled to require -lpthread.
-    # So if the Mesa headers exist, and -lpthread exists, then always
-    # link -lpthread after the Mesa libs (be they named -lGL or -lMesaGL.)
+    # Some versions of MesaGL are compiled to require "-pthread".
+    # So if the Mesa headers exist, and "-pthread" exists, then always
+    # link "-pthread" after the Mesa libs (be they named -lGL or -lMesaGL.=
)
     #
     if test "$ac_have_mesa_gl" =3D yes; then
-      echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
+      echo "$as_me:$LINENO: checking for pthread_create in "-pthread"" >&5
+echo $ECHO_N "checking for pthread_create in "-pthread"... $ECHO_C" >&6
 if test "${ac_cv_lib_pthread_pthread_create+set}" =3D set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=3D$LIBS
-LIBS=3D"-lpthread  $LIBS"
+LIBS=3D""-pthread"  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
@@ -14301,7 +14301,7 @@
 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
 if test $ac_cv_lib_pthread_pthread_create =3D yes; then
-  GL_LIBS=3D"-lpthread"
+  GL_LIBS=3D""-pthread""
 fi
=20
     fi
@@ -17491,13 +17491,13 @@
 # Now that we know whether we have Gnome, we can decide where the XML
 # config files get installed.
 #
-if test -z "$HACK_CONF_DIR" ; then
-  if test -n "$GNOME_DATADIR" ; then
-    HACK_CONF_DIR=3D'${GNOME_DATADIR}/control-center/screensavers'
-  else
-    HACK_CONF_DIR=3D'${prefix}/lib/xscreensaver/config'
-  fi
-fi
+#if test -z "$HACK_CONF_DIR" ; then
+#  if test -n "$GNOME_DATADIR" ; then
+#    HACK_CONF_DIR=3D'${GNOME_DATADIR}/control-center/screensavers'
+#  else
+#    HACK_CONF_DIR=3D'${prefix}/lib/xscreensaver/config'
+#  fi
+#fi
=20
=20
=20

--=-ahyKUYqmNYYS0CnW4P50--

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




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