(From suzukis@file.phys.tohoku.ac.jp)
authorjbj <devnull@localhost>
Sun, 6 Feb 2000 19:05:36 +0000 (19:05 +0000)
committerjbj <devnull@localhost>
Sun, 6 Feb 2000 19:05:36 +0000 (19:05 +0000)
commitf7b7154b57dd4ae628c4eac68bc62a9cca8c37de
treec0ac4f556f6a0b9585a3cb5734a22e246305ab44
parent016eacb22a8decd8f37473c8559949c93135650e
(From suzukis@file.phys.tohoku.ac.jp)
It seems that current rpm can work on FreeBSD, on OpenBSD,
and possibly on NetBSD (myself have not checked yet), but
find-provides and find-requires scripts are not provided
in rpm tarball. And, taking a glance on the "port"ed version
of rpm by FreeBSD people, they didn't write their own scripts.
Here's find-provides and find-requires for FreeBSD & OpenBSD.
I checked on FreeBSD-2.2.8 and OpenBSD-2.5 (possibly works on 2.6 too)
both a.out executable format. One of the known problem is
that following script cannot check the inter-library dependency.
On both systems, objdump is not bundled in default installation,
and even if you install objdump of GNU binutils,
it cannot check the inter-library dependency.
The recent FreeBSD and NetBSD are in ELF format, so should
be modified... I will send a version for FreeBSD-3.4 sooner
or later, but if anybody is interested in, please write.
I wish these scripts will be included in future version of rpm.
suzuki

CVS patchset: 3543
CVS date: 2000/02/06 19:05:36
autodeps/freebsd.prov [new file with mode: 0644]
autodeps/freebsd.req [new file with mode: 0644]
autodeps/openbsd.prov [new file with mode: 0644]
autodeps/openbsd.req [new file with mode: 0644]