Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 14:42:37 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create pl.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib deps.c lib.h match.c
Message-ID:  <200205142142.g4ELgbr72241@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2002/05/14 14:42:37 PDT

  Modified files:
    usr.sbin/pkg_install/add perform.c 
    usr.sbin/pkg_install/create pl.c 
    usr.sbin/pkg_install/delete perform.c 
    usr.sbin/pkg_install/info perform.c 
    usr.sbin/pkg_install/lib deps.c lib.h match.c 
  Log:
  - Make use of DEPOROGINs (if there are any) when installing package;
  - fix few bogosities here and there;
  - move some common routines into the library.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.71      +67 -35    src/usr.sbin/pkg_install/add/perform.c
  1.24      +3 -0      src/usr.sbin/pkg_install/create/pl.c
  1.37      +40 -16    src/usr.sbin/pkg_install/delete/perform.c
  1.49      +18 -62    src/usr.sbin/pkg_install/info/perform.c
  1.10      +6 -9      src/usr.sbin/pkg_install/lib/deps.c
  1.44      +2 -0      src/usr.sbin/pkg_install/lib/lib.h
  1.11      +131 -15   src/usr.sbin/pkg_install/lib/match.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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