;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
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
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
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
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
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
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
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
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
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
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
.$(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
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
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
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
...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
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
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
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 |
> > 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
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
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>
101 - 122 of 122 matches
Mail list logo