1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

3898 Commits

Author SHA1 Message Date
Kirill Ponomarev
104a5539c9 - Chase libraries because of new devel/libstatgrab version 2004-03-10 09:41:00 +00:00
Matthew Hunt
b259d8868a xwatch has been abandoned by the author, and its distfile removed. RIP. 2004-03-10 04:41:10 +00:00
James E. Housley
917f75faee mirror updates 2004-03-10 02:15:53 +00:00
Jimmy Olgeni
463c8fef1b Update modules: bind8-1.130-6, logrotate-1.130-6, postgresql-1.130-7,
useradmin-1.130-7.
2004-03-09 23:29:24 +00:00
Pav Lucistnik
988dd3530a - Update to 0.5.11
- Portlint

PR:		ports/63378
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	lioux
2004-03-09 20:41:57 +00:00
Lars Koeller
655a7db9cf o) fix annoying message when killall didn't find any lost slaves 2004-03-09 20:20:05 +00:00
Lars Koeller
ae2a709430 o) Update to 1.32f-5 with a lot of fixed bugs 2004-03-09 20:18:41 +00:00
Lars Koeller
9ad2cfdcc0 o) Integrate a fix to work around an OpenBSD/FreeBSD pthread bug
(set/unset of O_NONBLOCK, hope, someone will fix this bug soon).

Submitted by:	Gary Bajaj <b04@interbaun.com>, Adam Kropelin
2004-03-09 20:01:43 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Oliver Eikemeier
b164cdd535 /tmp/cvs7Yicew 2004-03-09 18:52:32 +00:00
Ollivier Robert
f96bacf0fa Reset MAINTAINER to ports, I don't even have a VAIO anymore. The recent ACPI
changes may have obsolete this anyway.
2004-03-09 15:21:05 +00:00
Kirill Ponomarev
4ecaa9d7a8 - Add PLIST_FILES knob
- SIZE'ify

PR:		ports/63946
Submitted by:	maintainer
2004-03-09 10:04:15 +00:00
Norikatsu Shigemura
f7ef9f51c4 Update to 5.30.
PR:		ports/63963
Submitted by:	Eduard Martinescu <martines@rochester.rr.com>
2004-03-09 06:32:12 +00:00
Oliver Braun
37383a7595 * Update dependencies as pf is now part of the base system. [1]
* Make portlint a little bit happier while I am here.

PR:		ports/63951 [1]
Submitted by:	maintainer [1]
2004-03-09 00:06:49 +00:00
Mark Murray
a19fd3cd53 Fix for NULL. 2004-03-08 21:40:35 +00:00
James E. Housley
81e2eb2e94 Update MASTER_SITES 2004-03-08 17:41:36 +00:00
Clement Laforet
9038509234 Fix LATEST_LINK conflicts:
graphics/flip: NO_LATEST_LINK (since biology/flip exists and has maintainer)
graphics/gkrellkam2: LATEST_LINK=gkrellkam2
sysutils/nwclient602: LATEST_LINK=nwclient602
graphics/p5-GD1: LATEST_LINK=p5-GD1
mail/postfix1: LATEST_LINK=postfix1
textproc/rubber: NO_LATEST_LINK (since print/rubber exists and has maintainer)
2004-03-08 11:57:14 +00:00
Kirill Ponomarev
3b69a87e8d - Update to version 2.1.1
PR:		ports/63901
Submitted by:	maintainer
2004-03-07 22:43:28 +00:00
Kirill Ponomarev
ef79856a5d - Update MASTER_SITES
- Add audio/py-cddb as optional dependency

PR:		ports/63896
Submitted by:	maintainer
2004-03-07 21:31:47 +00:00
Pav Lucistnik
00ea2d5579 - Update to 0.5.1
- Reclaim maintainership

