aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.40.2Pav Lucistnik2007-07-152-4/+4
| | | | | | | | PR: ports/114584 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=195678
* - Update to 1.40.1Martin Wilke2007-07-092-4/+4
| | | | | | | | PR: 114448 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=195315
* - Update to 1.40Martin Wilke2007-07-0415-345/+54
| | | | | | | | PR: 114161 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=194892
* Add patch to actually return 0 on function success. GCC 4.1 trips overAlexander Kabaev2007-04-111-0/+13
| | | | | | | this bug, while gcc 3.4 lets it slide. Notes: svn path=/head/; revision=189742
* 2006-07-02 Matthias Andree <matthias.andree@gmx.de>Yen-Ming Lee2006-07-043-5/+106
| | | | | | | | | | | | | | | | * fsck_ext2fs.8 (1.3): Reformat long lines. * fsck_ext2fs.8 (1.2): Add copyright notice and license. Change - to \- where appropriate. Add Id and FreeBSD keywords for ident. * fsck_ext2fs.c (1.6): Update license. * fsck_ext2fs.8 (1.1): Add a manual page. * fsck_ext2fs.c (1.5): When run with -F, do not report 'unknown option'. PR: 99712 Submitted by: Matthias Andree <matthias.andree at gmx.de> Notes: svn path=/head/; revision=166925
* - Update to 1.39Pav Lucistnik2006-06-1218-44/+463
| | | | | | | | PR: ports/98847 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=165182
* * audio/marlin, devel/upnp, devel/upnp104Marcus Alves Grando2006-01-272-86/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency to misc/e2fsprogs-libuuid Bump PORTREVISION * misc/e2fsprogs-libuuid Add new port: UUID library from the e2fsprogs package * misc/Makefile Add entry to misc/e2fsprogs-libuuid * misc/ossp-uuid Add CONFLICTS to misc/e2fsprogs-libuuid * sysutils/e2fsprogs Change to a master port Remove conflict with misc/ossp-uuid Remove uuid part Bump PORTREVISION PR: 92356 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=154551
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Fix tests on 6.0/i386Pav Lucistnik2005-08-151-0/+11
| | | | | | | | | | PR: ports/84760 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: portmgr (clement) Notes: svn path=/head/; revision=140879
* Fix plist.Roman Bogorodskiy2005-07-042-1/+4
| | | | | | | | PR: 82965 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=138451
* Update to 1.38.Roman Bogorodskiy2005-07-022-3/+3
| | | | | | | | PR: 82888 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=138347
* Update to 1.37.Roman Bogorodskiy2005-06-152-3/+3
| | | | | | | | PR: 82273 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=137499
* Do not remove libdata/pkgconfig since it is now part of mtree.Joe Marcus Clarke2005-05-211-1/+0
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=135799
* - Update to 1.36Yen-Ming Lee2005-02-065-56/+23
| | | | | | | | | | | | | | | | | | | | - remove MCONFIG patch, merged upstream - shorten COMMENT for pkg_info - drop USE_AUTOCONF_VER, no longer needed - libuuid.3 man page renamed to uuid.3 - the test suite is more portable now, ridding us of hacking it (post-patch) - upstream package now has .pc (pkgconfig) files, patch Makefiles for proper location, libdata/pkgconfig (rather than lib/pkgconfig) - work around packaging bug, run update-gmo in po/ directory for NLS - minor revision files/pkg-message.in - update pkg-plist - update CONFLICTS PR: 77166 Submitted by: Matthias Andree <matthias.andree at gmx.de> Notes: svn path=/head/; revision=128166
* - Fix build when older e2fsprogs is installedPav Lucistnik2005-01-202-10/+40
| | | | | | | | | | | - Drop USE_GCC - Rename DISABLE_NLS to WITHOUT_NLS PR: ports/76488 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=126982
* Switch to USE_GCC=3.4 and conditionalize on 4.9 and older systems.Kris Kennaway2004-09-301-1/+4
| | | | | | | | Submitted by: matthias.andree@gmx.de (maintainer) Approved by: portmgr (self) Notes: svn path=/head/; revision=118504
* - Update fsck_ext2fs wrapper to make it safe in sudo - the oldKirill Ponomarev2004-03-262-5/+18
| | | | | | | | | | | | would copy unlimited arguments over - Replace MACHINE_ARCH by ARCH - Bump portrevision PR: ports/64736 Submitted by: maintainer Notes: svn path=/head/; revision=105307
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* . Update the fsck_ext2fs wrapper so that it passes -f down the e2fsckGreg Lewis2004-03-112-5/+23
| | | | | | | | | | | | | | | if it's run without option, so that fsck_ext2fs behaviour matches fsck_ufs behaviour with respect to "check without -f option". . Add -v for verbose mode, note that fsck doesn't appear to propagate -v options down, this will only be effective when fsck_ext2fs is run directly. . Switch SOURCEFORGE MASTER_SITES to _EXTENDED variant PR: 64075 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=103694
* Stop breaking a hard link that led to a double packaging of the static e2fsckPav Lucistnik2004-03-013-5/+3
| | | | | | | | | | | | | | | | | | | executable under different names and caused waste of space in the binary package. The shared e2fsck executable is no longer installed or packaged, saving another 100+ kByte (uncompressed). User-visible change: e2fsck.static is gone, e2fsck is now the static version, the pkg-message has tracked this change and been adjusted accordingly. The patch cuts the FreeBSD-4 i386 binary package size from 2,200 to 1,316 kB without any loss in functionality. PR: ports/63586 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102648
* - Update to 1.35 official releaseKirill Ponomarev2004-02-293-268/+3
| | | | | | | | PR: ports/63528 Submitted by: maintainer Notes: svn path=/head/; revision=102548
* . Update to a February 24th snapshot (1.35.w20040131.20040224135102).Greg Lewis2004-02-266-60/+302
| | | | | | | | | | | | . Use official "install-libs" target rather than try to install things with a custom post-install target. . Add a note to pkg-message that we're using a modified copy. PR: 63327 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102224
* - e2fsck now handles SIGINFO (Ctrl+T): print progress bar onceKirill Ponomarev2004-02-243-6/+93
| | | | | | | | | | | | | | - Bugfix: fsck_ext2fs would abort the boot when run as part of /etc/rc and e2fsck had repaired a file system. fsck_ext2fs now maps exit codes 0 to 3 from e2fsck to 0. If e2fsck is aborted by a signal or an exit code of 4 or higher, maps to EXIT_FAILURE. PR: ports/63320 Submitted by: maintainer Notes: svn path=/head/; revision=102009
* - fix IEEE violation/SIGFPE abort on alpha that failed the f_crashdisk testYen-Ming Lee2004-02-213-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | (patch by Greg Lewis) - fix compile failure on FreeBSD 5 when older port version is installed (problem reported by Tim Robbins; FreeBSD 4 was unaffected) - ignore m_large_file test on alpha and sparc64, apparently the test only stumbles over a different default block size and the failure isn't serious (problem reported by Greg Lewis) - cosmetic: swap $(CC) and gmake check in post-build so check comes last - bump PORTREVISION: the patches change the code on some systems - pkg-message.in: * use install when ln fails, /sbin and /usr/local need not be the same file system * tell the user he needs to repeat the steps after port upgrade - revise pkg-message generation and move it to pre-install, no need to cat(1) the file, sed(1) can read files by itself. - add pkg-deinstall: remind the user to remove e2fsck and fsck_ext2fs from /sbin if he's deinstalling for good, rather than upgrading. PR: 63167 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=101581
* . Update to 1.35.w20040131.Greg Lewis2004-02-2016-131/+213
| | | | | | | | | | | | | . Make the submitter the maintainer. . Run test suite as part of the build. . Support -DDISABLE_NLS to compile without gettext. . Add a fsck_ext2fs wrapper that interfaces between fsck and e2fsck. PR: 62563 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=101545
* % in filenames break perforce:Oliver Eikemeier2004-02-181-1/+1
| | | | | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009324.html> Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=101317
* Add a CONFLICTS on misc/ossp-uuid.Joe Marcus Clarke2004-02-141-0/+2
| | | | Notes: svn path=/head/; revision=100894
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to version 1.32.David E. O'Brien2003-08-319-150/+36
| | | | Notes: svn path=/head/; revision=88186
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove unnecessary setting in CONFIGURE_ENVYen-Ming Lee2002-08-201-3/+1
| | | | | | | | | | | | | | | | | | Reason: EXT2_NOTAIL_FL is defined in header file in newer version (v1.27), so that set CPPFLAGS="-I${LOCALBASE}/include" will cause to include the existing header file (maybe v1.22 or earlier, if installed) which doesn't define EXT2_NOTAIL_FL in it. Alternative: Deinstalll older version of e2fsprogs then build again will be fine. PR: ports/41795 Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Notes: svn path=/head/; revision=64684
* Upgrade to 1.27Clive Lin2002-08-046-24/+130
| | | | | | | | PR: ports/41293 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Notes: svn path=/head/; revision=63951
* PERL -> REINPLACE_CMDPatrick Li2002-06-231-1/+2
| | | | | | | | | PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735 ports/39736, ports/39737, ports/39738, ports/39739 ports/39740 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=61837
* Fix malloc.h brokenness on -current. The build still fails forKris Kennaway2002-01-261-1/+1
| | | | | | | another reason. Notes: svn path=/head/; revision=53769
* Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2Maxim Sobolev2001-07-0312-0/+215
filesystem. WARNING: The sole reason why I'm adding this port is to allow me upgrade gnomeutils port to the latest version. For some very strange reason this new version requires libext2fs to build. The only thing I know for sure about e2fsprogs is that it compiles cleanly on 4-STABLE and 5-CURRENT systems - I have not tested it in action. Please use it with extremal precaution, because due to its low-level nature and Linux roots it can do Very Bad Things[tm] to your data, set fire on your house, kill your cat or something else even more horrible. If someone wants to take over maintainership please feel free to do so. Notes: svn path=/head/; revision=44716