Bug 65541

Summary: Update port: devel/devhelp to 0.9
Product: Ports & Packages Reporter: Rui Lopes <rui>
Component: Individual Port(s)Assignee: Volker Stolz <vs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devhelp_update_to_0_9.patch none

Description Rui Lopes 2004-04-14 17:40:16 UTC
	* Update to last devhelp
	* devhelp now uses Mozilla to render HTML contents
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-04-14 20:39:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this one.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-04-14 22:05:37 UTC
Everything builds fine, but on running the tool on -STABLE, I get:

devhelp@menelaos [23:00:22]> devhelp
/usr/libexec/ld-elf.so.1: Shared object "libgtkembedmoz.so" not found

Using LD_PRELOAD_PATH it seems to work, i.e. the error doesn't occur,
but I'm on remote X atm. Is this a fault of my setup or a general 
problem of this port?

Regards,
    Volker
Comment 3 Rui Lopes 2004-04-15 00:01:00 UTC
On Wed, 2004-04-14 at 22:05, Volker Stolz wrote:
> Everything builds fine, but on running the tool on -STABLE, I get:
> 
> devhelp@menelaos [23:00:22]> devhelp
> /usr/libexec/ld-elf.so.1: Shared object "libgtkembedmoz.so" not found
> 
> Using LD_PRELOAD_PATH it seems to work, i.e. the error doesn't occur,
> but I'm on remote X atm. Is this a fault of my setup or a general 
> problem of this port?

The PR Makefile has this patch:

 post-patch:
-	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
-		${REINPLACE_CMD} -e 's|-DG[TD]K_DISABLE_DEPRECATED||g'
+	@${REINPLACE_CMD} -E 's,^(LD_),export \1,g' ${WRKSRC}/devhelp.in


this should take care of this problem.  This is a problem with the
devhelp launch script that is shipped with devhelp, they forgot to
export the LD_LIBRARY_PATH env var (see
http://cvs.gnome.org/viewcvs/devhelp/devhelp.in?r1=1.1&r2=1.2).



Regards,
Rui Lopes
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-04-29 08:25:53 UTC
State Changed
From-To: open->closed

Committed, thanks.