| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=382100
|
|
|
|
| |
Notes:
svn path=/head/; revision=379319
|
|
|
|
|
|
|
|
|
| |
pkg-install
to a package name, as the former can't be attributed to a package
Notes:
svn path=/head/; revision=377795
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=377318
|
|
|
|
| |
Notes:
svn path=/head/; revision=376361
|
|
|
|
| |
Notes:
svn path=/head/; revision=371274
|
|
|
|
|
|
|
|
|
| |
Since I'm there, remove xemacs support.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=369742
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
| |
- Fix Homard.
Notes:
svn path=/head/; revision=365235
|
|
|
|
|
|
|
| |
the upgrade to 11.6.
Notes:
svn path=/head/; revision=362842
|
|
|
|
| |
Notes:
svn path=/head/; revision=356172
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=355682
|
|
|
|
| |
Notes:
svn path=/head/; revision=355433
|
|
|
|
|
|
|
|
| |
Still marked BROKEN because there is some rough edges, but interesting
users can remove this line.
Notes:
svn path=/head/; revision=354003
|
|
|
|
|
|
|
|
| |
Submitted by: ak
With hat: portmgr
Notes:
svn path=/head/; revision=352993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=352854
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=348597
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=347309
|
|
|
|
|
|
|
|
|
| |
(plus this now also provides proper -rpath for GCC runtime libraries).
Approved by: thierry (maintainer)
Notes:
svn path=/head/; revision=345763
|
|
|
|
| |
Notes:
svn path=/head/; revision=344853
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes:
svn path=/head/; revision=339634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
french)
Notes:
svn path=/head/; revision=327728
|
|
|
|
| |
Notes:
svn path=/head/; revision=314686
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=313635
|
|
|
|
|
|
|
|
| |
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Notes:
svn path=/head/; revision=311476
|
|
|
|
| |
Notes:
svn path=/head/; revision=300604
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=297369
|
|
|
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
Notes:
svn path=/head/; revision=287217
|
|
|
|
|
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
Notes:
svn path=/head/; revision=286242
|
|
|
|
| |
Notes:
svn path=/head/; revision=285212
|
|
|
|
| |
Notes:
svn path=/head/; revision=280545
|
|
|
|
| |
Notes:
svn path=/head/; revision=277735
|
|
|
|
|
|
|
| |
Reported by: pointyhat via Pav
Notes:
svn path=/head/; revision=277642
|
|
|
|
| |
Notes:
svn path=/head/; revision=273475
|
|
|
|
|
|
|
|
| |
Pointy hat to: miwi
Reported by: pointyhat
Notes:
svn path=/head/; revision=271424
|
|
|
|
|
|
|
| |
With hat: portmgr (myself)
Notes:
svn path=/head/; revision=271274
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=269791
|
|
|
|
| |
Notes:
svn path=/head/; revision=267147
|
|
|
|
| |
Notes:
svn path=/head/; revision=264536
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=263705
|
|
|
|
|
|
|
| |
other related ports, and depends on Tcl/Tk 8.5.
Notes:
svn path=/head/; revision=261296
|
|
|
|
| |
Notes:
svn path=/head/; revision=259587
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
|
|
| |
- upgrade Code_Aster to 10.1.0-4 (2).
PR: ports/142516 (1)
Submitted by: Sevan Janiyan <venture37 (at) geeklan.co.uk> (1)
Notes:
svn path=/head/; revision=251549
|
|
|
|
| |
Notes:
svn path=/head/; revision=249749
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=249491
|