1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
Maho Nakata
374d0a5419 support LDFLAGS (fixes libghemical)
PR:		187801
Submitted by:	tijl@
2014-03-25 06:30:21 +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
Andrej Zverev
325c9808b6 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 10:58:05 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Maho Nakata
03f8b03e09 Fix recent build on tinderbox. Somehow "sc_PsiCCSD_T.3" is not
build on tinderbox, so I removed as a quick hack.

pointed out by:	beat@
2013-01-08 04:49:03 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Thierry Thomas
48883ba9ac Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:		ports/154715
2011-02-26 09:56:51 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Thierry Thomas
f9b73ccd0b Chase the upgrade of MPICH2.
PR:		ports/151868
Approved by:	maho (maintainer)
2010-11-14 22:00:16 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +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
Thierry Thomas
532f881192 - Chase relocation of net/mpich2
- Bump PORTREVISION if needed

- Fix some portlint errors.
2009-11-28 10:44:56 +00:00
Wesley Shields
6803b62cc9 - Fix plist after doxygen update.
Noticed by:	Pav (pointyhat run)
Approved by:	maho@ (maintainer)
2009-10-21 23:25:36 +00:00
Maho Nakata
6444676d85 Build fix.
Spotted by: miwi and pav
Feature safe:	yes
2009-10-13 23:48:01 +00:00
Maho Nakata
df2a6060e1 adding extra rpath when linking after gcc44 migration.
Feature safe:	yes.
2009-10-09 02:02:09 +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
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
5fa4718fd8 Fix build on 7.0, and now correctly choose -pthread
instead of -lpthread.

Approved by:	portmgr (linimon)
2007-11-12 00:41:54 +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
ef9692c91e Correct mpich dependency. 2007-07-14 22:24:53 +00:00
Maho Nakata
c750932356 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 09:08:42 +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
8e526b257e Build fix for mpqc-mpich. 2007-02-19 07:30:58 +00:00
Maho Nakata
971b8d2d5f Fix pkg-plist.
Submitted by:	krismail
2007-02-14 05:14:04 +00:00
Maho Nakata
456373ad54 Now pkg-plist for ${PREFIX}/share/mpqc part is generated
automatically.
2007-02-12 07:11:41 +00:00
Maho Nakata
774716a88b Somehow the documents are not generated on pointyhat build.
To see how it works, generation of the documents is moved
to post-build section.
2007-02-10 05:46:37 +00:00
Maho Nakata
a740457eb6 More build logs for build fix at pointyhat.
Submitted by:	kris via pointyhat
2007-01-23 01:52:54 +00:00
Maho Nakata
e26425cc67 Add missing dependency for cblas. 2007-01-17 03:00:28 +00:00
Maho Nakata
440984cf29 * Use gfortran42 only and not gcc42.
* Bump portrevision.
2007-01-12 06:06:48 +00:00
Maho Nakata
c29bdea745 *Bump port revision
*Use gfortran compiled atlas/blas/lapack
2007-01-09 22:56:20 +00:00
Maho Nakata
d575b690b9 Migrate to gfrotran. 2007-01-09 15:01:48 +00:00
Maho Nakata
79bc5c9d32 Fix typo. 2007-01-06 22:35:25 +00:00
Maho Nakata
0ada2aeeb5 Update to 2.3.1.
* documents are now generated with doxygen.
* sort pkg-plist.
* build with libint; now supports some r12 methods.
2007-01-02 22:14:41 +00:00
Maho Nakata
cf820e116c Fix pkg-plist
Submitted by:	kris
2006-12-01 22:37:11 +00:00
Maho Nakata
dc6e867349 Add USE_LDCONFIG. 2006-11-30 00:57:58 +00:00
Maho Nakata
fc6b70fcd1 Now install shared libs as well (to prevent to pass -fPIC when
creating a static lib. to workaround esp. for amd64).
2006-11-29 21:40:05 +00:00
Maho Nakata
bbe57b83a1 * Use BLAS instead of ATLAS if ATLAS doesn't exist.
* mpich part of mpqc-mpich is moved into mpqc port.
* now use mpich2 instead of mpich.
2006-11-19 08:42:07 +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
a7afb7e0a7 Update to 2.3.0 2005-11-11 05:00:08 +00:00
Maho Nakata
a3f83ad072 Add center-of-charge patch. 2005-02-11 03:09:08 +00:00
Maho Nakata
c5ff536d19 Fix build by adding USE_BZIP2
Submitted by:	kris via pointyhat
2005-02-10 04:46:42 +00:00