aboutsummaryrefslogtreecommitdiff
path: root/devel/libiqxmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Stage supportMartin Wilke2014-03-061-1/+0
| | | | Notes: svn path=/head/; revision=347205
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-1/+1
| | | | Notes: svn path=/head/; revision=336253
* Unbreak clang build.Max Khon2013-11-182-0/+20
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=334198
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - 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