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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   01-Sep-2003 09:22:07
  Branch: HEAD                             Handle: 2003090108220600

  Modified files:
    openpkg-src/openpkg     rpm.patch.feature rpm.patch.porting

  Log:
    do not run 'installplatform' script, it is not needed by OpenPKG and
    just makes trouble

  Summary:
    Revision    Changes     Path
    1.11        +32 -6      openpkg-src/openpkg/rpm.patch.feature
    1.15        +4  -4      openpkg-src/openpkg/rpm.patch.porting
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.feature
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 rpm.patch.feature
  --- openpkg-src/openpkg/rpm.patch.feature     1 Sep 2003 07:03:47 -0000       1.10
  +++ openpkg-src/openpkg/rpm.patch.feature     1 Sep 2003 07:22:06 -0000       1.11
  @@ -22,10 +22,11 @@
   | anyway.
   | Use a plain "rpmpopt" file without any trailing version.
   | Adjust paths to conform to OpenPKG filesystem layout.
  +| Do not run the "installplatform" script, because not needed for OpenPKG.
   +---------------------------------------------------------------------------
   Index: Makefile.am
   --- Makefile.am      29 May 2003 18:20:28 -0000      1.1.1.17
  -+++ Makefile.am      26 Aug 2003 08:14:57 -0000
  ++++ Makefile.am      1 Sep 2003 07:11:35 -0000
   @@ -12,9 +12,9 @@
        xmlspec/examples/*.sh xmlspec/examples/*.lst \
        xmlspec/examples/*.xmlspec \
  @@ -100,7 +101,19 @@
        done
        @for dir in BUILD RPMS SOURCES SPECS SRPMS ; do\
            $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/$$dir;\
  -@@ -198,10 +195,10 @@
  +@@ -174,11 +171,6 @@
  +     *)      $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/@host_cpu@ ;;\
  +     esac
  +     $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/noarch
  +-    @case "@host_os@" in \
  +-    mint) $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/m68kmint ;;\
  +-    solaris*|linux*) \
  +-       chmod u+x ./installplatform; DESTDIR="$(DESTDIR)" pkglibdir="$(pkglibdir)" 
./installplatform rpmrc macros platform ;; \
  +-    esac
  +     @$(mkinstalldirs) $(DESTDIR)/var/tmp
  + 
  + .PHONY:     setperms
  +@@ -198,10 +190,10 @@
            $(__CHOWN) ${RPMUSER}.${RPMGROUP} $(DESTDIR)$(pkglibdir)/$$f ;\
        done
        @$(__CHOWN) ${RPMUSER}.${RPMGROUP} $(DESTDIR)$(pkglibdir)
  @@ -115,7 +128,7 @@
    
    .PHONY:     unsetgid
    unsetgid:
  -@@ -244,7 +241,7 @@
  +@@ -244,7 +236,7 @@
        @sudo ./rpm -ta rpm-$(VERSION).tar.gz
    
    .PHONY:     doxygen
  @@ -131,10 +144,11 @@
   | anyway.
   | Use a plain "rpmpopt" file without any trailing version.
   | Adjust paths to conform to OpenPKG filesystem layout.
  +| Do not run the "installplatform" script, because not needed for OpenPKG.
   +---------------------------------------------------------------------------
   Index: Makefile.in
   --- Makefile.in      16 Jul 2003 17:05:42 -0000      1.1.1.23
  -+++ Makefile.in      26 Aug 2003 08:15:04 -0000
  ++++ Makefile.in      1 Sep 2003 07:11:43 -0000
   @@ -265,10 +265,10 @@
        xmlspec/examples/*.sh xmlspec/examples/*.lst \
        xmlspec/examples/*.xmlspec \
  @@ -214,7 +228,19 @@
        done
        @for dir in BUILD RPMS SOURCES SPECS SRPMS ; do\
            $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/$$dir;\
  -@@ -1171,10 +1169,10 @@
  +@@ -1147,11 +1145,6 @@
  +     *)      $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/@host_cpu@ ;;\
  +     esac
  +     $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/noarch
  +-    @case "@host_os@" in \
  +-    mint) $(mkinstalldirs) $(DESTDIR)$(pkgsrcdir)/RPMS/m68kmint ;;\
  +-    solaris*|linux*) \
  +-       chmod u+x ./installplatform; DESTDIR="$(DESTDIR)" pkglibdir="$(pkglibdir)" 
./installplatform rpmrc macros platform ;; \
  +-    esac
  +     @$(mkinstalldirs) $(DESTDIR)/var/tmp
  + 
  + .PHONY:     setperms
  +@@ -1171,10 +1164,10 @@
            $(__CHOWN) ${RPMUSER}.${RPMGROUP} $(DESTDIR)$(pkglibdir)/$$f ;\
        done
        @$(__CHOWN) ${RPMUSER}.${RPMGROUP} $(DESTDIR)$(pkglibdir)
  @@ -229,7 +255,7 @@
    
    .PHONY:     unsetgid
    unsetgid:
  -@@ -1217,7 +1215,7 @@
  +@@ -1217,7 +1210,7 @@
        @sudo ./rpm -ta rpm-$(VERSION).tar.gz
    
    .PHONY:     doxygen
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.porting
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 rpm.patch.porting
  --- openpkg-src/openpkg/rpm.patch.porting     1 Sep 2003 07:03:47 -0000       1.14
  +++ openpkg-src/openpkg/rpm.patch.porting     1 Sep 2003 07:22:06 -0000       1.15
  @@ -337,7 +337,7 @@
        touch $@
   
   +---------------------------------------------------------------------------
  -| Add FreeBSD support.
  +| Add FreeBSD/NetBSD/OpenBSD support.
   +---------------------------------------------------------------------------
   Index: rpmio/fts.c
   --- rpmio/fts.c      18 Jan 2003 16:13:17 -0000      1.1.1.3
  @@ -385,9 +385,9 @@
    #include <unistd.h>
   
   +---------------------------------------------------------------------------
  -| Make this whole "dirent" fiddling at least working on FreeBSD,
  -| Solaris and HPUX. This certainly is a bad corner of RPM which
  -| inherently leads to portability problems.
  +| Make this whole "dirent" fiddling at least working on
  +| FreeBSD/NetBSD/OpenBSD, Solaris and HPUX. This certainly is a bad
  +| corner of RPM which inherently leads to portability problems.
   +---------------------------------------------------------------------------
   Index: rpmio/rpmrpc.c
   --- rpmio/rpmrpc.c   29 May 2003 22:14:04 -0000      1.1.1.8
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to