| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
0.7.0
|
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 ) |
25 Jul 2008 15:34:52
0.7.0
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
04 Oct 2007 01:50:28
0.7.0
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
26 Jan 2007 13:23:12
0.7.0
|
roam  |
Update to curlpp-0.7.0.
In addition to the patch from Vasil, also finally remove the warning
about the incompatibility with ancient curlpp versions.
PR: 108295
Submitted by: vd |
14 Jan 2007 19:50:32
0.6.1_1
|
roam  |
Fix the build with gcc 4.1: explicitly state the curlpp namespace.
This is a no-op for gcc 3.x.
While I'm here, specify the build target in the way the GNU configure
script wants it.
No PORTREVISION bump, since neither of these changes affects the build
output in any way - well, except for the build actually succeeding with
gcc 4.1 :) |
13 Dec 2006 12:41:36
0.6.1_1
|
roam  |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
26 Sep 2006 15:46:02
0.6.1
|
roam  |
Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack. |
07 May 2006 12:09:22
0.5.2
|
edwin  |
Remove USE_REINPLACE from all categories starting with F |
22 Jan 2006 09:48:59
0.5.2
|
edwin  |
SHA256ify
Approved by: krion@ |
21 Jan 2006 10:45:26
0.5.2
|
roam  |
Fix MASTER_SITES.
Reported by: fenner's survey |
06 Sep 2005 00:09:57
0.5.2
|
roam  |
Update to curlpp 0.5.2.
PR: 84429
Submitted by: Vasil Dimov <vd@datamax.bg> |
18 Jul 2005 09:13:36
0.3.3
|
pav  |
- Update to 0.3.3
PR: ports/82108
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (1 month) |
30 Sep 2004 06:32:00
0.3.1_1
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
10 Aug 2004 15:57:51
0.3.1_1
|
roam  |
Fix `curlpp-config --cflags`. |
10 Aug 2004 15:29:30
0.3.1
|
roam  |
Update curlpp to version 0.3.1, which not only lets it build with
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now! |
03 Jun 2004 23:41:40
0.3.0_3
|
roam  |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports. |
20 Apr 2004 13:07:57
0.3.0_2
|
roam  |
Work around the removal of the CURLOPT_PASSWDFUNCTION and
CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8.
Reported by: dosirak via kris |
14 Apr 2004 08:08:09
0.3.0_1
|
roam  |
Take over maintainership of two ports related to ftp/curl as a
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year. |
14 Mar 2004 01:39:30
0.3.0_1
|
kris  |
BROKEN on alpha 4.x: Does not compile |
14 Feb 2004 12:52:52
0.3.0_1
|
krion  |
- Fix build on -current
- Support CXXFLAGS properly
PR: ports/62814
Submitted by: Ports Fury |
09 Feb 2004 02:58:48
0.3.0
|
kris  |
BROKEN on 5.x: does not compile |
29 Jan 2004 07:24:56
0.3.0
|
trevor  |
SIZEify. |
05 Dec 2003 01:01:58
0.3.0
|
ijliao  |
add curlpp 0.3.0
A C++ wrapper for libcurl
PR: 59891 |