Commit Graph

1538 Commits

Author SHA1 Message Date
Peter Pentchev
6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00
Munechika SUMIKAWA
449dee5c9d URL was changed. 2001-06-07 06:06:16 +00:00
Akinori MUSHA
322fde13d1 Update to 20010607b.
portupgrade:
  - Change the meaning of -P/--use-packages.  If specified once, it
    uses packages whenever available or uses ports.  If specified
    twice, it never try to use ports but only uses packages.

  - The package directory is now specified via the environment
    variable, by PKGREPOSITORY and PKGREPOSITORYSUBDIR.

Print the usages to stdout instead of stderr.
2001-06-07 03:17:47 +00:00
Akinori MUSHA
ea9d950857 Update to 20010607.
portupgrade:
  - Implement -P/--use-packages, which everyone bugged me with. :>

pkgdepfix:
  - Add "delete" to the choices as to how to deal with a stale
    dependency.
  - Alter the prompt message.
  - Add zsh compdef.
2001-06-06 20:05:57 +00:00
Jimmy Olgeni
bb1e1d09c6 Update port to version 0.86, add better handling of BATCH in "make install"
and pkg_add, don't let setup.sh start the service. The setup script is now
automatically called when not installing in batch mode.

Also, "borrow" better pkg-plist implementation from the vim5 port: it
allows to have @execs at the end of pkg-plist (thanks to O'Brien :-))
2001-06-06 11:48:57 +00:00
Akinori MUSHA
d10d546f44 Update to 20010606b.
pkgdepfix:
  - Implement automatic guessing.
  - Add yes-to-all to the choices of yes/no prompt.
  - Do "stty sane" on interrupt.

portupgrade:
  - Backing up +REQUIRED_BY must have been done before pkg_delete.
    [Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>]

Because of the portupgrade bug, portupgrade -u would have broken some
of your +REQUIRED_BY files.  Please fix them up with pkgdepfix.
2001-06-06 08:33:16 +00:00
Akinori MUSHA
3f909a39ff From now on I use release dates for this port's version numbers, and
this is version 20010606.

A new tool pkgdepfix is added.  It allows you to interactively fix
/var/db/pkg's @pkgdep / +REQUIRED_BY discrepancies.  Run this
periodically to let portupgrade properly trace dependencies.
2001-06-05 17:33:21 +00:00
Jimmy Olgeni
9875204ad6 Cosmetic only: make some layout fixes, make some commands silent. 2001-06-05 14:06:56 +00:00
Kevin Lo
7266ee393a Update to version 1.17
PR: 27871
Submitted by: MAINTAINER
2001-06-05 12:47:32 +00:00
Ruslan Ermilov
bdc8739080 mdoc(7) police: minor markup cleanup. 2001-06-04 13:21:46 +00:00
Doug Barton
c9191e35ba Beautify a little with an @, and correct the sed for PREFIX
to not include the trailing slash.
2001-06-04 02:34:08 +00:00
Poul-Henning Kamp
81e7224513 Add diskcheck-daemon.
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.

Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.

Idea by:	phk
Written by:     ben
2001-06-03 20:02:03 +00:00
Akinori MUSHA
551a15f1e3 Update portupgrade to 1.42.
I think I have finally fixed the problem some people have seen that it
deletes a package registry in some cases!  At the same time, -m and -p
now works properly again.

Those problems were all due to Shellwords::shellwords' destroying its
given string.  Thanks to Tadayuki OKADA <tadayuki@mediaone.net> for
sending me a report that made me realize what the problem was.
2001-06-02 13:21:58 +00:00
Mario Sergio Fujikawa Ferreira
0d0a5e9461 - Install additional 3d objects
- Be verbose during installation
- Add PKGMESSAGE with run instructions

Submitted by:	maintainer
2001-06-02 04:12:13 +00:00
Akinori MUSHA
e9a5e89b99 De-typo (s/priviledge/privilege/g) with no PORTREVISION bump. 2001-06-01 15:17:01 +00:00
Akinori MUSHA
4fea95ebd9 Update portupgrade to 1.40. A bug with pkgdep has been fixed.
I'd like to call this a stable release, and take a rest for a while
until the next stable release. ;)
2001-06-01 12:22:06 +00:00
Akinori MUSHA
435ce6fdea Update portupgrade to 1.39.
* Fix file permissions and owners of replaced files.
* Stop raising a false alarm. (which was harmless, though..)
2001-06-01 11:28:38 +00:00
Akinori MUSHA
5ce67365d6 Update portupgrade to 1.36.
* No need to recurse @pkgdep search, really.
* Support the latest pkg_tarup.
* Backup +REQUIRED_BY a bit earlier, just in case.
* If it fails to copy the new +REQUIRED_BY to the package's dbdir,
  emit a message and save the file in TMPDIR.
