| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Submitted by: kris via pointyhat
|
| |
|
|
|
|
| |
Submitted by: kris via pointyhat
|
|
|
|
|
|
| |
(2.2.2 supports gcc-3.4.x)
Submitted by: pointyhat
|
|
|
|
| |
Passed by: portlint
|
|
|
|
| |
from FreeBSD 5-current's /usr/include/c++/3.3/
|
| |
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
|
|
|
|
| |
PR: 65409
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
|
|
|
| |
1) reduce optimization level and remove
inappropreate optimization flags
2) use autoconf 257
3) remove lapack dependency
4) fix pkg-plist
|
|
|
|
| |
(Part 1)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For unbreak:
a) location of .include "${.CURDIR}/../mpqc/Makefile"
is just after the BUILD_DEPENDS to avoid override.
For clean-ups:
1) ${F77}->${FC}
2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich
3) ${MASTERDIR}/files -> ${FILESDIR}
4) remove LIB_DEPENDS for mpqc-mpich (redundant)
Reported by: bento's log
Reviewed by: okazaki and sf
|
|
|
|
| |
Pointed out by: kris
|
| |
|
|
|
|
| |
Reported by: fenner's log
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
| |
enable WITH_OPTIMIZED_FLAGS
Reviewed by: knu (mentor)
|
|
|
|
|
| |
PR: ports/39094
Submitted by: trevor
|
|
|
|
|
| |
Noticed by: sada
Reviewed by: knu (mentor)
|
|
|
|
| |
produces two identical packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. using math/atlas(added lapack, blas flags for other choices of lapack,
blas package)
It improves the performance for few percent.
2. override CFLAGS, FFLAGS for C++, C, FORTRAN compiler
3. override CC, F77, C++ for other choices of C++, C, FORTRAN compiler
4. support for parallel computing using MPI.
pass maintainership to submitter
PR: 40631
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> (new maintainer)
No Response from: original maintainer (mail bounce)
|
|
|
|
|
|
| |
unbreak
Approved by: maintainer timeout
|
| |
|
|
and program.
PR: 26908
Submitted by: batman <batman@udel.edu>
|