1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Dmitry Marakasov
22b897c30b - Switch to options helpers
- Switch to new test framework
2015-12-25 15:00:20 +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
Vanilla I. Shu
fb4f0f0bc1 Stagify. 2014-08-14 08:43:08 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +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
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Adam Weinberger
43b73e5cfa Convert cad to MDOCS and MEXAMPLES 2014-01-03 15:53:42 +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
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Gerald Pfeifer
a009466e62 Remove three empty files left after the previous update.
Approved by:	maintainer (maho)
Feature safe:	yes
2012-04-04 08:08:19 +00:00
Maho Nakata
1c3e8f43d7 Update to 2012.061.
This also removes one of the three remaining uses of lang/gcc34.

PR:		166565
Submitted by:	bf@
Feature safe:	yes
2012-04-02 03:33:09 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pav Lucistnik
8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00
Ion-Mihai Tetcu
4ee8c8d078 - fix build install / plist with custom PREFIX [1]
- pkg-message --> files/pkg-message.in; [2]
  - don't hardcode DOCSDIR to default in it
  - display it only when NOPORTDOCS it's not defined
- rework PORTDOCS installation a little [3]
- bump PORTREVISION [3]

Submitted by:	Sahil Tandon [1][3], itetcu@ [2]
Reported by:	QATty [1]
Approved by:	maintainer
2009-06-10 06:11:44 +00:00
Maho Nakata
eaedecbef3 Marked as BROKEN for sparc64; internal compiler error.
Submitted by:	kris
2007-09-04 08:54:30 +00:00
Maho Nakata
c23a6c71fd Now we use USE_FORTRAN=g77 to use FORTRAN compiler. 2007-07-14 01:29:12 +00:00
Maho Nakata
dc7fd64b5a * Fix build for CURRENT.
* Grab maintainership.
2007-01-23 05:20:58 +00:00
Greg Lehey
6d484f5b65 Deprecate, mark broken, schedule for deletion, drop maintainership. 2007-01-20 03:24:09 +00:00
Maho Nakata
c4800dccf8 * Migrate to g77-34 to fix for 7-CURRENT.
* Bump port revision.
2007-01-12 13:01:51 +00:00
Thierry Thomas
eb7f139dc9 Does not depends on lang/f77 (but define WITH_FORTRAN).
PR:		ports/101007
Approved by:	maintainer's time-out
2006-12-30 15:29:17 +00:00
Edwin Groothuis
3235756d38 Update port: cad/sceptre update MASTER_SITE
- Update MASTER_SITE to fix fetch problem.

Also add sha246

PR:		ports/88009
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout
2005-11-22 07:34:59 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +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
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
Akinori MUSHA
c1b8462fc4 Remove a redundant trailing period and a space. 2001-10-21 07:51:56 +00:00
Pete Fritchman
f022aa07f5 - add NOPORTDOCS support to pkg-plist
- use ${INSTALL_DATA} for docs, not ${INSTALL_MAN}
- maintainer should be grog@FreeBSD.org, not just 'grog'

PR:		28755
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer
2001-08-30 04:49:12 +00:00
Greg Lehey
9635aa5387 SCEPTRE (System for Circuit Evaluation and Prediction of Transient
Radiation Effects) is a general purpose circuit analysis program which
provides all three major analyses, AC, DC, and transient analysis, on
either linear or nonlinear networks.  It employs a free-form input
language and state variable methods to simulate problems of interest
to electrical engineers.

Requested-by:	"Pedro F. Giffuni" <pfg1+@pitt.edu>
2001-02-11 06:58:11 +00:00