summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add patch for CVE-2012-0217 and EN-12:02 #422993 #422995Naohiro Aota2012-06-276-6/+198
* New ebuild: /usr/bin wrapper scripts for FreeBSD script compatibilityRichard Yao2012-06-175-0/+84
* Drop rc.conf{,.local} man pages. #420797Naohiro Aota2012-06-163-8/+24
* Add missing pkg_postrm() functionRichard Yao2012-06-143-4/+15
* force a bootstrap with major updatesAlexis Ballier2012-06-113-8/+11
* factorize pre-installation of headers in the bootstrap functionAlexis Ballier2012-06-113-16/+19
* drop another append-flags usage, being too clever it strips and breaks the cf...Alexis Ballier2012-06-113-8/+12
* Treat multilib and non multilib builds the same way as multilib.eclass does t...Alexis Ballier2012-05-303-14/+18
* fix broken logic in is_native_abi, by Naohiro Aota, bug #417863Alexis Ballier2012-05-283-9/+12
* Fix regression in -r2Richard Yao2012-05-274-9/+18
* Revise solution to bug #410945 to only apply to GCC.Richard Yao2012-05-274-12/+142
* Add zfs initd script. #415129Naohiro Aota2012-05-274-8/+52
* remove libcompiler_rt and libblocksruntime as they are clang librariesAlexis Ballier2012-05-263-9/+14
* push out all the accumulated fixes in a new revision and remove oldAlexis Ballier2012-05-254-457/+13
* add the sysctlt fix from freebsd-sources here too with USE=buildAlexis Ballier2012-05-254-7/+26
* Make the disable-optimizations patch unconditional and add a patch to allow s...Alexis Ballier2012-05-254-5/+126
* bootstrap libssp_nonshared when needed.Alexis Ballier2012-05-253-8/+11
* Do not build libssp, we really only need libssp_nonshared.Alexis Ballier2012-05-253-15/+13
* drop noop sedAlexis Ballier2012-05-253-8/+10
* Fix some missing includes warnings.Alexis Ballier2012-05-254-7/+135
* fix paths I broke by the addition of MAKEOBJDIRPREFIXAlexis Ballier2012-05-253-11/+14
* replace -isystem path by -Ipath as append-flags seems not to like the former ...Alexis Ballier2012-05-253-10/+14
* Add a patch to libthr fixing mutex issues encountered with glib.Alexis Ballier2012-05-254-19/+29
* Build with -fno-strict-overflow. FreeBSD time code depends on overflow. #324452Naohiro Aota2012-05-256-14/+42
* build and install more libraries with multilibAlexis Ballier2012-05-243-12/+18
* Fix a typo and set MAKEOBJDIRPREFIX when installing too.Alexis Ballier2012-05-243-8/+16
* Add the grounds for multilib and a very very basic multilib support: we only ...Alexis Ballier2012-05-233-45/+143
* Make freebsd-mk-defs-9.0-gentoo.patch stop installing directories in /usr/inc...Richard Yao2012-05-224-16/+13
* Block dev-libs/libusbx because dev-libs/libusb is blocked as well.Samuli Suominen2012-05-226-27/+26
* Inherit eutils for epatch.Mike Frysinger2012-05-217-23/+38
* New package.Richard Yao2012-05-195-0/+110
* factorize the bootstrapping code between cross and native builds.Alexis Ballier2012-05-183-16/+24
* bootstrap the csu with USE=build tooAlexis Ballier2012-05-183-7/+11
* Add two variables for non native and native subdirs and define it in only one...Alexis Ballier2012-05-183-11/+22
* Set the ssp_nonshared LDADD in its bootstrapping function. Add it only with U...Alexis Ballier2012-05-183-9/+14
* Preinstall headers only with USE=buildAlexis Ballier2012-05-183-14/+13
* Factorize some more code and regroup variable assignments.Alexis Ballier2012-05-183-14/+14
* Set the NOSTRIPFLAG variable only onceAlexis Ballier2012-05-183-9/+15
* Generate the libc ldscript for the cross-compiled library too.Alexis Ballier2012-05-173-30/+48
* factorize the src_compile code between the cross and native builds.Alexis Ballier2012-05-173-24/+21
* factorize the libssp_nonshared bootstrapping codeAlexis Ballier2012-05-173-18/+22
* use freebsd_src_install rather than mkinstallAlexis Ballier2012-05-173-9/+11
* split out the csu bootstrapping code in its own functionAlexis Ballier2012-05-173-16/+21
* Remove -isystem append-flags that are now useless since we pre-install the he...Alexis Ballier2012-05-173-9/+11
* Use mkinstall when cross-compiling too. Factorize the native and cross builds...Alexis Ballier2012-05-173-18/+24
* factorize the way of getting the csudirAlexis Ballier2012-05-173-24/+23
* Factorize some code. Install all the cross-compile libraries in the same plac...Alexis Ballier2012-05-173-41/+29
* drop now useless appends flags: we unpack the lib tarball.Alexis Ballier2012-05-172-3/+5
* stop installing libstand headers manuallyAlexis Ballier2012-05-174-17/+15
* drop the compat symlink libbsdxml -> libexpat now that freebsd_rename_librari...Alexis Ballier2012-05-173-12/+11