Commit Graph

1843 Commits

Author SHA1 Message Date
Jimmy Olgeni
7149da2604 Update module: samba. 2001-09-28 11:30:48 +00:00
Mario Sergio Fujikawa Ferreira
e833ba5e59 Fix DATADIR and DOCSDIR installation since this port has PKGNAMESUFFIX
defined

PR:		30853
Submitted by:	MAINTAINER
2001-09-27 00:11:21 +00:00
Akinori MUSHA
66abe10ffe Add another patch against 20010922, which fixes the default value of
`$backup_packages' from true to false, which should only be turned on
when -b is specified.

I wonder why I couldn't notice this for long. ;)
2001-09-26 16:04:05 +00:00
Mario Sergio Fujikawa Ferreira
14b8331c3a update to 0.98p1
PR:		30835
Submitted by:	MAINTAINER
2001-09-26 03:07:37 +00:00
FUJISHIMA Satsuki
8c80416644 update to 0.5.2.
PR:		30803
Submitted by:	maintainer
2001-09-24 22:51:13 +00:00
Akinori MUSHA
63388d3a06 Owing to some mistake, pkgtools-20010922.1.patch.gz on ftp.FreeBSD.org
and that on www.idaemons.org didn't match.  They are identical in the
uncompressed form but I think I compressed one with -9 and another
with -6 somehow.  Thereby list the MD5 checksums of both in pkg-plist
as a workaround.

The one on ftp.FreeBSD.org will be overwritten by the one on
www.idaemons.org soon.

Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2001-09-24 14:52:21 +00:00
Akinori MUSHA
ac76034d71 Update to 20010922.1. Add a patch to fix a coredump problem in pkgdb. 2001-09-24 09:38:20 +00:00
Akinori MUSHA
81c7e61f5a Add a WITHOUT_X11 knob and set PREFIX to LOCALBASE.
Submitted by:	MAINTAINER
2001-09-24 07:39:17 +00:00
David W. Chapman Jr.
0b8a6fee6b Remove .orig file in files/
Change author's email in pkg-descr

Submitted by:	maintainer
2001-09-23 19:54:04 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
David W. Chapman Jr.
fdcbf801b2 Update to 0.5.0
PR:		30765
Submitted by:	maintainer
2001-09-23 19:33:38 +00:00
Brian Somers
8d7739e998 constify dvdtape.c
Correct format arguments for unsigned long longs;

  In printf, use %llu
  In sscanf, use %qu

These were both previously using %Ld...

This fixes generation of DVDs >4Gb in size.
2001-09-23 00:52:44 +00:00
David E. O'Brien
ea218fd3a8 Update to version 4.58.1
This version now takes into account our new split nfsserver / nfsclient
headers in -CURRENT.
2001-09-23 00:10:02 +00:00
Jimmy Olgeni
f0f3feb582 Update the useradmin and status modules. 2001-09-22 22:40:03 +00:00
Akinori MUSHA
71a4f12840 Update to 20010922, with some brand new functionalities.
overall:

  - Implement new package glob patterns: {<|<=|>=|>}{date|pkgname_glob}.

    For example, you can rebuild and reinstall all the dependent
    packages of png that had been installed prior to png this way:

      portupgrade -fr png -x '>=png'

  - Introduce the packages database, which is currently a simple hash
    that maps file paths to package names.

    Inspired by:	NetBSD

pkgdb(1): (new)

  - A command to create/update the packages database.

pkg_which(1): (new)

  - A command to check which package a file came from quickly.

portsclean(1):

  - Suppress "can't cd" error messages.

    Submitted by:	Jos Backus <josb@cncdsl.com>

ports_glob(1): (new)

  - Give portsdb(1)'s ports glob expanding feature a suitable name.
2001-09-21 22:46:14 +00:00
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
Pete Fritchman
eaf6bd4cd1 - update to version 1.07
- add a backup MASTER_SITE
- sort MAN8
- handle doc install better, use DOCSDIR
- move message from Makefile post-install target to pkg-message
- sort pkg-plist

PR:		30109
Submitted by:	maintainer
2001-08-29 06:37:43 +00:00
David W. Chapman Jr.
a7492a0251 Fix path for config file to include the config file's name
Bump PORTREVISION
2001-08-29 05:41:00 +00:00
David W. Chapman Jr.
e1a24b66ad Update manpage to refer to diskcheckd.conf in new location
Make Makefile patch manpage to comply with prefix
2001-08-29 05:16:22 +00:00
Mario Sergio Fujikawa Ferreira
decc27392d New port gkrellmouse version 0.0.2: Mouse odometer plugin for
GKrellM

PR:		29833
Submitted by:	Patrick Li <pat@databits.net>
2001-08-29 00:18:30 +00:00
Akinori MUSHA
1d579bb8ce Update to 20010829. Probably this is the most stable version ever.
Overall:

- Fix glob expansion routines not to see a "No such package is
  installed" error when it is actually installed.  It was broken when
  I hacked them to allow rather stupid patterns.

portupgrade:

- Add a new option -M/--make-env, with which a user can specify
  arguments to prepend to each make(1) command line.  Any wrapper or
  environment variable assignment can be prepended.

- Make -RF invoke the `fetch-recursive' target.

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

