1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

46 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
Tijl Coosemans
9eba83c71f Version 2013.12.12, USES=fortran, staging. 2013-12-17 21:55:24 +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
7055ff02f1 Add NO_STAGE all over the place in preparation for the staging support (cat: biology) 2013-09-20 15:55:44 +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
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Pav Lucistnik
e06433c705 - Unbreak the port; I'm not sure how it could possibly work before
Reported by:	pointyhat
Feature safe:	yes
2011-01-27 17:41:16 +00:00
Pav Lucistnik
a953b88289 - Fix fetch
Reported by:	pointyhat
Feature safe:	yes
2011-01-24 21:17:30 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +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
Maho Nakata
eb0ab15198 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 06:41:22 +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
Maho Nakata
8599517b90 * Migrate to gfortran.
* Bump port revision.
2007-01-17 05:30:10 +00:00
Sergey Matveychuk
36778a1acd - Satisfy portlint 2006-05-06 21:20:59 +00:00
Mark Linimon
54a45e213c Reset rmiya@cc.hirosaki-u.ac.jp who has not responded to email asking about
maintainer timeouts.

Hat:	portmgr
2006-04-05 06:13:46 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +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
Florent Thoumie
0cde76ebca - ARCH is defined in bsd.port.pre.mk 2005-04-11 11:26:40 +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
Pav Lucistnik
dcf8c976c2 - Update to last snapshot
PR:		ports/58511 (based on)
Submitted by:	Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> (maintainer)
2003-12-07 00:29:56 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Sergey A. Osokin
958842c5c6 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-22 09:37:18 +00:00
Kris Kennaway
c68a93561d BROKEN: Broken pkg-plist 2003-10-13 06:31:57 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Maho Nakata
2b7927a921 honor CFLAGS and FFLAGS
PR:		54396
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
2003-07-19 03:58:51 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Mario Sergio Fujikawa Ferreira
2409be3f61 add USE_XLIB
PR:		29330
Submitted by:	bento, Patrick Li <pat@databits.net>
2001-07-30 21:05:54 +00:00
FUJISHIMA Satsuki
fbe7fb6566 activate IGNOREFILES. 2001-04-13 18:50:23 +00:00
FUJISHIMA Satsuki
6f40800400 Ignore checksum. The distfile changes day by day. 2001-04-13 14:47:28 +00:00
Kevin Lo
124e7fc8d8 Update to lastest version
PR: 25726
Submitted by: maintainer
2001-03-12 14:31:53 +00:00
Chris D. Faulhaber
128571445c Fix MASTER_SITES
PR:		20120
Submitted by:	Maintainer
2000-08-01 23:31:19 +00:00
Akinori MUSHA
8e834d3b4a Update to the latest version as of 5 June.
PR:		ports/19113, ports/19115
Submitted by:	Maintainer
2000-06-08 08:51:03 +00:00
Will Andrews
6ffa86e6f5 Fix MD5 checksum. Since I was unable to find an older version of the
distfile, I can't say what changes were made.

PR:		18986
Submitted by:	Andreas Schulz <ats@first.gmd.de>
2000-06-04 20:30:01 +00:00
Steve Price
330a51b60a Update to version 2000.04.26. 2000-05-28 03:56:30 +00:00
Michael Haro
a0cb9ec98b update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:04:57 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Tim Vanderhoek
325d03d1f8 grammar gnit 1999-08-29 18:13:56 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Tim Vanderhoek
c51f88903c Fix typos and/or cleanup WWW:. 1999-07-17 14:50:53 +00:00
David E. O'Brien
4c3279b6a1 BROKEN='MD5 checksum error' 1999-07-14 18:43:06 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
2a4ca60b6e Allow this port to be built on -current i386 boxes that have egcs' f77
compiler.  Mark it broken for -current Alpha boxes.
1999-05-24 02:12:36 +00:00
Satoshi Taoka
5a653f9998 the one of crystallographic tools
Submitted by:		rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO)
1999-05-07 06:56:52 +00:00