Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 19:10:50 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        <freebsd-ports@freebsd.org>
Cc:        <gnome@freebsd.org>
Subject:   Problem with datadir and gnome ports
Message-ID:  <20010821184931.L25024-100000@shumai.marcuscom.com>

next in thread | raw e-mail | index | archive | help
I have noticed that quite a few gnome ports' pkg-plists mention that they
are putting files in /usr/X11R6/share/gnome/*, but actually do not.  It
looks like bsd.gnome.mk tries to do this, but only if HAVE_GNOME is not
defined.  If HAVE_GNOME is defined, then pkg-plists get updated correctly,
but the port Makefile does not.  That is, shouldn't line 284 in
bsd.gnome.mk read:

.if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--localstatedir=//} == ${CONFIGURE_ARGS:S/  / /g}

and line 287 read:

.if defined(HAVE_GNOME) && ${CONFIGURE_ARGS:S/--datadir=//} == ${CONFIGURE_ARGS:S/  / /g}

?  Should I set HAVE_GNOME=yes in /etc/make.conf?  Right now, I define:

HAVE_GTK=yes
HAVE_ESOUND=yes
HAVE_GNOME=yes
XFREE86_VERSION=4

in /etc/make.conf.  Should I not be defining the GTK and GNOME vars?
Thanks.

Joe Clarke



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?20010821184931.L25024-100000>