| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 May 2013 11:16:22
0.12.4_1
|
fjoe  |
- No BUILD_DEPEND on doxygen if NOPORTDOCS is set
- 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 |
09 May 2013 10:01:27
0.12.4
|
fjoe  |
Update to 0.12.4 and unbreak. |
22 Mar 2013 20:06:15
0.11.1_1
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
23 Feb 2013 14:58:20
0.11.1_1
|
miwi  |
- BROKEN does not build
-- 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) |
31 Jan 2013 13:38:43
0.11.1_1
|
bapt  |
Chase boost update |
05 Nov 2012 12:48:58
0.11.1
|
fjoe  |
Specify LICENSE.
Feature safe: yes |
05 Nov 2012 12:38:58
0.11.1
|
fjoe  |
Define LDFLAGS using +=.
Feature safe: yes |
05 Nov 2012 12:31:05
0.11.1
|
fjoe  |
- Update to 0.11.1
- Build and install docs
Feature safe: yes |
07 Nov 2011 04:24:55
0.9.0  |
miwi  |
- Get rid FreeBSD 6 support |
21 Mar 2011 18:17:07
0.9.0
|
fjoe  |
Fix build with openssl < 1.0. |
21 Mar 2011 17:35:19
0.9.0
|
fjoe  |
- Update to 0.9.0
- Do not mkdir %%DOCSDIR%%/libiqxmlrpc.html during install: this fixes pkg-plist |
01 Jan 2010 09:32:50
0.8.9
|
fjoe  |
- Update to 0.8.9
- Fix build with boost 1.41 on RELENG_6: add a workaround for gcc 3.4 bug |
28 Jul 2009 11:45:09
0.8.7_2
|
pav  |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
21 Aug 2008 06:18:49
0.8.7_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 13:21:59
0.8.7_2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
10 Apr 2008 22:09:29
0.8.7_1
|
pav  |
- Fix build on FreeBSD 6.x and earlier: boost_thread needs explicit -pthread
- Move pkg-config files to where they belong
Reported by: pointyhat |
01 Apr 2008 22:23:11
0.8.7
|
pav  |
- Fix depobj
Reported by: pointyhat |
31 Mar 2008 20:40:45
0.8.7
|
fjoe  |
New port: libiqxmlrpc
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/ |