summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add live build support. Bug #458570 by Yuta SATOHAlexis Ballier2013-08-281-3/+43
|
* define SECURE to handle the tarball.Alexis Ballier2013-08-091-1/+2
|
* move install -l emulation exports to src_unpack. it should be called by ↵Alexis Ballier2013-08-091-8/+8
| | | | every ebuild.
* freebsd_src_compile: forward arguments to bsdmk_src_compileAlexis Ballier2013-08-091-2/+2
|
* Emulate install -l, by Yuta SATOHAlexis Ballier2013-08-091-1/+8
|
* freebsd_multilib_multibuild_wrapper: drop the requirement on having a ↵Alexis Ballier2013-08-091-5/+4
| | | | multilib useflag. Fix some typos.
* stop adding cflags for multilib, it is now done in the profilesAlexis Ballier2013-07-081-3/+1
|
* Stop stripping flags and let people figure it out as it causes problems for ↵Alexis Ballier2013-06-181-4/+1
| | | | multilib builds.
* Teach gcc where to find crt* files when doing a multilib build.Alexis Ballier2013-06-181-1/+3
|
* freebsd_multilib_multibuild_wrapper: save and restore LDADD too.Alexis Ballier2013-06-171-4/+4
|
* Add a freebsd_multilib_multibuild_wrapper function to use it together with ↵Alexis Ballier2013-06-171-1/+46
| | | | multibuild and multilib eclasses in order to simplify multilib handling.
* Add epatch_user support in freebsd_do_patches, bug #444506 by Yuta SATOHAlexis Ballier2012-11-241-1/+2
|
* Typo in commentAlexis Ballier2012-05-241-2/+2
|
* Create objdir if MAKEOBJDIRPREFIX is defined, so that we can make out of ↵Alexis Ballier2012-05-241-1/+7
| | | | tree buils easily.
* make rename_libraries rename bsdxml to expat too.Alexis Ballier2012-05-171-1/+4
|
* Do not install programs or libraries with the system immutable flag; it is ↵Alexis Ballier2012-05-161-3/+3
| | | | more annoying than useful.
* drop support for freebsd5 and honour profile useflag for fbsd 8 and laterAlexis Ballier2012-05-041-11/+3
|
* Update copyright years in headersChristian Faulhammer2011-12-271-2/+2
|
* be a bit more restrictive on how to math libl so that it doesnt match liblzmaAlexis Ballier2011-07-061-2/+2
|
* rename libcursesw to libncursesw tooAlexis Ballier2011-07-051-1/+4
|
* Add CDDL tarball def.Alexis Ballier2010-03-111-1/+2
|
* add support for bash arrays in PATCHES, grabbed from base.eclass, maybe this ↵Alexis Ballier2009-05-221-4/+10
| | | | should be factorized, we'll see about that later
* Add support for 7.0 upcoming releaseTimothy Redaelli2007-04-211-12/+12
| | | | Fix header
* replace INSDESTTREE/INSOPTIONS with subshells and insinto/insoptsMike Frysinger2007-04-071-4/+6
|
* Split patching and libraries rename on different functions, so that when not ↵Diego Elio Pettenò2006-11-221-7/+14
| | | | using freebsd_src_unpack one has not to reimplement them entirely.
* Drop ECLASS and INHERITED, portage handles it.Sven Wegener2006-10-281-4/+1
|
* Don't add the profile useflag to -share and -sources that install ↵Diego Elio Pettenò2006-09-041-2/+4
| | | | non-compiled files.
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-06-101-3/+3
|
* Don't compress man and info pages during compile, leave to portage the task.Diego Elio Pettenò2006-05-091-1/+5
|
* Pass NOFLAGSTRIP to avoid stripping flags (i.e. if they are already stripped).Diego Elio Pettenò2006-04-301-2/+2
|
* Don't strip-flags when building for a different target; remove $HEADERS ↵Diego Elio Pettenò2006-04-191-3/+2
| | | | definition that's erroneous.
* Use -m directive instead of -I to get the mk path in crosscompile.Diego Elio Pettenò2006-04-191-2/+2
|
* Strip flags for freebsd base packages for safety.Diego Elio Pettenò2006-04-141-3/+4
|
* Don't set KEYWORDS from the eclass.Diego Elio Pettenò2006-04-021-2/+1
|
* Add bsdmk and freebsd eclass needed for Gentoo/FreeBSD.Diego Elio Pettenò2006-04-011-0/+108