| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notes:
- I have (not yet) succeeded to enable MFront in this version;
- it uses math/mumps-edf, repocopied from math/mumps;
- cad/scotch is now taken out of the aster tarball;
- french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca
(the port cad/salome should be resurrected!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
| |
Changelog at
<https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1819>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
It appears that now an explicit link to libc++ is required.
Analysed with pfg@ and Thomas Helfer (tfel-mfront upstream at cea.fr).
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
| |
/usr/bin/sed -i "" -e 's|/wrkdirs/usr/ports/french/aster/work/stage||g' /wrkdirs/usr/ports/french/aster/work/stage/usr/local/aster/12.6/aster.conf
sed: /wrkdirs/usr/ports/french/aster/work/stage/usr/local/aster/12.6/aster.conf: No such file or directory
*** Error code 1
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
This brings french/eficas to 2016.0.1,
cad/astk-serveur and astk-client to 1.13.8.2,
french/med to 3.2.0 (built against hdf5-18),
bump PORTREVSION to math/metis-edf and fix soname,
and french/homard to 11.7-1.
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm
The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.
approved by: PTHREAD blanket
|
| |
|
|
|
|
|
|
| |
pkg-install
to a package name, as the former can't be attributed to a package
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
|
| |
|
| |
|
|
|
|
|
|
| |
Since I'm there, remove xemacs support.
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
| |
- Fix Homard.
|
|
|
|
| |
the upgrade to 11.6.
|
| |
|
|
|
|
|
|
|
|
| |
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
Approved by: infrastructure improvements blanket
|
| |
|
|
|
|
|
| |
Still marked BROKEN because there is some rough edges, but interesting
users can remove this line.
|
|
|
|
|
| |
Submitted by: ak
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1]
|
|
|
|
|
|
|
| |
N.B.: french/aster is still marked BROKEN, but this allows to unbreak
other ports sharing the same dependencies.
Patch for french/med provided by tijl.
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
| |
(plus this now also provides proper -rpath for GCC runtime libraries).
Approved by: thierry (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
french)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
|
|
|
|
| |
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
|
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via Pav
|
| |
|
|
|
|
|
| |
Pointy hat to: miwi
Reported by: pointyhat
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
|
|
|
|
|
|
| |
switch some dependencies from science/hdf5 to science/hdf5-18.
As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.
PR: ports/154736
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp
|
|
|
|
| |
other related ports, and depends on Tcl/Tk 8.5.
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
|
|
|
| |
- upgrade Code_Aster to 10.1.0-4 (2).
PR: ports/142516 (1)
Submitted by: Sevan Janiyan <venture37 (at) geeklan.co.uk> (1)
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
| |
bump PORTREVISION
|
|
|
|
|
|
| |
- Bump PORTREVISION if needed
- Fix some portlint errors.
|
| |
|
|
|
|
| |
Notified by: portscout via miwi
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
been touched.
Reported by: portscout
|
| |
|
| |
|
| |
|
|
|
|
| |
Analyzed by: thierry (maintainer)
|
|
|
|
|
|
|
| |
/work/a/ports/french/aster/work/aster-full-src-9.2.0/instdir/STA9.2/asteru
[FAILED]
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
Reported by: pointyhat via pav
|
| |
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
|
|
|
| |
Approved by: thierry
|
| |
|
|
|
|
| |
Discussed at: freebsd-ports@
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
| |
not be included in CPPFLAGS when ARCH != i386.
|
|
|
|
| |
Suggested by: Mathieu COURTOIS <mathieu.courtois (at) edf.fr>
|
|
|
|
|
|
| |
- Don't try to install if the catalog of elements failed.
Reported by: pointyhat via Kris
|
|
|
|
| |
Reported by: pointyhat via Kris
|
|
|
|
| |
Approved by: kris (portmgr, implicit)
|
|
|
|
|
|
| |
* Bump port revision.
Approved by: portmgr(kris)
|
|
|
|
| |
TODO: upgrade to gfortran42.
|
| |
|
|
|
|
| |
Reported by: pointyhat via Kris
|
|
|
|
|
|
|
|
| |
- Assign better CATEGORIES;
- Support gfortran;
- Add a regression-test target.
|
|
|
|
| |
Reported by: pointyhat via Kris
|
|
|
|
|
|
| |
hostname to fix the build on pointyhat and unbreak;
- Take maintainership.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Unbreak when MUMPS is built with MPICH.
Note: don't bump PORTREVISION because MUMPS / MPICH are not activated by
default.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- By default, aster will now link against Blas, unless Atlas libraries
are already installed.
Schedule note for those reluctant to update too often: Aster 8.3.0 will
be released soon.
Ordered by: Pedro F. Giffuni
|
| |
|
| |
|
|
|
|
|
| |
For Linux, --allow-multiple-definition has been added to the linker
options, but it does not seem useful for us.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
of elements".
Reported by: Kris via pointyhat
|
| |
|
|
|
|
| |
- fix a typo when editor was gvim.
|
|
|
|
|
|
| |
includes some minor updates.
Remove BROKEN on non-i386.
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
|
|
|
| |
Remark: 7.4.0 is BROKEN on FreeBSD-4.x.
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
PR: ports/62136
Submitted by: Thierry Thomas <thierry@pompo.net>
|
| |
|
|
|
|
|
| |
PR: ports/60121
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
| |
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- french/eficas from 1.4 to 1.5;
- cad/metis-edf from 3 to 3.1;
- cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21;
- french/homard from 5.5 to 6.2;
. don't install Homard automatically with Aster; like Gibi, Homard
depends on french/aster: this is more compliant with the licenses,
and it will be possible to build packages for Aster.
PR: 59312 59881
Submitted By: Thierry Thomas <thierry@pompo.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
PATCH_DEPENDS was registered => adding LIB_DEPENDS.
2) switching from tk83 to tk84 => bumping PORTREVISION.
PR: ports/55739
Submitted By: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
|
| |
(ECHO_CMD for deskutils/notebook)
PR: ports/56767-56770,56772-56774,56776-56784
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tarball has been rerolled to fix a bug in ASTK for Linux, but
they did not upgrade the version.
No impact on Code_Aster, excepted distinfo => I don't bump
PORTREVISION (nevertheless, it should be bumped by PR ports/55739).
The full story, in french, is here:
<http://www.code-aster.org/forum/read.php?f=11&;i=326&t=326>.
Fix distinfo.
Changes were in the $Id$ field and in the aster_main.sh script.
PR: ports/56287
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
| |
PR: ports/55671
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
|
|
|
|
| |
(requested by Pedro F. Giffuni);
- handle FFLAGS;
- fix default directories;
- some cleaning.
PR: ports/55431
Submitted By: Thierry Thomas <thierry@pompo.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 54915
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
EDF R&D has developed for twelve years a numerical simulation software
for structural analysis, Code_Aster. Widely used for the expertise and
maintenance of power plants and electrical networks, this tool covers
a wide range of applications today: thermal and mechanical analysis -
3D linear or non linear, static or dynamic analysis pressure vessels -
machines - civil engineering - porous media. (From the press release).
This application is in french, but there exists a translated GUI
(see the port cad/astk-client).
PR: 54766
Submitted by: thierry@pompo.net
|