Re: SF.net SVN: gar:[23065] csw/mgar/gar/v2/etc

2014-02-22 Thread Juraj Lutter
On 02/22/14 16:14, chnin...@users.sourceforge.net wrote: > +/opt/csw/sbin/amd64 > +/opt/csw/sbin/i486 > +/opt/csw/sbin/pentium Shouldn't this have been pentium_pro? (just an innocent question.) -- Juraj Lutter

Re: [csw-devel] SF.net SVN: gar:[21040] csw/mgar/pkg/lang-python/pyqt/trunk/Makefile

2013-05-10 Thread Juraj Lutter
c directory. Yep, lib/$(projname) or libexec/$(projname) would be more appropriate. -- Juraj Lutter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[19472] csw/mgar/pkg/lang-python/dbus-python/trunk

2012-10-19 Thread Juraj Lutter
On 10/19/2012 03:42 PM, cgrze...@users.sourceforge.net wrote: > +OBSOLTED_PKGS_CSWpy-dbus = CSWdbuspython Small typo. -- Juraj Lutter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[19467] csw/mgar/pkg/virtinst/trunk/Makefile

2012-10-19 Thread Juraj Lutter
virtinst += > file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/virtinst/CapabilitiesParser.py Please use REINPLACE to modify /usr/share -> /opt/csw/share in order to avoid this override :-) -- Juraj Lutter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[19258] csw/mgar/pkg/libsoup2/trunk/Makefile

2012-09-21 Thread Juraj Lutter
On 09/21/2012 12:53 PM, cgrze...@users.sourceforge.net wrote: > +PACKAGING_PLATFORMS = Solaris10-sparc Solaris10-i386 This should be ``solaris10-'' with lowercase ``s'', afaik. -- Juraj Lutter ___ devel mailing list devel@

Re: [csw-devel] SF.net SVN: gar:[18416] csw/mgar/pkg

2012-06-15 Thread Juraj Lutter
omq/trunk: Initial commit of zeromq build recipe I know 0mq authors in person, I can probably report any issues to them. -- Juraj Lutter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] SF.net SVN: gar:[17696] csw/mgar/gar/v2

2012-04-15 Thread Juraj Lutter
= -m32 -xarch=sparc > ARCHFLAGS_GCC3_sparcv8plus = -mcpu=v8 -mv8plus > - ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v8 -mv8plus > + ARCHFLAGS_GCC4_sparcv8plus = -mcpu=v9 >MEMORYMODEL_sparcv8plus = 32 And when I am at it, I've also changed mcpu to proper "v9

Re: [csw-devel] SF.net SVN: gar:[17002] csw/mgar/pkg/spamass-milter/trunk

2012-02-08 Thread Juraj Lutter
Wouldn't it be better to use: #ifndef _PATH_DEVULL #define _PATH_DEVNULL "/dev/null" #endif /* _PATH_DEVNULL */ rather than #ifndef __sun? In that case the patch can be accepted by upstream as it seems less platform-dependent. -- Juraj Lutter ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel