aboutsummaryrefslogtreecommitdiff
path: root/misc/libmetalink
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
| | | | Notes: svn path=/head/; revision=444612
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 0.1.3Sunpoet Po-Chuan Hsieh2016-01-203-7/+6
| | | | | | | | | - Update MASTER_SITES Changes: http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS Notes: svn path=/head/; revision=406757
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2015-10-151-5/+2
| | | | | | | - Convert to new options target helper Notes: svn path=/head/; revision=399370
* - Convert to new test frameworkSunpoet Po-Chuan Hsieh2015-10-011-3/+1
| | | | Notes: svn path=/head/; revision=398298
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDSunpoet Po-Chuan Hsieh2015-01-201-3/+1
| | | | Notes: svn path=/head/; revision=377503
* - Cleanup PLISTSunpoet Po-Chuan Hsieh2014-12-081-1/+0
| | | | Notes: svn path=/head/; revision=374242
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-272-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359497
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2014-03-151-3/+2
| | | | | | | - Use USES=tar:bzip2 Notes: svn path=/head/; revision=348286
* - Update to 0.1.2Sunpoet Po-Chuan Hsieh2014-03-023-41/+52
| | | | | | | | | | | | | | | | | | | - Remove LICENSE_FILE for well-known licenses - Convert to new LIB_DEPENDS format - Convert to new options framework - Add EXPAT, LIBXML2 and TEST options [1] - Strip shared library - Remove unnecessary post-patch: - Support STAGEDIR - Take maintainership Changes: http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS PR: ports/176891 [1], ports/181522 Submitted by: Andrew Romanenko <melanhit@gmail.com> [1] sunpoet (myself) Notes: svn path=/head/; revision=346767
* - Reassign lioux' ports to the heapThomas Abthorpe2014-02-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=344281
* Part 3 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338516
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Add LICENSE* informationMario Sergio Fujikawa Ferreira2010-06-131-0/+3
| | | | Notes: svn path=/head/; revision=256478
* Use USE_GCC=4.4+ instead of USE_GCC=4.3+.Gerald Pfeifer2009-12-311-1/+1
| | | | | | | Approved by: lioux (maintainer) Notes: svn path=/head/; revision=246945
* Update to 0.0.3Mario Sergio Fujikawa Ferreira2009-11-294-7/+14
| | | | Notes: svn path=/head/; revision=244953
* Mark MAKE_JOBS_SAFE for SMP compilationMario Sergio Fujikawa Ferreira2009-03-261-0/+1
| | | | Notes: svn path=/head/; revision=231026
* Fix comment with english grammar typo: do not use a double negativeMario Sergio Fujikawa Ferreira2008-08-131-1/+1
| | | | Notes: svn path=/head/; revision=218480
* New port libmetalink version 0.0.2: Metalink library written in C languageMario Sergio Fujikawa Ferreira2008-08-114-0/+69
Notes: svn path=/head/; revision=218404