1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

101 Commits

Author SHA1 Message Date
John Marino
f9bc5cf54a games/ninix-aya: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 01:46:35 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Dmitry Marakasov
01b73d1bdc - Add LICENSE_FILE
- Drop @dirrm* from plist
2014-12-13 06:32:13 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
19edd76d6e Stage.
PR:		192796
Submitted by:	Ports Fury
2014-08-23 16:07:53 +00:00
Baptiste Daroussin
e6ffa1f425 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:23:25 +00:00
Antoine Brodin
df1f66d426 Reset maintainer, email bounces
With hat:	portmgr
2014-06-28 07:48:01 +00:00
Martin Wilke
5bf81ff789 - Convert gmake, bzip to USES
Approved by:	portmgr
2014-05-29 14:35:01 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
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
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
Antoine Brodin
cddb749332 Fix after PORT_OPTIONS conversion 2013-06-18 16:09:58 +00:00
Frederic Culot
730a0eab74 - Update to 4.4
PR:		ports/177711
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2013-04-27 06:18:58 +00:00
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jason Helfman
8060a09e16 - Update to 4.3.9
PR:	ports/165650
Submitted by:	umeno@belldandy.unnumbered.net
Approved by:	maintainer timeout ( 17 days )
Feature safe:	yes
2012-03-20 20:40:23 +00:00
Frederic Culot
99ba3b06a8 - Update to 4.3.8
PR:		ports/164312
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2012-01-19 19:33:45 +00:00
Frederic Culot
0e3db698d3 - Update to 4.3.7
PR:		ports/163645
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-12-31 09:31:24 +00:00
Frederic Culot
2b536a28fd - Update to 4.3.6
PR:		ports/163287
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-12-16 08:19:15 +00:00
Frederic Culot
87d94267b8 - Update to 4.3.5
PR:		ports/163079
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Feature safe:	yes
2011-12-06 06:16:20 +00:00
Ruslan Makhmatkhanov
df9d4528d9 - remove conditional for python < 2.4 (we haven't them in ports tree
anyway and japanese/pycodec is deprecated)
- change dependency on math/py-numpy with ${PYNUMPY}
- change dependency on x11-toolkits/py-gtk2 with USE_GNOME= pygtk2
- whitespace fix in pkg-descr

PR:             ports/162087
Submitted by:   rm (myself)
Approved by:    maintainer (timeout - 2+ weeks), novel (mentor)
Feature safe:   yes
2011-11-15 01:06:40 +00:00
Martin Wilke
6b6c921fb7 - Update to 4.3.2
PR:		162333
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Feature safe:	yes
2011-11-13 05:43:23 +00:00
Ryan Steinmetz
0106227f78 - Update to 4.3
PR:		ports/162002
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-10-29 13:22:23 +00:00
Frederic Culot
756b33c80e - Update to 4.2.10
PR:		ports/161489
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-10-11 14:05:58 +00:00
Frederic Culot
39cd98a877 - Update to 4.2.9
PR:		ports/161377
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-10-10 05:10:38 +00:00
Ryan Steinmetz
32c36546a6 - Update to 4.2.7a
PR:		ports/161158
Submitted by:	UMENO Takashi <umeno@belldandy.unnumbered.net> (maintainer)
2011-10-07 01:37:12 +00:00
Ryan Steinmetz
f425e706b2 - Update to 4.2.7 [1]
- Pacify portlint(1)
- Add LICENSE

PR:		ports/161014
Submitted by:	UMENO Takashi <umeno@belldandy.unnumbered.net> (maintainer)
2011-09-25 22:43:51 +00:00
Pav Lucistnik
10bdeeac6f - Update to 4.2.6
PR:		ports/160658
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-09-11 21:51:33 +00:00
Frederic Culot
b19295ce63 - Update to 4.2.5
PR:		ports/160337
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-09-01 14:11:40 +00:00
Frederic Culot
716490f9b7 - Update to 4.2.4
PR:		ports/159937
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-08-22 12:15:26 +00:00
Frederic Culot
90f305c313 - Update to 4.2.2
PR:		ports/159686
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-08-12 10:57:52 +00:00
Frederic Culot
bcad37824f - Update to 4.2
PR:		ports/159383
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-08-02 17:14:12 +00:00
Frederic Culot
a07510e5fb - Update to 4.1.12
PR:		ports/159035
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-07-20 05:21:45 +00:00
Frederic Culot
274bcb41f1 - Update to 4.1.8
PR:		ports/158314
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-06-29 05:11:56 +00:00
Julien Laffaye
56ad5c7f43 Update to 4.1.7
PR:		ports/157877
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Approved by:	bapt (mentor)
2011-06-14 19:10:15 +00:00
Frederic Culot
ad874f87a2 - Update to 4.1.6
PR:		ports/157119
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-05-17 18:52:12 +00:00
Frederic Culot
3770da0416 - Update to 4.1.5
PR:		ports/156927
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-05-11 05:17:04 +00:00
Dennis Herrmann
3a5807c2cb - Update to 4.1.4
PR:		ports/156731
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-05-01 07:04:25 +00:00
Martin Wilke
724b924542 - Update to 4.1.3
PR:		154980
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-02-27 13:31:47 +00:00
Sahil Tandon
098a87eb08 - Update to 4.0.8
PR:		ports/153387
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Feature safe:	yes
2011-01-23 13:56:42 +00:00
Wen Heping
3ba75788a6 - Update to 4.0.7
Feature safe:	yes
2010-07-06 08:49:08 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Sahil Tandon
4bea9018d3 - Update to 4.0.6
PR:		ports/146919
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Approved by:	itetcu@ (mentor)
2010-05-26 03:29:16 +00:00
Sahil Tandon
9f4e9f3ef0 - Update to 4.0.5 [1]
- Replace files/patch-aa with ${REINPLACE_CMD}
- Respect NOPORTDOCS
- USE_GETTEXT if WITHOUT_NLS undefined

PR:		ports/146217 [1]
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Approved by:	itetcu@ (mentor)
2010-05-16 04:55:16 +00:00
Sylvio Cesar Teixeira
bb6e6619d8 - Update to 4.0.4
PR:		ports/145725
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-17 19:36:13 +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
Max Brazhnikov
119c730f04 Update to 4.0.2
PR:		ports/144714
Submitted by:	UMENO Takashi (maintainer)
2010-03-13 18:52:31 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00