aboutsummaryrefslogtreecommitdiff
path: root/sysutils/makefs
Commit message (Collapse)AuthorAgeFilesLines
* Part of base in an earlier version for every supported FreeBSD version.Baptiste Daroussin2012-11-091-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307233
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* fix cut-n-paste error: need to update i_ffs2_blocks for ffs2 systems.Warner Losh2007-12-181-1/+1
| | | | | | | Submitted by: mat@ Notes: svn path=/head/; revision=204044
* Gcc 4.2 doesn't like expressions of the form (a ? b : c) = 12; so weWarner Losh2007-12-172-4/+14
| | | | | | | | | | | code it in a less obscure way. I did this as a patch to the original, but I don't know if the original will ever be updated. This is a hack to make it work well enough for me to use it. Notes: svn path=/head/; revision=203901
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* Drop maintainership: I have neither maintained nor used this port forColin Percival2006-12-261-1/+1
| | | | | | | over two years. Notes: svn path=/head/; revision=180778
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Update to latest src in NetBSD: 20040704Volker Stolz2004-07-052-3/+3
| | | | | | | | PR: ports/68675 Submitted by: maintainer Notes: svn path=/head/; revision=112971
* - Use SIZEPav Lucistnik2004-02-071-0/+1
| | | | | | | | PR: ports/62469 Submitted by: cperciva (maintainer) Notes: svn path=/head/; revision=100244
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Add makefs, an utility from NetBSD for creating a filesystem imagePav Lucistnik2003-12-194-0/+39
without requiring any special privileges or kernel support. PR: ports/60348 Submitted by: Colin Percival <cperciva@daemonology.net> Notes: svn path=/head/; revision=96171