pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc pkg_install now prints post-install message by default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/735b83384a4f
branches:  trunk
changeset: 465821:735b83384a4f
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Jan 06 15:53:41 2004 +0000

description:
pkg_install now prints post-install message by default, if available.

diffstat:

 doc/CHANGES                              |  3 ++-
 pkgtools/pkg_install/files/info/main.c   |  7 ++++---
 pkgtools/pkg_install/files/lib/version.h |  4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (59 lines):

diff -r d42790902fe4 -r 735b83384a4f doc/CHANGES
--- a/doc/CHANGES       Tue Jan 06 15:45:56 2004 +0000
+++ b/doc/CHANGES       Tue Jan 06 15:53:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4372 2004/01/06 15:45:56 wiz Exp $
+$NetBSD: CHANGES,v 1.4373 2004/01/06 15:53:41 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -77,3 +77,4 @@
        Updated xlockmore to 5.11.1 [hubertf 2004-01-06]
        Added chmlib-0.31 [wiz 2004-01-06]
        Added xchm-0.8 [wiz 2004-01-06]
+       Updated pkg_install to 20040106 [hubertf 2004-01-06]
diff -r d42790902fe4 -r 735b83384a4f pkgtools/pkg_install/files/info/main.c
--- a/pkgtools/pkg_install/files/info/main.c    Tue Jan 06 15:45:56 2004 +0000
+++ b/pkgtools/pkg_install/files/info/main.c    Tue Jan 06 15:53:41 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.6 2003/09/23 07:13:51 grant Exp $   */
+/*     $NetBSD: main.c,v 1.7 2004/01/06 15:53:41 hubertf Exp $ */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -11,7 +11,7 @@
 #if 0
 static char *rcsid = "from FreeBSD Id: main.c,v 1.14 1997/10/08 07:47:26 charnier Exp";
 #else
-__RCSID("$NetBSD: main.c,v 1.6 2003/09/23 07:13:51 grant Exp $");
+__RCSID("$NetBSD: main.c,v 1.7 2004/01/06 15:53:41 hubertf Exp $");
 #endif
 #endif
 
@@ -217,7 +217,8 @@
 
        /* Set some reasonable defaults */
        if (!Flags)
-               Flags = SHOW_COMMENT | SHOW_DESC | SHOW_REQBY | SHOW_DEPENDS;
+               Flags = SHOW_COMMENT | SHOW_DESC | SHOW_REQBY 
+                       | SHOW_DEPENDS | SHOW_DISPLAY;
 
        /* -Fe /filename -> change CheckPkg to real packagename */
        if (CheckPkg && File2Pkg) {
diff -r d42790902fe4 -r 735b83384a4f pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h  Tue Jan 06 15:45:56 2004 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h  Tue Jan 06 15:53:41 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.20 2004/01/04 01:49:38 hubertf Exp $     */
+/*     $NetBSD: version.h,v 1.21 2004/01/06 15:53:41 hubertf Exp $     */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -33,6 +33,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION "20040104"
+#define PKGTOOLS_VERSION "20040106"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index