| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
| |
RLN is based on install(1) and -s means "run strip(1) on the installed
binary". install(1) ignores -s when it makes a link, so it "works"
now instead of failing when it links non-binaries.
Notes:
svn path=/head/; revision=490256
|
|
|
|
|
|
|
|
|
|
| |
While here, update LICENSE, clean up, pet portlint
PR: 234589
Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)
Notes:
svn path=/head/; revision=490252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
| |
Avoids an issue with verion going backwards.
Notes:
svn path=/head/; revision=455658
|
|
|
|
|
|
|
|
|
|
| |
While here, remove unecessary pkg-install/deinstall
PR: 223905
Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)
Notes:
svn path=/head/; revision=455594
|
|
|
|
| |
Notes:
svn path=/head/; revision=428340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427552
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415500
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=404320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo to 2.2a
- Simplify DISTNAME/DISTFILES/MASTER_SITES/WRKSRC handling
- Clean up language in COMMENT (mcstas-comps only)
- Use PORTVERSION in PLIST_SUB and %%PORTVERSION%% in pkg-plist as
as port installs self-contained under ${PREFIX}/mcstas/${PORTVERSION}
- Add pkg-install/pkg-install to SUB_FILES and rename appropriately
- Use PREFIX in pkg-install.in/pkg-deinstall.in
- Remove the post-fetch routines
- Switch unnecessary bsd.port.(pre|post).mk include to just bsd.port.mk
- Sync pkg-descr verbiage between ports and wrap at 76 characters
PR: 204223
PR: 204224
Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> (maintainer)
Notes:
svn path=/head/; revision=401313
|
|
|
|
|
|
|
| |
Submitted by: az
Notes:
svn path=/head/; revision=376336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Monte Carlo ray tracing simulations of neutron experiments.
McStas is a tool for simulating neutron instrumentation and experiments
using a ray-tracing formalism. Currently the main use of McStas is
in the field of instrument design.
WWW: http://www.mcstas.org
PR: 194846
Submitted by: Erik B. Knudsen <erkn@fysik.dtu.dk>
Notes:
svn path=/head/; revision=376284
|
|
|
|
| |
Notes:
svn path=/head/; revision=366980
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=362126
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355908
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=347809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
| |
science)
Notes:
svn path=/head/; revision=327767
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326873
|
|
|
|
| |
Notes:
svn path=/head/; revision=317182
|
|
|
|
|
|
|
|
|
|
|
| |
perl: not found
"Makefile", line 28: warning: "perl -V:archname" returned non-zero status
PR: ports/174576
Approved by: maintainer timeout (>2 months via email)
Notes:
svn path=/head/; revision=314124
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300277
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
Approved by: wen@ (mentor)
Notes:
svn path=/head/; revision=281802
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: http://www.mcstas.org/download/src/CHANGES
PR: ports/159158
Submitted by: C-S <c-s@c-s.li> (maintainer)
Notes:
svn path=/head/; revision=280424
|
|
|
|
| |
Notes:
svn path=/head/; revision=276984
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/149822
Submitted by: C-S <c-s AT c-s.li>
Notes:
svn path=/head/; revision=259713
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
bump PORTREVISION
Notes:
svn path=/head/; revision=245074
|
|
|
|
|
|
|
| |
response to email. We hope to see him back again sometime.
Notes:
svn path=/head/; revision=233796
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
| |
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr
Notes:
svn path=/head/; revision=165142
|
|
|
|
|
|
|
|
| |
PR: ports/93941
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Notes:
svn path=/head/; revision=159198
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
McStas is an ongoing project to create a general tool for simulating neutron
scattering instruments. The project is conducted at Risoe National Laboratory
in cooperation with the ILL.
McStas is based on a compiler that reads a high-level specification language
defining the instrument to be simulated and produces C code that performs the
Monte Carlo Simulation.
WWW: http://neutron.risoe.dk/
PR: ports/66031
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Notes:
svn path=/head/; revision=129176
|