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

2012-06-14 Thread Ben Walton
;re usually leaked in via improper options determined by the configure script. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

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

2012-06-15 Thread Ben Walton
a solution. There are all sorts of hoops to jump through for things like this. There is lots of collected experience too though, so if you find something weird, chances are someone has hit it before. :) Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.56

Re: [csw-devel] Patch for MySQL 5.5 recipe

2012-08-24 Thread Ben Walton
ations too (/opt/csw/etc and then /etc/opt/csw to give local preference over possibly NFS-shared). Other than that, it looks sound to me. Thanks for sharing this! Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302

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

2012-09-05 Thread Ben Walton
the net isn't suddently cast too wide. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] lib package names

2012-09-24 Thread Ben Walton
Hi Carsten, The package name it's based on the soname and will change when the library version does. The software version may not match the soname and that is ok. Thanks -Ben On Sep 24, 2012 5:18 AM, "Carsten Grzemba" wrote: > How I have to handle package names of lib in this kind: > CSWlibgeg

Re: [csw-devel] SF.net SVN: gar:[10259] csw/mgar/pkg/apr-util/trunk/Makefile

2010-06-19 Thread Ben Walton
and you'll be all set. > +CHECKPKG_OVERRIDES_CSWapr-util += rev-tag-missing-in-filename > +CHECKPKG_OVERRIDES_CSWapr-util += osrel-tag-not-specified > +CHECKPKG_OVERRIDES_CSWapr-util += > filename-version-does-not-match-pkginfo-version|filename=util|pkginfo=1.3.9,REV=2010.06.19 Tha

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

2010-10-12 Thread Ben Walton
figure manual step. HTH. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

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

2010-11-02 Thread Ben Walton
ing that ships files inside /opt/csw/apache2 ? Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] [PATCH] mGAR v2: Checking packages against 'current'

2010-12-06 Thread Ben Walton
ea. We would do all GAR change work on a branch and post a series of patches before merge. We can still continue with our tradition of no news is good news (eg: cricket syndrome) but at least it puts the changes in an easily accessible forum for review. Thanks -Ben -- Ben Walton Systems Programm

Re: [csw-devel] SF.net SVN: gar:[12017] csw/mgar/pkg/exim/branches/dir-loc-fixes/files/ 0003-Set-OpenCSW-build-options.patch

2010-12-18 Thread Ben Walton
xim/exim.conf > > sysconfdir = /etc$(prefix) > CONFIGURE_FILE = $(sysconfdir)/exim/exim.conf That would work too. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mail

Re: [csw-devel] SF.net SVN: gar:[12261] csw/mgar/gar/v2/gar.pkg.mk

2011-01-08 Thread Ben Walton
illing to do all the work for you on this issue, I'm certainly willing to provide guidance on doing it correctly. I'm sure Dago and others that have worked with GAR would also lend support. Thanks -Ben -- Ben Walton Systems Programmer - CHASS Univers

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

2011-02-06 Thread Ben Walton
        .$(infodir)/gettext.info; ) > > Could we make it a GAR default? I think it would be ok. I wouldn't want this for $(bindir) and a few other locations, but we could likely make this rule apply on $(datadir) without issues. Dago? Thanks -Ben -- Ben Walton Systems Programmer - C

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

2011-02-06 Thread Ben Walton
That would require an external script with some mime smarts of it's own...it's a good point though. Thanks -Ben "Maciej Bliziński" wrote: 2011/2/6 Ben Walton : > I think it would be ok. I wouldn't want this for $(bindir) and a few > other locations, but we cou

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

2011-02-06 Thread Ben Walton
Excerpts from Maciej Bliziński's message of Sun Feb 06 09:27:34 -0500 2011: > 2011/2/6 Ben Walton : > > That would require an external script with some mime smarts of it's > > own...it's a good point though. > > Reminds of openssh, doesn't it? I don

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-06 Thread Ben Walton
I like this patch, but we'll want to let people know about it and give a quick intro on howe to use it. Thanks -Ben Maciej Blizinski wrote: This allows to create a series of patches from a single editing session. --- gar/v2/gar.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-06 Thread Ben Walton
...it does require multiple invocations of makepatch though. Maciej Blizinski wrote: This allows to create a series of patches from a single editing session. --- gar/v2/gar.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gar/v2/gar.mk b/gar/v2/gar.mk index 26ab578..c9cc

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

2011-02-07 Thread Ben Walton
sibly cases where you want/need to leave one or the other... Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-07 Thread Ben Walton
to make it handle this case. I can't remember how I did it though and don't have time to look right now. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 ___ devel mailing list d

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

2011-02-09 Thread Ben Walton
the remaining versions: CHECKPKG_OVERRIDES_CSWosslutils += file-with-bad-content|/usr/local This falls down if there ever exist files outside of $(docdir) with this reference though... Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 |

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

2011-02-12 Thread Ben Walton
> > file-with-bad-content|/export/home|root/opt/csw/lib/pentium_pro/libcrypto.so.0.9.7 > > Fair enough. Even better, you can split them off and never have to > resubmit them again. This would get my vote too. It's what I'm doing with the gettext libs as well. After the up

Re: SF.net SVN: gar:[24006] csw/mgar/gar/v2/bin/csw-upload-pkg

2014-08-18 Thread Ben Walton
Should be fixed with revision 24018. Thanks -Ben On Mon, Aug 18, 2014 at 7:24 PM, Ben Walton wrote: > Doh! Yes. I'll either switch binary names or as /opt/csw/gnu to the > path... Sorry about that. > > Thanks > -Ben > On Aug 18, 2014 9:55 AM, "Laurent Blume&quo

Re: good way to generate Diffs

2020-05-21 Thread Ben Walton via devel
Been a while, but I think you're looking for: mgar makepatch You still need to add it to the makefile, but it'll capture the changes you make after extracting source and applying existing patches. Hth Thanks -Ben On Thu 21 May 2020, 21:11 Riccardo Mottola via devel, < devel@lists.opencsw.org>

<    1   2