non port: cad/sceptre/Makefile |
Number of commits found: 29 |
Saturday, 5 May 2018
|
10:49 antoine
Deprecate ports broken for more than 6 months
|
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Friday, 13 Oct 2017
|
11:06 bapt
Mark as broken: no public distfiles
|
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Wednesday, 7 Dec 2016
|
13:24 gerald
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
|
Friday, 25 Dec 2015
|
15:00 amdmi3
- Switch to options helpers
- Switch to new test framework
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Thursday, 14 Aug 2014
|
08:43 vanilla
Stagify.
|
Wednesday, 23 Jul 2014
|
16:44 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Monday, 10 Mar 2014
|
20:55 gerald
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)
|
Sunday, 16 Feb 2014
|
17:15 tijl
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)
|
Friday, 3 Jan 2014
|
15:53 adamw
Convert cad to MDOCS and MEXAMPLES
|
Saturday, 26 Oct 2013
|
00:52 gerald
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)
|
Friday, 20 Sep 2013
|
15:58 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
|
Monday, 2 Apr 2012
|
03:33 maho
Update to 2012.061.
This also removes one of the three remaining uses of lang/gcc34.
PR: 166565
Submitted by: bf@
Feature safe: yes
|
Sunday, 22 Nov 2009
|
19:49 pav
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Wednesday, 10 Jun 2009
|
06:11 itetcu
- 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
|
Tuesday, 4 Sep 2007
|
08:54 maho
Marked as BROKEN for sparc64; internal compiler error.
Submitted by: kris
|
Saturday, 14 Jul 2007
|
01:29 maho
Now we use USE_FORTRAN=g77 to use FORTRAN compiler.
|
Tuesday, 23 Jan 2007
|
05:20 maho
* Fix build for CURRENT.
* Grab maintainership.
|
Saturday, 20 Jan 2007
|
03:24 grog
Deprecate, mark broken, schedule for deletion, drop maintainership.
|
Friday, 12 Jan 2007
|
13:02 maho
(forced commit)
Approved by: portmgr(kris)
|
13:01 maho
* Migrate to g77-34 to fix for 7-CURRENT.
* Bump port revision.
|
Saturday, 30 Dec 2006
|
15:29 thierry
Does not depends on lang/f77 (but define WITH_FORTRAN).
PR: ports/101007
Approved by: maintainer's time-out
|
Tuesday, 22 Nov 2005
|
07:34 edwin
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
|
Friday, 7 Mar 2003
|
05:56 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Thursday, 30 Aug 2001
|
05:49 petef
- add NOPORTDOCS support to pkg-plist - use ${INSTALL_DATA} for docs, not
${INSTALL_MAN} - maintainer should be grog@FreeBSD.org, not just 'grog'
|
Sunday, 11 Feb 2001
|
06:58 grog
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.
|
Number of commits found: 29 |