pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47359 (pkgsrc/devel/libtool problems with solaris, g++ and solaris ld)



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

From: Richard PALO <richard.palo%baou.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47359 (pkgsrc/devel/libtool problems with solaris, g++ and
 solaris ld)
Date: Wed, 20 Feb 2013 15:20:45 +0100

 To avoid the buggy /usr/xpg4/bin/*grep problems on solaris,
 this patch explicitly uses textproc/grep.
 NB there is still a question concerning hardcoded "find" in this 
 version, I'll see if it is dealt with upstream.
 
 richard@devzone:~/src/pkgsrc/devel/libtool-base$ cvs diff
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/libtool-base/Makefile,v
 retrieving revision 1.98
 diff -u -p -r1.98 Makefile
 --- Makefile    26 Jul 2012 12:04:04 -0000      1.98
 +++ Makefile    20 Feb 2013 14:01:49 -0000
 @@ -60,6 +60,9 @@ BUILD_SHLIBTOOL=      NO
 
   .elif ${OPSYS} == "SunOS"
   CFLAGS+=       ${_COMPILER_ABI_FLAG.${ABI}}
 +DEPENDS+=            grep-[0-9]*:../../textproc/grep
 +TOOLS_PLATFORM.grep    = ${LOCALBASE}/bin/ggrep
 +TOOLS_PLATFORM.egrep   = ${LOCALBASE}/bin/gegrep
   .endif
 
   BUILD_SHLIBTOOL?=      YES
 @@ -70,7 +73,7 @@ BUILD_SHLIBTOOL?=     YES
   USE_LANGUAGES=         c c++ fortran77
   CONFIGURE_ARGS+=       --disable-ltdl-install
 
 -USE_TOOLS+=            echo
 +USE_TOOLS+=            echo grep:run egrep:run
 
   .PHONY: fix-libtool
   fix-libtool:
 


Home | Main Index | Thread Index | Old Index