1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

393 Commits

Author SHA1 Message Date
Joe Marcus Clarke
736d942fe5 Fix compilation on systems <= 4.4.
PR:		56324
		56389
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-04 03:41:40 +00:00
Joe Marcus Clarke
eaa8644f1c Fix a bad copy-paste error.
Reported by:	FreshPorts
2003-09-02 02:07:22 +00:00
Joe Marcus Clarke
7e13ce1c3d * Remove a dependency on bzip2
* Roll our own deinstall code since we get into a sticky situation when we
  try to use the new code [1]

Reported by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-02 02:05:41 +00:00
Joe Marcus Clarke
e78db356ad Remove OpenSSL support in this port so that it does not depend on any other
port to be installed.  Note, the port still uses USE_BZIP2, but as soon
as the local mirrors update, I will remove this as well.

This prevents infinite loops on systems <= 4.6.

Discussed with:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-01 20:47:31 +00:00
Kirill Ponomarev
7a950ce21f - Update to 0.26 (fixes several minor bugs), see NEWS for
details

PR:		55970
Submitted by:	maintainer
2003-08-25 20:30:51 +00:00
Joe Marcus Clarke
dd5ea45c77 Update to 2.4.4.
* Add support for the Polish locale
* Try to add more intelligence to the direct command use code
* Fix up the wording about numbered info files [1]

Suggested by:	gerald [1]
2003-08-16 20:42:44 +00:00
Joe Marcus Clarke
12a8b0c085 Really fix the bug where portlint looks through COMMENT for direct command
usage.
2003-08-15 17:47:21 +00:00
Joe Marcus Clarke
0bd33bd673 * Add support for the new INFO macro
* Clean up some more Perl warnings
* Make sure all the MAN macros are printed in all uppercase
* Add perl, ruby, python, and the auto* tools to the list of direct
  commands [1]

PR:		55529 [1]
Submitted by:	Jens Rehsack <rehsack@liwing.de> [1]
2003-08-15 05:05:33 +00:00
Akinori MUSHA
f2bf983754 Update to 20030723. Consider this as a minor update.
- If pkg_* is found in $PREFIX/sbin, use them instead of ones in
  /usr/sbin. (regardless of the value of PATH)

- pkg_fetch(1): Some servers like bento transfer packages files
  uncompressed, so add a workaround for this.  They are automatically
  recompressed.

- Get -q to work properly again.

- As the MOVED file is getting bigger and bigger, do not cache all the
  entries in memory but look it up every time needed.

- Show how to specify multiple arguments in one MAKE_ARG entry.

  FreeBSD PR:	ports/54631
  Submitted by:	Bruce M Simpson <bms@spc.org>
2003-08-13 10:49:37 +00:00
Michael Landin
b8522e61c3 Project moved to sourceforge servers.
Use DOCSDIR in pkg-plist.
Distfile has been rerolled, no code changes - but archive type is now .zip,
and code rewritten with windows style /r/n - patch is fixing this issue.
Code tested with Python 2.2.x and 2.3 (Thanks marcus@)

Approved by:		roberto (mentor)
2003-08-11 14:50:31 +00:00
Michael Landin
022a7bfc03 Fix 'fecth distfile' problem.
Bump PORTREVESION, for previous commit.

Approved by:		roberto (mentor)
2003-08-08 13:45:19 +00:00
Michael Landin
54c4af6fc6 Add patch that enables portell to run correctly with Python 2.3
Approved by:		roberto (mentor)
Submitted by:		marcus
2003-08-06 14:13:20 +00:00
Joe Marcus Clarke
01a913ae61 Add pkg_install, a snapshot of the -CURRENT package installation framework
for use with older versions of FreeBSD.

PR:		54478
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-03 21:44:33 +00:00
Kirill Ponomarev
2bee5db542 - Update to 0.25: allows generating diffs
not only against CVS

PR:		55135
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 21:48:23 +00:00
Wolfram Schneider
0a333c0083 Checkout directory ports/Templates too, required for config.guess 2003-07-31 09:29:36 +00:00
Joe Marcus Clarke
18bbfe40c0 Update to 2.4.1.
* Document the -V option [1]
* Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2]
* Correct the version string

PR:		54993 [1]
Submitted by:	Mark Linimon <linimon@lonesome.com> [1]
		gerald [2]
