Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2004 13:40:19 -0800 (PST)
From:      Stephane Legrand <stephane@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64226: [maintainer update] Update for x11-toolkits/gnocl
Message-ID:  <200403222140.i2MLeJ8I085269@freefall.freebsd.org>

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

From: Stephane Legrand <stephane@freebsd.org>
To: Mark Linimon <linimon@lonesome.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/64226: [maintainer update] Update for x11-toolkits/gnocl
Date: Mon, 22 Mar 2004 22:34:22 +0100

 On Mon, Mar 22, 2004 at 12:18:39PM -0600, Mark Linimon wrote:
 > > Thanks for the output. Can you please try the new patch below ? It
 > > seems the port needs gnomepanel and i forgot to include this
 > > dependancy in my previous diff. I hope it will fix the build.
 > 
 > Here's what I have added to the PR audit trail:
 > 
 > Adding to audit trail:
 > 
 > I have received feedback from the maintainer that now gets past
 > the above problem.  But now I fail during the link step with:
 > 
 > /usr/libexec/elf/ld: cannot find -ltclstub
 > gmake: *** [gnocl.so] Error 1
 > 
 > Can the submitter confirm this new failure? 
 
 Hi,
 
 Can you please check that you have a files/patch-Makefile file ? I
 can reproduce the problem if it doesn't exist. Please note that
 this new file shoud be in the last patch i sent. I add this file
 below if needed.
 
 
 --- src/Makefile.orig	Fri Feb 13 18:08:35 2004
 +++ src/Makefile	Fri Feb 13 18:08:59 2004
 @@ -19,7 +19,7 @@
  export CFLAGS += -Wall -DVERSION=\"$(VERSION)\" -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DUSE_TCL_STUBS
  
  ADDCFLAGS += $(shell pkg-config --cflags gtk+-2.0)
 -export TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh)
 +export TCL_VERSION := 84
  
  LIBS := $(shell pkg-config --libs gtk+-2.0) -ltclstub$(TCL_VERSION)
  



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