2001-06-01 03:22:46 +00:00
Akinori MUSHA
26ed7e223c A package file can often be bigger than /tmp's capacity, so create
tarballs in TMPDIR if defined or /var/tmp when PKGREPOSITORY is not
defined.

Suggested by:	Jimmy Olgeni <olgeni@uli.it>
2001-06-01 03:08:43 +00:00
Akinori MUSHA
002a0185d3 Apply a hotfix against a critical bug that +CONTENTS are lost when you
do upgrade as root and TMPDIR and /var/db/pkg are on different
filesystems.
2001-05-31 15:18:00 +00:00
Jimmy Olgeni
80fb81f0c9 Update miniserv.pl: it could leave password information in the environment
of servers started by webmin.
2001-05-31 11:02:04 +00:00
Akinori MUSHA
caa8a3b243 Update to 1.34. Now it never tries to yield root priviledges
unless -y is specified.
2001-05-31 05:38:02 +00:00
Akinori MUSHA
a01e84a0c6 Update to 1.33. More operations need root priviledges. 2001-05-31 05:12:59 +00:00
Akinori MUSHA
bec4f9dede Update portupgrade to 1.31 and portversion to 1.7.
* Fix the Makefile/PKGNAME error detection.
  [Reported by:	Tadayuki OKADA <tadayuki@mediaone.net>]

* Implement -y/--yield which yields root priledges where needed.

* Implement -Y/--yield-command which specifies the command to yield
  root priledges. (default: sudo)
2001-05-31 03:32:59 +00:00
Maxim Sobolev
45fd345920 - Add windowmaker as a secondary category;
- install documentation.

PR:		27771
Submitted by:	maintainer
2001-05-30 19:34:49 +00:00
Akinori MUSHA
a47f237214 Update to portupgrade 1.29.
portupgrade:
	- Fix a bug that -s/--sort didn't work.  D'oh!
	- Make -u/--uninstall fail-safe.  It backs up old
	  installations with the help of pkg_tarup and restores on
	  installation failure.
        - Show option errors more gracefully.
        - Die on signals more gracefully.

portversion:
	- Show option errors more gracefully.
        - Die on signals more gracefully.
2001-05-30 07:00:21 +00:00
Mario Sergio Fujikawa Ferreira
4a31d9e168 New port: Window Maker dockapp that displays cpu load and a realtime
3d object

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:11:45 +00:00
Mario Sergio Fujikawa Ferreira
5cc2d360c5 - give maintainership to submitter
- update port to version 1.18
- add NOPORTDOCS support to PLIST
- be more minimalistic about patching, move some of the responsability
to CONFIGURE_ARGS

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:07:25 +00:00
Akinori MUSHA
459053e850 Update to 1.28 which fixes a bug when a package does not have @pkgdep
or +REQUIRED_BY.

Reported by: Jimmy Olgeni <olgeni@uli.it>

I'll debug harder next time.  Sorry for this. :(
2001-05-29 23:07:28 +00:00
Akinori MUSHA
a3b1fbaca7 Update to portupgrade 1.27.
Everything should now be fine while bug reports and thoughtful
suggestions are always welcome.
2001-05-29 22:21:34 +00:00
Akinori MUSHA
cbe50db5a9 Apply a hotfix to fix a couple of bugs/misfeatures. 2001-05-29 21:42:06 +00:00
Akinori MUSHA
5b36cf09a5 Update portupgrade to 1.26 and portversion to 1.4.
This is a milestone release for me.  Enjoy. :>

