aboutsummaryrefslogtreecommitdiff
path: root/misc/e2fsprogs-libuuid
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update e2fsprogs suite to v1.45.0.Matthias Andree2019-03-291-1/+1
| | | | | | | | | | | | | | | | | | Sorry that this happens so short before the 2019Q2 branch; the e2fsprogs.sourceforge.net website hadn't been updated for 1.44.6 and 1.45.0. I am not packaging e2scrub[_all] as FreeBSD does not support LVM, Linux's logical volume manager. Changelogs: <https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.44.6.txt> <https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.45.0.txt> While here, reset misc/e2fsprogs-libuuid PORTREVISION back to 0 now that the included PORTVERSION got bumped. Notes: svn path=/head/; revision=497209
* make uuidd depend on ldconfig during bootMatthias Andree2019-02-042-2/+2
| | | | | | | | PR: 235298 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=492096
* Update to new upstream release 1.44.3.Matthias Andree2018-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * several features for debugfs added * there is a new e2mmpstatus command * there are several bug fixes, among them endianness fixes and robustness fixes against corrupted input. * add hashmap.h header file, for libext2fs users * a few type fixes for format strings, found while building for MIPS, ARM, or i386 * add new option SLOWTESTS which prevents skipping of slow tests * add new option BASHTESTS which enables tests that require bash (currently affects only the test f_large_dir that is also marked as slow) Full release notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.3> Reset PORTREVISION in slave ports, e2fsprogs{-libss,-libuuid} now that we have bumped PORTVERSION. MFH: 2018Q3 Notes: svn path=/head/; revision=474369
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-272-2/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* Bugfix update e2fsprogs to new upstream release 1.43.9.Matthias Andree2018-02-201-1/+1
| | | | | | | | | Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.9> Reset e2fsprogs-libuuid's PORTREVISION. Notes: svn path=/head/; revision=462457
* Run rc.d/uuidd after the virtual FILESYSTEMS target.Matthias Andree2018-02-082-1/+2
| | | | | | | | | PR: 225368 Submitted by: bdrewery@ MFH: 2018Q1 Notes: svn path=/head/; revision=461282
* Update to new upstream 1.43.7, install libext2fs.so [1].Matthias Andree2017-10-291-1/+1
| | | | | | | | | | | | | | | | | | Install shared libraries, and use them (except for e2fsck, which links it statically so it can be used from /sbin), requested by pgf@ and fsu@. To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find libuuid/libblkid). Use @comment trick in pkg-plist to ignore not-to-install libraries (libss, libblkid - these have their own ports) while shutting up make check-plist and poudriere checks at the same time. Reported by: pgf@, fsu@ [1] Notes: svn path=/head/; revision=453102
* Upgrade to new upstream release 1.43.5, assorted fixes.Matthias Andree2017-08-122-3/+5
| | | | | | | | | | | | | | | | | Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5> Add proper LICENSE* statements to all the Makefiles of e2fsprogs and its slave ports. Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir, instead of @[un]exec. Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs from polluting the system's /etc/blkid.tab in make check. Notes: svn path=/head/; revision=447819
* Update e2fsprogs to new upstream release 1.43.4.Matthias Andree2017-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This is predominantly a bug-fix release, it however ceases installing the *ext4dev files, which have been replaced by *ext4 for quite a while, and adds two translations [fi, ms]. While here, reset PORTREVISION on two slave ports. ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4> Note in particular this part of the ChangeLog: «Replace a test file but which had a "non-commercial use-only" copyright permission file with a newer version from the Cyrus imapd package which now has a 4-clause BSD license, which was making some lawyers nervous, even though the test file in question was only used in lib/et's regression testing and was never included in any compiled binary. (Addresses Debian Bug: #840733)» PR: 216774 Reported by: Thomas Zander (riggs@) MFH: 2017Q1 Notes: svn path=/head/; revision=433466
* net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuidKurt Jaeger2016-03-061-3/+1
| | | | | | | | | | | | | | | | | Currently when requiring both ossp-uuid and e2fspogs-libuuid is an impossibility without the use of a jail. This patch was created to fix this conflict. The patch includes updating revisions for removal of CONFLICTS, and change LIBDEPEND change for all affected ports. The changes on ossp-uuid port includes renaming of the shared/static libs created, C/C++ manpage, and rename of pkgconfig file. PR: 207004 Submitted by: Ultima1252@gmail.com Approved by: vd Notes: svn path=/head/; revision=410454
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Update to new upstream release 1.42.12.Matthias Andree2014-10-072-2/+1
| | | | | | | | | | | | | | | | | | Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.12 Reset PORTREVISION on slaves. Remove @dirrm* from master's + slaves' pkg-plist. Remove patches overcome by upstream events. Ignore PORTSCOUT - it can't figure out the directory structure. No longer run self-test in parallel - exhausts redports directory. Mark BROKEN on 11-CURRENT - causes miscompilation (bogus numbers in output, SIGSEGV/SIGBUS): https://redports.org/~mandree/20141007190638-31576-251231/e2fsprogs-1.42.12.log https://redports.org/~mandree/20141007185700-4151-251228/e2fsprogs-1.42.12.log Notes: svn path=/head/; revision=370388
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-3/+3
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Fix check-plist complaint by creating blank directory in post-intall.Matthias Andree2014-05-231-0/+1
| | | | | | | Submitted by: bdrewery@ Notes: svn path=/head/; revision=354913
* Fix location of .pc files for pkg-config [1].Matthias Andree2014-05-222-4/+2
| | | | | | | | | Fix issue with parallel build, pre-build prof_err.h. Reported by: ak@, mat@ [1] Notes: svn path=/head/; revision=354893
* Fix pkg-plist.Matthias Andree2014-05-221-1/+2
| | | | Notes: svn path=/head/; revision=354768
* Exclude NLS option, WITHOUT_NLS was not totally no-op here :)Baptiste Daroussin2013-12-131-0/+1
| | | | | | | Reported by: sunpoet Notes: svn path=/head/; revision=336338
* Remove now no-op option that will interfere with warnings about WITHOUT_NLS ↵Baptiste Daroussin2013-12-131-1/+0
| | | | | | | being no op Notes: svn path=/head/; revision=336334
* Convert to staging.Matthias Andree2013-10-072-18/+21
| | | | Notes: svn path=/head/; revision=329745
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Dispose of OPTIONSFILE for the nonce, to fix the build.Matthias Andree2012-06-131-0/+1
| | | | | | | | | | | There are no dialog(1)-based options for now. This isn't the final solution, but works until the proper fix becomes known. The problem is that OPTIONS_EXCLUDE=NLS does not work, it gets overridden when the options.mk file reads e2fsprogs's $OPTIONSFILE. Notes: svn path=/head/; revision=299209
* Update to new upstream release 1.42.3.Matthias Andree2012-06-081-0/+1
| | | | | | | | | ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.3 Convert to OptionsNG. (e2fsprogs-libss seems to compile fine, too) Notes: svn path=/head/; revision=298757
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix parallel buildDmitry Marakasov2009-07-201-0/+1
| | | | | | | | | PR: 136870 Submitted by: myself Patch by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=238112
* - Update to 1.41.8Martin Wilke2009-07-161-3/+4
| | | | | | | | PR: 136795 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=237946
* * misc/e2fsprogs-libuuid:Martin Wilke2009-05-162-5/+12
| | | | | | | | | | | | | | | | | | | | | | | - bump revision, as we're changing files and fixing a bug even for those who had successfully built libuuid before - patch one more source file to make sure the clock.txt state file gets saved to the right directory - try to run the newly-build uuidd for our self-test (ignoring failures, as they are non-fatal) - (the actual build fix is inherited from the other port) * sysutils/e2fsprogs: - add files/patch-uuid-loop to actually fix the "self-test does not terminate" bug. What causes the client to see EOF prematurely or the server to fail to send a response remains unknown, but we'll fix the worse part of the issue: loop on EOF (read returning 0). PR: 134156 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=234022
* - Update to 1.41.5Martin Wilke2009-04-251-1/+1
| | | | | | | | PR: 133963 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=232743
* fix rc.d script to provide a default for its _enable variable.Ion-Mihai Tetcu2008-05-062-1/+3
| | | | | | | | | | | Andrew Pantyukhin <infofarmer@FreeBSD.org> PR: ports/123419 Submitted by: infofarmer@ Approved by: maintainer Notes: svn path=/head/; revision=212761
* - Add uuiddMartin Wilke2008-01-133-0/+44
| | | | | | | | | | | - Fix pkg-plist - Requires for sysutils/e2fsprogs update PR: 119622 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=205602
* Clean up to sync with the master port.Timur I. Bakeyev2007-10-021-4/+2
| | | | | | | | | PR: ports/116232 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: shaun (mentor) Notes: svn path=/head/; revision=200660
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+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
* - Add specify mandirMartin Wilke2007-07-041-2/+3
| | | | | | | | PR: 114162 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=194893
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* - Run self test when compiling the packagePav Lucistnik2006-06-091-0/+3
| | | | | | | | PR: ports/98710 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=164957
* * audio/marlin, devel/upnp, devel/upnp104Marcus Alves Grando2006-01-273-0/+47
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