Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 08:29:18 -0800 (PST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/e2fsprogs Makefile pkg-deinstall ports/sysutils/e2fsprogs/files pkg-message.in
Message-ID:  <200402211629.i1LGTIRG028978@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
leeym       2004/02/21 08:29:18 PST

  FreeBSD ports repository

  Modified files:
    sysutils/e2fsprogs   Makefile 
    sysutils/e2fsprogs/files pkg-message.in 
  Added files:
    sysutils/e2fsprogs   pkg-deinstall 
  Log:
  - 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>
  
  Revision  Changes    Path
  1.13      +12 -4     ports/sysutils/e2fsprogs/Makefile
  1.2       +6 -2      ports/sysutils/e2fsprogs/files/pkg-message.in
  1.1       +9 -0      ports/sysutils/e2fsprogs/pkg-deinstall (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402211629.i1LGTIRG028978>