PR:		ports/63883
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2004-03-07 16:31:55 +00:00
Kris Kennaway
282fec824b Broken on !i386 and !alpha: Does not compile 2004-03-07 12:41:07 +00:00
Pav Lucistnik
2d26fd2416 - Update to 0.3.0
PR:		ports/63846
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2004-03-06 18:11:06 +00:00
Lars Koeller
73cd1be664 o) Add --disable-pthreads cause with pthreads the called apccontrol
programm sometimes hangs and prevents a graceful shutdown :-(
2004-03-06 17:22:11 +00:00
Pav Lucistnik
b88044f7c0 - There seems to be a race condition in the extract that causes a file to be rebuilt or not.
You can trigger the failure by doing 'make extract; touch work/rstat.x; make all'
  The failure is because rpcgen rstat.x calls cpp -E which replaces an
  "#ifdef __STDC__" with "#ifdef 1" in the output, which is a gcc 3 syntax error.

Submitted by:	Samy Al Bahra (maintainer)
Analyzed by:	kris
2004-03-06 14:57:27 +00:00
Kris Kennaway
1878e54546 Switch to tcl/tk 8.4. 2004-03-06 12:09:20 +00:00
Kris Kennaway
cba7dc1bc7 Fix build on amd64 (add -fPIC). Respect CFLAGS. Switch to tcl/tk 8.4.
Bump PORTREVISION.

Approved by:	maintainer
2004-03-06 12:08:50 +00:00
Edwin Groothuis
f46bfbafb9 Add size
PR:		ports/63832
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-03-06 10:43:13 +00:00
Alexander Leidinger
4e98f4c42a Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.

Submitted by:	maintainer
2004-03-05 16:37:33 +00:00
Jun Kuriyama
4988d48afc Upgrade to 0.11.
Approved by:	maintainer
2004-03-05 13:29:09 +00:00
Kris Kennaway
a19523d42f BROKEN on sparc64 and ia64: Does not compile 2004-03-05 12:08:06 +00:00
Edwin Groothuis
e8f6ec09e2 Add dependency on textproc/p5-XML-Parser
Noticed by: krisbot
2004-03-05 11:14:22 +00:00
Kirill Ponomarev
470b67fe4d - Update to version 1.7
PR:		ports/63786
Submitted by:	maintainer
2004-03-05 09:51:49 +00:00
Pav Lucistnik
5857be2a80 - Update to .04
PR:		ports/63727
Submitted by:	Aaron Myles Landwehr <aaron@snaphat.com> (maintainer)
2004-03-04 09:39:26 +00:00
Jimmy Olgeni
14a1bfaab3 Fix a couple of typos. 2004-03-02 19:16:32 +00:00
Mathieu Arnold
9623c63f0c Add Munin network-wide graphing framework (node)
This is the node part. It is used on all machines Munin shall watch.

PR:		ports/62479
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de>
2004-03-02 15:54:05 +00:00
Mathieu Arnold
4e96c16014 Add Munin network-wide graphing framework
This is the collector. It is installed on the machine that shall collect
and display perfromance data.

PR:		ports/62480
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de>
2004-03-02 15:52:48 +00:00
Markus Brueffer
2072bf5746 Add kkeyled 0.8.9, a KDE panel applet to display the keyboard's LED states.
Approved by:	arved (mentor)
2004-03-02 14:20:59 +00:00
Pav Lucistnik
823dac3dec - Add missed dependency on gettext
- Style

Submitted by:	bento via kris
2004-03-02 09:51:00 +00:00
Pav Lucistnik
3ab74275ce Remove linux-e2fsprogs, we now have good working native version of this
software at sysutils/e2fsprogs.

PR:		ports/63599
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-03-01 17:24:58 +00:00
Pav Lucistnik
b9867f1f2f - Remove this three years old software now we have sysutils/e2fsprogs
which understand ext3 and does better job

PR:		ports/63599
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-03-01 17:23:38 +00:00
Pav Lucistnik
191a89c366 Stop breaking a hard link that led to a double packaging of the static e2fsck
executable under different names and caused waste of space in the binary package.

The shared e2fsck executable is no longer installed or packaged, saving another
100+ kByte (uncompressed).

User-visible change: e2fsck.static is gone, e2fsck is now the static version,
the pkg-message has tracked this change and been adjusted accordingly.

The patch cuts the FreeBSD-4 i386 binary package size from 2,200 to 1,316 kB
without any loss in functionality.

PR:		ports/63586
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-03-01 15:13:28 +00:00
Clement Laforet
5d91713d49 - Update to 0.4.4 2004-03-01 14:29:36 +00:00
Edwin Groothuis
d145f6115d - Add dependency on Time/Timezone.pm 2004-03-01 02:14:20 +00:00
Joe Marcus Clarke
2f289f6fdb Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix some
problems with adding certain packages (e.g. docbook-xsl).
2004-02-29 23:32:51 +00:00
Markus Brueffer
4e7bd06dec Add kcube 0.61, another cpu load kicker applet for KDE.
PR:		ports/62535
Submitted by:	Michael Ranner <mranner@inode.at>
Approved by:	arved (mentor)
2004-02-29 23:28:23 +00:00
Sergei Kolobov
1a519c15ea - Update to 1.4.1 2004-02-29 23:12:07 +00:00
Kirill Ponomarev
ec0ebf72cb - Update to version 0.5
PR:		ports/63550
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2004-02-29 21:16:48 +00:00
Kirill Ponomarev
c750694c8d - SIZEify
PR:		ports/63548
Submitted by:	maintainer
2004-02-29 20:50:30 +00:00
Jimmy Olgeni
55a5379a39 Upgrade modules: bind8-1.130-3, dhcpd-1.130-5, quota-1.130-5,
software-1.130-5, useradmin-1.130-5.
2004-02-29 17:05:21 +00:00
Kirill Ponomarev
819d9c1244 - Update to 1.35 official release
PR:		ports/63528
Submitted by:	maintainer
2004-02-29 16:40:41 +00:00