1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

2025 Commits

Author SHA1 Message Date
Ade Lovett
f43da67820 Remove (broken) screensaver-capplet code, in favor of the code from
x11/xscreensaver-gnome
2002-02-14 00:03:47 +00:00
Akinori MUSHA
b470af5478 Update to 20020213.1 which fixes the PKG_DBDRIVER problem introduced
in the last version.  For the victims please manually reinstall the
portupgrade port, as always. ;)

Reported by:	many users (Sorry!)

Use some logic and keep pkg_add/pkg_delete from complaining about the
@exec/@unexec return codes.

Submitted by:	olgeni
2002-02-13 11:19:34 +00:00
Akinori MUSHA
03a588a8cd Repack 20020213 to slide the following change in.
- Make the experimental feature easier to try out.  Allow defining
  ENV['PKG_DBDRIVER'] in pkgtools.conf.

<ja>Irekaeru nara ima no uchi.. ;)</ja>
2002-02-13 03:48:20 +00:00
Patrick Li
c5d93040b7 Update to 373
PR:		34892
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-02-13 03:17:53 +00:00
Akinori MUSHA
80c012f48e Update to 20020213.
pkgdb(1):
- Set the default answer to no when a score is under 80%.

pkgdb(1), portupgrade(1):
- Add a BUGS entry to each of the two man pages to note that a user
  must run pkgdb -fu to rebuild a corrupt pkgdb.

pkgdb(3):
- Add a silly workaround against a possible bug of the dbm module to
  keep a pkgdb from getting insane and rebuilt.

- [exp.] Add a knob environment variable PKG_DBDRIVER to specify an
  alternative binary database format for pkgdb.  The available options
  are:

    "bdb_btree":
        DB 3.x/4.x B+tree; requires databases/ruby-bdb.

    "bdb_hash" or just "bdb":
        DB 3.x/4.x hash; requires databases/ruby-bdb.

    "bdb1_btree" or just "btree":
        DB 1.85 B+tree; requires databases/ruby-bdb1.

    "bdb1_hash", or just "bdb1" or "hash":
        DB 1.85 hash; requires databases/ruby-bdb1.  This should be
        equivalent to the default except some tuning parameters, but
        it is quite possible that ruby-bdb1 is stabler than the
        standard dbm module included in ruby.

    default:
        DB 1.85 hash; uses ruby's standard dbm module.

  In principle, a B+tree database is faster to store data, a little
  bit slower to extract data, and takes more space than a hash
  database.

  This is still an experimental/undocumented feature only for those
  interested, although I don't believe it brings any unstability.
  Note that you can always run pkgdb -fu to rebuild a database.

portcvsweb(1):
- Invoke browsers with system() instead of exec() so that it will
  properly try every browser in turn - exec('/bin/sh', '-c', '..') may
  cause an error within /bin/sh but it never returns.

  Reported by:	Jimmy Olgeni <olgeni@FreeBSD.org>

portsclean(1):
- Make portsclean -D remove empty directories (recursively) as well.
2002-02-13 03:06:05 +00:00
Ade Lovett
21cb270f57 Fixing packaging error (non-existent file)
Found by:	little script trying to make controlcenter and
		xscreensaver work nicely together :)
2002-02-13 01:50:27 +00:00
Maxim Sobolev
fe1e4525a0 Update to 1.4.0.4. 2002-02-12 17:48:20 +00:00
David E. O'Brien
4ea01ba363 fix byteorder -- tcplist -n returns the IP address in network order
instead of host order.

PR:		34873
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-02-12 15:31:41 +00:00
Trevor Johnson
a98e3ec8b3 Update maintainer's e-mail address.
PR:	34866
2002-02-12 08:30:29 +00:00
Hajimu UMEMOTO
46bcdf1b7b One more breakage on Alpha.
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2002-02-12 02:48:27 +00:00
Hajimu UMEMOTO
eeaac44eb2 apm and sensor are available only on i386.
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2002-02-11 18:37:23 +00:00
Jimmy Olgeni
021900e87b Update jabber module and MSC theme. 2002-02-11 10:11:55 +00:00
Patrick Li
3c28bfb5a5 Update to 0.6.0 2002-02-11 00:38:47 +00:00
Kris Kennaway
cc99216876 Update to pstree 2.17 (fixes -a option to show commandline args)
PR:		34297
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-02-10 21:17:08 +00:00
Pete Fritchman
6b7d345509 Fix pkg-plist.
PR:		34786
Submitted by:	darren <igla@batterybackups.net>
2002-02-10 10:21:35 +00:00
Jimmy Olgeni
4cbed426c6 * Update modules: postgresql, mysql, proftpd.
* Update the MSC theme.

