From parv@pair.com  Sun May 19 23:00:17 2002
Return-Path: <parv@pair.com>
Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123])
	by hub.freebsd.org (Postfix) with ESMTP id 13D6237B407
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 May 2002 23:00:17 -0700 (PDT)
Received: from sdn-ar-008dcwashp276.dialsprint.net ([63.178.90.206] helo=moo.holy.cow)
	by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2)
	id 179gDH-0001zx-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 19 May 2002 23:00:07 -0700
Received: by moo.holy.cow (Postfix, from userid 1001)
	id 8D29250BB7; Mon, 20 May 2002 02:02:41 -0400 (EDT)
Message-Id: <20020520060241.8D29250BB7@moo.holy.cow>
Date: Mon, 20 May 2002 02:02:41 -0400 (EDT)
From: parv@pair.com
Reply-To: parv@pair.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: x11/xbindkeys doesn't install xbindkeys_show
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38320
>Category:       ports
>Synopsis:       x11/xbindkeys doesn't install xbindkeys_show
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 19 23:10:02 PDT 2002
>Closed-Date:    Wed May 22 18:04:11 PDT 2002
>Last-Modified:  Wed May 22 18:04:11 PDT 2002
>Originator:     parv
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD moo.holy.cow 4.6-RC FreeBSD

ports tree updated as of 2002.05.18.23.29.51 utc

>Description:

x11/xbindkeys doesn't install xbindkeys_show when "WITH_GUI" has
been specified...

===>  Installing for xbindkeys-1.5.4
===>   xbindkeys-1.5.4 depends on executable: wish - found
===>   xbindkeys-1.5.4 depends on shared library: X11.6 - found
/bin/sh ./mkinstalldirs /usr/local/bin
  install -C -c -s -o root -g wheel -m 555  xbindkeys /usr/local/bin/xbindkeys
===>   Generating temporary packing list
install -C -c -o root -g wheel -m 444 /source/ports/x11/xbindkeys/work/xbindkeys-1.5.4/xbindkeysrc /usr/local/share/examples/xbindke
ys
install -C -c -o root -g wheel -m 444 /source/ports/x11/xbindkeys/work/xbindkeys-1.5.4/xbindkeys.1 /usr/local/man/man1
install -C -c -o root -g wheel -m 444 /source/ports/x11/xbindkeys/work/xbindkeys-1.5.4/xbindkeys_show.1 /usr/local/man/man1
===>   Registering installation for xbindkeys-1.5.4

...note the missing command "xbindkeys_show", but xbindkeys_show.1
man page was installed and the command is listed in the
package list.


>How-To-Repeat:

cd $PORTSDIR/x11/xbindkeys && make install -DWITH_GUI

>Fix:


>Release-Note:
>Audit-Trail:

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/38320: x11/xbindkeys doesn't install xbindkeys_show
Date: Mon, 20 May 2002 13:26:21 +0200

 Thanks for the report.
 
 A workaround is "make WITH_GUI=YES install".
 
 The following patch fixes the problem.
 
 Committer: Please commit this with the update in PR ports/38239.
 
 Regards,
          Olli
 
 diff -ruN xbindkeys.old/Makefile xbindkeys/Makefile
 --- xbindkeys.old/Makefile	Mon May 20 09:30:09 2002
 +++ xbindkeys/Makefile	Mon May 20 10:13:31 2002
 @@ -18,6 +18,7 @@
  .if defined(WITH_GUI)
  RUN_DEPENDS=	wish:${PORTSDIR}/x11-toolkits/tk83
  PLIST_SUB+=	WITH_GUI=""
 +SCRIPTS_ENV+=	WITH_GUI="YES"
  .else
  PLIST_SUB+=	WITH_GUI="@comment "
  .endif
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Wed May 22 18:04:01 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38320 
>Unformatted:
