1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
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
Baptiste Daroussin
665bec206d Convert g* to USES=zip 2014-03-10 14:49:26 +00:00
Marcus von Appen
cea558e671 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 13:21:13 +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
Bryan Drewery
75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
2013-05-10 01:46:52 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +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
Wesley Shields
e3f4f7c6fa - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to be
"unzip -v" or similar which would break. Instead rely upon the unzip binary.

  http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html

Noticed by:	Dag-Erling Smørgrav <des@des.no>
2009-09-08 21:08:41 +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
Gabor Kovesdan
92ca1fc28a - Update to 8.2.8
- Unbreak on GCC 4.X

PR:		ports/131085
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2009-03-03 05:42:18 +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
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Mark Linimon
59c521c170 Mark as broken with gcc4.2. 2007-10-02 09:51:10 +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
Edwin Groothuis
c94783fe5c SHA256ify
Approved by:	krion@
2006-01-22 11:18:58 +00:00
Tilman Keskinoz
f5446aadac Update to 8.2.4
PR:		88470
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2005-11-05 17:16:51 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Pav Lucistnik
9635720aa2 - Update to 8.2.3
PR:		ports/84735
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2005-09-14 08:05:51 +00:00
Florent Thoumie
013dedb112 - Fix compilation with vanilla gcc on ${OSVERSION} > 502126.
- Rename local patch.

PR:		ports/81733
Submitted by:	maintainer
2005-05-31 20:07:45 +00:00
Kris Kennaway
dc26409a0d Apply nasty -fPIC hack to ia64 as well to attempt to "fix" build 2005-05-21 17:45:05 +00:00
Pav Lucistnik
00ef03e410 - Fix build on recent FreeBSD by using gcc33 port
PR:		ports/78988
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2005-03-19 21:27:57 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Pav Lucistnik
2386edf34e - Update to 8.2.2
PR:		ports/72602
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2004-10-13 09:02:27 +00:00
Kris Kennaway
8f88ef3878 Correct typo in previous commit
Submitted by:	maintainer
Approved by:	portmgr (self)
Pointy hat to:	self
2004-09-30 05:56:28 +00:00
Kris Kennaway
149b3e7f85 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 02:43:13 +00:00
Kris Kennaway
ddd31bfff6 lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-19 09:04:52 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
adc3d11dcc - Fix build on 4-x
PR:		ports/64156
Submitted by:	maintainer
Reported by:	bento via kris
2004-03-12 12:36:06 +00:00
Kirill Ponomarev
ae2be362f3 - Fix build on AMD64
PR:		ports/63104
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Approved by:	maintainer
2004-02-20 13:53:42 +00:00
Norikatsu Shigemura
6e21d4ad16 Fix build/install on stable.
PR:		ports/62369
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-02-05 03:03:12 +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
Norikatsu Shigemura
07ba1772bc Add pykawari 8.1.0, pykawari is a real kawari8 module for ninix-aya.
PR:		ports/61787
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-02-03 16:16:14 +00:00