* Stop the webmin service when the port is deinstalled, and restart it
properly when it is update (if BATCH is set then nothing happens, so
sysinstall will be happy at install time). Also, fix a $BATCH -> ${BATCH}
error in Makefile.
2002-02-08 10:05:11 +00:00
Christian Weisgerber
2da0affcd4 MAINTAINER resigns.
Submitted by:	David Lebel <lebel@lebel.org>
2002-02-07 22:43:57 +00:00
Peter Pentchev
863b8c0aed Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined.
Properly remove the sample svscan.sh script at deinstall time.
2002-02-07 14:57:58 +00:00
Maxim Sobolev
7d412b8e6e Update to 1.4.0.3. 2002-02-07 13:46:49 +00:00
James E. Housley
bee60d32c3 A small patch to allow the command line to override the ENV in healthdc.
NOTE:  I still have a lot of other patches that I am working on, they
haven't been forgotten.

Submitted by:	David McNett <nugget@slacker.com>
2002-02-05 01:43:06 +00:00
Akinori MUSHA
123c2a69f5 o Update to 20020205. The best release ever, I hope. :)
pkg_deinstall(1), portupgrade(1):

  - Properly print the legend.

  pkg_glob(1), portsdb(1):

  - Do not print an empty line when the result list is empty.

  pkgdb(1):

  - Greatly improve the origin fixing procedure.  Do the origin
    duplicateness check before checking dependencies and avoid redoing
    the origin check.

  - Show the user CVS history on the spot via the CVSweb.

  portcvsweb(1):

  - Allow specifying a no longer existent port file/directory.
    "portcvsweb net/ruby-uri" now works.

  - Change the default BROWSER value from 'lynx' to
    'w3m:lynx:links:mozilla:netscape'.

  portupgrade(1):

  - Fix a bug where portupgrade tried to use a package with a different
    origin when the package name is identical to that of what it wants
    except for the version part.

  pkgdb(3):

  - Abolish the [You have no permission to update the pkgdb -- using a
    slow method] message.  Instead, run 'pkgdb -u' via sudo(8) when
    under portupgrade -s, or stop the process immediately with a
    message that the user must run the command as root.

  pkgtools.conf(5):

  - Allow specifying unofficial ports' origin globs in HOLD_PKGS as
    well as package globs.

  overall/miscellaneous:

  - Change --no-config to --noconfig in order to get the -q option
    really working.  Since --no-config was regarded a negative form of
    --config, it didn't work as expected.

  - Fix some bugs in the zsh compdefs and add missing descriptions for
    some options.

o Use bzip2 instead of gzip for the distribution tarball to save 20KB.
  As the portupgrade user base is growing significantly, I'll get more
  serious about the download size issue from now on.  The next few
  releases will be distributed in patches against this version.
2002-02-04 17:47:31 +00:00
Pete Fritchman
85645168f8 Update to 5.1 2002-02-04 08:08:11 +00:00
Pete Fritchman
f8e8be0b4a House distfiles at ${MASTER_SITE_LOCAL} until the main distribution site
reappears.

Submitted by:	fenner's distfile survey
2002-02-04 00:10:57 +00:00
Patrick Li
a8858ba2fa Update to 1.2.3
PR:		34555, 33854
Submitted by:	maintainer, gary@outloud.org
2002-02-02 17:39:57 +00:00
Jimmy Olgeni
37c4b26c19 Update module: bind8. 2002-02-01 16:46:51 +00:00
Akinori MUSHA
d9cc8c645c Update the pkg_tarup dependency; misc/pkg_tarup -> sysutils/pkg_tarup. 2002-02-01 08:20:19 +00:00
Akinori MUSHA
b1bbf5a81a Move pkg_tarup from misc to sysutils, where the port should dwell.
Approved by:	portmgr
Repocopied by:	joe
2002-02-01 05:13:11 +00:00
Akinori MUSHA
bc395b6f00 Update to 1.0.1. 2002-01-31 05:34:22 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Peter Pentchev
51aa799051 Tweak the startup script so that it is *really* a FreeBSD startup
script; that is, add 'start|stop' argument processing and
the ability to actually stop the script.
Bump PORTREVISION to indicate a functionality change - or rather,
to indicate a change that actually makes this a FreeBSD port..

Final push by:	Dan Langille <dan@langille.org> in a somewhat
		unrelated e-mail exchange
