Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.39 12 Jun 2006 12:13:09 |
pav |
- Update to 1.39
PR: ports/98847
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
1.38_2 27 Jan 2006 01:24:41 |
mnag |
* audio/marlin, devel/upnp, devel/upnp104
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
(Only the first 15 lines of the commit message are shown above ) |
1.38_1 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
1.38_1 15 Aug 2005 11:46:22 |
pav |
- Fix tests on 6.0/i386
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) |
1.38_1 04 Jul 2005 10:09:14 |
novel |
Fix plist.
PR: 82965
Submitted by: Matthias Andree (maintainer) |
1.38 02 Jul 2005 17:37:53 |
novel |
Update to 1.38.
PR: 82888
Submitted by: Matthias Andree (maintainer) |
1.37 15 Jun 2005 17:45:02 |
novel |
Update to 1.37.
PR: 82273
Submitted by: Matthias Andree (maintainer) |
1.36 21 May 2005 18:03:55 |
marcus |
Do not remove libdata/pkgconfig since it is now part of mtree.
Reported by: pointyhat via kris |
1.36 06 Feb 2005 16:59:11 |
leeym |
- Update to 1.36
- 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> |
1.35_4 20 Jan 2005 23:24:35 |
pav |
- Fix build when older e2fsprogs is installed
- Drop USE_GCC
- Rename DISABLE_NLS to WITHOUT_NLS
PR: ports/76488
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) |
1.35_3 30 Sep 2004 05:34:56 |
kris |
Switch to USE_GCC=3.4 and conditionalize on 4.9 and older systems.
Submitted by: matthias.andree@gmx.de (maintainer)
Approved by: portmgr (self) |
1.35_3 26 Mar 2004 08:43:20 |
krion |
- Update fsck_ext2fs wrapper to make it safe in sudo - the old
would copy unlimited arguments over
- Replace MACHINE_ARCH by ARCH
- Bump portrevision
PR: ports/64736
Submitted by: maintainer |
1.35_2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
1.35_2 11 Mar 2004 21:51:30 |
glewis |
. Update the fsck_ext2fs wrapper so that it passes -f down the e2fsck
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) |
1.35_1 01 Mar 2004 15:13:28 |
pav |
Stop breaking a hard link that led to a double packaging of the static e2fsck
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) |
1.35 29 Feb 2004 16:40:41 |
krion |
- Update to 1.35 official release
PR: ports/63528
Submitted by: maintainer |
1.35.w20040131.20040224135102 26 Feb 2004 18:22:18 |
glewis |
. Update to a February 24th snapshot (1.35.w20040131.20040224135102).
. 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) |
1.35.w20040131_2 24 Feb 2004 21:55:22 |
krion |
- e2fsck now handles SIGINFO (Ctrl+T): print progress bar once
- 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 |
1.35.w20040131_1 21 Feb 2004 16:29:18 |
leeym |
- fix IEEE violation/SIGFPE abort on alpha that failed the f_crashdisk test
(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> |
1.35.w20040131 20 Feb 2004 22:46:21 |
glewis |
. Update to 1.35.w20040131.
. 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> |
1.32_1 18 Feb 2004 11:07:13 |
eik |
% in filenames break perforce:
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009324.html>
Submitted by: Mark Santcroos <marks@ripe.net> |
1.32_1 14 Feb 2004 04:39:18 |
marcus |
Add a CONFLICTS on misc/ossp-uuid. |
1.32_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.32 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.32 31 Aug 2003 10:42:37 |
obrien |
Update to version 1.32. |
1.27 20 Feb 2003 19:00:52 |
knu |
De-pkg-comment. |
1.27 20 Aug 2002 05:12:06 |
leeym |
Remove unnecessary setting in CONFIGURE_ENV
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) |
1.27 04 Aug 2002 07:27:59 |
clive |
Upgrade to 1.27
PR: ports/41293
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> |
1.22 23 Jun 2002 20:29:01 |
pat |
PERL -> REINPLACE_CMD
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> |
26 Jan 2002 08:06:03 |
kris |
Fix malloc.h brokenness on -current. The build still fails for another
reason. |
03 Jul 2001 19:15:58 |
sobomax |
Remove file that doesn't belong here. |
03 Jul 2001 19:13:17 |
sobomax |
Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2
filesystem. |