1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Carlo Strub
408d3eb35d - Update to 2.13.2
- Support staging
2013-10-16 05:48:29 +00:00
Baptiste Daroussin
877f103d9e Dot not arbritrary change PKGNAME 2013-10-04 07:18:59 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Baptiste Daroussin
66974c6f5e Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
2013-08-30 01:15:20 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Carlo Strub
5c4101b49e Update to 2.13.1 2013-07-19 20:50:49 +00:00
Carlo Strub
761a2c3781 Fix typo that lead to pkg-plist error 2013-03-26 20:39:58 +00:00
Carlo Strub
3c046ce23e - Update to 2.13
- Update Harmonics file to 20121224
2013-01-20 17:15:39 +00:00
Baptiste Daroussin
bd16d398f7 Fix logic on X11 testing 2012-12-29 22:43:30 +00:00
Baptiste Daroussin
e09061930b Convert to new options framework
Trim headers

PR:		ports/173816
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout (1 month)
2012-12-29 22:42:34 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Carlo Strub
04abc87dc1 Update Harmonics file
PR:		ports/167568
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net>
Approved by:	cs@ (maintainer)
2012-05-18 21:55:13 +00:00
Carlo Strub
961d452c54 - Update to 2.12.1
Changelog: http://www.flaterco.com/xtide/changelog.html
- Add a second mirror

Approved by:	glarkin@ (mentor, implicit)
Feature safe:	yes
2011-12-04 00:27:41 +00:00
Carlo Strub
c64dd045ae Update to 2.12
Approved by:	glarkin@ (mentor)
Feature safe:	yes
2011-11-14 04:49:54 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Carlo Strub
178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00
Greg Larkin
0a5da6d47d - Passed maintainership to submitter
- Added LICENSE and MAKE_JOBS_SAFE
- Added OPTION to use world vector shoreline data
- Moved PLIST_FILES to pkg-plist
- Install an example config file
- Bumped PORTREVISION

PR:		ports/152271
Submitted by:	C-S <c-s at c-s dot li>
2010-12-04 03:45:31 +00:00
Max Brazhnikov
1c84f21f3d Update libtcd to version 2.2.5
Update harmonics file to version 20100529

PR:		ports/150656
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2010-09-18 15:57:03 +00:00
Bernhard Froehlich
d7d73fdeb1 - Update to 2.11
- Pet portlint

PR:		ports/150596
Submitted by:	Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:	beat (co-mentor)
2010-09-16 17:55:54 +00:00
Wen Heping
e8ffc7cd72 - Update libtcd and harmonics file
- Give the ability to build without X

PR:		ports/145925
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net>
2010-05-04 05:59:35 +00:00
Dirk Meyer
2a367f1325 - fix build for png-1.4.1 2010-03-29 12:25:16 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
599442f429 - Update to 2.10
PR:		120470
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-02-12 23:21:28 +00:00
Martin Wilke
2b95502a26 - Update to 2.9.5
PR:		119160
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-03 11:39:33 +00:00
Thomas Abthorpe
46a72f4d8e - update to 2.9.4
Approved by:	clsung (mentor)
2007-09-13 02:20:01 +00:00
Frank J. Laszlo
54c814ed03 - Add ports to "geography" virtual category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:33:55 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
f75bf6c5ab - Update to 2.9.3 2007-04-20 09:11:24 +00:00
Erwin Lansing
af218fd49a Update to 2.9.2 2007-04-15 19:33:19 +00:00
Martin Wilke
0f221d1d14 - Update to 2.9.1
PR:		110811
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-03-26 11:25:55 +00:00
Pav Lucistnik
f706d76da8 - Update to 2.8.3 2006-12-17 21:47:23 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +00:00
Pav Lucistnik
8b01b9b98b - Update to 2.8.2
PR:		ports/83608
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-17 21:23:01 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
583ef20d47 - Update to version 2.6.4
PR:		ports/64849
Submitted by:	Ports Fury
2004-03-28 16:20:45 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Christian Weisgerber
1ed8a8e88c Update to version 2.5
PR:		51666
Submitted by:	Ports Fury
2003-05-02 22:06:49 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Kris Kennaway
8471dae31d Remove maintainers with undeliverable email addresses. 2002-11-23 02:25:42 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
David W. Chapman Jr.
bd4e33b63e Update to 2.4
PR:		27206
2001-09-01 17:55:08 +00:00
Kevin Lo
2293eb9f75 Update to 2.2.2
PR: 20918
Submitted by: MAINTAINER
2000-08-29 15:50:10 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Alexander Langer
065ca5800f Ignore the checksum of the data-file which changes a lot.
It is ok to ignore it, since this file only contains data used
from within the program.
2000-07-19 12:35:56 +00:00