Re: update net/xmlrpc-c

2018-05-11 Thread Stuart Henderson
fixed it up and committed: - I had to hand added the patch from your offlist mail, you had the contents of the file included directly in the diff so it didn't apply - fixed tabs (8 columns for ports please) - synced WANTLIB/LIB_DEPENDS - bodged "test ... <" in lib/curl_transport/Makefile I had

Re: update net/xmlrpc-c

2018-05-11 Thread Stuart Henderson
On 2018/05/11 18:47, David CARLIER wrote: > Another (hopefully last) attempt :). Regards. > Index: patches/patch-src_Makefile > === > RCS file: patches/patch-src_Makefile > diff -N patches/patch-src_Makefile > --- patches/patch-src_Ma

Re: update net/xmlrpc-c

2018-05-11 Thread David CARLIER
Another (hopefully last) attempt :). Regards. On 11 May 2018 at 11:24, David CARLIER wrote: > Ok seems there is a missing patch (patch-src_makefile for instance) then I > did patch this one, seems due to a wrong cvs file deletion in my side ... > Will check. > Ok for the common.mk change, makes

Re: update net/xmlrpc-c

2018-05-11 Thread David CARLIER
Ok seems there is a missing patch (patch-src_makefile for instance) then I did patch this one, seems due to a wrong cvs file deletion in my side ... Will check. Ok for the common.mk change, makes sense. On 11 May 2018 at 10:19, Stuart Henderson wrote: > On 2018/05/10 22:41, David CARLIER wrote:

Re: update net/xmlrpc-c

2018-05-11 Thread Stuart Henderson
On 2018/05/10 22:41, David CARLIER wrote: > Another attempt, locally I m able to build all C and C++ libraries and > install them but @sthen tried and did not work for him. If anyone is > interested giving it a shot. I think you're missing setting MAJ in src/Makefile. Can you kill the forced debug

update net/xmlrpc-c

2018-05-10 Thread David CARLIER
Another attempt, locally I m able to build all C and C++ libraries and install them but @sthen tried and did not work for him. If anyone is interested giving it a shot. Index: Makefile === RCS file: /cvs/ports/net/xmlrpc-c/Makefile,v r

Re: update net/xmlrpc-c

2018-05-08 Thread David CARLIER
Thanks again, you re right. On 8 May 2018 at 12:13, Stuart Henderson wrote: > On 2018/05/08 10:38, David CARLIER wrote: > > Thanks for inputs, here an update version. > > I've just tried this, with changed SHARED_LIBS lines (because these lines > are meant to be the "source of truth" for library

Re: update net/xmlrpc-c

2018-05-08 Thread Stuart Henderson
On 2018/05/08 10:38, David CARLIER wrote: > Thanks for inputs, here an update version. I've just tried this, with changed SHARED_LIBS lines (because these lines are meant to be the "source of truth" for library versions, i.e. you should be able to change these in the port Makefile and the build sh

Re: update net/xmlrpc-c

2018-05-08 Thread David CARLIER
Thanks for inputs, here an update version. On 8 May 2018 at 09:22, Stuart Henderson wrote: > On 2018/05/08 09:57, David CARLIER wrote: > > @@ -34,34 +40,78 @@ include/xmlrpc_client.h > > include/xmlrpc_server.h > > include/xmlrpc_server_w32httpsys.h > > lib/libxmlrpc++.a > > +lib/libxmlrpc++.

Re: update net/xmlrpc-c

2018-05-08 Thread Stuart Henderson
On 2018/05/08 09:57, David CARLIER wrote: > @@ -34,34 +40,78 @@ include/xmlrpc_client.h > include/xmlrpc_server.h > include/xmlrpc_server_w32httpsys.h > lib/libxmlrpc++.a > +lib/libxmlrpc++.so > +lib/libxmlrpc++.so.2 These symlinks are wrong.. > +@lib lib/libxmlrpc++.so.${LIBxmlrpc++_VERSION}

Re: update net/xmlrpc-c

2018-05-08 Thread David CARLIER
On 7 May 2018 at 23:49, Marc Espie wrote: > On Mon, May 07, 2018 at 10:57:48PM +0100, David CARLIER wrote: > > Hi, > > > > here a proposal to update xmlrpc-c to the last "stable" release in case > it > > might be of interest. > > > > Regards. > > > ? patches/patch-common_mk > Looks like you forgo

Re: update net/xmlrpc-c

2018-05-07 Thread Marc Espie
On Mon, May 07, 2018 at 10:57:48PM +0100, David CARLIER wrote: > Hi, > > here a proposal to update xmlrpc-c to the last "stable" release in case it > might be of interest. > > Regards. > ? patches/patch-common_mk Looks like you forgot something. > Index: Makefile > =

update net/xmlrpc-c

2018-05-07 Thread David CARLIER
Hi, here a proposal to update xmlrpc-c to the last "stable" release in case it might be of interest. Regards. ? patches/patch-common_mk Index: Makefile === RCS file: /cvs/ports/net/xmlrpc-c/Makefile,v retrieving revision 1.17 diff -u

UPDATE net/xmlrpc-c

2010-01-03 Thread Max Varencov
Hi, Here is a diff for latest super stable version 1.06.38 of the xmlrpc-c. Tested on OpenBSD current amd64. Changelog http://xmlrpc-c.sourceforge.net/change_super_stable.html Index: Makefile === RCS file: /cvs/ports/net/xmlrpc-c/M

UPDATE net/xmlrpc-c

2009-03-05 Thread Max Varencov
Hi, Here is a diff for latest super stable version 1.06.32 of the xmlrpc-c. Tested on amd64 and i386. Changelog http://xmlrpc-c.sourceforge.net/change_super_stable.html diff -uNr --exclude=CVS /usr/ports/net/xmlrpc-c/Makefile /usr/ports/mystuff/net/xmlrpc-c/Makefile --- /usr/ports/net/xmlrpc-