aboutsummaryrefslogtreecommitdiff
path: root/devel/libiqxmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* - No BUILD_DEPEND on doxygen if NOPORTDOCS is setMax Khon2013-05-182-586/+4
| | | | | | | | | | | | - Remove static pkg-plist for port docs (PORTDATA is already used) - Remove %%DATADIR%% from pkg-plist (fixes "unable to completely remove directory '/usr/local/share/libiqxmlrpc'" warning during package deinstallation) - Add "net" to CATEGORIES - Bump PORTREVISION Notes: svn path=/head/; revision=318425
* Update to 0.12.4 and unbreak.Max Khon2013-05-093-6/+589
| | | | Notes: svn path=/head/; revision=317730
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - BROKEN does not buildMartin Wilke2013-02-231-0/+2
| | | | | | | | | | | | | -- checking for module 'openssl' -- package 'openssl' not found CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:279 (message): A required package was not found Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal) libiqxmlrpc/CMakeLists.txt:7 (pkg_check_modules) Notes: svn path=/head/; revision=312829
* Chase boost updateBaptiste Daroussin2013-01-311-7/+4
| | | | Notes: svn path=/head/; revision=311310
* Specify LICENSE.Max Khon2012-11-051-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307005
* Define LDFLAGS using +=.Max Khon2012-11-051-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307004
* - Update to 0.11.1Max Khon2012-11-058-89/+17
| | | | | | | | | - Build and install docs Feature safe: yes Notes: svn path=/head/; revision=307002
* - Get rid FreeBSD 6 supportMartin Wilke2011-11-071-7/+1
| | | | Notes: svn path=/head/; revision=285212
* Fix build with openssl < 1.0.Max Khon2011-03-211-8/+10
| | | | Notes: svn path=/head/; revision=271411
* - Update to 0.9.0Max Khon2011-03-215-4/+44
| | | | | | | - Do not mkdir %%DOCSDIR%%/libiqxmlrpc.html during install: this fixes pkg-plist Notes: svn path=/head/; revision=271406
* - Update to 0.8.9Max Khon2010-01-013-5/+16
| | | | | | | - Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug Notes: svn path=/head/; revision=246959
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fix build on FreeBSD 6.x and earlier: boost_thread needs explicit -pthreadPav Lucistnik2008-04-102-4/+12
| | | | | | | | | - Move pkg-config files to where they belong Reported by: pointyhat Notes: svn path=/head/; revision=211026
* - Fix depobjPav Lucistnik2008-04-011-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=210343
* New port: libiqxmlrpcMax Khon2008-03-315-0/+103
Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features. WWW: http://libiqxmlrpc.sourceforge.net/ Notes: svn path=/head/; revision=210294