Commit graph

72 commits

Author SHA1 Message Date
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
Adam Weinberger
0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 20:55:27 +00:00
Antoine Brodin
83f2653d3b Stage support
With hat:	portmgr
2014-04-05 16:30:29 +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
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
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Maho Nakata
8490a95289 Remove distinfo
Spotted by: bf
2012-01-23 11:54:28 +00:00
Maho Nakata
a20eb23df8 * Make the BLAS port the secondary port of LAPACK.
* Version number of BLAS port is now accord with LAPACK port.

Submitted by:	bf
2012-01-23 01:16:10 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Maho Nakata
844f80b10f Fix build on FBSD 6.
PR:		150918
Submitted by:	glarkin@, bf@
Spotted by: Pointyhat
2010-09-27 05:25:39 +00:00
Maho Nakata
6e6899e26e Correct handling profiled libraries.
PR:		150174
Submitted by:	bf@
2010-09-19 22:23:22 +00:00
Brendan Fabeny
622b77a492 Respect LDFLAGS; add ELF DT_NEEDED tags to shared libraries;
use one toolchain consistently; build profiling libraries

PR:		117923
Approved by:	maho (maintainer), makc (co-mentor)
2010-08-30 07:26:27 +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
Maho Nakata
4dedcccd3f Fix build for blas depended ports.
Submitted by:	pav
2007-09-10 03:04:20 +00:00
Maho Nakata
d920629ac4 Make fetchable. The distfile has been changed and taking the diff
of old and new one, I only see non-functional changes.
Also setting netlib.org as the primal mastersite is appropreate.

Submitted by: vittorio <vdemart1@tin.it>
2007-09-07 01:18:58 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Maho Nakata
2f93b8a690 Now we USE_FORTRAN=yes for using FORTRAN compiler. 2007-07-12 06:24:38 +00:00
Maho Nakata
291d5aa3f1 A cosmetic change. 2007-01-23 08:09:59 +00:00
Maho Nakata
ca145175f4 Pass maintainership.
Approved by:	stas (maintainer)
2007-01-16 23:41:45 +00:00
Maho Nakata
968c3e16c6 Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
2007-01-16 02:39:08 +00:00
Maho Nakata
5cc63d4c44 Migrate to gfortran.
Approved by:	stas (maintainer)
2007-01-09 12:00:26 +00:00
Stanislav Sedov
dcd18738cc - Fix compiling with oncoming gcc41.
Reported by:	pointyhat run
Approved by:	sem (mentor)
2006-10-01 20:05:53 +00:00
Rong-En Fan
59777a4d94 - Respect DESTDIR
- Use PLIST_FILES
- Pass maintainership to submitter

PR:		ports/102111
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-16 16:43:18 +00:00
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Cheng-Lung Sung
e9a0507ab5 - like ports/96420, fix incomplete library
PR:		97613
Submitted by:	Rong-En Fan
2006-05-22 14:52:25 +00:00
Thierry Thomas
e5c4b6f303 Register conflicts with math/elmer-mathlibs and pet portlint. 2006-04-24 19:57:20 +00:00
Emanuel Haupt
ca5d0a9755 This port now respects FFLAGS.
PR:		95521
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-04-13 17:53:11 +00:00
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Bill Fenner
0895fef2d5 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.
Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to
the UK Mirror Service, ftp.mirrorservice.org.

Approved By: portmgr (linimon)
2005-09-30 17:48:57 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Michael Haro
64e9275a2c remove aout support 2000-03-23 20:23:12 +00:00
Chris D. Faulhaber
6b5eb6aff4 * Fixed MASTER_SITES
* Supported NO_WRKSUBDIR
* Added WWW: line into pkg/DESCR

PR:		15468
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 17:13:45 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Satoshi Asami
fef857c6e3 Create libblas.so symlink in a.out case. 1998-09-28 09:44:23 +00:00
Steve Price
ce0aa80c4b Convert to ELF. 1998-09-27 05:36:06 +00:00
Steve Price
ec0192a303 Pick up blas.tgz since to other distfiles seemed to have
disappeared.
1998-08-09 00:05:53 +00:00
Marc G. Fournier
f97f38d4d2 Looked in the wrong directory (linpack vs blas) ... 1998-07-09 03:42:14 +00:00
Marc G. Fournier
748b359ec0 Forgot a backslash in the MASTER_SITES list...
Submitted by:	Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
1998-07-08 11:54:51 +00:00
Marc G. Fournier
229c7f4d6d Add two sites for retrieving, remove ftp.netlib.org 1998-07-07 19:21:19 +00:00