summaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-05-14xfsprogs: needs libuuidnia1-1/+2
2017-11-26xfsprogs: comment out dead siteswiz1-3/+3
2015-03-15needs pthreadstnn1-2/+2
2014-09-25Ensure the correct msgfmt tools are picked up.jperkin1-4/+8
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-10-12Stop messing with libtool by hand. Bump revision.joerg1-2/+2
2010-02-03DESTDIR supportjoerg1-1/+6
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-01-20Force not to replace install-sh with pkgsrc version.obache1-1/+2
Using special argument '-T'. Fixes installation problem reported in PR 37661.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-13Needs msgfmt.joerg1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-30Initial import of xfsprogs-2.7.3 into the Packages Collection.agc1-0/+23
XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms. + Journaled 64-bit filesystem with guaranteed filesystem consistency. + XFS supports filesystem growth for mounted volumes, allows filesystem "freeze" and "thaw" operations to support volume level snapshots, and provides an online file defragmentation utility. + XFS supports user and group quotas. XFS considers quota information as filesystem metadata and uses journaling to avoid the need for lengthy quota consistency checks after a crash. + For Linux 2.6 and beyond, when using 64 bit addressing in the block devices layer (CONFIG_LBD) and a 64 bit platform, filesystem size limit increases to 9 million terabytes (or the device limits). For these later kernels on 32 bit platforms, 16TB is the current limit even with 64 bit addressing enabled in the block layer. This package contains filesystem manipulation and support programs. Very loosely based on the FreeBSD port (I took the MASTER_SITES from there).