pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Push pkg_perform prototype ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ec28502cd8b
branches:  trunk
changeset: 531419:9ec28502cd8b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 30 07:16:21 2007 +0000

description:
Push pkg_perform prototype into the individual packages.

diffstat:

 pkgtools/pkg_install/files/add/add.h       |  4 +++-
 pkgtools/pkg_install/files/create/create.h |  4 +++-
 pkgtools/pkg_install/files/delete/delete.h |  4 +++-
 pkgtools/pkg_install/files/info/info.h     |  4 +++-
 pkgtools/pkg_install/files/lib/lib.h       |  5 +----
 5 files changed, 13 insertions(+), 8 deletions(-)

diffs (83 lines):

diff -r 1f3918ceda5a -r 9ec28502cd8b pkgtools/pkg_install/files/add/add.h
--- a/pkgtools/pkg_install/files/add/add.h      Mon Jul 30 07:15:36 2007 +0000
+++ b/pkgtools/pkg_install/files/add/add.h      Mon Jul 30 07:16:21 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: add.h,v 1.6 2005/11/22 15:44:59 ben Exp $ */
+/* $NetBSD: add.h,v 1.7 2007/07/30 07:16:21 joerg Exp $ */
 
 /* from FreeBSD Id: add.h,v 1.8 1997/02/22 16:09:15 peter Exp  */
 
@@ -50,4 +50,6 @@
 int     extract_plist(char *, package_t *);
 void    apply_perms(char *, char **, int);
 
+int     pkg_perform(lpkg_head_t *);
+
 #endif                         /* _INST_ADD_H_INCLUDE */
diff -r 1f3918ceda5a -r 9ec28502cd8b pkgtools/pkg_install/files/create/create.h
--- a/pkgtools/pkg_install/files/create/create.h        Mon Jul 30 07:15:36 2007 +0000
+++ b/pkgtools/pkg_install/files/create/create.h        Mon Jul 30 07:16:21 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: create.h,v 1.6 2007/07/25 15:01:46 joerg Exp $ */
+/* $NetBSD: create.h,v 1.7 2007/07/30 07:16:21 joerg Exp $ */
 
 /* from FreeBSD Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp */
 
@@ -53,4 +53,6 @@
 void    check_list(char *, package_t *, const char *);
 void    copy_plist(char *, package_t *);
 
+int     pkg_perform(lpkg_head_t *);
+
 #endif                         /* _INST_CREATE_H_INCLUDE */
diff -r 1f3918ceda5a -r 9ec28502cd8b pkgtools/pkg_install/files/delete/delete.h
--- a/pkgtools/pkg_install/files/delete/delete.h        Mon Jul 30 07:15:36 2007 +0000
+++ b/pkgtools/pkg_install/files/delete/delete.h        Mon Jul 30 07:16:21 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: delete.h,v 1.4 2004/11/02 00:10:15 erh Exp $ */
+/* $NetBSD: delete.h,v 1.5 2007/07/30 07:16:21 joerg Exp $ */
 
 /* from FreeBSD Id: delete.h,v 1.4 1997/02/22 16:09:35 peter Exp */
 
@@ -35,4 +35,6 @@
 extern Boolean Recurse_down;
 extern lpkg_head_t pkgs;
 
+int     pkg_perform(lpkg_head_t *);
+
 #endif                         /* _INST_DELETE_H_INCLUDE */
diff -r 1f3918ceda5a -r 9ec28502cd8b pkgtools/pkg_install/files/info/info.h
--- a/pkgtools/pkg_install/files/info/info.h    Mon Jul 30 07:15:36 2007 +0000
+++ b/pkgtools/pkg_install/files/info/info.h    Mon Jul 30 07:16:21 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: info.h,v 1.12 2007/07/26 11:30:55 joerg Exp $ */
+/* $NetBSD: info.h,v 1.13 2007/07/30 07:16:21 joerg Exp $ */
 
 /* from FreeBSD Id: info.h,v 1.10 1997/02/22 16:09:40 peter Exp */
 
@@ -80,4 +80,6 @@
 extern void show_index(char *, char *, char *);
 extern void show_summary(package_t *, const char *);
 
+int     pkg_perform(lpkg_head_t *);
+
 #endif                         /* _INST_INFO_H_INCLUDE */
diff -r 1f3918ceda5a -r 9ec28502cd8b pkgtools/pkg_install/files/lib/lib.h
--- a/pkgtools/pkg_install/files/lib/lib.h      Mon Jul 30 07:15:36 2007 +0000
+++ b/pkgtools/pkg_install/files/lib/lib.h      Mon Jul 30 07:16:21 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.28 2007/07/26 11:30:56 joerg Exp $ */
+/* $NetBSD: lib.h,v 1.29 2007/07/30 07:16:21 joerg Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -405,9 +405,6 @@
 lpkg_t *find_on_queue(lpkg_head_t *, const char *);
 void    free_lpkg(lpkg_t *);
 
-/* For all */
-int     pkg_perform(lpkg_head_t *);
-
 /* Externs */
 extern Boolean Verbose;
 extern Boolean Fake;



Home | Main Index | Thread Index | Old Index