- Optimize the combination of make(1) targets.
2001-08-28 18:57:15 +00:00
David W. Chapman Jr.
615f647290 Change method in do-extract to ${LN} instead of pax
Change BROKEN= warning to state that it hasn't been tested on 4.x or lower
Use programs Makefile to build and add CFLAGS+= for location of config file
Modify default install location in files/Makefile
Change default location of config file to match default ports config file in diskcheckd.c
Bump PORTREVISION
2001-08-28 16:52:45 +00:00
Peter Pentchev
de8a30b7f5 Add penv-1.0pre2.
penv - 'program environment' or 'ports environment' - is a simple
utility that executes a given command after setting some environment
variables corresponding to the current directory.  This makes it
much easier to keep persistent environment settings for building
the same ports over and over again.

For example, the following series of commands:

$ echo cp1251 > /var/db/penv/databases/mysql323-server/WITH_CHARSET
$ echo all > /var/db/penv/databases/mysql323-server/WITH_XCHARSET

..allows a simple way to build the MySQL-3.23 server with the same
character set configuration every time by doing:

[root@ringworld:/usr/ports/databases/mysql323-server]# penv make

For more information, see the penv.1 manual page and the sample
configuration file in the penv distribution.
2001-08-27 17:17:17 +00:00
Mario Sergio Fujikawa Ferreira
d0de8ab99c New port gkrellflynn version 0.4: Flynn is a tiny system load meter
for gkrellm

PR:		29829
Submitted by:	Patrick Li <pat@databits.net>
2001-08-27 16:52:36 +00:00
Akinori MUSHA
98ecd549fc Update to 20010827c, with readline nits fixed. 2001-08-27 13:44:32 +00:00
James E. Housley
45bf285bb4 Drop MAINTAINERship. I know I am not giving this port the attention
it needs.
2001-08-27 13:42:08 +00:00
Akinori MUSHA
6cec7f4955 Update to 20010827b, with another minor bug fixed.
- Fix a bug where it causes an error when portsdb detects a DB_VERSION
  bump.

  Reported by: Ollivier Robert <roberto@eurocontrol.fr>

- Add a new option for portsdb(1): -f/--force, so you can force it to
  update database regardless of timestamps.
2001-08-27 12:30:56 +00:00
Akinori MUSHA
f6a53f0aca Update to 20010827a, with a couple of silly bugs fixed.
- Bump DB_VERSION, since PkgVersion was changed a bit.

Reported by:	fritz.heinrichmeyer@fernuni-hagen.de

- Add a missing argument for Dir::chdir_do().

Reported by:	"Li-lun Wang (Leland Wang)" <llwang@infor.org>
2001-08-27 07:39:19 +00:00
Akinori MUSHA
c71e1f41de Fix a typo in pkgtools.rb to unbreak pkgdepfix.
Reported by:	"Li-lun Wang (Leland Wang)" <llwang@infor.org>
2001-08-27 06:14:42 +00:00
Akinori MUSHA
44b1c1aa8d Update to 20010827.
pkg_fetch:

- Yet another new utility, which downloads binary packages from a
  remote site.  Optionally it can also download the required packages
  recursively.

portupgrade:

- Do not regard "no package found" as an error when upgrading packages
  with -PP.

pkgdepfix, portsclean -L:

- Fix a problem where the ruby 1.6.4 release fails in error.

  Reported by:	David Wolfskill <david@catwhisker.org>

portcvsweb:

- Explicitly execute a browser via /bin/sh, as the specification says.

other stuff:

- Improve the manpage and the completion definitions.
2001-08-26 19:58:38 +00:00
Akinori MUSHA
ad57c46e5c Update to 20010826a.
- Fix a stupid bug in the last version when generating a pkgname as a
  string.
- Fix a stupid sorting bug in portsclean -L.

and some minor corrections that don't really matter.

Reported by:	Jimmy Olgeni <olgeni@uli.it>
2001-08-26 09:12:30 +00:00
David W. Chapman Jr.
6d061c9647 Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure
BUMP Portrevision
2001-08-25 20:10:21 +00:00
Akinori MUSHA
3ebd3062f3 Update to 20010826.
Overall:

- Support the cases where PORTREVISION == 0 and PORTEPOCH == 0.

portupgrade:

- Add a new option: -l/--log-results, which is used to save the
  results as a file. [new]

- Properly exit with a non-zero status when main() does not return a
  valid value. [fix]

portsclean:

- Finally implement portsclean -L/--libclean, which cleans the old
  shared libraries that are not recorded in the package database.  It
  moves old and orphan shared libraries to ${PREFIX}/lib/compat/pkg.
  [new]

