pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/mousetar On reflection, bump PKGREVISION. It...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/832d92c315ad
branches:  trunk
changeset: 602208:832d92c315ad
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Apr 07 23:35:35 2012 +0000

description:
On reflection, bump PKGREVISION. It stopped building on -current
because quota-related FFS header reorganization caused the definition
of the FFS struct direct to no longer be visible; however, on older
NetBSD since struct direct and struct dirent diverged (which was some
time back) it would have built successfully unless given -Wall, but
not worked.

diffstat:

 archivers/mousetar/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 45e6f098c62e -r 832d92c315ad archivers/mousetar/Makefile
--- a/archivers/mousetar/Makefile       Sat Apr 07 23:32:40 2012 +0000
+++ b/archivers/mousetar/Makefile       Sat Apr 07 23:35:35 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2012/04/07 23:32:40 dholland Exp $
+# $NetBSD: Makefile,v 1.20 2012/04/07 23:35:35 dholland Exp $
 #
 
 DISTNAME=      mousetar-20021217
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://sparkle.rodents.montreal.qc.ca/pub/mouse/ftp.netbsd.org/tar/
 DISTFILES=     tar.c tar.man



Home | Main Index | Thread Index | Old Index