Obtained from:	a svscan SysV init script that I somehow managed
		to lose the source and URL for :(
2002-01-28 19:37:14 +00:00
Patrick Li
8720ec47aa Update to 3.8.5
PR:		34218
Submitted by:	Edward Ping-Da Chuang <edwardc@firebird.org.tw>
Approved by:	maintainer
2002-01-28 15:15:08 +00:00
Anders Nordby
2711247858 Update to version 2.1. 2002-01-28 00:47:32 +00:00
Akinori MUSHA
9e010b246e Update to 20020128. This makes the second stage to more utilize the
pkg_which database. (The first stage was 'portsclean -L'.)

Hopefully these tools will support divided/obsoleted/renamed ports
some way in the not-too-distant future..

pkgdb(1):
- Make pkgdb(1) -F provide a user an option to unregister stale
  packages, in addition to deinstalling them.
- Reword: 'remove a package record' -> 'unregister a package', etc. .

pkg_deinstall(1):
- Add a new option:
  -c, --collate
    Check if any of the installed files of each package have been
    overwritten by other packages, and do not deinstall if any.

pkg_which(1):
- Make pkg_which(1) capable of showing multiple file owner packages.
- Add a new option:
  -c/--collate	PKGNAME
    Show files installed by the given packge that have been
    overwritten by other packages.
- Strip -c/-o's argument of PKG_DBDIR and a trailing slash.
- Be less verbose unless -v is given.

pkgdb(3):
- Record and handle files that are installed by multiple packages.
- Bump the DB version.
- Squeeze series of slashes seen in the output of 'pkg_info -L'.
- Show the reason for rebuilding a package database.
2002-01-27 23:22:14 +00:00
Jimmy Olgeni
fee0aa2f01 Update modules: useradmin, custom, jabber. 2002-01-27 11:41:04 +00:00
Dirk Meyer
f548eac2a9 Update MASTER_SITES to reflect mirror site reorganisation.
PR:		34325
Submitted by:	andrew@ugh.net.au
2002-01-27 08:56:17 +00:00
Patrick Li
20309e3ab8 Update to 2.1.0
PR:		34221
Submitted by:	maintainer
2002-01-27 02:47:27 +00:00
Kris Kennaway
3473265a9d Fix malloc.h brokenness on -current. The build still fails for
another reason.
2002-01-26 08:06:02 +00:00
Akinori MUSHA
3736f8c32e Update to 20020126. Just one enhancement and one man page fix.
pkgdb(1):
- When pkgdb(1) finds a package with a non-existent or missing origin
  which is not required by any other package, ask the user if the
  package should be deinstalled.  This will help users delete
  obsoleted packages.

pkg_fetch(1):
- Fix the pkg_fetch(1) man page: PKG_PATH should read PKG_SITES...

After upgrading ruby and portupgrade, try running pkgdb -F to see if
it suggests deinstalling ruby-uri (which has been obsoleted).
2002-01-25 21:25:43 +00:00
Akinori MUSHA
a678c3596c Let net/ruby-uri and devel/ruby-timex retire, which have now been
included in the standard distribution of ruby. (both 1.6 and 1.7)

Bump PORTREVISIONs of dependent ports for those who don't use
portupgrade/pkgdb which can handle stale package dependencies.
2002-01-25 21:04:54 +00:00
Johann Visagie
6c4b48357d - Update to version 1.20 2002-01-24 14:52:25 +00:00
Jimmy Olgeni
4072b01c31 Update port to version 0.92. 2002-01-22 10:29:36 +00:00
Akinori MUSHA
ee3b6d99a8 Update to 20020122.
- Add support for start/stop arguments to the startup script.

- Do not exit in subtask routines to let -CDP complete every task.
2002-01-22 08:08:59 +00:00
Akinori MUSHA
c984b4502e This library is deprecated and removed from the distribution site.
Temporarily put the distfile in my local_distfiles and change
MASTER_SITES accordingly.
2002-01-22 04:54:56 +00:00
Akinori MUSHA
b733011372 Add bsdsar, System Activity Reporter for FreeBSD.
PR:		ports/33702
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
Reviewed and fixed by:	knu
2002-01-22 04:47:23 +00:00
Bill Fenner
40b746ffb7 Remove maske@freebsd.radioslost.com as MAINTAINER; the host
freebsd.radioslost.com has not existed for 2.5 months.
2002-01-21 19:30:35 +00:00
Doug Barton
f55829cb5a The safest way to handle nut's state and pid files is to have them all
sent to a directory that's writeable by user uucp. I generally configure
this manually myself when I install nut, and since there are so many
other things that need manual configuration, I never thought it was
a big deal. However, a user pointed out that it'd be nice if the thing
(well, at least this part of the thing) worked more or less out of
the box, so here you go.

This change adds a /var/db/nut directory that is owned by user uucp.
2002-01-20 01:11:27 +00:00
Dmitry Sivachenko
a3e40f0009 Fix corrupted patch.
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
PR:		34015
2002-01-19 11:23:40 +00:00
David W. Chapman Jr.
7cdb9dd859 Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer
2002-01-17 23:13:38 +00:00
Patrick Li
2a05a5e309 Update to 0.8.1 2002-01-17 22:07:20 +00:00
Johann Visagie
3a4c6e21b5 - Update to version 0.7
- Make PREFIX-compliant
- Added a PKGREQ script to check for Python version >= 2.0
2002-01-17 12:21:08 +00:00