summaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+0
| | | | | | | | 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
* 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
* Cleanup plistAntoine Brodin2014-11-221-1/+0
|
* - 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
* . Fix LICENSERenato Botelho2014-05-161-3/+6
| | | | | . USe USES=tar:xz . Strip binaries
* Fix wrong use of OPTIONS_SUBRenato Botelho2013-11-011-1/+1
| | | | Reported by: danfe
* Simplify MakefileRenato Botelho2013-10-311-22/+8
|
* - Update to 1.36.0Renato Botelho2013-10-223-22/+20
| | | | - Support staging
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | net)
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-1/+1
|
* - 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
* Update to 1.33.2Renato Botelho2013-03-253-21/+25
|
* - Update to 1.32.99Renato Botelho2012-12-175-37/+32
| | | | | | | - Fix build with clang [1] PR: ports/174285 [1] Submitted by: deeptech71 <deeptech71@gmail.com> [1]
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-6/+1
|
* Update to 1.31.05Renato Botelho2012-09-176-72/+5
|
* Update to 1.31.04Renato Botelho2012-09-079-95/+151
|
* - Move to OPTIONSngRenato Botelho2012-06-291-16/+17
| | | | - Pet portlint
* - Update to 1.29.2Renato Botelho2012-03-173-20/+22
| | | | Feature safe: yes
* Update to 1.28.4Renato Botelho2011-12-284-96/+20
|
* 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>
* Fix build with clangRenato Botelho2011-07-271-0/+76
|
* Update to 1.27.1Renato Botelho2011-07-263-13/+3
|
* Update to 1.27Renato Botelho2011-07-044-20/+30
|
* Update to 1.25.3Renato Botelho2011-02-234-24/+25
|
* - Build xmlrpc-c tools, optional, on by defaultRenato Botelho2011-02-233-2/+22
| | | | | | | | - I'm not bumping PORTREVISION now since new version 1.25.3 will be committed soon PR: ports/153648 Submitted by: Anonymous <swell.k@gmail.com>
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* Update to 1.23.2Renato Botelho2010-09-163-20/+20
|
* Update to 1.23.1Renato Botelho2010-08-103-21/+21
|
* Add LICENSE informationRenato Botelho2010-08-101-0/+2
|
* - Update to 1.22.2Renato Botelho2010-05-043-22/+21
|
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
|
* Update to 1.21Renato Botelho2010-01-123-21/+21
|
* Update to 1.20.03Renato Botelho2009-12-213-50/+49
|
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | Reported by: pointyhat
* - Following xmlrpc-c port, remove CPLUSPLUS option and build c++ as default.Renato Botelho2009-09-172-57/+48
| | | | | | - Bump PORTREVISION Feature safe: yes
* - Fix pkg-plist broken on last commit when CPLUSPLUS option is selectedRenato Botelho2009-09-172-2/+49
| | | | | | - Take maintainership Feature safe: yes
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | response to email. Hat: portmgr
* -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
* - Add an OPTION to c++ support, off by default [1]Renato Botelho2009-05-251-2/+9
| | | | | | | | - Since I was here, make portlint a bit happier PR: ports/134298 Submitted by: Renato Aquino <renato.aquino@bluepex.com.br> Approved by: maintainer timeout (over 2 weeks)
* - Update to 1.18.00 (aquired from svn)Chin-San Huang2009-04-106-81/+55
|
* Fix the build with the new curl version: the CURLOPT_SSLENGINE_DEFAULTPeter Pentchev2009-01-241-0/+11
| | | | option takes an argument now, even though it might be ignored.
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+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.
* - Fix pkg-plistChin-San Huang2008-11-111-1/+1
| | | | | | - Bump PORTREVISION Submitted by: Herbert J. Skuhra <h dot skuhra _at_ gmail _dot_ com> via mail
* - Fix pkg-plistChin-San Huang2008-11-111-1/+0
| | | | Submitted by: Herbert J. Skuhra <h dot skuhra _at_ gmail _dot_ com> via mail
* - 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@)
* - Update to 1.11.00Chin-San Huang2008-09-024-67/+68
|
* - Update to 1.06.30Chin-San Huang2008-08-243-7/+7
|
* Update net/xmlrpc-c to 1.06.27.Florent Thoumie2008-04-172-4/+5
|
* Update net/xmlrpc-c to 1.06.26.Florent Thoumie2008-04-172-4/+8
|
* - Update to 1.06.25Martin Wilke2008-03-314-54/+29
| | | | | PR: 122078 Submitted by: Ports Fury