Pointy hat to:	me [2] (I should have used Gerald's patch as-is)
2003-07-28 20:23:32 +00:00
Kirill Ponomarev
d06e9d3dce - Update to 0.20
- Install files from port's Makefile
- Add manpages

PR:		54888
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	fjoe (mentor) (implicit)
2003-07-26 23:14:52 +00:00
Sergey A. Osokin
b205ba845d Update to 0.16
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR:		54698
2003-07-21 12:31:26 +00:00
Dag-Erling Smørgrav
89ea0bbd5d Add support for ports/Templates; bump version number and man page date. 2003-07-21 08:30:40 +00:00
Joe Marcus Clarke
bebd089421 Update to 2.4.0.
* Document the -A option in the usage
* Add my name to the list of AUTHORS
* Clean up some warnings produced by perl -cwT
* Check for the existence of pkg-comment and flag it as FATAL [1]
* Add OMF checking support similar to the info checking code
* Add support for {DOCS,EXAMPLES}DIR macros [2]
* Don't check commented out URLs in MASTER_SITES [3]
* Add file, find, strip, and xargs to the list of direct command names [4]
* Don't search for command names in COMMENT [5]
* Add SITE_PERL support [6]
* Add DISTFILE/MASTER_SITE grouping support [7]
* Check to make sure the MAINTAINER field contains a valid email address
* Add support for {EXTRACT,PATCH}_DEPENDS
* Add USE_GETOPT_LONG support [8]

PR:		48199 [1]
		53371 [2]
		43537 [3]
		54381 [6]
		39487, 44099, 48221 [7]
		54497 [8]
Submitted by:	Sergei Kolobov <sergei@kolobov.com> [2] [8]
		gerald [4] (file and strip)
		Oliver Eikemeier <eikemeier@fillmore-labs.com> [6]
Reported by:	kris and nork [5]
2003-07-20 00:31:20 +00:00
Joe Marcus Clarke
c69e3dca1a I'll take this. 2003-07-17 04:42:07 +00:00
Michael Haro
beabe4fb0b I don't have the time to maintain this port.
Whoever takes maintainership should email me as I have some stuff that
was in progress.
2003-07-17 04:36:05 +00:00
Yen-Ming Lee
7fc3d8d483 Update to 0.15
PR:		54453
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-07-14 00:40:02 +00:00
Adam Weinberger
5e444e3ee0 Fix install on machines without automake installed. 2003-07-11 01:52:46 +00:00
Daichi GOTO
e0d4f9a73c update devel/porttools: 0.10 -> 0.11
PR:		54216
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-07-09 04:25:14 +00:00
Dag-Erling Smørgrav
db4455000e Add support for {EXTRACT,PATCH}_DEPENDS. 2003-07-08 09:20:24 +00:00
Erwin Lansing
bf5a7b6d47 - Update to 0.10 (see ${DOCSDIR}/NEWS for summary of changes)
- Add portlint and sudo to RUN_DEPENDS

PR:		53698
Submitted by:	maintainer
2003-06-25 06:11:52 +00:00
Erwin Lansing
e435fe9f2c Add porttools 0.01,
tools for testing and submitting port updates
and new ports.

PR:		53487
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-06-19 13:47:23 +00:00
Adam Weinberger
6f1722d8d4 Add portsman.
Ports manager is a ncurses based, graphical front-end to manage
the FreeBSD ports collection. It behaves like a package manager
and comes with many features.

PR:		ports/47192
Submitted by:	Anselm Garbe <anselmg@t-online.de>
2003-06-03 21:47:49 +00:00
Dag-Erling Smørgrav
78931ed808 Fix a bug in the version number comparison code caused by careless use
of the magic variabled $a and $b.  Also fix a markup nit in the man page.
2003-05-23 00:21:11 +00:00
Michael Landin
1fe8493549 Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor)
2003-05-07 11:37:56 +00:00
Akinori MUSHA
477059d80e Update to 20030427. New tarball.
portsdb(1):
- COMMENTFILE is deprecated.  Weird.  I thought I committed these
  changes long long ago.

  Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>.
