Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_52 24 Jan 2025 12:18:28
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
2.3.1_51 25 Mar 2024 18:41:04
    |
Gleb Popov (arrowd)  |
science/mpqc: Move manpages to share/man
Approved by: portmgr (blanket) |
2.3.1_50 01 Jan 2024 11:49:51
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
2.3.1_49 10 Dec 2023 10:23:11
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
2.3.1_48 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.3.1_47 19 Dec 2022 14:44:58
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.1_47 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.3.1_47 20 Jul 2022 14:22:51
    |
Tobias C. Berner (tcberner)  |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
2.3.1_47 16 Dec 2021 08:49:52
    |
Dima Panov (fluffy)  |
science/mpqc: regen plist after doxygen update (+)
Add direct build dependency on LATeX when docs requsted for formulas rendering
instead of hard pulling it to everyone via doxygen.
Sponsored by: Netzkommune GmbH |
2.3.1_46 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.3.1_46 08 Jan 2021 07:47:03
  |
fluffy  |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
2.3.1_45 30 Jan 2020 14:17:44
  |
swills  |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
2.3.1_44 08 Nov 2019 03:54:11
  |
linimon  |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
2.3.1_44 26 Jul 2019 20:46:57
  |
gerald  |
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 |
2.3.1_43 22 Apr 2019 13:16:34
  |
gerald  |
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 |
2.3.1_42 05 Mar 2019 21:20:28
  |
antoine  |
Update devel/doxygen to 1.8.15
PR: 236110 |
2.3.1_41 17 Dec 2018 18:13:18
  |
yuri  |
science/mpqc: Change net/mpich2 -> net/mpich
Other port changes:
* Add the graphviz dependency
* Patch one #include that isn't found by default for some reason
* Fix WWW |
2.3.1_40 12 Dec 2018 01:35:36
  |
gerald  |
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 |
2.3.1_39 07 Sep 2018 02:23:54
  |
yuri  |
science/mpqc: Add -lmpich to LDFLAGS: this fixes science/libghemical build
science/libghemical was failing because libSCgroup.so needs MPI_* symbols
but wasn't linked to libmpich.so. |
2.3.1_38 04 Sep 2018 06:07:40
  |
yuri  |
Remove science/mpqc-mpich: Enable MPI option in science/mpqc by default
* MPICH option in science/mpqc is renamed to MPI, because MPI exists in many
other
ports and there's MPI_DESC predefined for it.
* MPI option in science/mpqc is made default. |
2.3.1_37 27 Aug 2018 22:56:44
  |
yuri  |
science/libint: Update 1.1.6 -> 1.2.1
Port changes:
* Remove USES=perl5 (not needed)
* Remove static libs
* Remove USE_GCC (not needed)
* Silence command/remove braces
* Update WWW
Take maintainership.
Bump depending ports because the library list has changed in plist. |
2.3.1_36 27 Aug 2018 22:25:05
  |
yuri  |
science/mpqc: Fix portlint warnings about non-ASCII characters; Change WWW to
https |
2.3.1_36 29 Jul 2018 22:18:46
  |
gerald  |
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 |
2.3.1_35 24 Jul 2018 20:22:16
  |
yuri  |
science/mpqc: Fix build
Two fixes:
* Force some stl-related define values because configured values are wrong
* Force the C++-98 standard because of breakage on newer clangs/systems
Reported by: fallout |
2.3.1_34 22 Jul 2018 01:36:38
  |
yuri  |
science/mpqc: Unbreak on CURRENT
For some reason, STL's endl fail and need to be std::endl only on CURRENT. |
2.3.1_34 18 Jul 2018 00:20:27
  |
yuri  |
science/mpqc: Fix library dependencies
Problems in this port caused the science/libghemical breakage
(it was labeled as DEPRECATED).
Two major fixes:
* Fix the unknown 'backtrace' symbol: libexecinfo.so dependency was missing for
libSCmisc.so
* Fix broken libint.so: -L${LOCALBASE} was missing for libSCcints.so and
libint.so was just ignored
and effectively missing
These two problems were previously attempted to be patched with "-Wl,--as-needed
-lexecinfo -Wl,--no-as-needed"
but this didn't work. So this line is now removed from Makefile, and proper
flags are supplied to
the link commands.
Other port changes:
* Take maintainership
* Add missing RUN_DEPENDS for wish:x11-toolkits/tk-wrapper
* Add CONFLICTS_BUILD
* Fix MPICH_LIB_DEPENDS to point to net/mpich2
* patch the 'wish' path in configure |
2.3.1_33 22 Jun 2018 01:15:20
  |
