From rafan@svm.csie.ntu.edu.tw  Wed Nov 15 09:17:45 2006
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8151016A415
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Nov 2006 09:17:45 +0000 (UTC)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B233843D8F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Nov 2006 09:17:39 +0000 (GMT)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1])
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kAF9Hcg9005876
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Nov 2006 17:17:38 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kAF9HcUx059016;
	Wed, 15 Nov 2006 17:17:38 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200611150917.kAF9HcUx059016@svm.csie.ntu.edu.tw>
Date: Wed, 15 Nov 2006 17:17:38 +0800 (CST)
From: Rong-En Fan <rafan@freebsd.org>
Reply-To: Rong-En Fan <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: x11-toolkis/wxgtk26, wtgtk2-2.6-config needs bash or ksh 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105561
>Category:       ports
>Synopsis:       x11-toolkis/wxgtk26, wtgtk2-2.6-config needs bash or ksh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    fjoe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 15 09:20:02 GMT 2006
>Closed-Date:    Tue Nov 28 17:54:47 GMT 2006
>Last-Modified:  Tue Nov 28 18:00:28 GMT 2006
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE 
>Environment:


	
>Description:
	in wxgtk2-2.6-config, it checks if we have bash or ksh,
	otherwise it exits. While building wxgtk2-contrib:

	http://www.rafan.org/tb/errors/7-FreeBSD/wxgtk2-contrib-2.6.3.log

	It fails because of this. 

	
>How-To-Repeat:
	
>Fix:
	Either port wxgtk2-2.6-config to use our sh or requires bash
	in runtime.
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fjoe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 15 11:01:30 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105561 
State-Changed-From-To: open->feedback 
State-Changed-By: fjoe 
State-Changed-When: Wed Nov 15 17:04:48 UTC 2006 
State-Changed-Why:  
What is the output of this script on your host? 

#!/bin/sh 
echo ~ 
if [ ~ = '~' ]; then 
echo failed 
else 
echo success 
fi 

It shall print "success" and does so on all my hosts (and sledge). Looks like 
something is wrong with your /bin/sh. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105561 
State-Changed-From-To: feedback->closed 
State-Changed-By: fjoe 
State-Changed-When: Tue Nov 28 17:53:50 UTC 2006 
State-Changed-Why:  
I fixed wxgtk2-2.6-config and wxgtk2u-2.6-config 
scripts to run /bin/sh when HOME is not set. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105561 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105561: commit references a PR
Date: Tue, 28 Nov 2006 17:53:45 +0000 (UTC)

 fjoe        2006-11-28 17:53:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/wxgtk26 Makefile 
     x11-toolkits/wxgtk26/files patch-wx-config.in 
     x11-toolkits/wxgtk26-unicode Makefile 
   Log:
   - Fix wxgtk2-2.6-config and wxgtk2u-2.6-config when HOME is not set --
   execute /bin/sh instead of bash in this case.
   - Bump PORTREVISION
   
   PR:             105561
   
   Revision  Changes    Path
   1.8       +1 -0      ports/x11-toolkits/wxgtk26-unicode/Makefile
   1.28      +1 -0      ports/x11-toolkits/wxgtk26/Makefile
   1.4       +22 -3     ports/x11-toolkits/wxgtk26/files/patch-wx-config.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
