Commit Graph

1704 Commits

Author SHA1 Message Date
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
Alexander Langer
336f6bf4c7 Back out the chmod changes due to general agreement about this issue. 2001-08-21 20:54:05 +00:00
Alexander Langer
23b158aafd More fixes:
- Don't hardcode "gtk12-config", but use GTK_CONFIG and IMLIB_CONFIG vars.
- patch improvement
- plist fixes
- remove added group cdwrite on deinstall

- chown root:cdwrite various utilities used by xcdroast, such as
  cdrecord, and set them chmod 4710.  I don't know if I like this.
  Opinions (Security Officer?)?
2001-08-21 19:50:01 +00:00
David E. O'Brien
d321cc5bb0 Upgrade to 1.7.4. 2001-08-21 19:32:41 +00:00
David E. O'Brien
c9e00131ca Use longs vs. ints in calculating the amount of swap. This fixed getting
negative swap values on an Alpha with 2GB swap.  I should probably use
`long long' for large swap x86 machines.  (anybody want to help test?)
2001-08-21 18:33:51 +00:00
David E. O'Brien
7afb11a355 Update to 4.57.1 which supports 4.4-FreeBSD. 2001-08-21 17:32:10 +00:00
Akinori MUSHA
3c299339fe Update to 20010821, with many improvements.
Overall:
	- Disregard -r and -R when -a is also specified; there is no
	  need to recurse when you do with everything.
	- Fix a bug in -r and -R routines where it might fail in error
	  if dependencies of a package were all wrong.
	  [Caught by: Mamoru Iwaki <iwaki@bsp.bc.niigata-u.ac.jp>]
	- Fix the support for the case where PORTSDIR is a symlink.
	- Squeeze //'s.
	- Run `stty sane' before building each port, on interrupt, and
	  before exit.
	- Accept portorigin_glob and pkgname_glob with paths, except
	  for -x/--exclude.

portupgrade:
	- Fix `portupgrade -Ni' (portinstall -i).
	- Skip ports and packages that once failed, and do not try to
	  upgrade multiple packages of an origin.
	- If a port or a package failed to build or install, skip its
	  dependents.  This behavior can be overridden by the new
	  option, -g/--go-on.

pkgdepfix:
	- Backup +CONTENTS files before removing duplicates.

portsclean:
	- Start implementing -L/--libclean.

misc/tcsh/complete.sample:
	- Add a simple example of tcsh completion definitions.
	  [Contributed by: kuwa@flab.fujitsu.co.jp]
2001-08-21 12:29:39 +00:00
Alexander Langer
01f0b6c7bc Better handling for gtk-config. This is still not perfect.
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
2001-08-20 17:05:10 +00:00
Brian Somers
222cd6b5dd Handle snprintf() returning < 0 (not just -1)
MFC after:	2 weeks
2001-08-20 15:09:33 +00:00
Brian Somers
d390477901 Handle snprintf() returning -1.
MFC after:	2 weeks
2001-08-20 13:24:38 +00:00
Dmitry Sivachenko
40fc1c1564 Finish upgrading to version 2.2. 2001-08-20 10:33:21 +00:00
Akinori MUSHA
1d9fa666db Update to 20010820.
portupgrade:
	Fix -A and -B which were broken when I introduced -L.
	[Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>]

portsdb:
	Implement -M/--master-recursive, -R/--upward-recursive and
	-x/--exclude, and sort the result in dependency order.
2001-08-19 15:36:12 +00:00
Akinori MUSHA
0e40d5d606 Update to 20010819, with small improvements.
portsdb:
	Do not clobber the INDEX file until the new one is ready,
	so you don't have a zero-sized INDEX while updating it.

pkgdepfix:
	Implement an origin duplicates fixer (only invoked when -o is
	specified), and when it fixes one, redo the whole session.

        Make the cyclic dependencies fixer a bit more intelligent.

portcvsweb:
	Conform to the Secure BROWSER (SB) Specification proposed by
	David A. Wheeler.

	cf. http://www.dwheeler.com/browse/secure_browser.html
	    http://www.tuxedo.org/~esr/BROWSER/
2001-08-19 07:29:30 +00:00
Ying-Chieh Liao
94d56e77bd - Dont use gmake anymore
- Remove ugly do-configure and use Makefile.FREEBSD as the Makefile
  for the program
- Add do-install target
- Remove COPYING from installing into docs directory
  (as if we dont got enough copies of the GPL floating around)
- Sort pkg-plist

PR:		29780
Submitted by:	MAINTAINER
2001-08-18 23:22:13 +00:00
Akinori MUSHA
6ace020ffa Update to 20010818b.
- Introduce a new environment variable "PORTS_INDEX", to specify an
  alternate ports INDEX file location.  You can set this to something
  like `/usr/ports/INDEX.txt" not to overwrite the one under the
  control of CVSup/CVS/CTM.

