CVS log for ports/archivers/rpm4/Makefile
Up to [FreeBSD] / ports / archivers / rpm4
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Dec 4 16:34:20 2011 UTC (2 months, 1 week ago) by johans
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +13 -14 lines
- Fix plist when python is not selected [1] - Aggregate variable settings Reported by: Peter <pmc@citylink.dinoex.sub.org> [1] Feature safe: yes
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Nov 14 21:47:47 2011 UTC (2 months, 3 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Fix conflicting glob_t definitions, which triggered a crash when importing the rpm4 module in Python. PR: ports/162483 Submitted by: Sean Mitchell <smitchell@hcn-inc.com> Feature safe: yes
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Nov 6 16:22:22 2011 UTC (3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -3 lines
- Get rid FreeBSD 6.X support
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Oct 7 14:33:17 2011 UTC (4 months ago) by johans
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
Update to rpm 4.9.1.2 (bugfix release)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:20:51 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +0 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Sep 15 16:51:00 2011 UTC (4 months, 3 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
- Fix segmentation faults caused by missing libc function prototypes Returned pointers could be truncated to (potentially smaller) integers Reported by: will (with detailed analysis)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 4 21:40:59 2011 UTC (6 months, 1 week ago) by johans
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update to rpm 4.9.1.1 (bugfix release)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jul 16 15:39:13 2011 UTC (6 months, 3 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -3 lines
Update to rpm 4.9.1
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jun 11 10:59:10 2011 UTC (8 months ago) by johans
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -4 lines
Update rpm4 to 4.9.0
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon May 23 17:12:24 2011 UTC (8 months, 2 weeks ago) by mandree
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Bump USE_BDB due to impending db45 removal. Mark db51 invalid (breaks build).
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 16 10:35:47 2010 UTC (13 months, 3 weeks ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Fix shared lib version of lzma. Pointy hat: johans Submitted by: pointyhat
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Dec 14 07:12:27 2010 UTC (13 months, 4 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -3 lines
- Install Python bindings by default [1] - Make hidden dependency on liblzma explicit [2] PR: ports/153139 [2] Submitted by: Anders F Björklund <afb@rpm5.org [1] fluffy [2]
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:16 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 9 18:58:24 2010 UTC (15 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -3 lines
Increment PORTREVISION after liblzma major version change in archivers/xz.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Aug 23 17:46:44 2010 UTC (17 months, 2 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +8 -4 lines
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
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Aug 14 15:03:12 2010 UTC (17 months, 4 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0 lines
Now set localstatedir correctly (/var)
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
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 6 16:47:50 2010 UTC (19 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -0 lines
- Add extra patch that should fix the rpm build on FreeBSD 6.x Reported by: pointyhat via erwin Feature safe: yes
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jul 2 11:47:26 2010 UTC (19 months, 1 week ago) by johans
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +45 -25 lines
- Update to rpm-4.8.1 (previous version was nearly 10yrs old) - Grab maintainership Feature safe: yes
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 31 01:57:17 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:30:31 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:07 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -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
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 20 04:15:46 2009 UTC (2 years, 8 months ago) by jpaetzel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update pkg-plist to reflect directories left behind after deinstall PR: ports/134619 Approved by: linimon (mentor)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Dec 30 13:03:06 2008 UTC (3 years, 1 month ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Fix MASTER_SITES PR: ports/129871 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:02:31 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. 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)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 19 19:57:44 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 23 15:14:27 2007 UTC (4 years, 10 months ago) by glewis
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
. Drop maintainership.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:24:22 2007 UTC (4 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
- 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)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed May 3 05:14:03 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -1 lines
Remove USE_REINPLACE from ports in categories starting with A.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:34:20 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -3 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:47:48 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 14 16:39:51 2005 UTC (6 years, 2 months ago) by glewis
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -3 lines
. bzip2 has been in the base system since 4.4, so no need to check for it. PR: 88985 Submitted by: edwin
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jun 2 16:43:18 2005 UTC (6 years, 8 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
. Change rpmrc to support amd64 and also to indicate that i386 and amd64 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)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 25 12:37:11 2004 UTC (7 years, 5 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
s/mirror.ac.uk/mirrorservice.org PR: ports/69481 Submitted by: Tim Bishop, lesi@ Approved by: maintainer timeout
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 9 21:07:42 2004 UTC (7 years, 8 months ago) by glewis
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
. Use libtool 1.3.x rather than 1.4.x (thus removing the last port dependency on libtool14). Submitted by: ade
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 30 19:20:14 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Use USE_ICONV knob Approved by: portmgr
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 19 23:01:40 2004 UTC (7 years, 10 months ago) by glewis
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
. Link the python modules against libintl so they can actually be used. . Bump PORTREVISION.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 19 18:46:04 2004 UTC (7 years, 10 months ago) by glewis
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
. No, it doesn't conflict with rpm2cpio as that installs rpm2cpio.pl, not rpm2cpio.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 9 19:40:38 2004 UTC (7 years, 11 months ago) by glewis
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -0 lines
. Build and install API documentation if NOPORTDOCS isn't set. . Bump PORTREVISION for this change.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 5 18:56:40 2004 UTC (7 years, 11 months ago) by glewis
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
. Disable the javaglue for beecrypt. Its pointless and its broken (breaks the build). . Reformat CONFIGURE_ARGS.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 5 18:42:59 2004 UTC (7 years, 11 months ago) by glewis
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
. Fix fetch.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 5 02:26:10 2004 UTC (7 years, 11 months ago) by glewis
Branches: MAIN
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.
