1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

58 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
Dmitry Marakasov
c87a56b351 - Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by:	portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
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
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Sylvio Cesar Teixeira
c31f9a19df - Remove MD5 checksum 2011-05-12 20:28:33 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Marcelo Araujo
18037bffae - Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>. 2009-06-21 22:11:42 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Marcelo Araujo
bac84b0b7a - Fixed WITHOUT_NLS knob.
- Forgot to use %%NLS%% on pkg-plist.

Reported by:	sat, dougb
Approved by:	itetcu (mentor)
2007-08-25 14:34:30 +00:00
Marcelo Araujo
aeaa00bccf - Update to 1.0.6.
- Added WITHOUT_NLS knob.

Approved by:	itetcu (mentor)
2007-08-17 11:56:55 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +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
Ion-Mihai Tetcu
cb91442bd5 Update to 1.0.5
PR:		ports/111605
Submitted by:	Marcelo Araujo (araujo@bsdmail.org) (maintainer)
2007-04-16 07:12:00 +00:00
Martin Wilke
265e32ab60 - Update to 1.0.2
PR:             109323
Submitted by:   Marcelo Araujo <araujo@bsdmail.org> (Maintainer)
2007-02-27 13:48:55 +00:00
Martin Wilke
ff02ac0802 - Support GCONF_SCHEMAS properly
PR:		107997
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-01-17 20:44:32 +00:00
Cheng-Lung Sung
f527264ec6 - Update to 1.0.1
- grab maintainership

PR:		ports/107545
Submitted by:	maintainer (Marcelo Araujo)
2007-01-05 08:02:04 +00:00
Martin Wilke
21e65403f9 - Update to 1.0
PR:		ports/106984
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-12-21 22:33:50 +00:00
Martin Wilke
3cfaacc54a - Update to 0.9.12
PR:		ports/105032
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 21:03:18 +00:00
Alejandro Pulver
e9e2a05009 - Update to version 0.9.11.
PR:		ports/104172
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-10-09 00:36:51 +00:00
Martin Wilke
14f713e714 - Update to 0.9.7
PR:		ports/103146
Submitted by:	KATO Tsuguru <tkato432(at)yahoo.com>
2006-09-11 22:01:53 +00:00
Rong-En Fan
e99a1bbca6 - Update 0.9.5
- Remove USE_X_PREFIX

PR:		ports/100561
Submitted by:	KATO Tsuguru
2006-07-19 20:41:09 +00:00
Ion-Mihai Tetcu
ba6a7f1de4 Update to version 0.9.4
PR:		ports/99044
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-06-25 16:25:23 +00:00
Erwin Lansing
4ad9903201 Update to 0.9.3
PR:		98822
Submitted by:	Ports fury
2006-06-11 19:22:10 +00:00
Sergey Matveychuk
9867ff0ad2 - Update to 0.9.0
PR:		ports/96004
Submitted by:	Ports Fury
2006-04-20 05:34:37 +00:00
Mark Linimon
5ee761961b Reset pat due to no response to email about his status.
Hat:	portmgr
2006-04-14 22:53:13 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Edwin Groothuis
c94783fe5c SHA256ify
Approved by:	krion@
2006-01-22 11:18:58 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Max Khon
82cfa1e1ac USE_MESA -> USE_GL
Approved by:	MAINTAINER
2005-02-21 14:52:06 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Daichi GOTO
47147c9e78 fix games/glchess: incorrect references
- www/crafty -> games/crafty in pkg-message

PR:		54525
Submitted by:	Christopher Nehren <apeiron@comcast.net>
2003-07-16 05:52:09 +00:00
Patrick Li
f81df7e27c Fix gnuchess support
Submitted by:	"Holger Kipp" <hk@intserv.int1.b.intern>
2003-07-03 05:41:16 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alan Eldridge
65ad4a76a5 Fixed bug where port makefile attempted to bypass automake/autoconf
support mechanism. That's a no-no. Bad maintainer. Bad.
2002-11-25 01:34:21 +00:00
Patrick Li
f8088b8f32 Update to 0.4.7 2002-09-18 02:05:51 +00:00
Mario Sergio Fujikawa Ferreira
63a181d059 Deploy USE_GNOMENG infrastructure
PR:		42301
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 00:59:13 +00:00
Patrick Li
63821cc643 Update to 0.4.6 2002-03-27 07:07:47 +00:00
Patrick Li
17d67470c0 - Update to 0.4.5
- make programs in RUN_DEPENDS optional and make note in pkg-message
2002-03-24 07:31:30 +00:00