aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rpm4
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plist when python is not selected [1]johans2011-12-051-14/+13
| | | | | | | - Aggregate variable settings Reported by: Peter <pmc@citylink.dinoex.sub.org> [1] Feature safe: yes
* Fix conflicting glob_t definitions, which triggered a crashjohans2011-11-152-0/+19
| | | | | | | | when importing the rpm4 module in Python. PR: ports/162483 Submitted by: Sean Mitchell <smitchell@hcn-inc.com> Feature safe: yes
* - Get rid FreeBSD 6.X supportmiwi2011-11-072-14/+0
|
* Update to rpm 4.9.1.2 (bugfix release)johans2011-10-072-4/+3
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Fix segmentation faults caused by missing libc function prototypesjohans2011-09-163-1/+17
| | | | | | Returned pointers could be truncated to (potentially smaller) integers Reported by: will (with detailed analysis)
* Update to rpm 4.9.1.1 (bugfix release)johans2011-08-052-4/+4
|
* Update to rpm 4.9.1johans2011-07-163-6/+8
|
* Update rpm4 to 4.9.0johans2011-06-116-61/+118
|
* Bump USE_BDB due to impending db45 removal.mandree2011-05-241-1/+2
| | | | Mark db51 invalid (breaks build).
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* Fix shared lib version of lzma.erwin2010-12-161-1/+1
| | | | | | Pointy hat: johans Submitted by: pointyhat
* - Install Python bindings by default [1]johans2010-12-141-3/+7
| | | | | | | | - Make hidden dependency on liblzma explicit [2] PR: ports/153139 [2] Submitted by: Anders F Björklund <afb@rpm5.org [1] fluffy [2]
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Increment PORTREVISION after liblzma major version change in archivers/xz.naddy2010-11-101-3/+6
|
* Fix compilation of the python module for rpm; and fix plist [1]johans2010-08-242-4/+17
| | | | | | | Add an OPTION to install this module PR: ports/149886 [1] Submitted by: Anders.F.Björklund
* Now set localstatedir correctly (/var)johans2010-08-141-0/+2
| | | | | | | | RPM 4.8.1 uses a strange default for the %{_var} rpm macro... The bug was fixed in RPM 5.0.0, variables need to be expanded. PR: ports/149498 Submitted by: Anders F Björklund <afb@rpm5.org
* - Add extra patch that should fix the rpm build on FreeBSD 6.xjohans2010-07-072-0/+14
| | | | | Reported by: pointyhat via erwin Feature safe: yes
* - Update to rpm-4.8.1 (previous version was nearly 10yrs old)johans2010-07-0221-958/+168
| | | | | | - Grab maintainership Feature safe: yes
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Update pkg-plist to reflect directories left behind after deinstalljpaetzel2009-05-202-1/+3
| | | | | PR: ports/134619 Approved by: linimon (mentor)
* - Fix MASTER_SITESgarga2008-12-301-1/+1
| | | | | PR: ports/129871 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* . Drop maintainership.glewis2007-03-231-1/+1
|
* - Fix after objformat removalpav2007-03-232-2/+4
| | | | | | PR: ports/109468 (based on) Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: maintainer timeout (glewis; 3 weeks)
* . Fix the build of the Python bindings for Python 2.4. It seems like aglewis2006-09-131-9/+44
| | | | | | | | better version of this patch would use bsd.python.mk and PYTHON_VERSION, but I don't have time right now. PR: 103195 Submitted by: Eygene A. Ryabinkin <rea-fbsd@codelabs.ru>
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Conversion to a single libtool environment.ade2006-02-235-54/+29
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-25/+25
| | | | | Approved by: krion@ PR: ports/88711 (related)
* . Add SHA256.glewis2005-11-161-0/+2
| | | | . SIZEify.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* . bzip2 has been in the base system since 4.4, so no need to check for it.glewis2005-11-151-3/+0
| | | | | PR: 88985 Submitted by: edwin
* . Change rpmrc to support amd64 and also to indicate that i386 and amd64glewis2005-06-032-1/+54
| | | | | | | | | are compatible. This differs from PR 80922 in that amd64 is made the canonical RPM architecture on that architecture rather than x86_64 as it is under Linux. . Bump PORTREVISION. PR: 80922 (based on)
* . Change the default path to search for the source when building an RPMglewis2005-02-191-0/+13
| | | | | | | | | | | | to be ${LOCALBASE}/src/portbld, which is created by the port during installation. Don't use ${LOCALBASE}/src/redhat as the default as its not created by the port by default and is inappropriate for FreeBSD. Its quite likely ${LOCALBASE}/src/rpm is a better choice, but that requires more work than I have time for right now. Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* . Try to remove ${PREFIX}/src when deinstalling as the port creates thisglewis2004-12-291-0/+1
| | | | | | directory. Submitted by: kris
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-0/+2
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* s/mirror.ac.uk/mirrorservice.orgvs2004-08-251-1/+1
| | | | | | PR: ports/69481 Submitted by: Tim Bishop, lesi@ Approved by: maintainer timeout
* . Use libtool 1.3.x rather than 1.4.x (thus removing the last portglewis2004-06-104-3/+9
| | | | | | dependency on libtool14). Submitted by: ade
* - Use USE_ICONV knobkrion2004-03-311-1/+1
| | | | Approved by: portmgr
* . /usr/local -> %%LOCALBASE%%.glewis2004-03-251-1/+1
|
* . Link the python modules against libintl so they can actually be used.glewis2004-03-202-5/+6
| | | | . Bump PORTREVISION.
* . No, it doesn't conflict with rpm2cpio as that installs rpm2cpio.pl, notglewis2004-03-201-1/+1
| | | | rpm2cpio.
* . Build and install API documentation if NOPORTDOCS isn't set.glewis2004-03-101-0/+16
| | | | . Bump PORTREVISION for this change.
* . The RPM web site now refers to it as the "RPM Package Manager", not theglewis2004-03-061-9/+8
| | | | "Red Hat Package Manager". Fix this and reformat the text.
* . Disable the javaglue for beecrypt. Its pointless and its broken (breaksglewis2004-03-061-3/+4
| | | | | the build). . Reformat CONFIGURE_ARGS.
* . Fix fetch.glewis2004-03-061-3/+2
|
* Add a port of rpm 4.0.4:glewis2004-03-0520-0/+1033
"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.