./pkgtools/rpm2pkg, Convert RPM archives to NetBSD packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q1, Version: 3.2.2, Package name: rpm2pkg-3.2.2, Maintainer: tron

"rpm2pkg" can be used to convert RedHat Package Manager archives used by
many Linux distribution like e.g. Red Hat or SuSE into NetBSD packages.
It will extract the RPM files and create a NetBSD package list on the fly.


Required to run:
[archivers/xz]

Version history: (Expand)


CVS history: (Expand)


   2011-04-16 23:27:47 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #3412 - requested by tron
pkgtools/rpm2pkg: build fix

Revisions pulled up:
- pkgtools/rpm2pkg/Makefile                                     1.58
- pkgtools/rpm2pkg/files/rpm2pkg.c                              1.21

---------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Apr 12 22:12:42 UTC 2011

   Modified Files:
   	pkgsrc/pkgtools/rpm2pkg: Makefile
   	pkgsrc/pkgtools/rpm2pkg/files: rpm2pkg.c

   Log message:
   Update "rpm2pkg" package to version 3.2.2:
   - Remove unused CheckSymLinks() function to fix build problems under
     DragonFly BSD.

   This fixes PR pkg/44862 by Francois Tigeot.

   To generate a diff of this commit:
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/pkgtools/rpm2pkg/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/pkgtools/rpm2pkg/files/rpm2pkg.c