aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-libmpdclient
Commit message (Expand)AuthorAgeFilesLines
* Add py-libmpdclient, a python library for communication with Music Playerpav2004-02-024-0/+32
c86bbb90f59a0f314976d25a9'>net/openldap24-*:tijl2014-07-251-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) * - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+1 | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) * - Fix build of ftp/curl-hiphopsunpoet2014-07-181-3/+3 | * - Update to 7.37.1sunpoet2014-07-183-7/+220 | | | | Changes: http://curl.haxx.se/changes.html * - Update to 7.37.0sunpoet2014-06-032-6/+7 | | | | | | - Use USES=libtool:oldver Changes: http://curl.haxx.se/changes.html * - Specify ABI versionsunpoet2014-05-241-2/+2 | | | | Submitted by: tijl * - Fix NSS optionsunpoet2014-05-231-1/+3 | | | | | | | - Bump PORTREVISION PR: ports/189987 Submitted by: ashish * - Cleanup regression-test:sunpoet2014-04-061-3/+1 | * - Fix build failure when SPNEGO option is onsunpoet2014-04-031-1/+2 | * - Fix HTTP2 optionsunpoet2014-03-281-0/+2 | | | | Reported by: many * - Update to 7.36.0sunpoet2014-03-283-3/+13 | | | | Changes: http://curl.haxx.se/changes.html * - Add HTTP2 optionsunpoet2014-03-281-2/+4 | * - Add security/heimdal and security/krb5 support and corresponding options:sunpoet2014-03-261-6/+24 | | | | | | | | - GSSAPI_BASE for base system (default) - HEIMDAL_PORT for security/heimdal - KRB5_PORT for security/krb5 Tested by: redports * - Sort PLISTsunpoet2014-03-171-1/+1 | * - Use USES=tar:lzmasunpoet2014-03-131-3/+1 | * - Remove no-op NTLM optionsunpoet2014-02-231-7/+1 | | | | | PR: ports/186902 Submitted by: Jeremy Chadwick <jdc@koitsu.org> * - Update to 7.35.0sunpoet2014-02-132-3/+3 | | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/186557 Exp-run by: bdrewery * - Update to 7.34.0sunpoet2014-02-063-37/+4 | | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/185456 Exp-run by: bdrewery * Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignoredelphij2013-12-192-1/+33 | | | | with GnuTLS. Document the vulnerability fix in vuxml while I'm here. * - Use PORTDOCS and PORTEXAMPLESsunpoet2013-11-302-214/+4 | | | | - Simplify Makefile * - Strip shared librarysunpoet2013-11-031-1/+2 | | | | - Use += for CONFIGURE_ENV * - Fix build when both GSSAPI and SPNEGO options are onsunpoet2013-11-021-3/+2 | | | | | | When SPNEGO option is on, LOCALBASE/include/fbopenssl was added to the search path of include files. It causes build failure when "#include <gssapi.h>" wants /usr/include/gssapi/gssapi.h. * - Fix PLISTsunpoet2013-10-312-0/+2 | | | | | | | | - Bump PORTREVISION for package change PR: ports/183388 [1] Submitted by: avilla [1] Reported by: antoine * - Split the library part of multimedia/rtmpdump into multimedia/librtmp.hrs2013-10-311-1/+1 | | | | | | - Update ports depending on librtmp. - Add instruction to avoid a build error in multimedia/rtmpdump under a specific condition. * - Update to 7.33.0sunpoet2013-10-233-15/+15 | | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/183151 Exp-run by: bdrewery * - Convert to new LIB_DEPENDS formatsunpoet2013-10-211-154/+68 | | | | | - Convert to new options helper - Remove --disable-threaded-resolver from CONFIGURE_ARGS, it is handled by THREADED_RESOLVER option * - Add SSP supportsunpoet2013-10-162-12/+38 | * - Fix STAGEDIR supportsunpoet2013-10-081-1/+1 | | | | Reported by: makc * - Update to 7.32.0sunpoet2013-10-076-72/+84 | | | | | | | | | | | | - Turn COOKIES on by default - Support STAGEDIR Note: - mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead Changes: http://curl.haxx.se/changes.html PR: ports/181510 Exp run by: drewery * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | ftp) * SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 * - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and ↵sunpoet2013-09-192-22/+38 | | | | | | | | CPUTYPE [2] - Remove note in pre-configure: since it does not help to avoid bug-report mails PR: ports/177401 [1], ports/180648 [1], ports/180944 [2] * - Convert to new perl frameworksunpoet2013-08-211-2/+2 | * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 | | | | Approved by: portmgr (bdrewery) * - Add note about LDAP issue (-DLDAP_DEPRECATED)sunpoet2013-08-101-0/+10 | | | | PR: ports/177401 * - Fix ossl_recv() to eliminate false positive OpenSSL errorssunpoet2013-08-072-0/+29 | | | | | | | | - Bump PORTREVISION for package change Submitted by: Brett Gmoser <bgmoser@leadbidinc.com>, Sergey Lobanov <wmn@siberianet.ru> Obtained from: https://github.com/bagder/curl/commit/8a7a277c086199b Reference: http://sourceforge.net/p/curl/bugs/1249/ * - Fix build when security/openssl is installedsunpoet2013-07-122-3/+5 | | | | - Pet portlint * - Fix typosunpoet2013-07-121-1/+1 | | | | Submitted by: Herbert J. Skuhra <hskuhra@eumx.net> * - Update to 7.31.0sunpoet2013-07-126-159/+167 | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi * Fix CVE-2013-2174 for ftp/curl with a patch from vendor fordelphij2013-07-022-1/+39 | | | | | | | | | | | | now so that users can build the port, per popular demands on mailing list. The upgrade patch found in ports/172325 is currently under exp-run. The changes in this commit against ftp/curl can be safely reverted before applying that patch, as it's shipped with new curl release. Approved by: portmgr (miwi) * - Bump PORTREVISION for c-ares update. I had thought this was donebdrewery2013-05-221-1/+1 | | | | | | | and that the shlib change was missed. I was looking at the wrong port log. Reported by: miwi * - Chase c-ares shlib update by removing the versionbdrewery2013-05-221-1/+1 | * Convert left unconverted ports in ftp to new options frameworkbapt2013-03-261-50/+38 | * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1 | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) * - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1 | | | | - Chase shlib version bump for dependant ports * - Fix plist issue with slave curl-hiphop caused by last commitswills2012-09-271-1/+1 | | | | | Reported by: pointyhat (via beat) Pointyhat to: swills * - Install the autoconf file for libcurlswills2012-09-192-0/+3 | | | | | PR: ports/171260 Approved by: maintainer timeout (sunpoet, >2 weeks) * - Prepare for slave port ftp/curl-hiphopsunpoet2012-07-181-4/+9 | | | | | PR: ports/169946 Submitted by: mm * - Update to 7.24.0sunpoet2012-03-038-158/+99 | | | | Changes: http://curl.haxx.se/changes.html * - Take maintainershipsunpoet2012-02-261-1/+1 | | | | Approved by: roam (maintainer, implicit) * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 | * - Fix build on FreeBSD 10beat2011-10-291-0/+1 | | | | Approved by: portmgr (miwi) * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+0 | | | | | | | | | - 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 * Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+1 | * - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-1/+2 | * Update cURL to 7.21.3 and fix its librtmp detection. In the process:roam2010-12-207-30/+118 | | | | | | | | - 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> * Update to curl-7.21.1; in the process:roam2010-09-139-122/+51 | | | | | | | | | - 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 * - Make run dependency on security/ca_root_nss optionalpgj2010-08-251-4/+11 | | | | | | PR: ports/149368 Submitted by: pgj Approved by: roam (maintainer timeout) * Update to curl-7.20.1 and specify the MIT license.roam2010-06-117-16/+18 | * Update to curl-7.20.0.roam2010-04-039-51/+21 | * Now that c-ares-1.7.0 is in the tree, cURL can, at long last,roam2010-03-221-4/+0 | | | | use c-ares for asynchronous DNS lookups while supporting IPv6! * Fix the build of dependent ports by including <sys/select.h> onroam2009-12-182-0/+31 | | | | | | | | | 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 * Remove a minor patch to the testing subsystem resulting in a brain lapseroam2009-11-191-16/+0 | | | | | | | 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. * Update to curl-7.19.7.roam2009-11-1310-18/+40 | * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+0 | | | | starting with E,F * Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-0/+1 | * Update the cURL port to 7.19.6.roam2009-08-159-77/+22 | * Well, yeah, leave it to me to test an update and all dependent ports,roam2009-06-151-1/+2 | | | | | | | | | 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) * Update to curl-7.19.5.roam2009-05-199-31/+68 | * - Mark MAKE_JOBS_SAFEpav2009-05-151-0/+1 | | | | | | PR: ports/133003 Submitted by: mm Approved by: maintainer timeout (roam; 1 month) * Update to curl-7.19.4, which fixes a redirection vulnerability.roam2009-03-0714-182/+101 | | | | | | | | | | | 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> * Apply a band-aid to fix the build without proxy support.roam2009-01-262-0/+54 | | | | Note that some of the tests shall fail for the present. * At long last, update the curl port to its almost-current version, 7.19.2.roam2009-01-2322-1463/+91 | | | | | | | | 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 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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) * Argh. The cURL build requires Perl.roam2008-04-241-0/+1 | | | | | | PR: 123050 Reported by: Chess Griffin <chess@chessgriffin.com> Pointy hat to: roam (myself) * Update to curl-7.18.0.roam2008-04-2320-719/+1724 | * - Chase security/gnutls shlib version bumpnovel2008-03-031-0/+1 | | | | - Add an entry to UPDATING * Update to curl-7.16.3.roam2007-08-277-91/+685 | | | | | | | | 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 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 | | | | | | | | | | | | | | | | | | 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 * Actually, at least this version of cURL sometimes breaks with the newroam2007-07-111-0/+1 | | | | | | 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. * - Chase libssh2 updatepav2007-07-111-1/+1 | | | | | | PR: ports/114474 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Pointy hat to: lx * Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-0/+1 | | | | bump PORTREVISIONs. * Update to curl 7.16.1, loosely based on the PR. Also:roam2007-03-094-14/+31 | | | | | | | | | - 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> * - Chase security/gnutls updatenovel2007-01-021-0/+1 | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here * Update the ftp/curl port to 7.16.0.roam2006-12-134-12/+14 | | | | | | | | | | 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 * If c-ares support is requested, properly depend on the shared c-aresroam2006-11-081-1/+2 | | | | | | | library now that dns/c-ares installs it. This should, among other things, fix the build of libcurl on amd64. Reported by: girgen * Update to cURL 7.15.5 and integrate Scot Hetzel's patch forroam2006-09-184-33/+23 | | | | | | | | | | 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> * Add an explicit knob for c-ares support now that we have Daniel's versionroam2006-07-141-1/+20 | | | | | | | | | 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. * Update to 7.15.4, mostly by Vasil Dimov's PR.roam2006-07-134-19/+59 | | | | | | | In addition, OPTIONS'ify everything but OpenSSL support. PR: 99050 Submitted by: vd * Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0 | * Update from 7.15.1 to 7.15.3vd2006-03-204-16/+5 | | | | | | | PR: ports/94727 Submitted by: vd Approved by: secteam (simon) Security: http://curl.haxx.se/docs/adv_20060320.html * Chase gnutls update.novel2006-01-101-0/+1 | * Update to 7.15.1 [1]mnag2005-12-093-25/+27 | | | | | | | | | | 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/ * Move IDN related ports from devel to dns category:pav2005-11-131-1/+1 | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus * Update to 7.15.0, which contains a security fix, among other changes.roam2005-10-153-4/+4 | | | | | | PR: 87393 Submitted by: Vasil Dimov <vd@datamax.bg> Security: http://curl.haxx.se/docs/security.html#BID15102 * Update to 7.14.1.roam2005-09-064-12/+16 | * - Update to 7.14.0pav2005-06-064-8/+24 | | | | | | | | - 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) * Fix plist.krion2005-03-152-5/+8 | | | | | Portlint(1). Bump PORTREVISION. * Update to curl 7.13.1, which also takes care of the recent securityroam2005-03-126-64/+27 | | | | issue. * Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.roam2004-12-221-4/+13 | | | | | | | 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!) * Repeat after me: testing the build on lots of machines is not an excuseroam2004-12-212-0/+3 | | | | for not checking for packing list changes... * Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).roam2004-12-216-12/+71 | | | | | | | 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) * Update to 7.12.1, which is mainly an important bugfix release, but alsoroam2004-08-103-7/+15 | | | | contains some new functionality. * Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-045-38/+36 | | | | dependent ports. * Update to curl 7.11.1.roam2004-04-094-15/+14 | * Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.roam2004-03-272-2/+5 | | | | | | | Bump PORTREVISION. PR: 64667 Submitted by: Marius Strobl <marius@alchemy.franken.de> * Update curl to 7.11.0.roam2004-02-062-2/+3 | * Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.roam2003-12-136-212/+214 | | | | | PR: 60105 Submitted by: ijliao * Mark BROKEN on 64-bit arches (1).roam2003-09-101-2/+7 | | | | | | | De-quote the COMMENT variable. Fix a typo in a comment. Reported by: naddy (1) * Update to curl-7.10.7; the added patch is needed to actually getroam2003-09-026-26/+41 | | | | the test suite going :) * Use bsd.port.mk's OpenSSL support.roam2003-09-011-1/+3 | | | | Submitted by: dinoex * Fix LP64 bugs and bump PORTREVISION. This still detects the boguskris2003-06-165-0/+50 | | | | | gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases. * Update to curl-7.10.5.roam2003-06-062-2/+2 | | | | Submitted by: Phillip Oleson <poleson@verio.net> * Update to 7.10.4.roam2003-04-253-9/+3 | | | | | PR: 51315 Submitted by: Jason Harris <jharris@widomaker.com> * - Use bsd.openssl.mkdinoex2003-04-161-1/+1 | | | | | (No response from maintainer after 2003-04-09) PR: 48978 * Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLroam2003-03-051-6/+8 | | | | | | | | 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>