Mark, please, can you explain these patches to me ? I'm not sure about it. My comments are inline.
?????? +# Filter out hal.pspc on Solaris 10, as it needs to be built manually +# at the moment, like: +# perl Respect.pl --with-all --without-upload --without-build hal.pspc +# cp -p FOSShal.spec SUNWhal.spec +# sed -i -e "s/FOSShal/SUNWhal/g" SUNWhal.spec +# pkgtool build SUNWhal.spec +# And then as root: +# svcadm enable hal +ifeq (KCE,$(shell pkginfo SUNWhal | cut -f 1 -d' ')) +PSPC_FILES := $(filter-out hal.pspc,$(PSPC_FILES)) +endif I'm not sure if is good prefer other (SFE) build then us (FOSS) :) +# Filter out libcdio where SFElibcdio is installed +ifeq (SFE,$(shell pkginfo SFElibcdio | cut -f 1 -d' ')) +PSPC_FILES := $(filter-out libcdio.pspc libcdiowo.pspc,$(PSPC_FILES)) +endif I don't have any problem with pciutils on S10U5. +# PCIUTILS is doing weird inline assembly +PSPC_FILES := $(filter-out pciutils.pspc,$(PSPC_FILES)) Luc On Thu, Jun 5, 2008 at 8:38 PM, Lukas Oboril <oboril.lukas at gmail.com> wrote: > I'm working on those right now. That's a pretty huge bunch, so it takes > some time :D > > Luc > > > > > On Thu, Jun 5, 2008 at 6:44 PM, Stefan Teleman <Stefan.Teleman at sun.com> > wrote: > >> >> >> Mark Wright wrote: >> > Index: Dude/ENCHANT/1.3.0/Solaris/install.sh >> > =================================================================== >> > --- Dude/ENCHANT/1.3.0/Solaris/install.sh (revision 2062) >> > +++ Dude/ENCHANT/1.3.0/Solaris/install.sh (working copy) >> > @@ -1,4 +1,6 @@ >> > #!/bin/sh >> > $MAKE install DESTDIR=$DESTDIR >> > +rm -f $DESTDIR$_libdir/lib*.a >> > rm -f $DESTDIR$_libdir/*.la >> > +rm -f $DESTDIR$_libdir/enchant/lib*.a >> > rm -f $DESTDIR$_libdir/enchant/*.la >> > Index: Dude/POPT/1.7/Solaris/install.sh >> >> [ ... ] [ snippy to save space, but a serious amount of work ] >> >> Thank you *very much* for these. >> >> Ade, Luc and myself will review them. :-) >> >> --Stefan >> >> -- >> Stefan Teleman >> Sun Microsystems, Inc. >> Stefan.Teleman at Sun.COM >> >> _______________________________________________ >> kde-discuss mailing list >> kde-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/kde-discuss >> > > > > -- > Lukas 'Luc' Oboril > IRC nickname: luc^ at freenode > > > When dealing with people, let us remember we are not dealing with creatures > of logic. We are dealing with creatures of emotions, creatures bristling > with prejudices and motivated by pride and vanity. Dale Carnegie > -- Lukas 'Luc' Oboril IRC nickname: luc^ at freenode When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20080606/f17eca97/attachment.html>