linimon  |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.3.1_33 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.3.1_32 15 Jan 2018 20:13:22
  |
tijl  |
Remove Doxygen generated directory manuals. They don't contain anything
important and their name contains the full path of directories which can
be different on different build systems.
Reported by: antoine |
2.3.1_31 14 Jan 2018 19:32:51
  |
tijl  |
- Patch configure instead of configure.in so USE_AUTOTOOLS can be removed.
- Use upstream build system instead of do-build and do-install.
- Rename DOCS option DOXYGEN.
- Add EXAMPLES option.
- Depend on MPICH 3 instead of 2.
- Convert to USES=blaslapack.
- Use more option helpers.
- Update pkg-descr. |
2.3.1_30 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
2.3.1_30 10 Sep 2017 20:55:39
  |
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 |
2.3.1_29 01 Apr 2017 15:23:32
  |
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 |
2.3.1_28 07 Dec 2016 13:24:57
  |
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 |
2.3.1_27 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.3.1_27 01 Oct 2015 07:04:30
  |
amdmi3  |
- Add missing manpage
- Switch to options helpers and OPTIONS_SLAVE
- Sort plist
- Fix stage-qa for mpqc-mpich |
2.3.1_26 11 Jun 2015 09:27:06
  |
amdmi3  |
- Fix shebangs
MFH: 2015Q2 |
2.3.1_25 24 Mar 2015 22:17:42
  |
marino  |
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket |
2.3.1_25 12 Nov 2014 18:48:53
  |
antoine  |
Cleanup plist |
2.3.1_25 25 Sep 2014 13:56:06
  |
marino  |
science/mpqc: Don't override libtool -version-info, bump dependent ports
We accept SHLIB version changes when moving to USE=libtool, so stop
overriding it with the intent of prevent library version changes, which
is considered the better approach over the long term. Two ports are
dependent on mpqc, so bump them for the second time today.
requested by: tijl@ |
2.3.1_24 25 Sep 2014 11:04:03
  |
marino  |
science: Fix mpqc, libint and unbreak ghemical, and libghemical atomically
science/ghemical would not link because libghemical.so (from science/
libghemical port) had never been properly linked. Links to all mpqc "SC"
libraries were added to LDFLAGS to rectify this. The configure breakage
and solution is described below.
After the version of lang/gcc was bumped from 4.7 to 4.8,
science/libghemical ceased to configure and it was marked broken. After
recreating the conftest, it was discovered that two versions incompatible
versions of libgcc_s.so were getting pulled in by the realtime linker:
the base version and the gcc48 ports version.
The base version was getting pulled in by science/libint. To unbreak
libghemical, libint is now built with lang/gcc. It was necessary to (Only the first 15 lines of the commit message are shown above ) |
2.3.1_23 10 Sep 2014 20:50:37
  |
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) |
2.3.1_22 08 Sep 2014 00:20:04
  |
marino  |
Stage science/mpqc and science/mpqc-mpich
* reset maintainer
* converted to options instead of WITH_* knobs
* moved files/manpages to pkgplist
* USES+= libtool
* modernize |
2.3.1_21 26 Aug 2014 19:55:00
  |
thierry  |
Chase the upgrade of net/mpich2.
Approved by: portmgr (non staged ports) |
2.3.1_20 06 Aug 2014 23:57:20
  |
amdmi3  |
- Bump PORTREVISION to force rebuild of .la file
Approved by: portmgr blanket |
2.3.1_19 29 Jul 2014 18:41:17
  |
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.3.1_19 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.3.1_19 14 Jul 2014 18:42:04
  |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
2.3.1_19 25 Jun 2014 05:35:32
  |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
2.3.1_19 25 Mar 2014 06:30:21
  |
maho  |
support LDFLAGS (fixes libghemical)
PR: 187801
Submitted by: tijl@ |
2.3.1_18 10 Mar 2014 20:55:22
  |
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) |
2.3.1_17 16 Feb 2014 17:15:32
  |
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) |
2.3.1_17 26 Oct 2013 00:52:36
  |
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 (Only the first 15 lines of the commit message are shown above ) |
2.3.1_16 20 Sep 2013 22:48:31
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
2.3.1_16 16 Sep 2013 10:58:05
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.3.1_16 11 May 2013 17:58:56
  |
hrs  |
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. |
2.3.1_16 06 May 2013 02:00:41
  |
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
2.3.1_16 08 Jan 2013 04:49:04
  |
