summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use OBJDIR instead of CURDIR for adding -L in patches, this should fix bug #4...Alexis Ballier2012-09-195-18/+17
* do not append -isystem /usr/include which is the default and causes problems ...Alexis Ballier2012-09-193-9/+11
* bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838Alexis Ballier2012-09-115-55/+181
* remove oldAlexis Ballier2012-09-115-235/+10
* bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838Alexis Ballier2012-09-113-1/+139
* inherit user.eclass for enewgroupAlexis Ballier2012-09-117-23/+28
* bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838 and keyword ~amd6...Alexis Ballier2012-09-114-92/+164
* bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838Alexis Ballier2012-09-1112-435/+513
* bump to 9.1_rc1 from bsd overlay by Yuta SATOH, bug #426838Alexis Ballier2012-09-1131-12/+1982
* Add init script LICENSE. #426162Naohiro Aota2012-08-206-69/+72
* Fix nfs.initd typo. #428484Naohiro Aota2012-08-093-76/+89
* Add sys-apps/mtree dependency for crossdev on userland_GNURichard Yao2012-08-026-49/+47
* 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