1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Antoine Brodin
6159fb0751 Mark broken: Fails to build
c++  -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1   -I. -I../../../include -I/wrkdirs/usr/ports/science/psi3/work/psi3/include -I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib  -c ip_read.cc -o ip_read.o
ip_read.cc:63:3: error: use of undeclared identifier 'yyparse'
  yyparse();
  ^
ip_read.cc:105:3: error: use of undeclared identifier 'yyparse'
  yyparse();
  ^
2 errors generated.

Reported by:	pkg-fallout since february 2014
With hat:	portmgr
2014-04-12 22:00:08 +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
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
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Maho Nakata
b7143a6eec Host some documens in local-distfiles. Somehow documents are dissapeared.
The reason seems that developers are now interested in psi4.
2013-01-07 14:32:02 +00:00
Brendan Fabeny
004a7c5ac2 adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
2011-11-22 11:14:10 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Maho Nakata
47d8aef650 Build fix with gotoblas.
Feature safe:	yes.
2010-02-16 07:23:49 +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
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Maho Nakata
0c64f6a6a3 Silent update of distfiles, update is only for pdf documents.
pdf files are also updated to 3.4.0.
2009-08-10 10:06:02 +00:00
Maho Nakata
8fd989b2ba Build fix with gcc44 (upcoming)
Spotted by: gerald
2009-08-03 12:32:06 +00:00
Maho Nakata
89d4fb1fe0 Update to 3.4.0. 2009-04-21 07:45:40 +00:00
Maho Nakata
1e01e4ebe1 Fix build with gcc43.
Spotted by:	pav
2009-02-14 08:36:17 +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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Maho Nakata
0c34657aa5 A build fix. 2008-07-23 12:18:41 +00:00
Maho Nakata
a2a286f2cb * Update to 3.3.0.
* Build fix with
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes [1].

Spotted by: itetcu [1]
2008-07-23 09:27:10 +00:00
Edwin Groothuis
52d564a552 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:24:29 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Maho Nakata
e4ab67c50c * Only use gfrotran42. not using gcc42.
* Bump portrevision.
2007-01-12 10:51:44 +00:00
Maho Nakata
9dde8416f5 *bump port revision
*use gfortran compiled atlas/blas/lapack
2007-01-09 22:57:04 +00:00
Maho Nakata
b26b7a7eb6 Migrate to gfortran.
BLAS is now user settable (math/blas or math/atlas).
2007-01-09 15:18:31 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Maho Nakata
d57132f80f update to 3.2.3 2005-10-30 10:30:50 +00:00
Maho Nakata
c70e0e5a95 Fix build
pdf files are updated without changing the version number.
Recently psi3 3.2.2 has been released, and users manual,
programmers manual and installation doc pdfs are updated accordingly.

This is tempral fix and we must update to 3.2.2 soon.

Submitted by:	kris via pointyhat
Approved by:	portmgr (marcus)
2005-03-29 01:22:48 +00:00
Kris Kennaway
654d5b9628 BROKEN: Size mismatch
Approved by:    portmgr (kris)
2005-03-26 07:08:21 +00:00
Maho Nakata
9a350d5d7a remove extra dir
Submitted by:	kris via pointyhat
2005-02-06 12:10:47 +00:00
Maho Nakata
f728c099c7 fix pkg-plist
Submitted by:	kris via pointyhat
2005-01-20 05:46:19 +00:00
Kris Kennaway
6ec2397837 BROKEN on 4.x: Does not compile 2004-12-11 21:50:01 +00:00
Maho Nakata
1f75a4186c Fix build with WITH_OPTIMIZED_FLAGS defined
PR:		74013
Submitted by:	Jie Gao <gaoj at cpsc.ucalgary.ca>
2004-11-23 02:16:19 +00:00
Maho Nakata
111621a324 Fix build on 5-STABLE
Submitted by:	pointyhat
2004-09-03 02:43:49 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Maho Nakata
4e3925c125 update to 3.2.1 2004-06-16 07:14:49 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Maho Nakata
4049153e20 1) add documents
2) add note for citation in pkg-message
2004-03-19 10:02:05 +00:00
Maho Nakata
416fa53bb8 The PSI3 suite of quantum chemical programs is designed for efficient,
high-accuracy calculations of properties of small to medium-sized molecules.
The package's current capabilities include a variety of Hartree-Fock,
coupled cluster, complete-active-space self-consistent-field,
and multi-reference configuration interaction models.
Molecular point-group symmetry is utilized throughout to maximize efficiency.
2004-03-19 09:32:49 +00:00