Adrien Destugues
734febcfd5
Update Bison to version 3.0.4
...
Required for libaacs_x86 to build properly.
2016-12-03 10:16:36 +01:00
Adrien Destugues
ebc6296f74
remove non-existing file from package entries.
2016-12-03 10:14:50 +01:00
Jérôme Duval
9d1920fc5e
gcc49: disable as we only support version 5.
2016-12-01 12:08:06 +01:00
Jérôme Duval
bd8818b4a6
Remove libtool files.
2016-11-21 16:20:36 +01:00
fbrosson
664317e78c
gettext: drop libtool files, update gettext compat to >= 0.19. ( #874 )
...
Also drop devel:lib{iconv,ncurses} from REQUIRES.
2016-11-20 17:41:58 +01:00
Jérôme Duval
17a8d6fe2e
llvm: add recipe for version 3.9.0.
...
* update git recipe.
2016-11-20 16:37:38 +01:00
Jérôme Duval
e70e094d2a
llvm: remove share directory.
2016-11-18 14:53:53 +01:00
Jérôme Duval
76e1616fc8
gcc: missing provide.
2016-11-17 20:22:23 +01:00
Jérôme Duval
a4f92e09a0
gcc: bump revision.
2016-11-02 12:22:28 +01:00
Adrien Destugues
8f4d53938c
Backport fixes from release branch.
...
- imagemagick: patch was broken, update to latest version and fix.
- libvpx: version 1.0.0 does not build with gcc5
- tiff: remaining .la files
- libtorrent-rasterbar: missing require
- gcc 5.4: missing provides
2016-11-02 11:11:29 +01:00
Jérôme Duval
00b20cce04
distcc: update source URI and checksum.
2016-10-03 10:49:38 +02:00
Jérôme Duval
fab7aa9d71
make: disable 4.2 as a workaround for..
...
.. a parallel builds regression. Tried 4.2.1 with same outcome.
2016-10-02 13:15:48 +02:00
Jérôme Duval
dfc2009c24
flex: needs gzip.
2016-09-28 18:37:06 +02:00
Jérôme Duval
852de639b2
gettext: needs gzip.
2016-09-28 18:30:38 +02:00
fbrosson
3ecd57b789
sys-*: add $secondaryArchSuffix for libtoolize in 16 recipes. ( #796 )
2016-09-23 17:12:38 -04:00
Adrien Destugues
98c8f32e31
flex: disable parallel builds
2016-08-28 22:36:15 +02:00
Adrien Destugues
56c7dd05ed
distcc: adjust elf.h code for gcc2
2016-08-28 22:36:14 +02:00
Adrien Destugues
4d967406e0
AVR binutils: update to 2.26.1
...
Must match the host version of binutils.
2016-08-28 22:34:40 +02:00
Adrien Destugues
5f0244519e
ARM binutils: update to 2.26.1
...
Needs to be in sync with native binutils.
2016-08-28 22:34:39 +02:00
fbrosson
7261bbe97e
Fix several recipes which were missing a $secondaryArchSuffix. ( #784 )
2016-08-27 19:04:22 -04:00
Jérôme Duval
56d06f6058
binutils: fix library provides
...
This changes from 2.26.1 on.
2016-08-10 07:36:40 +02:00
Jerome Duval
f20eeae547
llvm: also builds compiler-rt.
2016-08-10 06:36:19 +00:00
Jerome Duval
eeec20ce33
flex: bump version.
2016-07-27 20:20:59 +00:00
Adrien Destugues
41c7c56a9f
distcc: define _BSD_SOURCE
...
Required for strstr.
2016-07-26 07:25:54 +02:00
Adrien Destugues
f0cc24e885
binutils: update to version that does not need flex.
2016-07-26 07:25:54 +02:00
Adrien Destugues
5de5c4741c
binutils: fix source dir name.
2016-07-26 07:25:54 +02:00
Adrien Destugues
e624405330
Download from safe sources.
2016-07-26 07:25:54 +02:00
Jerome Duval
b002b606ff
binutils: added recipe for version 2.26.1.
2016-07-23 00:44:26 +00:00
fbrosson
4107169fc7
libuuid: enable x86_64 architecture.
2016-07-19 07:06:20 +00:00
Jerome Duval
a11139720f
llvm: add recipe for version 3.8.1.
...
* patch clang for secondary architectures.
2016-07-18 23:04:00 +00:00
Jérôme Duval
3919ff5c36
make: use an actual commit for the gentoo patch.
...
* having fun...the patch is now deleted on git master...
2016-07-10 18:47:09 +02:00
fbrosson
9bf608f00e
gettext: fix incorrect sed for libasprintf.la on x86 2nd arch. ( #669 )
...
The search pattern used in the sed call to fix libasprintf.la did
match and work fine on primary architectures, but failed on x86
secondary, resulting in a package that would become invalid if
gcc_x86 got upgraded later. The correct search pattern to match e.g.
develop/tools/x86/lib/gcc/ is not develop/tools/$relativeLibDir/gcc/
but develop/tools$secondaryArchSubDir/lib/gcc/ and works for all
architectures, including secondary, of course.
2016-06-28 18:29:06 +00:00
fbrosson
5784744bb5
gettext: bump to 0.19.8.1, keep & fix lib*.la, sync patch. ( #596 )
...
Some recipes, e.g. mc (Midnight Commander), need libintl.la, but we
were previously dropping all develop/lib/lib*.la files in gettext.
We now ship them and also fix them to make sure they don't become
unusable in case devel:libiconv or devel:libncurses get updated.
On x86 and x86_64 we also fix $developLibDir/libasprintf.la to use
a path to libstdc++.la that does not depend on the revision of the
gcc package.
2016-06-20 20:15:22 -04:00
Jerome Duval
b03c8d7f70
gcc: added recipe for version 5.4.0.
2016-06-05 23:10:48 +00:00
Jerome Duval
4c4a6cb0b8
gcc: enable libgomp build.
...
* add libgomp to gcc_syslibs.
2016-06-04 00:38:33 +00:00
Jerome Duval
8edfd49c05
gcc: replace libsupc++.so with a link to libstdc++.so.
2016-06-02 10:19:24 +02:00
fbrosson
c73ec1cdc4
make: add recipe for 4.2, add TEST(), switch to mirror. ( #609 )
...
Also revert an upstream commit until a real fix is available, just
like Gentoo did with 4.2-r1. See https://bugs.gentoo.org/583812
(This was blocking "haikuporter --test make-4.2".)
Finally, remove unneeded call to libtoolize.
2016-05-25 19:36:52 -04:00
Jerome Duval
b10377b53e
gcc7: add git recipe.
2016-05-05 21:36:40 +00:00
Jerome Duval
eeef426279
gcc6: fix provides for x86 secondary arch.
2016-05-05 21:34:07 +00:00
Jerome Duval
bdbf7ce311
gcc6: update recipe to 6.1.0.
2016-05-05 12:51:12 +00:00
fbrosson
d9e3d12dad
libtool-2.4.2: Add x86_gcc2 to SECONDARY_ARCH… and fix COPYRIGHT. ( #576 )
2016-04-30 12:43:23 +02:00
Jerome Duval
9d6dd85417
llvm: update git recipe.
...
* remove libatomic workaround.
2016-04-13 07:09:41 +00:00
Jerome Duval
9b487a7fe3
gcc: enable libatomic build.
...
* add libatomic to gcc_syslibs.
* link libsupc++ against libroot, add soname.
2016-04-12 21:11:27 +00:00
Jerome Duval
f203babe35
gcc: fix 5.2.0 recipe.
2016-04-12 21:11:21 +00:00
Jerome Duval
07fc6b7b30
llvm: update git recipe.
2016-04-07 22:52:20 +00:00
Jerome Duval
338e0bc4c6
llvm: adjust clang git patch for upstream.
2016-04-07 18:35:04 +00:00
Jerome Duval
263056a2c3
llvm: update git patches.
2016-04-07 17:16:43 +00:00
Jerome Duval
7aa0f7f428
gcc: fix syslibs provides for secondary arch.
2016-03-17 19:09:52 +00:00
Jerome Duval
e5e41c1112
llvm: git recipe: disable rpath, forgot __INTEL__ on x86.
2016-03-17 01:46:57 +00:00
Jerome Duval
bf211c4827
llvm: disable rpath, forgot __INTEL__ on x86.
2016-03-16 06:17:04 +00:00