- Fix portinstall (portupgrade -N) which I broke recently by mistake.

- Change the report format.  It shouldn't be too verbose unless you
  specify -v.
2001-08-18 10:02:12 +00:00
Ying-Chieh Liao
9f49242b7a add abck
Manage intrusion attemps recorded in the system log

PR:		29259
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2001-08-18 08:14:46 +00:00
Akinori MUSHA
35eb2ad7c0 Oops, the distfile was named wrong. Bump to 20010818.
Submitted by:	many people
2001-08-18 05:22:30 +00:00
Akinori MUSHA
cd8fb9d41a Update to 20010817b.
- Include the hotfix.
- Unbreak `portversion -t'.
2001-08-17 18:53:04 +00:00
Ying-Chieh Liao
4a056d796f Simplification of idled.sh
PR:		28693
Submitted by:	James Howard <howardjp@well.com>
2001-08-17 16:19:41 +00:00
Akinori MUSHA
4a164369fa Fix the shebang lines of commands to specify the absolute path of
ruby, instead of "/usr/bin/env ruby".

Requested by:	OOTOMO Hiroyuki <wbhacker@tky3.3web.ne.jp>
2001-08-17 14:20:35 +00:00
Ying-Chieh Liao
a26a168208 This patch fixes the following problems:
* cfengine deadlocking in the resolver due to being linked against libc_r
    * cfd issuing 'ioctl:  No such network device' whenever it is invoked.

change maintainer email
add more docs
Patches obtained from Michael Kyle <mike@rainc.com>

PR:		29649
Submitted by:	MAINTAINER
2001-08-17 14:20:09 +00:00
Akinori MUSHA
3f01e5bc4c Apply a hotfix against a bug introduced in the latest version where it
fails in error when one specifies -r and has an empty +REQUIRED_BY.
2001-08-17 11:29:05 +00:00
Akinori MUSHA
aeb1f34225 Update to 20010817, with many improvements and some new features.
pkg_deinstall/pkg_glob, portupgrade:
  - Fix the glob expander to exclude not installed packages recorded
    in +CONTENTS and +REQUIRED_BY files.

pkg_deinstall/pkg_glob, portupgrade, portversion:
  - Properly handle regular expression errors.

pkg_glob:
  - Properly define a signal handler.
  - Show a better report.

portsdb: (overall)
   - Try doing make INDEX when no INDEX file is present, and if it
     fails raise an exception.

portupgrade:
  - Add a new option: -L/--log-prefix, with which a user can save a
    build & installation log file for each port/package.
  - Show a concise and helpful message for each upgrading error.  It
    now autoatically guesses the reason of each failure using the same
    algorithm that Ports Wraith's processlogs script uses.
  - Fix a bug where 'portupgrade -aE' raised an error.

portversion:
  - Support -r/-R/-x as other tools do.
  - Fix a bug where `portversion -E' raises an error.
