notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: math/atlas/Makefile
SVNWeb

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »  

Tue, 20 Dec 2022
[ 10:25 Thierry Thomas (thierry) search for other commits by this committer Author: alt2600@icloud.com ]    commit hash:2ee2df44b2f26bc84893f13b592e8ef2e55da4ed  commit hash:2ee2df44b2f26bc84893f13b592e8ef2e55da4ed  commit hash:2ee2df44b2f26bc84893f13b592e8ef2e55da4ed  2ee2df4 
math/atlas: build full lapack

Some symbols had been eliminated with the previous release.

PR:		268422
Reported by:	alt2600 (at) icloud.com
Thu, 15 Dec 2022
[ 16:22 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:dbbffaebd4cfbfe9f43651c419443565446a979e  commit hash:dbbffaebd4cfbfe9f43651c419443565446a979e  commit hash:dbbffaebd4cfbfe9f43651c419443565446a979e  dbbffae  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
math/atlas: upgrade to 3.10.3

The development iof ATLAS seems stalled, but some people still use it:
upgrade it to the latest stable version, to support some more platforms.

Changelog available from
<https://sourceforge.net/projects/math-atlas/files/Stable/3.10.3/ChangeLog/download>.

Next step: resurrect atlas-devel and upgrade it to the latest "unstable
release", 3.11.41, dated 2018-10-05…
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Wed, 21 Jul 2021
[ 20:48 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:75752cd50be8de2ff11026bf3a536bcad6245a8f  commit hash:75752cd50be8de2ff11026bf3a536bcad6245a8f  commit hash:75752cd50be8de2ff11026bf3a536bcad6245a8f  75752cd 
math/atlas: unbreak after math/lapack + various fixes

The latest upgrade of math/lapack broke ATLAS, due to the lack of the
post-target, but anyways it was broken in many others ways:

- gmake is required (the fixes ifdef / #ifdef are not sufficient)

- -fPIC is needed everywhere

- fix EXTRA_FFLAGS

- remove a conflict with atlas-devel.

PR:		257122
Reported by:	alt2600 (at) icloud.com
MFH:		2021Q3
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Mon, 22 Apr 2019
[ 13:16 gerald search for other commits by this committer ] Original commit   Revision:499638 (Only the first 10 of 225 ports in this commit are shown above. View all ports for this commit)
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sun, 14 Oct 2018
[ 18:07 yuri search for other commits by this committer ] Original commit   Revision:482101
math/atlas: Fix build by removing empty directories

It was installing some empty directories under DATADIR which PORTDATA=* doesn't
handle.
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Thu, 10 May 2018
[ 06:22 yuri search for other commits by this committer ] Original commit   Revision:469505
math/atlas: Add PKGNAMESUFFIX to prevent the package name conflict with
devel/atlas

devel/atlas produces the package Atlas-0.5.2_2. When it is installed, 'make
install'
in math/atlas failed without an error message. This is probably a bug in
'pkg-static'.
'pkg add atlas-3.8.4_13,1.txz' complained about the package name conflict.
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Dec 2016
[ 13:24 gerald search for other commits by this committer ] Original commit   Revision:428057 (Only the first 10 of 227 ports in this commit are shown above. View all ports for this commit)
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
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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).

In particular that is 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.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 4 Apr 2015
[ 12:58 demon search for other commits by this committer ] Original commit   Revision:383217
Simplify things: always build both shared and static libs.
Some ports (py-scipy for instance) have indirect deps on ATLAS (via py-numpy)
and require specific (static) version to work.
Wed, 25 Mar 2015
[ 07:37 marino search for other commits by this committer ] Original commit   Revision:382199 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
math category: Remove $PTHREAD_LIBS

Note that math/PDL did not pass stage-QA before, so it was fixed.

approved by:	PTHREAD blanket
Sun, 7 Dec 2014
[ 16:31 feld search for other commits by this committer ] Original commit   Revision:374217 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update "BSD" license in math category
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 21 Aug 2014
[ 12:58 marino search for other commits by this committer ] Original commit   Revision:365553
math/atlas: Fix OPTIONS handling, add log control option

Add an option to the menu to control whether the tuning info and build
logs are installed.  install these files uncompressed plain text instead
of compressed tarballs

PR:		192823
Submitted by:	Don Lewis
Sun, 17 Aug 2014
[ 23:19 marino search for other commits by this committer ] Original commit   Revision:365261
Stage math/atlas and reset maintainer

PR:		192744
Submitted by:	Don Lewis
Tue, 29 Jul 2014
[ 20:55 adamw search for other commits by this committer ] Original commit   Revision:363390 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 16 Jul 2014
[ 08:26 bapt search for other commits by this committer ] Original commit   Revision:362050 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Sat, 15 Mar 2014
[ 19:01 tijl search for other commits by this committer ] Original commit   Revision:348373
Fixup for USES=fortran conversion.  These ports require USE_GCC=yes
because they depend on gcc specific optimisation flags.

While here use USES=tar:bzip2.

PR:		ports/187501
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 16 Feb 2014
[ 17:15 tijl search for other commits by this committer ] Original commit   Revision:344614 (Only the first 10 of 211 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:327746 (Only the first 10 of 665 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Wed, 5 Jun 2013
[ 14:11 bapt search for other commits by this committer ] Original commit   Revision:319993
Convert to new options framework
Sun, 14 Oct 2012
[ 18:04 bf search for other commits by this committer ] Original commit   Revision:305888
fix compiler runtime library path after recent changes to bsd.gcc.mk

Prodded by:	gerald
Feature safe:	yes
Sat, 9 Jun 2012
[ 04:55 bf search for other commits by this committer ] Original commit 
add some CONFLICTS [1]; minor clean-up

Reported by:    S.-M. Silber [1]
Mon, 13 Feb 2012
[ 22:28 bf search for other commits by this committer ] Original commit 
restore the explicit pointer bitwidth configure argument, to prevent
misconfiguration on some machines

PR:             162686
Submitted by:   truckman (different patch)
Tue, 24 Jan 2012
[ 10:47 bf search for other commits by this committer ] Original commit 
make a small build adjustment after the recent math/lapack changes
Sat, 24 Sep 2011
[ 18:36 bf search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 3.8.4 before the 3.10 release; clean up (substantially
reduce build times, introduce options, drop unneeded dependencies,
and make linking with ATLAS shared libraries easier)

Thanks to maho and A. Shterenlikht for review and testing, and to
mm, T.  Ludwig, skreuzer, and E. Lemos de Sa for reminders or related
submissions

PR:             117923, 139169, 155650, 159876
Thu, 21 Jul 2011
[ 16:21 bf search for other commits by this committer ] Original commit 
Tell portscout to look for stable releases only,
using the upstream convention
Tue, 10 May 2011
[ 14:20 bf search for other commits by this committer ] Original commit 
Assume maintainership: the former maintainer
is busy

Approved by:    maho
Tue, 10 Nov 2009
[ 11:09 maho search for other commits by this committer ] Original commit 
Add conflict line.

Submitted by:   "b. f." <bf1783@googlemail.com>
Sun, 13 Sep 2009
[ 00:08 gerald search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Tue, 21 Apr 2009
[ 07:46 maho search for other commits by this committer ] Original commit 
Update to 3.8.3.
Wed, 7 Jan 2009
[ 16:34 gerald search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Thu, 12 Jun 2008
[ 07:28 maho search for other commits by this committer ] Original commit 
Update to 3.8.2.

Submitted by:    Kengo Ichiki <ichiki@ualberta.ca>
Slightly modified so that his patches fit ports policy.
Thu, 7 Feb 2008
[ 07:47 maho search for other commits by this committer ] Original commit 
* Fix bug listed in http://math-atlas.sourceforge.net/errata.html#RMAAT .
* Bump portrevision.
* Fix pkg-descr. Still do not pass portlint though.

Submitted by:   bf <bf2006a@yahoo.com>
Mon, 7 Jan 2008
[ 00:24 maho search for other commits by this committer ] Original commit 
Use MANUAL_PACKAGE_BUILD instead.
Wed, 19 Dec 2007
[ 22:47 maho search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update to 3.8.0.

Only verified on i386 and amd64 FreeBSD 7BETA.

Discussions with: bf <bf2006a@yahoo.com>, truckman
and Tijl Coosemans <tijl@ulyssis.org>.

PR: 118270 and 118271
Sun, 30 Sep 2007
[ 04:02 maho search for other commits by this committer ] Original commit 
Using new LAPACK 3.1.1 port (threfore BUMPPORTREVISION)
and unbreak.
Sat, 29 Sep 2007
[ 12:57 maho search for other commits by this committer ] Original commit 
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.
Mon, 30 Jul 2007
[ 08:04 maho search for other commits by this committer ] Original commit 
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.

Spotted by:     Li-Lun \"Leland\" Wang" <llwang@infor.org>
Thu, 12 Jul 2007
[ 08:10 maho search for other commits by this committer ] Original commit 
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Thu, 8 Mar 2007
[ 08:26 maho search for other commits by this committer ] Original commit 
Fix errata listed at http://math-atlas.sourceforge.net/errata.html and
bump portrevision.

Submitted by:   bf <bf2006a@yahoo.com>
Tue, 16 Jan 2007
[ 02:39 maho search for other commits by this committer ] Original commit 
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
Mon, 15 Jan 2007
[ 05:45 maho search for other commits by this committer ] Original commit 
Atlas should not depend on GNU F77. Now
it doesn't expect existence of /usr/include/g2c.h
Sun, 14 Jan 2007
[ 13:26 thierry search for other commits by this committer ] Original commit 
gmake is needed as a build dependency.

Approved by:    maho
Thu, 11 Jan 2007
[ 21:42 maho search for other commits by this committer ] Original commit 
Fix build with WITH_OPTIMIZED_FLAGS.
[ 07:03 maho search for other commits by this committer ] Original commit 
* Migrate to gfortran. but stock GCC is used.
* lapack/blas are compiled with gforntran, thus we build TEST section as well.
Tue, 9 Jan 2007
[ 22:39 maho search for other commits by this committer ] Original commit 
* Shared lib number has been bumped 1 to 2
* Bump port revision
Sat, 6 Jan 2007
[ 22:18 maho search for other commits by this committer ] Original commit 
* Migrate to gfortran.
* portlint.
* (option) Installing benchmark tests for real FLOPS.
* Bump portrevision.
Mon, 7 Aug 2006
[ 01:40 maho search for other commits by this committer ] Original commit 
Fix error when WITH_OPTIMIZED_FLAGS is specified.

PR:             100991
Submitted by:   Masayuki Takemura <ICG04984@nifty.com>
Sun, 9 Jul 2006
[ 01:35 maho search for other commits by this committer ] Original commit 
A better WITH_OPTIMIZED_FLAGS.
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Wed, 26 Apr 2006
[ 05:13 maho search for other commits by this committer ] Original commit 
Register conflicts with math/elmer-mathlibs.

Submitted by:   thierry and
                Pedro F. Giffuni <giffunip@asme.org>
Tue, 14 Feb 2006
[ 02:30 maho search for other commits by this committer ] Original commit 
o cleanups
o faster build time; 4h45m19.23s for my Pentium M 1.6G.
  now static libs are build via knob, timing torerance patch is applied via
knob.

Submitted by:   many
Wed, 7 Sep 2005
[ 01:52 kris search for other commits by this committer ] Original commit 
Set NO_PACKAGE: atlas optimizes for the local machine, so a package is not
generally useful.

Reviewed by:    maho (maintainer)
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Tue, 25 Jan 2005
[ 05:47 maho search for other commits by this committer ] Original commit 
Add a warning message

Suggested by: Rob D. <162144@gmail.com>
[ 05:40 maho search for other commits by this committer ] Original commit 
Reduce optimization level so that not get trapped
at infinite loop
Sun, 24 Oct 2004
[ 03:40 maho search for other commits by this committer ] Original commit 
Forced commit
Actually this report was submitted by mharo,
and eik kindly told me how to fix.

PR:     71095
Submitted by:   mharo
[ 03:37 maho search for other commits by this committer ] Original commit 
Avoid the use of != statements in ports Makefile

PR:             71095
Submitted by:   eik
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Thu, 2 Sep 2004
[ 00:25 maho search for other commits by this committer ] Original commit 
type -> arch

Pointy hat to: maho
Wed, 1 Sep 2004
[ 09:59 maho search for other commits by this committer ] Original commit 
Build fix for 5-STABLE
Wed, 18 Aug 2004
[ 05:46 maho search for other commits by this committer ] Original commit 
o Significantly performance loss by overriding several
  optimization flags...
o update to 3.7.8
Wed, 14 Jul 2004
[ 04:49 maho search for other commits by this committer ] Original commit 
1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
Thu, 6 May 2004
[ 19:49 maho search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Make portlint happy by replacing space to tab

PR:             65409
Submitted by:   trevor
Tue, 30 Mar 2004
[ 14:49 maho search for other commits by this committer ] Original commit 
make portlint happy
Sat, 20 Mar 2004
[ 05:20 maho search for other commits by this committer ] Original commit 
Do not hardcord PICFLAG
Submitted by:   ru
Fri, 19 Mar 2004
[ 04:20 maho search for other commits by this committer ] Original commit 
Backout previous change of PICFLAG, since
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:

--
"-fpic" is a [minor?] optimization for machines that can handle it:

  -fpic
    Generate position-independent code (PIC) suitable for use in a shared
    library, if supported for the target machine. Such code accesses all
    constant addresses through a global offset table (GOT). The dynamic
    loader resolves the GOT entries when the program starts (the dynamic
    loader is not part of GCC; it is part of the operating system). If
    the GOT size for the linked executable exceeds a machine-specific
    maximum size, you get an error message from the linker indicating
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 18 Mar 2004
[ 23:06 maho search for other commits by this committer ] Original commit 
-fPIC is appropreate on all architectures.

Submitted by: kris
Wed, 17 Mar 2004
[ 09:46 maho search for other commits by this committer ] Original commit 
Fix build on alpha 4-stable

Submitted by:   kris via bento
Sat, 28 Feb 2004
[ 09:45 maho search for other commits by this committer ] Original commit 
Update to 3.6.0
Sun, 1 Feb 2004
[ 02:04 maho search for other commits by this committer ] Original commit 
math/atlas should not LIB_DEPENDS on math/lapack.
lapack is required only for building.

PR:             61963
Submitted by:   AMAKAWA Shuhei <sa264@cam.ac.uk>
Fri, 8 Aug 2003
[ 10:42 maho search for other commits by this committer ] Original commit 
Backout to 3.5.5
a) newer version build fails like:
/usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b1'
/usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b0'

b) Define PORTEPOCH=1

Reported by:    Pedro F. Giffuni <giffunip@yahoo.com>
                kris
                Thierry Thomas <thierry@pompo.net>
                Jonathan <j.e.drews@worldnet.att.net>
Sat, 2 Aug 2003
[ 16:11 maho search for other commits by this committer ] Original commit 
Fix build on 4-STABLE disabiling sanity check.

Submitted by:   kris via bento
                "Dannis 't Hart" <dchart@dds.nl>
Tue, 29 Jul 2003
[ 15:50 maho search for other commits by this committer ] Original commit 
Update to 3.5.7
Wed, 2 Jul 2003
[ 23:03 maho search for other commits by this committer ] Original commit 
1. update to 3.5.6
2. rename suffix of threaded libs from thr to _r.
[ 21:39 maho search for other commits by this committer ] Original commit 
build both threaded/non-threaded libraries
which introduced some kludge...

Reported by:            kris    (broken on bento for lapack++)
Suggestion from:        "Pedro F. Giffuni" <giffunip@yahoo.com>
Mon, 30 Jun 2003
[ 19:19 maho search for other commits by this committer ] Original commit 
update to 3.5.5

Submitted by:   Thomas Gellekum <Thomas.Gellekum@gmx.de>
Wed, 11 Jun 2003
[ 04:17 maho search for other commits by this committer ] Original commit 
1. make atlas thread safe
2. set an option that force atlas to make threaded
3. bump port revision
[ 00:17 maho search for other commits by this committer ] Original commit 
Update to 2.5.2
Sun, 4 May 2003
[ 01:02 maho search for other commits by this committer ] Original commit 
1. Update to 2.5.1
2. change maintainer's e-mail address.
Fri, 21 Feb 2003
[ 12:44 knu search for other commits by this committer ] Original commit  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Mon, 19 Aug 2002
[ 16:20 naddy search for other commits by this committer ] Original commit 
Fix build on alpha.

PR:             41770
Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Mon, 15 Jul 2002
[ 10:41 ijliao search for other commits by this committer ] Original commit 
fix on p4 architecture
bump portrevision

PR:             40321
Submitted by:   maintainer
Sat, 22 Jun 2002
[ 07:54 yoichi search for other commits by this committer ] Original commit 
Update to 3.4.1. (Use patch posted to ports-jp@ list)

PR:             37663
Submitted by:   maintainer

Number of commits found: 102 (showing only 100 on this page)

1 | 2  »