Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2002 01:53:52 +0900
From:      Norikatsu Shigemura <nork@ninth-nine.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34172: x11/xscreensaver 4.00 problem with GNOME
Message-ID:  <200201221653.g0MGrqp83130@nd250009.gab.xdsl.ne.jp>

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

>Number:         34172
>Category:       ports
>Synopsis:       xscreensaver 4.00 problem with GNOME
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 09:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 4.5-RC i386
>Organization:
Ensure Technology Ltd.
>Environment:
System: FreeBSD sakura.ninth-nine.com 4.5-RC FreeBSD 4.5-RC #70: Sun Jan 13 01:45:05 JST 2002 nork@sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386
	/usr/ports/x11/xscreensaver/Makefile
	$FreeBSD: ports/x11/xscreensaver/Makefile,v 1.45 2002/01/22 15:20:38 sobomax Exp $
>Description:
	I cannot make package 'xscreensaver' with GNOME. Because *.xml in
	pkg-plist is not correct under GNOME.
>How-To-Repeat:
	mkdir -p /usr/X11R6/share/gnome/control-center/screensavers
	cd /usr/ports/x11/xscreensaver
	make package
>Fix:
	1. prepare pkg-plist with GNOME/without GNOME
	or
	2. CONFIGURE_ENV+=HACK_CONF_DIR=${PREFIX}/lib/xscreensaver/config
	or
	3. conrrect configure in following line
- - - - - - - -
if test -z "$HACK_CONF_DIR" ; then
  if test -n "$GNOME_DATADIR" ; then
    HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers'
  elif test -n "$CONFIGDIR" ; then
    HACK_CONF_DIR="$CONFIGDIR"
  else
    HACK_CONF_DIR='${prefix}/lib/xscreensaver/config'
  fi
fi
- - - - - - - -
>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?200201221653.g0MGrqp83130>