portupgrade changes:
  - Implement -s/--sort which sorts packages in the dependency order.
  - Implement -R/--upward-recursive, and get -r/--recursive working for
    upgrading as well. (Finally!)
  - Add -DBATCH to the make fetch' commandline to prevent ports from
    dumbly waiting for user input.

  Greatly inspired by: Jimmy Olgeni <olgeni@uli.it> (Thanks!!)

portversion changes:
  - Make command output optimal by using portupgrade's -s option.
  - Report possible ports' Makefile breakage.
2001-05-29 21:11:47 +00:00
Daniel Harris
0ed6d16f6e Add xin 1.0.0, splits standard input and pipes into a command.
PR:		27566
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-05-27 17:22:39 +00:00
Ying-Chieh Liao
58d856e60e upgrade to 1.1.5
PR:		27228
Submitted by:	maintainer
2001-05-27 12:48:45 +00:00
Ying-Chieh Liao
3373a1b524 add userlist
Prints a list of all usernames in /etc/passwd

PR:		27207
Submitted by:	Jamie Heckford <jamie@jamiesdomain.org.uk>
2001-05-25 19:59:17 +00:00
Ying-Chieh Liao
74ca402fb4 Fix port to build with XFree86 4
change maintainer

PR:		26730
Submitted by:	Anders Nordby <anders@fix.no> (new maintainer)
No response from:	old maintainer
2001-05-25 19:44:57 +00:00
Ying-Chieh Liao
6f98c77390 add maint
System maintenance package written in Python and CSH

PR:		27022
Submitted by:	Dale Weber <netman@dynaplex.net>
2001-05-25 19:09:53 +00:00
Mario Sergio Fujikawa Ferreira
69feeee703 1) Install leapsecs.dat (leapseconds support)
2) Add PKGMESSAGE with additional FreeBSD specific installation
   information
3) Install sample startup script
4) Bump PORTREVISION due to (1)

PR:		27617
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-05-25 14:58:06 +00:00
Josef Karthauser
f1c80f1988 I'm looking after these ports for Andreas for a while so I've
changed the MAINTAINER line to an email alias that directs mail to
us both.
2001-05-24 20:34:27 +00:00
Jimmy Olgeni
733070f1ef Set the correct pathnames for the postgresql module in the default
configuration file.

Noticed by:	mi
2001-05-23 10:55:49 +00:00
Peter Pentchev
070526d073 Update to 1.8.
Submitted by:	fenner's distfile checking scripts
2001-05-22 17:30:44 +00:00
Ying-Chieh Liao
53e5daddca upgrade to 0.2.0
PR:		27513
Submitted by:	maintainer
2001-05-22 17:18:49 +00:00
Jimmy Olgeni
cadcbc7274 Updated modules: man, shell, mysql
* man

    A search that returns only one match will display a Location: line
    instead of going directly to the result.

* shell

    On Solaris, the path is not set correctly for commands entered, causing
    those outside /usr/sbin:/usr/sbin not to be found.

* mysql

    Clicking on a user, host, database, table or column privilege to edit
    it brings up the wrong record.

For the full change log, see http://www.webmin.com/webmin/updates.html.

I also removed the WITH_UPDATES option: updates are now installed by
default. The updates filenames have a proper version and revision number,
and when a new update comes out the port should no longer break because of
sudden md5 changes.

The WEBMIN_MODULES section now fits 80 columns.
2001-05-22 15:23:23 +00:00
Ade Lovett
d03692c58f Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter.  Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
2001-05-21 15:02:58 +00:00
Will Andrews
d9ea8a1921 Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.
PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 02:54:49 +00:00
Akinori MUSHA
1e3888f0dc Fix a rmdir line so it never fails.
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
2001-05-18 14:20:15 +00:00
Akinori MUSHA
5c13f9369e Update to 1.25. 2001-05-17 18:23:40 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Vanilla I. Shu
a7be7f3bb1 Upgrade to 1.4.
PR:		ports/26826
Submitted by:	maintainer
2001-05-11 16:34:25 +00:00
Ade Lovett
2268d85efb Update to 0.5.1 2001-05-10 19:34:48 +00:00