| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=354450
|
|
|
|
|
|
|
|
|
| |
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by: mat
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=335658
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327371
|
|
|
|
|
|
|
|
|
|
|
| |
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
Notes:
svn path=/head/; revision=326316
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
(2) Add patch from trunk to support FRAM devices.
PR: ports/172352 (2)
Feature safe: yes
Notes:
svn path=/head/; revision=306070
|
|
|
|
|
|
|
|
|
|
| |
gcc is 4.6.3
binutils is 2.21.1a
Feature safe: yes
Notes:
svn path=/head/; revision=294385
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes an error when calculating strlen on an auto-storage char array that
happens be zero bytes offset from the stack pointer.
extern unsigned int strlen (const char *s);
void setval (char* str, int len);
void useval (const char* str, unsigned char len);
void tryit ()
{
char tmp[17];
setval (tmp, sizeof(tmp));
useval (tmp, strlen(tmp));
}
Notes:
svn path=/head/; revision=285178
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes an error in comparisons of the lower parts of a multi-word integer
against a constant when using a comparison operation not directly supported
by an MSP430 instruction. E.g.,:
int test_gtu32 (uint32_t x)
{
if (x > 0xFFFF)
return 1;
return 0;
}
Notes:
svn path=/head/; revision=285026
|
|
|
|
|
|
|
| |
toolchain components.
Notes:
svn path=/head/; revision=282170
|
|
|
|
| |
Notes:
svn path=/head/; revision=279842
|
|
|
|
| |
Notes:
svn path=/head/; revision=278960
|
|
|
|
|
|
|
|
|
|
|
| |
according to new mspgcc release politic.
(2) Add official (mspgcc) ARCH problem patch to binutils.
(3) Add official (mspgcc) patch to gcc.
(4) Fix msp430mcu plist, if it is installed alone.
(5) Make portlint (almost) happy.
Notes:
svn path=/head/; revision=278478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mspgcc release 20110716:
binutils-2.21.1.20110716
gcc-4.5.3.20110706
gdb-7.2.20110103
msp430mcu-20110613 (new port, platform headers, converted from offical TI
ones and linking scripts, generated from datasheets).
msp430-libc-1.0.20110612
Preserve old msp430-gcc as `devel/msp430-gcc3'
Make mps430-libc work with both gcc versions.
Add CONFLICTS to msp430-gcc*.
Add LICENSE clauses to all FSF-based ports.
Notes:
svn path=/head/; revision=278364
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
| |
Notes:
svn path=/head/; revision=149513
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=143156
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118470
|
|
|
|
| |
Notes:
svn path=/head/; revision=115336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=106305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=102818
|
|
|
|
| |
Notes:
svn path=/head/; revision=102081
|
|
|
|
|
|
|
| |
New function attribute `task' fo SOS RTOS added.
Notes:
svn path=/head/; revision=101986
|
|
|
|
| |
Notes:
svn path=/head/; revision=100134
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=95132
|
|
|
|
| |
Notes:
svn path=/head/; revision=94464
|
|
|
|
| |
Notes:
svn path=/head/; revision=91954
|
|
|
|
|
|
|
| |
[2] Really don't install non-unique files. MANx too.
Notes:
svn path=/head/; revision=91508
|
|
|
|
|
|
|
| |
Now this port doesn't install non-unique files.
Notes:
svn path=/head/; revision=91337
|
|
|
|
|
|
|
| |
Obtained from: Target's maintainers
Notes:
svn path=/head/; revision=90447
|
|
|
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
Notes:
svn path=/head/; revision=89169
|
|
|
|
|
|
|
|
|
|
|
|
| |
All future updates for msp430 target will be provided only for 3.2.x and 3.4
versions of gcc.
So, I've downgraded gcc port to 3.2.3 + last msp430 patches.
Obtained from: Target's maintainers
Notes:
svn path=/head/; revision=88271
|
|
|
|
| |
Notes:
svn path=/head/; revision=87727
|
|
|
|
| |
Notes:
svn path=/head/; revision=86938
|
|
|
|
|
|
|
| |
Obtained from: Target mainainers
Notes:
svn path=/head/; revision=86809
|
|
|
|
| |
Notes:
svn path=/head/; revision=85129
|
|
|
|
| |
Notes:
svn path=/head/; revision=84975
|
|
|
|
| |
Notes:
svn path=/head/; revision=84587
|