2003-04-26 21:31:11 +00:00
Akinori MUSHA
2a999dfad0 Satisfy the latest ruby 1.8 more.
Submitted by:	Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
2003-04-22 11:38:19 +00:00
Akinori MUSHA
a211d19959 Add a patch to fix "undefined local variable" error.
Reported by:	many ;(
2003-04-22 08:59:21 +00:00
Akinori MUSHA
80db4951b8 Update to 20030422. This is a maintenance release.
portsdb(1):
- Fix portsdb -U's COMMENT support.

  Submitted by:	Frerich Raabe <frerich.raabe@gmx.de>

portsclean(1):
- Fix a silly typo and unbreak portsclean -P.

  Submitted by:	Olivier Tharan <olive@oban.frmug.org>

pkgtools.conf(5):
- Set OS_PKGBRANCH to "<n>-stable" for PRERELEASE, RC, ALPHA, BETA,
  etc.

- Apply grammar fixes and rephrase a paragraph.

  PR:	ports/49042, ports/49041
  Submitted by:	Chris Pepper <pepper@rockefeller.edu>

overall:
- Appease ruby 1.8 which now complains about closed streams.
2003-04-22 06:42:27 +00:00
Tilman Keskinoz
778d07b610 Update to 0.6
Approved by:	maintainer
2003-04-15 08:51:09 +00:00
Tilman Keskinoz
0f0e1b56fd USE_QT_VER=3, Bump PORTREVISION. Reset bouncing Maintaineraddress.
PR:		50768
Submitted by:	Reinhard Lenninger <reinhard.lenninger@web.de>
2003-04-14 15:03:16 +00:00
Dag-Erling Smørgrav
9c4d96f1f9 Allow the user to specify environment variables on the command line.
Use DEPENDS_CLEAN instead of hacking DEPENDS_TARGET.
Change the process title to reflect the current phase / task.
2003-04-07 13:23:50 +00:00
Akinori MUSHA
d74c4dc3c0 Fix an error handler typo so it fails gracefully. 2003-03-28 09:52:25 +00:00
Tilman Keskinoz
76388f48a8 - Install portell.py as portell
- Respect NOPORTDOCS in pkg-plist
- Use ECHO_MSG instead of ECHO_CMD
- Bump PORTREVISION

PR:		50124
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	Michael Hostbaek <mich@freebsdcluster.org> (maintainer)
2003-03-23 18:32:16 +00:00
Akinori MUSHA
42ef59a923 Bump PORTREVISION for a typo fix. 2003-03-23 08:16:22 +00:00
Akinori MUSHA
a343834f46 Fix a typo. Sorry. 2003-03-23 08:15:48 +00:00
Akinori MUSHA
f666d5aaf5 Update to 20030308.
portupgrade(1):
  - -A/-B: Remove ;'s and spaces at the beginning of each command line
    to stop sh(1) from issuing a syntax error.

  - -A/-B: Omit running null commands.

  - Run AFTERINSTALL commands after restoring a failed upgrade also.

  - Fix a run time error caused by any?.

pkgtools.conf(5):
  - Introduce BEFOREDEINSTALL.

  - Deprecate rc_file() and rc_files(), and provide
    enabled_rc_scripts() and disabled_rc_scripts() instead.

  - Provide cmd_start_rc(), cmd_stop_rc(), and cmd_enable_rc() in
    addition to cmd_restart_rc() and cmd_disable_rc().

  - Update examples.

pkg_deinstall(1):
  - Run BEFOREDEINSTALL commands before deinstalling a package.
2003-03-23 06:32:10 +00:00
Pete Fritchman
0b19c78609 - warn about incorrect usage of the pre-everything:: target
- don't give a warning to use binary mode because of a possible RCS tag
  if the tag is $FreeBSD$.
- bump PORTREVISION

Approved by:	maintainer timeout, portmgr (kris)
2003-03-07 17:00:43 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Wolfram Schneider
9e7771c7f4 De-pkg-comment. 2003-03-05 12:47:22 +00:00
Akinori MUSHA
ba8034a787 Update to 20030228. Hot fixes integrated.
pkgdb(1):
- Add a missing comma and unbreak the cyclic dependency
  fixer.

  Submitted by:   ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>

portupgrade(1):
- Update man page.  Running pkgdb -F is no longer mandatory unless so
  directed by the pkgtools.
2003-03-02 12:02:11 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00