ports/64226: [maintainer update] Update for x11-toolkits/gnocl

Stephane Legrand stephane at freebsd.org
Mon Mar 22 21:40:19 UTC 2004


The following reply was made to PR ports/64226; it has been noted by GNATS.

From: Stephane Legrand <stephane at freebsd.org>
To: Mark Linimon <linimon at lonesome.com>
Cc: freebsd-gnats-submit at 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)
  



More information about the freebsd-ports-bugs mailing list