Commit graph

26 commits

Author SHA1 Message Date
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Peter Pentchev
86137097bb Update to curlpp-0.7.3, disabling the Boost interface.
Reflect the move to Google Code.

Feature safe:	yes
2010-03-04 13:07:27 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
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.
2009-01-23 15:43:14 +00:00
Rong-En Fan
741aa71483 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
 - 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)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
efa63f6ba4 - 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
2008-07-25 14:34:52 +00:00
Edwin Groothuis
3e2fd4b788 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:50:28 +00:00
Peter Pentchev
1eb866ba37 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
2007-01-26 13:23:12 +00:00
Peter Pentchev
9588baf82d 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 :)
2007-01-14 19:50:31 +00:00
Peter Pentchev
64e068d25c 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
2006-12-13 12:41:35 +00:00
Peter Pentchev
207f43b8e9 Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack. 2006-09-26 14:46:02 +00:00
Edwin Groothuis
c8a818ace5 Remove USE_REINPLACE from all categories starting with F 2006-05-07 11:09:22 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Peter Pentchev
6ae16ee4b5 Fix MASTER_SITES.
Reported by:	fenner's survey
2006-01-21 10:45:26 +00:00
Peter Pentchev
e0a4eab9f5 Update to curlpp 0.5.2.
PR:		84429
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-09-05 23:09:57 +00:00
Pav Lucistnik
4b098b5d73 - Update to 0.3.3
PR:		ports/82108
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (1 month)
2005-07-18 08:13:35 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Peter Pentchev
9e4111b530 Fix curlpp-config --cflags. 2004-08-10 14:57:51 +00:00
Peter Pentchev
df4007e8c3 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!
2004-08-10 14:29:30 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Peter Pentchev
7f6a1b771e 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
2004-04-20 12:07:57 +00:00
Peter Pentchev
9103350b03 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.
2004-04-14 07:08:09 +00:00
Kris Kennaway
11a96072fc BROKEN on alpha 4.x: Does not compile 2004-03-14 01:39:30 +00:00
Kirill Ponomarev
5ed6b69ed8 - Fix build on -current
- Support CXXFLAGS properly

PR:		ports/62814
Submitted by:	Ports Fury
2004-02-14 12:52:52 +00:00
Kris Kennaway
1ac8a951f5 BROKEN on 5.x: does not compile 2004-02-09 02:59:36 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Ying-Chieh Liao
c6609ee04f add curlpp 0.3.0
A C++ wrapper for libcurl

PR:		59891
2003-12-05 01:01:58 +00:00