aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 3.2.4, the latest in 3.x branch. Versions 4.x areAlexey Dokuchaev2017-05-121-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available, but they do not configure (this might be a red herring, pending further investigation): ... checking for blkid_probe_get_topology... no FATAL ERROR: could not find a valid BLKID header. Install the Block device ID development package. - Because DISTNAME is sane now, setting of EXTRACT_SUFX and WRKSRC are no longer needed and were dropped - DESTDIR is now respected by `install-sh' script, which allows to drop patching of individual makefiles and `include/buildmacros' file - All programs are installed under ${LOCALBASE}/sbin now - This version requires a number of patches to build on FreeBSD, most importantly: * Use getmntinfo() and extattr_set_fd() APIs instead of Linuxish getmntent() and fsetxattr() * Rename LIST_HEAD -> XFS_LIST_HEAD macro to avoid clash with our own one provided by queue(3) * Disable missing mremap(2) system call support in `io/mmap.c' * Replace `dirent->d_off' with more portable call to telldir() * Add missing `#include <inttypes.h>' in several files, etc. TIMESTAMP (xfsprogs-3.2.4.tar.gz) = 1438219249 Notes: svn path=/head/; revision=440701
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* - Update to version 2.9.8 [1]Pawel Pekala2014-02-011-0/+20
| | | | | | | | | | | | | | | | | | - Add LICENSE [1] - Remove leading article from COMMENT - Convert USE_GMAKE to USES=gmake - Respect CFLAGS by setting OPTIMIZER variable to space otherwise it is set to '-g -O2' - Consolidate targets to just post-patch and post-configure - this makes things simpler - Mute REINPLACE_CMD and FIND commands - Add support for staging PR: ports/180542 [1] Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=342188
* Update to xfsprogs-2.9.4.Craig Rodrigues2007-10-191-0/+2
| | | | Notes: svn path=/head/; revision=201655
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+0
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Upgrade to xfsprogs 2.8.4Craig Rodrigues2006-07-101-0/+2
| | | | Notes: svn path=/head/; revision=167318
* Update to xfsprogs 2.7.3 from SGI.Craig Rodrigues2005-10-071-2/+1
| | | | Notes: svn path=/head/; revision=144520
* New port for utilities for manipulating XFS filesystems.Craig Rodrigues2005-06-081-0/+23
Originally ported by Alexander Kabaev <kan@freebsd.org> as part of the XFS for FreeBSD project ( http://people.freebsd.org/~rodrigc/xfs/ ) and handed over to me for maintainership. PR: ports/81789 Approved by: demon (ports mentor), das (mentor) Notes: svn path=/head/; revision=137055