Commit graph

1778 commits

Author SHA1 Message Date
FUJISHIMA Satsuki
1a5189c956 o add missed bin/fcronsighup.
o utilize DOCSDIR.
o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
2001-09-21 15:47:27 +00:00
Akinori MUSHA
d707b7ee11 Update to 20010921, the latest maintenance release.
overall:
  - Work around pkg_info(1)'s "feature" where it gets info from
    package files under the packages directory prior to installed
    packages.
    [Reported by: kuwa@flab.fujitsu.co.jp]

portupgrade:
  - Skip ports that are marked as IGNORE.
    [Requested by: Jimmy Olgeni <olgeni@uli.it>]

portsdb:
  - Stop specifying -j# when making a ports index to avoid outputting
    a buggy INDEX.

portsclean:
  - Do not assume a distinfo file is in each port's own directory, and
    use `make -V MD5_FILE', in order to support master-slave ports
    properly.
2001-09-21 10:30:11 +00:00
Akinori MUSHA
59358b9cf9 Sort entries. 2001-09-21 05:59:19 +00:00
Joerg Wunsch
d27c91a80a Resurrect those parts of the original patch-ai that Joerg Schilling
did not integrate into the main source code.  Otherwise, the old
Plasmon 4100 CD-R still wouldn't work.

OK by:	dirk
2001-09-20 09:59:50 +00:00
Matthew Dillon
40ba400958 Bump cpdup rev to 1.03. 1.03 fixes a double-free() in hardlink failure
handling, removes dangerous sprintf()s, and revamps the verboseness options.
2001-09-19 23:04:39 +00:00
Matt Jacob
48156f53a3 Update description list a URL to use for FreeBSD client bugs. 2001-09-18 15:20:57 +00:00
Hajimu UMEMOTO
e286fd3b8e Don't install with setuid root by default. Some people claims
it casuses problem.
If you wish to enable LM78/79 feature support, please specify
WITH_SENSOR=yes at building.
2001-09-17 19:09:23 +00:00
Akinori MUSHA
d29aec3965 Remove ruby_static from RUN_DEPENDS.
Now that RUBY_ARCH has been changed not to include a minor version of
the system, you no longer need to have ruby_s in order to cope with
the migration problem with a minor system upgrade like 4.3 -> 4.4.

You will need ruby_static only if you are going to do a major upgrade
of your system like 4.3 -> 5.0.
2001-09-17 18:09:58 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Jimmy Olgeni
fbe1932134 Update port to version 0.88, including proftpd and majordomo fixes. 2001-09-17 00:25:22 +00:00
David W. Chapman Jr.
44c2211b3c Update to 0.7.1
PR:		30614
Submitted by:	maintainer
2001-09-16 20:50:15 +00:00
Kevin Lo
62cd702467 Update to version 0.7.0
PR: 30609
Submitted by: MAINTAINER
2001-09-16 17:13:38 +00:00
Kevin Lo
c206276981 Initial import of logmon-0.3.3.
Logmon will monitor one or more log files, updating when more data is
available ala 'tail -f' , within a common terminal window via a "split window".
User can scroll up/down/left/right through all the windows.

PR: 30516
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-09-16 17:04:59 +00:00
Mario Sergio Fujikawa Ferreira
63b6b0c519 add missing USE_XPM
Submitted by:	MAINTAINER
2001-09-15 14:32:55 +00:00
David W. Chapman Jr.
3c8becec58 Update to 1.46
Update url

PR:		29138
Submitted by:	maintainer
2001-09-14 04:02:42 +00:00
David W. Chapman Jr.
8623f94f80 Update to 2.0.3
PR:		29775
Submitted by:	pat@databits.net
Approved by:	maintainer
2001-09-14 03:38:36 +00:00
David E. O'Brien
ad7afc1bef Update to version 4.58 2001-09-13 18:28:02 +00:00
Akinori MUSHA
6e413393cb Update to 4.1.
PR:		ports/30394
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net> (MAINTAINER)
2001-09-13 04:17:39 +00:00
Akinori MUSHA
541fb158bf Update to 20010912.2. Man page update only.
portupgrade.1:

  - Add two new sections: EXAMPLES and TIPS.

    Suggested by:	obrien
2001-09-12 09:59:01 +00:00
Peter Pentchev
2d54a0b8b1 Create the database directory during install and remove it, if empty,
on uninstall.
penv.conf.default/penv.conf handling a'la Apache.
Bump PORTREVISION.

Submitted by:	olgeni
2001-09-12 08:11:34 +00:00
Akinori MUSHA
20c0bfa705 Update to 20010912.1. Enhance packages support further more.
portupgrade:

  - Support the environment variable PKG_PATH which is supported by
    pkg_add(1).

  - Try to fetch the latest version of a package if the exactly
    same version as the port is not found in the package site.
2001-09-12 07:20:16 +00:00
Akinori MUSHA
5f4aaf504d Update to 20010912.
portupgrade:

  - Add a new option -b/--backup-packages, which keeps backup packages
    of the old versions'.

    Requested by:   mistral@imasy.or.jp (Yoshihiko SARUMARU)

pkg_fetch:

  - Accept a full URI as well.

  - Do not try both All and Latest; now one must put an @ at the end
    of a package name if one wants to omit the version part.
    ("cyrus-sasl@", etc.)

  - Obsolete the PACKAGEBASE environment variable.

  - If -f is specified, remove existing packages if they are corrupt.

  - Do not depend on the ports database.

portsclean:

  - Fix the command line help regarding -D and -DD.

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

compdefs:

  - Fix stupid bugs in the zsh compdefs.
2001-09-12 04:33:58 +00:00
FUJISHIMA Satsuki
1aa485f56a unbreak at bento: ${LN} -f mostly does not work if WRKDIRPREFIX is set.
remove MANCOMPRESSED=no, this is default.
2001-09-11 18:56:20 +00:00
Akinori MUSHA
e2142e3c49 - Hand the maintainership over to the submitter.
- Force it to honor PREFIX.

PR:		ports/30385
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-09-11 12:20:38 +00:00
Maxim Sobolev
9c4ad7396c Remove ports/sysutils/heat - it is no longer being maintained by authors.
Submitted by:	maintainer
2001-09-11 08:09:05 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
Pete Fritchman
39655966b8 - remove dead mirror
- add USE_X_PREFIX (and bump PORTREVISION accordingly)
- remove bogus NO_INSTALL_MANPAGES (no imake here...)

PR:		30439
Submitted by:	maintainer
2001-09-08 21:04:51 +00:00
Hajimu UMEMOTO
e42f4e3453 Nuke obsoleted backup site.
Reported by:	fenner
2001-09-07 17:32:51 +00:00
Dima Dorfman
80a3013393 We don't dereference symbol (sic) links. 2001-09-07 12:13:40 +00:00
Akinori MUSHA
04669ee549 Update to 20010906a.
portupgrade:
- Fix a misbehavior when -s is specified, where it built each port
  twice somehow. ;)
2001-09-07 07:25:47 +00:00
Akinori MUSHA
8dd7562381 Update to 20010906.
overall:
- Allow using regexp in a glob pattern on the spot, by just putting a
  regexp preceded by a colon (:).
- Thereby deprecate -E/--regex, which is evil because it changes the
  global status. (but the option is still kept for compatibility)

portupgrade:
- Return correct exit status.
  [Reported by: Trevin Chow <trevin@mail.com>]

portinstall:
- Read the env variable PORTUPGRADE. (it read PORTINSTALL previously)

pkg_fetch:
- Be even more smart in deciding which to try first, All or Latest.
2001-09-06 10:56:10 +00:00
Kris Kennaway
637f9a051d Update to screen 3.9.10 with vendor fix for the alleged security hole. 2001-09-05 05:47:49 +00:00
Mario Sergio Fujikawa Ferreira
25f8232828 o Update to 0.6.0
o maintainer switched over maintainership to originator due to
  school duties (thanks and we hope you will bring more ports :)

Submitted by:	Patrick Li <pat@databits.net>
Approved by:	MAINTAINER (previous)
2001-09-04 23:26:20 +00:00
Kris Kennaway
d9b67c242d Patch against a bug which is a local root vulnerability on other platforms,
but which I could not repeat on FreeBSD.  It may still be a problem, but
it looks like screen was already dropping privilege before the operation
in question.

Submitted by:	Roman Drahtmueller <draht@suse.de>
2001-09-04 19:20:42 +00:00
Mario Sergio Fujikawa Ferreira
5b2ff3a9df Update to 1.1.5
PR:		30313
Submitted by:	MAINTAINER
2001-09-04 17:16:46 +00:00
Maxim Sobolev
385a7c1d99 Add a WWW. 2001-09-03 17:47:20 +00:00
Akinori MUSHA
de620ad21b Add xmbmon, X/tty motherboard monitor for LM78/79, W8378x, AS99127F
and VT82C686.

PR:		ports/30233
Submitted by:	NAKAMURA Kazushi <kaz@kobe1995.net>
2001-09-03 17:37:52 +00:00
Peter Pentchev
10f3eb1bc9 Update to 1.0, which adds the ability to only list the environment
changes without executing anything.  Also, the config file path,
the paths to envdir and printenv and the database dir path are now
dynamically adjusted in both the manual page and the sample config file.
2001-09-03 09:51:56 +00:00
David E. O'Brien
41d213b591 Update to 4.57.2.
This fixes some nits on 5-CURRENT.
2001-09-01 22:00:47 +00:00
Dmitry Sivachenko
e4f84a4736 MAINTAINER -> kde@FreeBSD.org 2001-09-01 08:46:39 +00:00
Akinori MUSHA
305e23d790 D'oh. Fix a silly typo in portupgrade. 2001-08-31 18:44:46 +00:00
Akinori MUSHA
d81ee0edf8 Update to 20010831. Fix some more minor problems.
overall:

- Fix a bug where a glob expansion did not work as expected when in a
  port direcotry.

portupgrade:

- Fix a bug where a port not listed in the INDEX failed to install
  because of a dependency error.

portversion:

- Work around a feature of the option parser library where -l= is
  treated as -l "".  Now portversion -l= and portversion -L= will work
  just as pkg_version(8) does.
2001-08-31 08:29:48 +00:00
Alexander Langer
608ca30421 Add target for creating the cdwrite group and describe it in pkg-message.
PR:		29939
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
2001-08-30 23:15:47 +00:00
Akinori MUSHA
23a999b22b Make CATEGORIES and MAINTAINER overridable for japanese/kde*.
Approved by:	kde (will), demon (MAINTAINERs)
2001-08-30 18:56:50 +00:00
Jimmy Olgeni
7c22bac480 Update the "acl" module. 2001-08-30 12:48:31 +00:00
Mario Sergio Fujikawa Ferreira
425e7ed257 New port wmcube version 0.98: wmcube-gdk is a modified version of
the dockapp wmCube

PR:		29781
Submitted by:	Patrick Li <pat@databits.net>
2001-08-30 04:24:25 +00:00
Mario Sergio Fujikawa Ferreira
96f3a37ff1 Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
2001-08-30 03:58:35 +00:00
Mark Pulford
647df4c5e9 Updated to 1.4. Using version 1.40 in port to avoid PORTEPOCH.
Added documentation and examples.
2001-08-29 11:07:38 +00:00
Akinori MUSHA
67a948970a Update to 20010829.1. Not a really mandatory update.
portupgrade:
- Make portupgrade download packages using pkg_fetch(1) when -FP is
  given. (also aware of -R, -f and -v)

pkg_fetch:
- Be more intelligent and try All and Latest in the proper order.
- Return a non-zero status value when some are failed.
- Change -r to -R, since it recurses upwards through dependencies.
2001-08-29 10:06:58 +00:00