summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Build librt for multilib and the cross compiler too. Part of bug #475294.Alexis Ballier2013-07-033-5/+623
| | | | | Package-Manager: portage-2.2.0_alpha186/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* fix cross compilationAlexis Ballier2013-06-283-16/+21
| | | | | Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* cosmeticsAlexis Ballier2013-06-273-11/+11
| | | | | Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* bootstrap the libc when building a cross-compiler so that libm can be linked ↵Alexis Ballier2013-06-273-10/+19
| | | | | | | to it and fixes a build failure from a fresh build Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* do not build pam_krb5 as it has its own ebuild, bug #473368 by ↵Alexis Ballier2013-06-273-5/+58
| | | | | | | henning.f@swipnet.se Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Add kerberos useflag and properly disable it if not requested. Bug #473458 ↵Alexis Ballier2013-06-273-9/+15
| | | | | | | by henning.f@swipnet.se Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Remove gssapi provided by heimdal, depend on it and properly disable ↵Alexis Ballier2013-06-274-5/+628
| | | | | | | kerberos support when requested. Bug #473458 by henning.f@swipnet.se Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* drop now useless patch (gccfloat)Alexis Ballier2013-06-273-8/+10
| | | | | Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* go back to -isystem from -I for include proper, bug #473934 by Yuta SATOH. ↵Alexis Ballier2013-06-203-8/+12
| | | | | | | I will get this right on a first shoot some day. Package-Manager: portage-2.2.0_alpha183/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Fix CVE-2013-2171, bug #473688 by Yuta SATOHAlexis Ballier2013-06-194-5/+116
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* remove oldAlexis Ballier2013-06-1862-3357/+110
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* remove oldAlexis Ballier2013-06-1829-1534/+59
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Do not built libstand anymore and remove the now useless bootstrap useflagAlexis Ballier2013-06-183-13/+17
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Build libstand here so that we can drop it from freebsd-lib.Alexis Ballier2013-06-183-8/+19
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Simplify a bit get_subdirs and do not treat differently USE=build/-build for ↵Alexis Ballier2013-06-183-24/+20
| | | | | | | non-native ABIs since we bootstrap when needed anyway. Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Make a full bootstrap only when needed for multilib.Alexis Ballier2013-06-183-15/+16
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Generate the libc ldscript when doing multilib too.Alexis Ballier2013-06-183-5/+618
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Build and install ldd32 with USE=multilib so that we can ldd 32bits executables.Alexis Ballier2013-06-183-6/+190
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Include the DEFAULT_ABI header in our wrappers if all the previous ↵Alexis Ballier2013-06-183-5/+615
| | | | | | | conditions fail: This breaks lint otherwise. Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Build and install ld-elf32.so.1 with USE=multilib so that we can run 32bits ↵Alexis Ballier2013-06-183-6/+95
| | | | | | | programs. Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Wrap abi specific headers when doing a multilib build.Alexis Ballier2013-06-183-5/+614
| | | | | Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Use the freebsd_multilib_multibuild_wrapper function throuh ↵Alexis Ballier2013-06-173-5/+537
| | | | | | | multibuild.eclass to simplify multilib code. Package-Manager: portage-2.2.0_alpha180/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Do a more complete bootstrap and provide a much more useful multilib ↵Alexis Ballier2013-06-163-5/+574
| | | | | | | support. Build libcompiler_rt and libgcc for clang and multilib. Package-Manager: portage-2.2.0_alpha179/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Always build crt{begin,end} files: gcc will use its own and clang the ones ↵Alexis Ballier2013-05-313-5/+551
| | | | | | | from freebsd-lib which should fix static linking with clang. Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Backport aligned_alloc for C++11 support.Alexis Ballier2013-05-244-5/+603
| | | | | Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Fix build with netware or bluetooth enabled, bug #448506. Fix glob(3) ↵Alexis Ballier2013-05-244-16/+571
| | | | | | | related resource exhaustion, bug #458718, FreeBSD-SA-13:02. Fix "no .eh_frame_hdr table will be created" error on x86-fbsd. All fixes from Yuta SATOH. Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Add patch to deal with CVE-2013-3266. #468422Naohiro Aota2013-05-074-8/+40
| | | | | Package-Manager: portage-2.2.0_alpha171/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
* Update init script. #459696Naohiro Aota2013-03-163-8/+21
| | | | | Package-Manager: portage-2.2.0_alpha166/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
* Apply patch for CVE-2010-2632. #458718Naohiro Aota2013-03-104-17/+241
| | | | | Package-Manager: portage-2.2.0_alpha166/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
* Add patch to deal with USE={netware,bluetooth}. #448506Naohiro Aota2013-02-125-9/+51
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
* Drop useless duplicated SYS tar.bz2 from SRC_URI. #455228Naohiro Aota2013-02-077-29/+39
| | | | | Package-Manager: portage-2.2.0_alpha159/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
* always pass -isystem when not bootstrapping, should fix #444920Alexis Ballier2013-02-043-8/+17
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Install to /usr/src/PN-RV to ease upgrades, bug #454414 by Yuta SATOHAlexis Ballier2013-01-293-23/+16
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Fix build of ar with newer libarchive, bug #448510 by Yuta SATOHAlexis Ballier2013-01-274-9/+34
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* drop isdn useflag, by Yuta SATOH, bug #448502Alexis Ballier2013-01-273-15/+11
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* remove oldAlexis Ballier2013-01-273-177/+9
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* remove isdn useflag, by Yuta SATOH, bug #448502Alexis Ballier2013-01-273-9/+11
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* remove rc versionsAlexis Ballier2013-01-2776-5761/+148
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* pf.conf{,.example} are provided by freebsd-share now, bug #449542 by Yuta SATOHAlexis Ballier2013-01-273-8/+11
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Bump to 9.1Alexis Ballier2013-01-2745-108/+1881
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Crosscomilation support: Fix mtree dependency, append -isystem instead of -I ↵Alexis Ballier2013-01-273-9/+15
| | | | | | | otherwise gcc headers are picked up first which cause compile problems, bug #451490 by Yuta SATOH Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* libprocstat and libulog also overwrite LDADD, bug #445464 by Yuta SATOHAlexis Ballier2013-01-273-8/+12
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Do not try to install auth.conf, bug #446888 by Yuta SATOHAlexis Ballier2013-01-273-7/+21
| | | | | Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Fix LICENSE, bug 449796.Ulrich Müller2013-01-129-62/+71
| | | | | Package-Manager: portage-2.1.11.40/cvs/Linux x86_64 Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
* Change LICENSE to public-domain, bug 441832.Ulrich Müller2012-12-083-7/+30
| | | | | Package-Manager: portage-2.1.11.33/cvs/Linux x86_64 Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
* Add patch from FreeBSD-SA-12:08.linuxNaohiro Aota2012-12-034-7/+41
| | | | | Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0xF8551514
* Simplify by using freebsd_src_unpack, by Yuta SATOH, bug #444506Alexis Ballier2012-11-244-39/+23
| | | | | Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Simplify to call freebsd_src_unpack, bug #444506 by Yuta SATOHAlexis Ballier2012-11-243-13/+14
| | | | | Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A
* Install libusb-1.0.pc to make sys-apps/usbutils happyRichard Yao2012-11-094-13/+549
| | | | Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
* bump to rc3Alexis Ballier2012-11-0645-75/+1887
| | | | | Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x160F534A