maho  |
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@ |
2.3.1_15 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.3.1_14 22 Nov 2011 11:14:10
 |
bf  |
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 |
2.3.1_14 26 Feb 2011 09:56:51
 |
thierry  |
Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.
PR: ports/154715 |
2.3.1_13 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2.3.1_13 14 Nov 2010 22:00:16
 |
thierry  |
Chase the upgrade of MPICH2.
PR: ports/151868
Approved by: maho (maintainer) |
2.3.1_12 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
2.3.1_12 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.3.1_11 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.3.1_10 28 Nov 2009 10:44:56
 |
thierry  |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors. |
2.3.1_9 21 Oct 2009 23:25:38
 |
wxs  |
- Fix plist after doxygen update.
Noticed by: Pav (pointyhat run)
Approved by: maho@ (maintainer) |
2.3.1_8 13 Oct 2009 23:48:01
 |
maho  |
Build fix.
Spotted by: miwi and pav
Feature safe: yes |
2.3.1_8 09 Oct 2009 02:02:09
 |
maho  |
adding extra rpath when linking after gcc44 migration.
Feature safe: yes. |
2.3.1_7 13 Sep 2009 00:08:01
 |
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
2.3.1_6 22 Aug 2009 00:35:32
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
2.3.1_6 07 Jan 2009 16:34:27
 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
2.3.1_5 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
2.3.1_5 12 Nov 2007 00:41:54
 |
maho  |
Fix build on 7.0, and now correctly choose -pthread
instead of -lpthread.
Approved by: portmgr (linimon) |
2.3.1_5 30 Sep 2007 04:47:37
 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
2.3.1_4 14 Jul 2007 22:24:53
 |
maho  |
Correct mpich dependency. |
2.3.1_4 14 Jul 2007 09:07:26
 |
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
2.3.1_4 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.3.1_3 19 Feb 2007 07:30:59
 |
maho  |
Build fix for mpqc-mpich. |
2.3.1_3 14 Feb 2007 05:14:04
 |
maho  |
Fix pkg-plist.
Submitted by: krismail |
2.3.1_3 12 Feb 2007 07:11:41
 |
maho  |
Now pkg-plist for ${PREFIX}/share/mpqc part is generated
automatically. |
2.3.1_3 10 Feb 2007 05:46:37
 |
maho  |
Somehow the documents are not generated on pointyhat build.
To see how it works, generation of the documents is moved
to post-build section. |
2.3.1_3 23 Jan 2007 01:52:54
 |
maho  |
More build logs for build fix at pointyhat.
Submitted by: kris via pointyhat |
2.3.1_3 17 Jan 2007 03:00:28
 |
maho  |
Add missing dependency for cblas. |
2.3.1_3 12 Jan 2007 06:06:49
 |
maho  |
* Use gfortran42 only and not gcc42.
* Bump portrevision. |
2.3.1_2 09 Jan 2007 22:56:20
 |
maho  |
*Bump port revision
*Use gfortran compiled atlas/blas/lapack |
2.3.1_1 09 Jan 2007 15:01:48
 |
maho  |
Migrate to gfrotran. |
2.3.1 06 Jan 2007 22:35:25
 |
maho  |
Fix typo. |
2.3.1 02 Jan 2007 22:14:41
 |
maho  |
Update to 2.3.1.
* documents are now generated with doxygen.
* sort pkg-plist.
* build with libint; now supports some r12 methods. |
2.3.0 01 Dec 2006 22:37:11
 |
maho  |
Fix pkg-plist
Submitted by: kris |
2.3.0 30 Nov 2006 00:57:58
 |
maho  |
Add USE_LDCONFIG. |
2.3.0 29 Nov 2006 21:40:06
 |
maho  |
Now install shared libs as well (to prevent to pass -fPIC when
creating a static lib. to workaround esp. for amd64). |
2.3.0 19 Nov 2006 08:42:07
 |
maho  |
* 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. |
2.3.0 24 Jan 2006 01:01:36
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.3.0 15 Nov 2005 06:52:12
 |
ade  |
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. |
2.3.0 11 Nov 2005 05:00:08
 |
maho  |
Update to 2.3.0 |
2.2.3 11 Feb 2005 03:09:08
 |
maho  |
Add center-of-charge patch. |
2.2.3 10 Feb 2005 04:46:42
 |
maho  |
Fix build by adding USE_BZIP2
Submitted by: kris via pointyhat |