aboutsummaryrefslogtreecommitdiff
path: root/ftp/curlpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriesSunpoet Po-Chuan Hsieh2019-02-162-3/+28
| | | | Notes: svn path=/head/; revision=493110
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update WWWSunpoet Po-Chuan Hsieh2018-08-261-1/+1
| | | | Notes: svn path=/head/; revision=478142
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Remove leftover of testingSunpoet Po-Chuan Hsieh2018-07-281-1/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=475562
* Sort USESSunpoet Po-Chuan Hsieh2018-06-031-1/+1
| | | | Notes: svn path=/head/; revision=471501
* Adjust USES to fix building on gcc-based archs (in particular, powerpc64).Mark Linimon2018-06-021-3/+1
| | | | | | | | | | | | | | | On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471400
* Pet portlint: move BROKEN_* upwardSunpoet Po-Chuan Hsieh2017-08-201-2/+2
| | | | Notes: svn path=/head/; revision=448385
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440858
* Update to 0.8.1Sunpoet Po-Chuan Hsieh2017-03-083-5/+7
| | | | | | | Changes: https://github.com/jpbarrette/curlpp/releases Notes: svn path=/head/; revision=435699
* Update to 0.8.0Sunpoet Po-Chuan Hsieh2017-02-203-53/+9
| | | | | | | Changes: https://github.com/jpbarrette/curlpp/releases Notes: svn path=/head/; revision=434446
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-0/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* Update to 0.7.4Sunpoet Po-Chuan Hsieh2017-01-052-4/+4
| | | | | | | Changes: https://github.com/jpbarrette/curlpp/releases Notes: svn path=/head/; revision=430649
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-151-6/+6
| | | | | | | | - Use USES=localbase - Convert to new options target helper Notes: svn path=/head/; revision=399364
* - Cleanup GH_* knobs:Sunpoet Po-Chuan Hsieh2015-05-132-4/+3
| | | | | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT Notes: svn path=/head/; revision=386240
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120Sunpoet Po-Chuan Hsieh2015-03-241-1/+0
| | | | Notes: svn path=/head/; revision=382151
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2015-03-224-32/+16
| | | | | | | | - Use PORTDOCS and PORTEXAMPLES - Update WWW Notes: svn path=/head/; revision=381918
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-01-191-0/+1
| | | | Notes: svn path=/head/; revision=377453
* Clean up plistBaptiste Daroussin2014-10-201-7/+0
| | | | Notes: svn path=/head/; revision=371277
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-232-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362745
* Remove unnecessary inclusion of bsd.port.options.mk.Adam Weinberger2014-07-031-6/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360428
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-251-5/+6
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=334837
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* - Fix typoSunpoet Po-Chuan Hsieh2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327661
* - Fix build without libstdc++ by removing hardcoded libstdc++ linkage [1]Sunpoet Po-Chuan Hsieh2013-09-201-8/+8
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to new OPTIONS simplifier Reported by: pkg-fallout [1] Notes: svn path=/head/; revision=327657
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=322783
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-05-081-8/+3
| | | | | | | | - Restore mis-removed tab between USES= and pathfix - Cleanup Makefile header Notes: svn path=/head/; revision=317691
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-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) Notes: svn path=/head/; revision=314640
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2012-07-093-23/+31
| | | | | | | | | | | | | - Convert to new options framework - Add BOOST option [1] - Respect EXAMPLES - Cosmetic change - Sort PLIST Requested by: Brett Gmoser <bgmoser@codexterous.com> [1] Notes: svn path=/head/; revision=300656
* - Take maintainershipSunpoet Po-Chuan Hsieh2012-02-251-1/+1
| | | | | | | Approved by: roam (maintainer, implicit) Notes: svn path=/head/; revision=292232
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-0/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* Update to curlpp-0.7.3, disabling the Boost interface.Peter Pentchev2010-03-044-58/+74
| | | | | | | | | Reflect the move to Google Code. Feature safe: yes Notes: svn path=/head/; revision=250555
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200771
* Update to curlpp-0.7.0.Peter Pentchev2007-01-264-41/+11
| | | | | | | | | | | In addition to the patch from Vasil, also finally remove the warning about the incompatibility with ancient curlpp versions. PR: 108295 Submitted by: vd Notes: svn path=/head/; revision=183337
* Fix the build with gcc 4.1: explicitly state the curlpp namespace.Peter Pentchev2007-01-142-0/+29
| | | | | | | | | | | | | 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 :) Notes: svn path=/head/; revision=182367
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=179653
* Update to curlpp-0.6.1, USE_LDCONFIG, and remove the libtool hack.Peter Pentchev2006-09-264-22/+55
| | | | Notes: svn path=/head/; revision=173907
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146