Commit graph

15 commits

Author SHA1 Message Date
Johan van Selst
54345369c0 - Update rpm to 4.11.0.1
Release notes: http://rpm.org/wiki/Releases/4.11.0
2013-02-06 17:47:51 +00:00
Johan van Selst
053c7b5c57 Update rpm to 4.10.1
Release notes http://rpm.org/wiki/Releases/4.10.1
2012-10-05 15:56:40 +00:00
Johan van Selst
bfd38a27c0 - Update rpm to 4.10
http://rpm.org/wiki/Releases/4.10.0
- Remove unneeded library version numbers
- Remove patch file that's no longer relevant
- Register conflict with rpm 5.x
- Convert to new options framework
- Note: shared library version got bumped
2012-06-15 16:22:32 +00:00
Johan van Selst
b00ce9fccb Update to rpm 4.9.1 2011-07-16 15:39:13 +00:00
Johan van Selst
4916065e9f Update rpm4 to 4.9.0 2011-06-11 10:59:10 +00:00
Johan van Selst
8869fdeb3a Fix compilation of the python module for rpm; and fix plist [1]
Add an OPTION to install this module

PR:		ports/149886 [1]
Submitted by:	Anders.F.Björklund
2010-08-23 17:46:45 +00:00
Johan van Selst
ae5b35f46a - Update to rpm-4.8.1 (previous version was nearly 10yrs old)
- Grab maintainership

Feature safe:	yes
2010-07-02 11:47:27 +00:00
Josh Paetzel
9a114f40d6 Update pkg-plist to reflect directories left behind after deinstall
PR:	ports/134619
Approved by:	linimon (mentor)
2009-05-20 04:15:46 +00:00
Pav Lucistnik
7bb18580e1 - Fix after objformat removal
PR:		ports/109468 (based on)
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by:	maintainer timeout (glewis; 3 weeks)
2007-03-23 10:24:22 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
ffbac30e7d Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:23:00 +00:00
Greg Lewis
1ec8e877e8 . Try to remove ${PREFIX}/src when deinstalling as the port creates this
directory.

Submitted by:	kris
2004-12-28 19:47:56 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Greg Lewis
f9e82daec6 . Use libtool 1.3.x rather than 1.4.x (thus removing the last port
dependency on libtool14).

Submitted by:	ade
2004-06-09 21:07:42 +00:00
Greg Lewis
63157dad83 Add a port of rpm 4.0.4:
"The Red Hat Package Manager (RPM) is a powerful command line driven
 package management system capable of installing, uninstalling,
 verifying, querying, and updating computer software packages. Each
 software package consists of an archive of files along with information
 about the package like its version, a description, and the like.
 There is also a related API ("Application Program Interface"),
 permitting advanced developers to bypass 'shelling out' to a command
 line, and to manage such transactions from within a native coding
 language.

 WWW: http://www.rpm.org/"

4.0.4 was chosen because:
. The only newer version available as a tarball (4.1) is buggy.
. This version closely corresponds to our current default linux_base.
. This version uses the version of popt we have in the tree (unfortunately
  it uses an earlier version of beecrypt).
. This version is a lot less work to port than 4.2 (elfutils).

However, I am considering how best this port could be updated to a more
recent version (e.g. 4.1.1 or 4.2, probably the latter).

This wasn't an update to the current rpm port as I haven't done enough
testing of other ports that use rpm with it.

Tested on 4.9/i386, 5.2/sparc64 and 5.2/alpha.
2004-03-05 02:26:10 +00:00