summaryrefslogtreecommitdiff
path: root/usr.bin/bzip2
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
|/ | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Update for bzip2 1.0.4 import.Xin LI2007-03-282-16/+0
| | | | Notes: svn path=/head/; revision=167979
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-312-25/+3
| | | | Notes: svn path=/head/; revision=146846
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* /rescue/b{,un}zip exists, so build this dynamically now.David E. O'Brien2003-11-171-2/+0
| | | | Notes: svn path=/head/; revision=122836
* Remove MAINTAINER lines.David E. O'Brien2003-06-141-2/+0
| | | | Notes: svn path=/head/; revision=116346
* Complete bzip2-1.0.2 import.Maxim Sobolev2002-02-012-3/+25
| | | | | | | MFC in: 14 days Notes: svn path=/head/; revision=90070
* Build/install bzip2 documentation (info page).Maxim Sobolev2001-07-122-0/+16
| | | | Notes: svn path=/head/; revision=79635
* style nitDavid E. O'Brien2001-07-091-1/+1
| | | | Notes: svn path=/head/; revision=79496
* Fix editor'o where I lost the `+'.David E. O'Brien2001-06-291-1/+1
| | | | Notes: svn path=/head/; revision=78967
* By default link statically (like we did in the port) - it provides 8-10%Maxim Sobolev2001-06-231-0/+2
| | | | | | | faster comperssion, which in the bzip2's case could be a big win. Notes: svn path=/head/; revision=78663
* Add the Bzip2 binaries. These are starting to get used more and moreDavid E. O'Brien2001-06-211-0/+52
in the base system. Notes: svn path=/head/; revision=78562