aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c
Commit message (Collapse)AuthorAgeFilesLines
* net/xmlrpc-c: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-061-0/+18
| | | | | | | | | | | | server_abyss.cpp:88:14: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned long>' rc = bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458274
* Update net/xmlrpc-c to 1.39.12Renato Botelho2017-01-092-4/+4
| | | | Notes: svn path=/head/; revision=430986
* Update net/xmlrpc-c to 1.39.11Renato Botelho2016-12-092-4/+4
| | | | Notes: svn path=/head/; revision=428225
* Update net/xmlrpc to 1.39.10Renato Botelho2016-09-052-4/+4
| | | | | | | | | | | This version if a buffer overflow in STRSCAT PR: 211257 Submitted by: w.schwarzenfeld@utanet.at MFH: 2016Q3 Notes: svn path=/head/; revision=421381
* - Update net/xmlrpc-c to 1.39.08Renato Botelho2016-06-114-90/+100
| | | | | | | | | - Remove conflict with xmlrpc-c-devel since it's going to be removed Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=416744
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+1
| | | | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382278
* net/xmlrpc-c*: Respect CXXFLAGS (PHB 12.9)John Marino2015-02-191-0/+11
| | | | | | | | The main program did respect cflags, but the cpp example program did not. Approved by: blanket Notes: svn path=/head/; revision=379348
* Update to 1.25.30Renato Botelho2014-10-063-5/+4
| | | | Notes: svn path=/head/; revision=370155
* - Switch www/libwww to USES=libtool, drop .la filesDmitry Marakasov2014-08-181-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=365331
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* As pointed out by tijl@, this port doesn't need libtool at allRenato Botelho2014-05-161-3/+2
| | | | Notes: svn path=/head/; revision=354245
* Move to USES=libtoolRenato Botelho2014-05-161-2/+1
| | | | Notes: svn path=/head/; revision=354236
* . Update to 1.25.28Renato Botelho2014-04-152-4/+7
| | | | | | | | . Fix LICENSE . Strip libraries Notes: svn path=/head/; revision=351322
* Simplify MakefileRenato Botelho2013-10-311-14/+5
| | | | Notes: svn path=/head/; revision=332308
* - Update to 1.25.26Renato Botelho2013-10-222-5/+3
| | | | | | | - Support staging Notes: svn path=/head/; revision=331334
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=325961
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Update to 1.25.23Renato Botelho2013-04-234-33/+34
| | | | Notes: svn path=/head/; revision=316388
* Update to 1.16.44Renato Botelho2012-12-192-3/+3
| | | | Notes: svn path=/head/; revision=309253
* Update to 1.16.43Renato Botelho2012-11-202-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307586
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-6/+1
| | | | Notes: svn path=/head/; revision=305298
* Update to 1.16.42Renato Botelho2012-09-022-3/+3
| | | | Notes: svn path=/head/; revision=303566
* - Move to OPTIONSngRenato Botelho2012-06-291-12/+13
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=300228
* Update to 1.16.40Renato Botelho2012-04-082-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294376
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+4
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* Update to 1.16.39Renato Botelho2011-12-282-3/+3
| | | | Notes: svn path=/head/; revision=288182
* Update to 1.16.38Renato Botelho2011-11-012-3/+3
| | | | Notes: svn path=/head/; revision=284884
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 1.16.36Renato Botelho2011-07-262-3/+3
| | | | Notes: svn path=/head/; revision=278383
* Update to 1.16.35, the newest "super-stable" versionRenato Botelho2011-06-305-55/+80
| | | | Notes: svn path=/head/; revision=276700
* Update to 1.06.42Renato Botelho2011-02-232-4/+3
| | | | | | | | PR: ports/154970 Submitted by: chinsan@ Notes: svn path=/head/; revision=269534
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 1.06.41Renato Botelho2010-09-162-4/+4
| | | | Notes: svn path=/head/; revision=261277
* Add LICENSE informationRenato Botelho2010-08-101-0/+2
| | | | Notes: svn path=/head/; revision=259072
* Update to 1.06.40Renato Botelho2010-08-102-4/+4
| | | | Notes: svn path=/head/; revision=259064
* - Update to 1.06.39Renato Botelho2010-05-042-5/+4
| | | | Notes: svn path=/head/; revision=253693
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* Update to 1.06.38Renato Botelho2009-12-142-10/+10
| | | | Notes: svn path=/head/; revision=245790
* - Update to 1.06.36Renato Botelho2009-09-172-7/+5
| | | | | | | | | - Take maintainerwhip Feature safe: yes Notes: svn path=/head/; revision=241593
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Mark MAKE_JOBS_UNSAFE=yesPhilip M. Gollucci2009-07-031-0/+2
| | | | | | | | | PR: ports/135536 Approved by: maintainer timeout (chinsan; 16 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237018
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 1.06.32Chin-San Huang2009-01-032-5/+4
| | | | Notes: svn path=/head/; revision=225168
* - Fix linker issue with static xmlrpc-c libraries.Chin-San Huang2008-10-242-0/+12
| | | | | | | | | | - Bump PORTREVISION PR: ports/128033 Submitted by: Roman Bogorodskiy (novel@) Notes: svn path=/head/; revision=221959
* - Fix conflictsChin-San Huang2008-09-021-3/+1
| | | | Notes: svn path=/head/; revision=219637
* - Add conflicts with net/xmlrpc-c-develChin-San Huang2008-09-021-0/+2
| | | | Notes: svn path=/head/; revision=219636