2001-08-17 07:51:41 +00:00
Jimmy Olgeni
cdc319b269 Remove tar-related warnings when unpacking updates (use --unlink). 2001-08-16 09:48:50 +00:00
Dirk Froemberg
7c73e71457 Fix typo.
Submitted by:	John Reynolds <jreynold@sedona.ch.intel.com>
2001-08-16 09:23:24 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Akinori MUSHA
8342bdd6ad Update to 20010816b.
Fix a trivial but annoying behavior.  Print progress messages during
(automatically) updating the ports database to stderr instead of
stdout, so the output of `portversion -c > script' won't contain any
unexpected progress messages.
2001-08-15 19:41:32 +00:00
Akinori MUSHA
9309946588 Sorry. Just repacked. I had something I forgot to change. ;) 2001-08-15 17:32:12 +00:00
Akinori MUSHA
abe0b6818c Update to 20010816 with some enhancements and an important change.
(No bugs have been found in the previous version)

portupgrade, portversion, pkg_deinstall, pkg_glob, portsdb:

  - Add a new option -E/--regex, which allows you to use the extended
    regular expression instead of the shell glob pattern to specify
    packages or ports.

portupgrade:

  - [IMPORTANT] Turn -c/--clean and -C/--cleanup on by default.
    [Suggested by: Ian Dowse <iedowse@maths.tcd.ie>}

  - Now that -c/--clean is on by default, -Fc no longer means
    "fetch-only + do distclean before each fetch".  Instead, a new
    option -D/--distclean is added which can be used with or without
    -F/--fetch.

  - Add new options -w/--noclean and -W/--nocleanup.

  - Always do `make clean-depends' before building dependent ports.

  - Add a new option -E/--regex, which allows you to use the extended
    regular expression to specify packages.

  - Add a long option --use-packages-only for -PP.

  - Rewrite the WARNING section of the manpage and mention
  pkgdepfix(1) in it.
    [Suggested by: Ian Dowse <iedowse@maths.tcd.ie>]

pkg_glob, pkg_deinstall:

  - Add back long options.
2001-08-15 17:24:02 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Alexander Langer
b0b1faedf1 Update to 0.98.a.9 Alpha9.
Submitted by:	maintainer
2001-08-15 02:10:15 +00:00
Alexander Langer
9485690a76 - Update to Alpha9 (because, since updating cdrecord,
Alpha8 would not compile)
- Enable non-root mode
- Update maintainer email

Submitted by:	maintainer
2001-08-14 20:12:45 +00:00
Johann Visagie
d57089583c - Update to version 1.18
- Still BROKEN on -CURRENT
2001-08-14 14:39:33 +00:00
Maxim Sobolev
6ebce0e531 Unbroke with threaded Mesa.
Submitted by:	bento
2001-08-14 08:30:58 +00:00
Akinori MUSHA
767ba54af5 Update to 20010814, with some enhanced support for coping with cyclic
dependencies.

- Fix a bug in the cyclic dependencies handler where it couldn't
  always cope with a cycle properly.
  [Problem found by: Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>]
- Don't emit a confusing error message "Cannot update the ports DB!"
  on a recoverable error.
- Implement a cyclic dependencies fixer in pkgdepfix(1).

(Cyclic dependencies could never be generated if ports are made
properly..)
2001-08-13 20:45:15 +00:00
Kevin Lo
c2320220d4 - Update to version 1.1.1
- Takeover as MAINTAINER

PR: 29512
Submitted by: Anders Nordby <anders@fix.no>
2001-08-13 13:21:05 +00:00
Ying-Chieh Liao
e1d1b7cabb add anteater
A MTA log analyzer
2001-08-13 04:00:41 +00:00
Akinori MUSHA
70c675f6dc Reword more. 2001-08-11 21:19:33 +00:00
Akinori MUSHA
60adc2eea9 Update to 20010812, just a minor update.
- Reword and fix documents.
- Make portsdb -U not imply -u.
2001-08-11 19:58:30 +00:00