| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- disable the -Werror build option by popular demand
- do not override the user's debug and optimization settings
PR: 150854 (the debug and optimization CFLAGS)
Reported by: Anonymous <swell.k@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- add a knob for the compiler's -Werror checking, on by default
- add a knob for RTMP streams support
- reflect reality: actually disable the diagnostic memory tracking
if the user has turned the knob off!
- fix a bashism in the configure script
- remove two patches to the test framework that were integrated upstream
|
|
|
|
|
|
| |
PR: ports/149368
Submitted by: pgj
Approved by: roam (maintainer timeout)
|
| |
|
| |
|
|
|
|
| |
use c-ares for asynchronous DNS lookups while supporting IPv6!
|
|
|
|
|
|
|
|
|
| |
earlier FreeBSD versions. I've modified the PR patch slightly to
make it a bit more portable so it was suitable for forwarding upstream :)
Bump PORTREVISION.
PR: 141459
Submitted by: garga
|
|
|
|
|
|
|
| |
on my part. It's just not needed, the code flows otherwise here, as
kindly pointed out by Daniel Stenberg, the cURL upstream author.
No PORTREVISION bump - no change to the binary package, no change even
to the standard build, the tests must be invoked explicitly.
|
| |
|
|
|
|
| |
starting with E,F
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
notify maintainers, wait for a couple of days, and then only commit
the update itself, leaving the dependent ports un-updated :(
Bump the shared lib dependency on ports touched by the c-ares update.
Pointy hat to: roam (myself)
|
| |
|
|
|
|
|
|
| |
PR: ports/133003
Submitted by: mm
Approved by: maintainer timeout (roam; 1 month)
|
|
|
|
|
|
|
|
|
|
|
| |
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene!
PR: 132358
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
|
|
| |
Note that some of the tests shall fail for the present.
|
|
|
|
|
|
|
|
| |
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!
Prompted by: several PR's and more people (and portmgrs) than I dare admit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: 123050
Reported by: Chess Griffin <chess@chessgriffin.com>
Pointy hat to: roam (myself)
|
| |
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
|
|
|
|
| |
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.
PR: 114215 (the basic update)
Submitted by: pesho.petrov@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
|
|
| |
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the matter. And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
|
|
|
|
|
|
| |
PR: ports/114474
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Pointy hat to: lx
|
|
|
|
| |
bump PORTREVISIONs.
|
|
|
|
|
|
|
|
|
| |
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
test 62.
PR: 109670
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
|
|
|
| |
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
library now that dns/c-ares installs it. This should, among other
things, fix the build of libcurl on amd64.
Reported by: girgen
|
|
|
|
|
|
|
|
|
|
| |
really making OpenSSL support optional. Now OpenSSL and GnuTLS
are on level ground, both controlled by the OPTIONS setting.
Fortunately, it turned out that the curl_multi_socket() API change
does not affect any of the ports that use ftp/curl.
PR: 102871, 103126
Submitted by: pav, vd, Scot Hetzel <swhetzel@gmail.com>
|
|
|
|
|
|
|
|
|
| |
of the ares library in the ports tree. The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.
|
|
|
|
|
|
|
| |
In addition, OPTIONS'ify everything but OpenSSL support.
PR: 99050
Submitted by: vd
|
| |
|
|
|
|
|
|
|
| |
PR: ports/94727
Submitted by: vd
Approved by: secteam (simon)
Security: http://curl.haxx.se/docs/adv_20060320.html
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Reorganize Makefile
PR: 90079 [1]
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (security 1 day, simon with secteam hat)
Security: http://curl.haxx.se/docs/adv_20051207.html
http://secunia.com/advisories/17907/
|
|
|
|
|
|
|
|
| |
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
|
|
|
|
|
|
| |
PR: 87393
Submitted by: Vasil Dimov <vd@datamax.bg>
Security: http://curl.haxx.se/docs/security.html#BID15102
|
| |
|
|
|
|
|
|
|
|
| |
- Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS
PR: ports/81195
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (18 days)
|
|
|
|
|
| |
Portlint(1).
Bump PORTREVISION.
|
|
|
|
| |
issue.
|
|
|
|
|
|
|
| |
Add debugging support via the WITH_CURL_DEBUG knob.
Properly use LC_ALL=C instead of LANG=C to run the test suite
(thanks Fujishima-san!)
|
|
|
|
| |
for not checking for packing list changes...
|
|
|
|
|
|
|
| |
Explicitly disable libidn support so that it is not even probed if libidn
is installed; I will look into enabling it after some more testing.
Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c)
|
|
|
|
| |
contains some new functionality.
|
|
|
|
| |
dependent ports.
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
PR: 64667
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
| |
|
|
|
|
|
| |
PR: 60105
Submitted by: ijliao
|
|
|
|
|
|
|
| |
De-quote the COMMENT variable.
Fix a typo in a comment.
Reported by: naddy (1)
|
|
|
|
| |
the test suite going :)
|
|
|
|
| |
Submitted by: dinoex
|
|
|
|
|
| |
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
|
|
|
|
| |
Submitted by: Phillip Oleson <poleson@verio.net>
|
|
|
|
|
| |
PR: 51315
Submitted by: Jason Harris <jharris@widomaker.com>
|
|
|
|
|
| |
(No response from maintainer after 2003-04-09)
PR: 48978
|
|
|
|
|
|
|
|
| |
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.
Reported by: Stephen Cravey <clists@www.gotbrains.org>
Submitted by: Scot Hetzel <hetzels@westbend.net>
|
| |
|
|
|
|
| |
Reported by: David Thiel <lx@redundancy.redundancy.org>
|
|
|
|
| |
Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
|
|
|
|
|
|
|
|
| |
lib504 tests on some FreeBSD versions, but the major bulk of the
functionality is there, and it is still an improvement over 7.10.2 :)
Not functionally tested on: ia64; there is no spoon.. er.. perl5 on
pluto1.FreeBSD.org for the present.
|
|
|
|
| |
Add PORTDOCS handling.
|
|
|
|
|
|
|
|
|
|
| |
For some reason, this segfaults badly on sparc64, or at least on the
only sparc64 machine that I have access to (thanks mike!). I'll deal
with this later; for the present, let the x86 and Alpha users benefit
from the new cURL features and bugfixes :)
PR: 39873
Submitted by: Ying-Chih Kuo <yckuo@yckuo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
"reallocate" memory even when the programmer only asks for a resizing
of the region.
Reported by: Steve Ames <steve@energistic.com>
While I'm here, change the way SSL header and library paths are handled
to avoid specifically referencing /usr/lib and /usr/include; while
-STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit
-I/usr/include (and rightly so, IMHO).
|
| |
|
|
|
|
| |
format string argument.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
unbreak the cURL package - include libcurl.so in the packing list
so that pkg_add(1) makes it visible to other packages.
Bump PORTREVISION for this (definitely package-related) change.
PR: ports/34491
Submitted by: Tom Payne <twp20@cam.ac.uk>
|
|
|
|
|
|
|
|
|
| |
Add a vendor patch (from the cURL CVS repository) to make it compile.
Remove the GNU make dependency.
PR: 32815
Submitted by: Joseph Scott <joseph@randomnetworks.com> and naddy
Apologies to: Joseph Scott and Christian Weisberger <naddy@FreeBSD.org>
|
|
|
|
|
|
| |
Note: some of those seem to intermitently fail on my system, no idea why.
Nuke the commented-out USE_AUTOMAKE and a no-longer-needed post-configure
substitution in some Makefiles.
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
|
|
|
| |
bug in cURL/PHP interaction.
Build with SSL by default, change the knob name to WITHOUT_SSL.
Submitted by: sf
|
|
|
|
| |
Submitted by: sf
|
|
|
|
|
|
|
|
|
| |
Disable use of automake - the configuration framework was updated
for use with autoconf and automake newer than the ones in the Ports
collection, and breaks with those. Besides, the pregenerated configure
script in the distribution Does The Right Thing(tm) anyway.
Reviewed by: dirk, knu
|
|
|
|
|
|
|
|
|
| |
not break dependent ports.
PR: 27900
Submitted by: Jos Backus <josb@cncdsl.com>
Reviewed by: knu (maintainer of ftp/ruby-curl)
Silence by: dirk (maintainer of www/mod_php4)
|
|
|
|
|
|
| |
I've even changed the MASTER_SITE in the Makefile, just not here.. oops.
Submitted by: Daniel Stenberg <daniel@haxx.se>
|
|
|
|
| |
Submitted by: olgeni
|
| |
|
|
|
|
|
|
| |
interplay.
Submitted by: olgeni
|
|
|
|
|
|
| |
the HTTP PUT resume), this version has a couple of new features, too -
including IPv6 support, submitted by Jun-ichiro "itojun" Hagino.
(Yes, this is itojun@FreeBSD.org :)
|
| |
|
| |
|
|
|
|
|
| |
where bad things would happen if the output filename was longer than
the fetched URL.
|
| |
|
|
|
|
| |
Approved by: kris (former maintainer)
|
| |
|
|
|
|
| |
Submitted by: Peter Pentchev <roam@orbitel.bg>
|
| |
|
|
|
|
|
|
|
| |
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
|
|
|
|
| |
Submitted by: Peter Pentchev <roam@orbitel.bg>
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
|
|
|
| |
Submitted by: author
|
| |
|
|
|
|
|
|
|
| |
support.
PR: ports/14280
Assisted by: Jim Bloom <bloom@acm.org>
|
|
|
|
| |
because openssl also builds shared libraries, now.
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
| |
|
|
|
|
| |
PR: 11837
|
|
|
|
|
| |
PR: ports/11527
Submitted by: cpiazza@home.net
|
| |
|
|
|
|
|
| |
PR: 11160
Submitted by: Chris Piazza cpiazza@home.net
|
|
|
|
| |
OK'ed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (maintainer)
|
| |
|
|
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.
PR: ports/9079
Submitted By: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Kris Kennaway <kkenn@rebel.net.au>
This port replaces ports/www/urlget
|