| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=428057
|
|
|
|
|
|
|
| |
Changelog at https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1818
Notes:
svn path=/head/; revision=427463
|
|
|
|
|
|
|
|
| |
Two releases of HDF5 are available for download. HDF5-1.10 should read files
created with earlier releases, but problem arise with MED and this version.
Notes:
svn path=/head/; revision=426038
|
|
|
|
| |
Notes:
svn path=/head/; revision=352858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=349414
|
|
|
|
|
|
|
|
|
|
| |
on versions of FreeBSD where the base system binutils is too old to link
object files generated by lang/gcc (gfortran).
PR: ports/187252
Notes:
svn path=/head/; revision=347410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=344614
|
|
|
|
| |
Notes:
svn path=/head/; revision=336191
|
|
|
|
|
|
|
| |
- Remove NO_LATEST_LINK
Notes:
svn path=/head/; revision=336089
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=328226
|
|
|
|
|
|
|
| |
science)
Notes:
svn path=/head/; revision=327767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Cosmetic change
- Take maintainership
- Reformat pkg-descr
Changes: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.10-patch1/src/hdf5-1.8.10-patch1-RELEASE.txt
PR: ports/176809
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 24 weeks)
Notes:
svn path=/head/; revision=325778
|
|
|
|
| |
Notes:
svn path=/head/; revision=316757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Restore missing newline at the end of patch file
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR: ports/168142
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days)
Notes:
svn path=/head/; revision=298611
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
Fix bad shell scripts; all regression tests pass now
PR: ports/163595
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer timeout (49 days)
Notes:
svn path=/head/; revision=291135
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
| |
Notes:
svn path=/head/; revision=284614
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR: ports/158394
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 16 days)
Notes:
svn path=/head/; revision=277734
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR: ports/155458
Submitted by: Rob Farmer <rfarmer AT predatorlabs.net>
Approved by: Quincey Koziol <koziol AT hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=270731
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add option: DEBUG
Changes: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR: ports/153400 (based on)
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer (timeout, 17 days)
Notes:
svn path=/head/; revision=267538
|
|
|
|
|
|
|
| |
Submitted by: sunpoet@sunpoet.net (via email)
Notes:
svn path=/head/; revision=253758
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=253698
|
|
|
|
|
|
|
|
|
| |
PR: ports/144782
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: koziol@hdfgroup.org (maintainer, implicit, timeout - 49 days)
Notes:
svn path=/head/; revision=253694
|
|
|
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
Notes:
svn path=/head/; revision=241308
|
|
|
|
|
|
|
|
|
| |
PR: ports/138052
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=240825
|
|
|
|
| |
Notes:
svn path=/head/; revision=239935
|
|
|
|
| |
Notes:
svn path=/head/; revision=234941
|
|
|
|
| |
Notes:
svn path=/head/; revision=225403
|
|
|
|
|
|
|
|
|
| |
PR: 128988
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=223315
|
|
|
|
|
|
|
|
|
| |
PR: 128962
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=223278
|
|
|
|
|
|
|
|
|
|
|
| |
- This also resulted in cleanups to the build
- No functional change
PR: 124785
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Notes:
svn path=/head/; revision=215443
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix NOPORTEXAMPLES
PR: 121731
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
miwi
Approved by: maintainer
Notes:
svn path=/head/; revision=214066
|
|
|
|
|
|
|
| |
(due to the maximum ftp.hdfgroup.org number of allowed clients is 20.)
Notes:
svn path=/head/; revision=208639
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
PR: ports/121195
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Notes:
svn path=/head/; revision=208193
|
|
|
|
| |
Notes:
svn path=/head/; revision=207903
|
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via pav
Approved by: stas (mentor, implicit)
Notes:
svn path=/head/; revision=203822
|
|
|
|
|
|
|
|
|
| |
PR: ports/118228
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer), stas (mentor, implicit)
Notes:
svn path=/head/; revision=203494
|
|
|
|
|
|
|
|
|
| |
the port can be upgraded to the newest version after the freeze.
Approved by: portmgr (self), Quincey Koziol <koziol@hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=202777
|
|
|
|
|
|
|
| |
to fix the fetch. This will also allow me to flush a bad distfile on ftp.
Notes:
svn path=/head/; revision=201941
|
|
|
|
| |
Notes:
svn path=/head/; revision=196877
|
|
|
|
|
|
|
|
|
| |
PR: 112245
Submitted by: CHAO Shin <quakelee@cn.FreeBSD.org>
Approved by: itetcu (mentor)
Notes:
svn path=/head/; revision=191335
|
|
|
|
|
|
|
| |
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer) via email
Notes:
svn path=/head/; revision=186917
|
|
|
|
|
|
|
|
| |
PR: ports/110043
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes:
svn path=/head/; revision=186912
|
|
|
|
|
|
|
|
|
| |
PR: ports/108982
Submitted by: CHAO Shin <quake at cn.freebsd.org>
Approved by: alexbl (mentor, implicit), Quincey Koziol <koziol at hdfgroup.org> (maintainer)
Notes:
svn path=/head/; revision=184793
|
|
|
|
|
|
|
|
|
| |
PR: ports/96907
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer)
Notes:
svn path=/head/; revision=161595
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
| |
PR: 80873
Submitted by: me
Approved by: maintainer
Notes:
svn path=/head/; revision=135033
|