Subject: Re: pkg/34214 (devel/subversion Solaris (but almost all system))
To: None <epg@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Dan McMahill <mcmahill@alum.mit.edu>
List: pkgsrc-bugs
Date: 10/19/2006 04:50:02
The following reply was made to PR pkg/34214; it has been noted by GNATS.

From: Dan McMahill <mcmahill@alum.mit.edu>
To: gnats-bugs@NetBSD.org
Cc: epg@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,
	Gilles Dauphin <dauphin@enst.fr>
Subject: Re: pkg/34214 (devel/subversion Solaris (but almost all system))
Date: Wed, 18 Oct 2006 23:41:53 -0400

 Joerg Sonnenberger wrote:
 > The following reply was made to PR pkg/34214; it has been noted by GNATS.
 > 
 > From: Joerg Sonnenberger <joerg@britannica.bec.de>
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: pkg/34214 (devel/subversion Solaris (but almost all system))
 > Date: Mon, 16 Oct 2006 15:58:59 +0200
 > 
 >  On Mon, Oct 16, 2006 at 01:44:05PM +0000, dmcmahill@netbsd.org wrote:
 >  > Synopsis: devel/subversion Solaris (but almost all system)
 >  > 
 >  > State-Changed-From-To: open->feedback
 >  > State-Changed-By: dmcmahill@netbsd.org
 >  > State-Changed-When: Mon, 16 Oct 2006 13:44:04 +0000
 >  > State-Changed-Why:
 >  > pkgsrc/subversion-base has BROKEN_GETTEXT_DETECTION now.  Are there other subversion pkgs
 >  > which still need it?
 >  
 >  I still want to have the config.log output.
 >  
 >  Joerg
 
 just make a super short program with a call to bindtextdomain().  Then
 
 gcc -o foo foo.c
 
 and it will compile and link with no complaints on solaris.  This is the 
 test that subversion uses.  Unfortunately this doesn't get all the stuff 
 you need from -lintl.
 
 -Dan