1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

2010 Commits

Author SHA1 Message Date
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
Akinori MUSHA
6f3d6eb333 Update to 1.0.0. 2002-01-17 04:17:41 +00:00
Dmitry Sivachenko
48c6ddd478 Fix build.
PR:		33189
Submitted by:	Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
2002-01-16 23:56:28 +00:00
Akinori MUSHA
2d261c44b8 Update to 20020117.
Fix a silly bug in the last version where portupgrade doesn't upgrade
packages which requisite packages don't need upgrading.  Probably you
need to reinstall this port manually.

PR:		ports/33946
Submitted by:	Vivek Khera <khera@kciLink.com>
2002-01-16 17:53:23 +00:00
Akinori MUSHA
7411179f8f Update to 20020116.1.
- Distinguish "ignored" from "skipped", and only report ignored
  packages when -v/--verbose is specified. (This reduces loads of "No
  need to upgrade ..." messages that you see when you run portupgrade
  -a, etc.)

  Point taken from: Quincey Koziol <koziol@ncsa.uiuc.edu>

- Embrace the bsd.*.mk changes in CURRENT and stop files from getting
  installed into /.

  Problem noted by: Brooks Davis <brooks@FreeBSD.org>,
                    Anders Andersson <anders@hack.org>

  For recent CURRENT users, please manually remove /_* and /*.rb files
  that should have been accidentally installed by bsd.prog.mk.
2002-01-16 10:38:53 +00:00
Akinori MUSHA
8b3cac8f4b Update to version 20020116. Only minor fixes have been made since the
last release.

portsclean(1):
- -C/--workclean: Support the case where the ports directory is a
  symlink.

portupgrade(1):
- Alter the "skip" message for originless packages.

pkgdb(3):
- When a dependency sanity check fails, suggest specifying -O as the
  alternative to running pkgdb -F.

overall:
- Make more grammar/wording fixes.
2002-01-15 20:15:09 +00:00
Maxim Sobolev
f6a6facaf8 Fix with newest gnomelibs.
Reported by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-15 17:44:10 +00:00
Maxim Sobolev
d91c9ce8c3 Remove empty files. 2002-01-15 09:28:31 +00:00
Bill Fenner
c9948e7561 Remove netman@dynaplex.net as MAINTAINER; email has been bouncing for
3 months.
2002-01-15 01:03:09 +00:00
Jim Mock
3228eafe99 Add mirrors to MASTER_SITES.
PR:		33868
Submitted by:	maintainer
2002-01-14 07:59:08 +00:00
Akinori MUSHA
503d35e637 Add ruby-log4r, a flexible logging library written in Ruby. 2002-01-12 18:20:18 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Ying-Chieh Liao
0f46ae5a25 add gfslicer 1.5.4
gfslicer helps to slice and then deslice files which are of larger size
2002-01-10 19:04:28 +00:00
Maxim Sobolev
868c8996d9 Update to 0.9.0. 2002-01-10 10:11:40 +00:00
Lars Koeller
a89c219356 * Add pkg-message to infor the user to install a softlink in
/dev from the serial line to usv
2002-01-09 19:19:05 +00:00
Patrick Li
03b97a67e4 Fix WWW and MASTER_SITE
PR:		33705
Submitted by:	maintainer
2002-01-08 21:56:31 +00:00