pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/34806: x11/qt4-libs SHELL
The following reply was made to PR pkg/34806; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost>
To: Gilles.Dauphin%enst.fr@localhost, cube%cubidou.net@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/34806: x11/qt4-libs SHELL
Date: Tue, 17 Oct 2006 10:05:07 +0200 (CEST)
Hi! Quentin
here is the Makefile.common that works with solaris10 gcc
Solaris ksh cannot be used with this package because the configure line
is too long for it!!!!
Need a little work for ${ABI} (remove '-' if ABI is empty.)
Cheers
Gilles
--------------------------------------------------------------------------
--- Makefile.common.orig Tue Jun 20 18:07:20 2006
+++ Makefile.common Mon Oct 16 18:09:48 2006
@@ -45,11 +45,11 @@
.endif
.if ${OPSYS} == "SunOS"
-CONFIGURE_SCRIPT= ${SH} ./configure
+CONFIGURE_SCRIPT= ./configure -v
. if !empty(CC_VERSION:Mgcc*)
-CONFIGURE_ARGS+= -platform solaris-g++
+CONFIGURE_ARGS+= -platform solaris-g++-${ABI}
. else
-CONFIGURE_ARGS+= -platform solaris-cc
+CONFIGURE_ARGS+= -platform solaris-cc-${ABI}
. endif
SYS_LIBS= -lresolv -lsocket -lnsl -lrt
.elif ${OPSYS} == "Interix"
------------------------------------------------------------------------
> Delivered-To: gilles.dauphin%enst.fr@localhost
> X-Virus-Scanned: amavisd-new at enst.fr
> X-Greylist: delayed 1309 seconds by postgrey-1.27 at revol2.enst.fr; Mon, 16
Oct 2006 12:54:00 CEST
> From: Quentin Garnier <cube%cubidou.net@localhost>
> To: Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost>
> Cc: gnats-bugs%NetBSD.org@localhost
> Subject: Re: pkg/34806: x11/qt4-libs SHELL
> Content-Disposition: inline
> User-Agent: Mutt/1.4.2.2i
>
> On Mon, Oct 16, 2006 at 11:05:38AM +0200, Gilles Dauphin wrote:
> >
> > > The following reply was made to PR pkg/34806; it has been noted by GNATS.
> > >
> > > From: Quentin Garnier <cube%cubidou.net@localhost>
> > > To: gnats-bugs%NetBSD.org@localhost
> > > Cc:
> > > Subject: Re: pkg/34806: x11/qt4-libs SHELL
> > > Date: Sun, 15 Oct 2006 13:12:01 +0200
> > >
> > >
> > > The "/bin/bash /bin/ksh" part is weird.
> ^^^^^^^^^^^^^^^^^^
> I'm trying to understand this.
>
> > > The package does this on SunOS:
> > >
> > > CONFIGURE_SCRIPT=3D ${SH} ./configure
> > >
> > > So I guess at some point there is a confusion as for what is ${SH}. Do
> > > you set it in mk.conf? What happens if you set it to
> > >
> > > -c "${SH} ./configure"
> > >
> > > or some variation of it instead?
> > >
> >
> > CONFIGURE_SCRIPT= ./configure
> >
> > only! it works for me :)
>
> And knowing that doesn't really help... I was actually expecting it,
> hence my question about -c stuff.
>
> --
> Quentin Garnier - cube%cubidou.net@localhost - cube%NetBSD.org@localhost
> "You could have made it, spitting out benchmarks
> Owe it to yourself not to fail"
> Amplifico, Spitting Out Benchmarks, Hometakes Vol. 2, 2005.
Home |
Main Index |
Thread Index |
Old Index