OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   12-Sep-2002 10:01:48
  Branch: HEAD                             Handle: 2002091209014701

  Modified files:
    openpkg-re/vcheck       vc.amd
    openpkg-src/amd         amd.patch amd.spec
    openpkg-web             news.txt

  Log:
    upgrading package: amd 6.0.7 -> 6.0.8

  Summary:
    Revision    Changes     Path
    1.3         +1  -2      openpkg-re/vcheck/vc.amd
    1.2         +35 -6      openpkg-src/amd/amd.patch
    1.22        +3  -3      openpkg-src/amd/amd.spec
    1.1533      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-re/vcheck/vc.amd
  ============================================================
  $ cvs diff -u -r1.2 -r1.3 vc.amd
  --- openpkg-re/vcheck/vc.amd  10 Sep 2002 18:47:45 -0000      1.2
  +++ openpkg-re/vcheck/vc.amd  12 Sep 2002 08:01:47 -0000      1.3
  @@ -2,8 +2,7 @@
   }
   
   prog amd = {
  -  comment   = "rse: FreeBSD: structure has no member named `na_uid'"
  -  version   = 6.0.7
  +  version   = 6.0.8
     url       = ftp://ftp.am-utils.org/pub/am-utils/
     regex     = am-utils-(6\.0\.\d+)\.tar\.gz
   }
  Index: openpkg-src/amd/amd.patch
  ============================================================
  $ cvs diff -u -r1.1 -r1.2 amd.patch
  --- openpkg-src/amd/amd.patch 29 May 2002 19:56:09 -0000      1.1
  +++ openpkg-src/amd/amd.patch 12 Sep 2002 08:01:48 -0000      1.2
  @@ -1,6 +1,5 @@
  -diff -ru3 am-utils-6.0.7.orig/amq/amq.c am-utils-6.0.7/amq/amq.c
  ---- am-utils-6.0.7.orig/amq/amq.c    Fri Jan 12 23:52:00 2001
  -+++ am-utils-6.0.7/amq/amq.c Thu Jul  5 10:09:10 2001
  +--- amq/amq.c.orig   Fri Jan 12 23:52:00 2001
  ++++ amq/amq.c        Thu Jul  5 10:09:10 2001
   @@ -251,7 +251,9 @@
               mi->mi_up > 0 ? "up" :
               mi->mi_up < 0 ? "starting" : "down");
  @@ -11,9 +10,8 @@
          if (mi->mi_error < sys_nerr)
    #ifdef HAVE_STRERROR
            printf(" (%s)", strerror(mi->mi_error));
  -diff -ru3 am-utils-6.0.7.orig/hlfsd/hlfsd.h am-utils-6.0.7/hlfsd/hlfsd.h
  ---- am-utils-6.0.7.orig/hlfsd/hlfsd.h        Fri Jan 12 23:52:03 2001
  -+++ am-utils-6.0.7/hlfsd/hlfsd.h     Thu Jul  5 10:09:37 2001
  +--- hlfsd/hlfsd.h.orig       Fri Jan 12 23:52:03 2001
  ++++ hlfsd/hlfsd.h    Thu Jul  5 10:09:37 2001
   @@ -147,7 +147,9 @@
    extern int cache_interval;
    extern int noverify;
  @@ -24,3 +22,34 @@
    extern int untab_index(char *username);
    extern am_nfs_fh *root_fhp;
    extern am_nfs_fh root;
  +--- include/am_defs.h.orig   Tue Feb 12 03:44:22 2002
  ++++ include/am_defs.h        Thu Sep 12 08:48:47 2002
  +@@ -276,7 +276,7 @@
  + /*
  +  * Actions to take if <malloc.h> exists.
  +  */
  +-#ifdef HAVE_MALLOC_H
  ++#if defined(HAVE_MALLOC_H) && !defined(__FreeBSD__)
  + # include <malloc.h>
  + #endif /* HAVE_MALLOC_H */
  + 
  +--- hlfsd/stubs.c.orig       Tue Feb 12 01:15:17 2002
  ++++ hlfsd/stubs.c    Thu Sep 12 09:51:03 2002
  +@@ -133,7 +133,7 @@
  +     res.ns_u.ns_attr_u = rootfattr;
  +   } else if (eq_fh(argp, &slink)) {
  + 
  +-#ifndef MNT2_NFS_OPT_SYMTTL
  ++#if !defined(MNT2_NFS_OPT_SYMTTL) && !defined(__FreeBSD__) /* FIXME */
  +     /*
  +      * This code is needed to defeat Solaris 2.4's (and newer) symlink
  +      * values cache.  It forces the last-modified time of the symlink to be
  +@@ -232,7 +232,7 @@
  +     }
  + 
  +     if (STREQ(argp->da_name, slinkname)) {
  +-#ifndef MNT2_NFS_OPT_SYMTTL
  ++#if !defined(MNT2_NFS_OPT_SYMTTL) && !defined(__FreeBSD__) /* FIXME */
  +       /*
  +        * This code is needed to defeat Solaris 2.4's (and newer) symlink
  +        * values cache.  It forces the last-modified time of the symlink to be
  Index: openpkg-src/amd/amd.spec
  ============================================================
  $ cvs diff -u -r1.21 -r1.22 amd.spec
  --- openpkg-src/amd/amd.spec  26 Aug 2002 09:39:20 -0000      1.21
  +++ openpkg-src/amd/amd.spec  12 Sep 2002 08:01:48 -0000      1.22
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:        System
   License:      BSD
  -Version:      6.0.7
  -Release:      20020604
  +Version:      6.0.8
  +Release:      20020912
   
   #   list of sources
   Source0:      ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
  @@ -68,7 +68,7 @@
   
   %prep
       %setup -q -n am-utils-%{version}
  -    %patch -p1
  +    %patch -p0
   
   %build
       #   disable system LDAP support because it makes trouble (at least under 
Solaris 9)
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.1532 -r1.1533 news.txt
  --- openpkg-web/news.txt      12 Sep 2002 07:09:32 -0000      1.1532
  +++ openpkg-web/news.txt      12 Sep 2002 08:01:47 -0000      1.1533
  @@ -1,3 +1,4 @@
  +12-Sep-2002: Upgraded package: P<amd-6.0.8-20020912>
   12-Sep-2002: New package: P<dxpc-3.8.1-20020912>
   12-Sep-2002: Upgraded package: P<cadaver-0.20.5-20020912>
   12-Sep-2002: Upgraded package: P<perl-www-20020912-20020912>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to