- In concert with this feature, the portupgrade port now digs the
  directory and installs a startup script which runs `ldconfig -m
  ${PREFIX}/lib/compat/pkg'. [new]

- Implement portsclean -DD, which cleans all the distfiles which are
  not referenced from any port that is currently installed, which
  portsclean -D only cleans the distfiles which are not referenced
  from any port in the ports tree. [new]

  Note that -DD runs very fast but removes more, whereas -D runs so
  slow but removes less.

  Idea provided by:	Kris Kennaway <kris@obsecurity.org>

portsdb:

- Do not fail in the case when INDEX.db and INDEX.rbo are not in sync
  somehow. [fix]

- Implement -r/--recursive. (a bit slow, though) [new]

Completions:

- Improve and update zsh compdefs.

- Add completion definitions for bash. [new]

..and several minor improvements.  Enjoy!
2001-08-25 15:14:42 +00:00
Peter Pentchev
b6aa397e9d Update to 1.0pre3.
Use MANCOMPRESSED instead of tweaking MAKE_ENV.
Remove the WRKSRC hack, I've learned to package up my stuff properly.
Change e-mail addresses and URL's to ones at ringlet.net.
2001-08-25 15:10:39 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
David W. Chapman Jr.
8f5f3c3d6d Backout 1.5 of Makefile
ETC is already set so why should configure need to autodetect
Also if you build as non-root you don't have correct perms on etc
2001-08-25 00:03:13 +00:00
David W. Chapman Jr.
b19d32b021 Create ${PREFIX}/etc dir so configure script finds to automagically.
PR:		30038
Submitted by:	leeym@utopia.leeym.com
2001-08-24 22:59:48 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
David W. Chapman Jr.
3074186513 Add initial diskcheckd skeleton while waiting for repo copy. 2001-08-24 14:33:12 +00:00
Hajimu UMEMOTO
63a08ea3d4 Updated to 1.2.2.
Rushed by:	olgeni :-)
2001-08-23 22:21:56 +00:00
Akinori MUSHA
c887316e83 Seems there was a mirroring trouble. (probably my fault)
Just include a typo fix and call it 20010823b.
2001-08-23 12:36:52 +00:00
Kris Kennaway
3a8ffecdd4 Remove extraneous distfile hashes 2001-08-23 11:43:18 +00:00
Kris Kennaway
9656794eb2 Add pstree 2.16, a frontend to ps(1) which displays the process tree as
a tree.

Obtained from:	OpenBSD
2001-08-23 08:54:19 +00:00
Kris Kennaway
0d2b758767 Don't buffer overflow when reading the config file.
Obtained from:	OpenBSD
2001-08-23 08:30:29 +00:00
Akinori MUSHA
7265c072b3 - Fix a typo.
Reported by:	David M. Heller <dheller1@rochester.rr.com>

- Replace another occurrence of /usr/local with ${LOCALBASE}.

- Bump PORTREVISION.
2001-08-23 07:47:23 +00:00
Akinori MUSHA
d9659b79f5 Add a missing entry ("ChangeLog") to pkg-plist.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-08-23 05:28:23 +00:00
Akinori MUSHA
ef76cbbf4c Make pkg_tarup invoke pkg_create(1) and pkg_info(1) with their full
paths, so it works even if /usr/sbin is not in user's PATH.

Reported by:	Christopher Masto <chris@netmonger.net>
2001-08-23 05:25:01 +00:00
Pete Fritchman
35db8cc37d Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by:	ade
2001-08-22 23:07:23 +00:00
David E. O'Brien
b616bcf191 Use a consistant 64-bit int type. 2001-08-22 22:22:06 +00:00
Akinori MUSHA
937fd69693 Update to 20010823. I feel it's getting as stable as before... :)
Overall:
- Fix commands and libraries to run on a statically linked ruby.

- If a command fails to load dynamic modules with dynamically linked ruby,
  restart itself with statically linked ruby.

This is to cope with the 4.3 -> 4.4 upgrade, since ruby's dynamic modules
are under a directory with a name including a FreeBSD version.  Now
portupgrade can upgrade itself and ruby even after a major FreeBSD upgrade.

portupgrade:
- Fix a bug where portupgrade -sS 'su root -c %s' did not properly work.
  [Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>]

portcvsweb:
- Accept a port path as well.

portsdb:

- Adopt better error handling and a better PORTS_DBDIR selection algorithm.

- Check database errors a bit harder.
2001-08-22 21:52:12 +00:00
Akinori MUSHA
bf6d6214f0 Update to 20010822, which fixes some annoying bugs.
Overall:

* Fix a bug where when -R is set the specified package in the first
  place is not included somehow.
  [Reported by: Jose M. Alcaide <jose@we.lc.ehu.es>]

* Improve the path regularization routines.

portsdb:

* Update the INDEX first, and then the database even if the options
  are specified in reversed order. (-uU)

portupgrade:

* Fix a misfeature where "skip" was regarded as failure, when checking
  for dependent ports' build/install failure.
  [Pointed out by: Jimmy Olgeni <olgeni@uli.it>, Jose M. Alcaide
  <jose@we.lc.ehu.es>]

* Do not move a backup package under PKG_DBDIR, but just keep it under
  TMPDIR.  It should not require a large amount of free space in
  PKG_DBDIR.
  [Pointed out by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>]
2001-08-22 07:08:58 +00:00