aboutsummaryrefslogtreecommitdiff
path: root/archivers/rpm
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to mirror.ac.ukVolker Stolz2004-07-261-2/+1
| | | | | | | | PR: ports/69481 Submitted by: Tim Bishop Notes: svn path=/head/; revision=114765
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Don't compile with -static [1].Norikatsu Shigemura2003-07-112-10/+18
| | | | | | | | | | | Drop MAINTAINERship. PR: ports/42556 [1] Requested by: Mikhail Teterin <mi@aldan.algebra.com> [1] Approved by: maintainer timeout (a long time) Notes: svn path=/head/; revision=84712
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69426
* Update patch to configure.in to remove check for <machine/types.h>.John Baldwin2002-10-221-9/+11
| | | | | | | | | | <machine/types.h> is not a user-usable header anyways. Including it breaks the build on current. On stable <sys/types.h> includes it. This still doesn't make rpm actually work on -current, but at least the port compiles now. Notes: svn path=/head/; revision=68607
* Remove gettext-old dependency, which moves us kloser to nuking that outdatedMaxim Sobolev2002-09-231-4/+2
| | | | | | | piece of crap (only 5 packages depending on it remain). Notes: svn path=/head/; revision=67067
* Fix on -current.Maxim Sobolev2002-09-231-0/+14
| | | | Notes: svn path=/head/; revision=67066
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-3/+6
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Conditionalize bzip2 dependencies.Akinori MUSHA2001-08-151-2/+4
| | | | Notes: svn path=/head/; revision=46297
* Add dummy getmntent() func.David E. O'Brien2001-03-203-4/+30
| | | | | | | | PR: 24570 Submitted by: Roman Shterenzon<roman@xpert.com> Notes: svn path=/head/; revision=40123
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=40120
* Add a .uk master site.Ben Smithurst2000-11-281-1/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=35480
* Revision up for patch-biYukihiro Nakai2000-11-021-1/+1
| | | | Notes: svn path=/head/; revision=34598
* A patch to prepend unavoidable message.Yukihiro Nakai2000-11-021-0/+13
| | | | Notes: svn path=/head/; revision=34595
* Add patch for rpm2cpio.Yukihiro Nakai2000-10-252-1/+12
| | | | | | | | PR: ports/22257 Submitted by: Scott Renfro <scott@renfro.org> Notes: svn path=/head/; revision=34220
* Fix aboutYukihiro Nakai2000-10-206-16/+90
| | | | | | | | | | | - Add patch to refer /usr/ports/popt - etc PR: ports/22046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=34010
* Fix for INSTALLS_SHLIBYukihiro Nakai2000-10-202-1/+59
| | | | | | | | | | Add patch for configure.in PR: ports/22046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=34009
* Update to 3.0.6Yukihiro Nakai2000-10-179-20/+246
| | | | | | | | PR: misc/21801 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=33921
* I maintain this port.Yukihiro Nakai2000-10-051-1/+1
| | | | Notes: svn path=/head/; revision=33419
* Remove unneeded LIB_DEPENDS, and make it dynamic link.Vanilla I. Shu2000-05-281-2/+0
| | | | | | | | PR: ports/18472 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28789
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-241-1/+1
| | | | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23999
* * Removed (unnecessary) dependancy on GNU gettextSteve Price1999-11-143-18/+18
| | | | | | | | | | | * Modified install path of configuration files from lib/ to etc/ * Fixed some files to set file permission properly PR: 14803 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23096
* Update to version 2.5.6.Steve Price1999-11-013-7/+7
| | | | | | | | PR: 14579 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22750
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Fix packaging. Disown.Thomas Gellekum1999-05-042-4/+5
| | | | Notes: svn path=/head/; revision=18452
* Add WWW:Michael Haro1999-05-031-2/+2
| | | | Notes: svn path=/head/; revision=18432
* RPM port update to v2.2.5.(Actually, v3.x has already there.)Foxfair Hu1999-05-023-13/+17
| | | | | | | | PR: 10137 Submitted by: Marcel Moolenaar <marcel@scc.nl> Notes: svn path=/head/; revision=18314
* Add some master sites.Thomas Gellekum1998-12-141-2/+4
| | | | Notes: svn path=/head/; revision=15348
* Un-break. Don't build with i18n support.Thomas Gellekum1998-10-281-4/+2
| | | | Notes: svn path=/head/; revision=14226
* Mark BORKEN for ELF:Justin M. Seger1998-10-131-1/+4
| | | | | | | | | | | | | xgettext --default-domain=rpm \ --add-comments --keyword=_ --keyword=N_ /usr/ports/misc/rpm/work/rpm-2.5.1/rpm.c /usr/ports/misc/rpm/work/rpm-2.5.1/query.c /usr/ports/misc/rpm/work/rpm-2.5.1/install.c /usr/ports/misc/rpm/work/rpm-2.5.1/verify.c /usr/ports/misc/rpm/work/rpm-2.5.1/checksig.c /usr/ports/misc/rpm/work/rpm-2.5.1/url.c /usr/ports/misc/rpm/work/rpm-2.5.1/ftp.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/uninstall.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmdb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/signature.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/dbindex.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/depends.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/formats.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/fs.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/header.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/lookup.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rebuilddb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/messages.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/package.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmlead.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmrc.c Unrecognized option: - usage: xgettext [-adnuv] [-c<flag>] [-m<tag>] [-o<default>] ... [-p<path>] [-x<xlist>] - | file xgettext -h (HELP) Notes: svn path=/head/; revision=13945
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12623
* Fix wrong patch. Configuration files should be installed intoThomas Gellekum1998-06-081-2/+2
| | | | | | | $PREFIX/share/misc. Notes: svn path=/head/; revision=11345
* Fix paths of two files.Satoshi Asami1998-06-061-2/+2
| | | | Notes: svn path=/head/; revision=11287
* Upgrade to 2.5.1.Thomas Gellekum1998-06-022-4/+5
| | | | Notes: svn path=/head/; revision=11212
* Add reference to the rpm2cpio converter written in perl. You stillWolfram Schneider1998-05-121-0/+6
| | | | | | | | need GNU cpio and gzip, but at least you don't have to install the whole RPM manager to get the files in an RPM. Notes: svn path=/head/; revision=10956
* Upgrade to 2.4.12.Thomas Gellekum1998-01-302-4/+4
| | | | Notes: svn path=/head/; revision=9526
* Upgrade to 2.4.11.Thomas Gellekum1998-01-082-4/+4
| | | | Notes: svn path=/head/; revision=9292