Commit graph

2466 commits

Author SHA1 Message Date
David W. Chapman Jr.
70253b6bdb Update to 0.100
PR:		42205
Submitted by:	maintainer
2002-08-31 17:38:53 +00:00
David W. Chapman Jr.
73ae9b5acb Change maintainer's email
PR:		42248
Submitted by:	maintainer
2002-08-31 16:25:51 +00:00
Akinori MUSHA
6387efb6a9 Put the real master site at the top of MASTER_SITES. I seem to forget
to transfer distfiles to ftp.freebsd.org too often...
2002-08-31 15:39:38 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Jimmy Olgeni
a4719f0cdf Update procmail module. 2002-08-30 15:39:23 +00:00
Akinori MUSHA
b673a63b51 Update to 20020830.
portupgrade(1):
- Add more command failure checks in case sudo fails.

- Always build backup packages as root.

  Spotted by:	Stijn Hoop <stijn@win.tue.nl>

- Let NO_IGNORE negate IGNORE.

  FreeBSD PR:	ports/41467
  Suggested by:	Alan Eldridge <ports@geeksrus.net>

portsclean(1):
- Do not mix stderr output from make(1) with stdout.

  Submitted by:	Jos Backus <jos@catnook.com>
2002-08-30 12:51:46 +00:00
Wes Peters
b047d1d760 Change download site to more maintained DNS name, bump port revision.
Noted by:	Fenner's Portsurvey
2002-08-30 00:07:18 +00:00
Mario Sergio Fujikawa Ferreira
95b81b9de0 Update MASTER_SITES
Submitted by:	blackend
2002-08-29 17:18:29 +00:00
Maxim Sobolev
28d98ed48b Directory layouts of py-gtk and py-gnome packages have been changed, so that
update *_DEPENDS properly.
2002-08-28 18:03:59 +00:00
Joe Marcus Clarke
e646800018 Add xsu, a GNOME 1 tool to run commands as root.
PR:		42103
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2002-08-28 07:25:11 +00:00
Joe Marcus Clarke
9c724f5543 Add bubblemon, a CPU and memory monitor applet for GNOME 1.
PR:		42105
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2002-08-28 07:24:00 +00:00
Joe Marcus Clarke
f2dfb0554f Update to 2.0.2. 2002-08-27 22:14:13 +00:00
Joe Marcus Clarke
993332a58c Update to 0.3.1. 2002-08-27 22:11:29 +00:00
Trevor Johnson
7b513cbf0b Remove dependency on blackbox.
PR:		42014
Submitted by:	Adam Weinberger (maintainer)
2002-08-26 00:53:42 +00:00
Trevor Johnson
2bb59ebeda Turn Miguel Mendez' ports over to Adam Weinberger.
PR:	42012
2002-08-26 00:28:23 +00:00
Will Andrews
ebe714bf05 Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.

Tested by:	Matt Douhan <matt@fruitsalad.org>, alane
Submitted by:	lioux [1]
2002-08-25 04:37:30 +00:00
Kris Kennaway
8859a77027 Doing this is lame and causes the -current build to fail:
int true = 1;
       while (true) {
2002-08-23 22:10:38 +00:00
Jimmy Olgeni
9b72c8c72c Update useradmin module. 2002-08-23 21:08:20 +00:00
Ade Lovett
76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Joe Marcus Clarke
8e7f85298e Update to 2.0.1.1. 2002-08-22 04:05:38 +00:00
Brian S. Dean
aea1bdba8a Update to version 1.2.5. 2002-08-22 00:20:14 +00:00
Christian Weisgerber
93b14fcc26 Add man pages.
PR:		41756
Submitted by:	Jos Backus <jos@catnook.com>
Approved by:	maintainer
2002-08-21 19:51:13 +00:00
Oliver Braun
c502381a37 Change MAINTAINER to my FreeBSD address.
Approved by:	dwcjr (mentor)
2002-08-21 14:46:07 +00:00
Kevin Lo
83d215f337 Update WWW
PR: 41838
Submitted by: MAINTAINER
2002-08-21 09:07:10 +00:00
Kevin Lo
c90a3e8c50 Initial import of lire 1.1.
Lire is a logfile analyse toolkit for multiple applications.

PR: 41813
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-08-21 02:38:33 +00:00
Akinori MUSHA
4113022f46 Update to 1.0.2. 2002-08-20 21:30:34 +00:00
Yen-Ming Lee
70a1ed2661 Remove unnecessary setting in CONFIGURE_ENV
Reason:
EXT2_NOTAIL_FL is defined in header file in newer version (v1.27), so that
set CPPFLAGS="-I${LOCALBASE}/include" will cause to include the existing
header file (maybe v1.22 or earlier, if installed) which doesn't define
EXT2_NOTAIL_FL in it.

Alternative:
Deinstalll older version of e2fsprogs then build again will be fine.

PR:		ports/41795
Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
2002-08-20 05:12:05 +00:00
Christian Weisgerber
face346f65 Fix build.
Submitted by:	Philip M. Gollucci <gollucci@wam.umd.edu>
2002-08-15 21:21:27 +00:00
Jimmy Olgeni
068faeca8d Update majordomo module. 2002-08-15 19:42:44 +00:00
Christian Weisgerber
6b25727d60 Import gkrellmwho 0.4.
A GKrellm-Plugin that horizontally scrolls in a panel a list of currently
logged on users (excluding the invoking user).

PR:		41554
Submitted by:	Steffen Vogelreuter <Steffen@Vogelreuter.De>
2002-08-13 13:14:29 +00:00
Brian S. Dean
5c25a48e27 Fix a typo in pkg_descr (pointed out by olgeni) and update to version
1.2.4.
2002-08-09 23:01:56 +00:00
Joe Marcus Clarke
67a59819c9 Update to 0.3. This is mainly a bug fix release with some added translations. 2002-08-09 22:10:06 +00:00
Christian Weisgerber
ba1e3e6756 Update to 0.2.7.
PR:		41481
Submitted by:	A. J. Robinson <adrian.j.robinson@lineone.net>
2002-08-09 17:27:46 +00:00
Brian S. Dean
5bc7cd1ff5 Fix typo in pkg-comment, and update to version 1.2.3. 2002-08-09 14:33:53 +00:00
Brian S. Dean
2e3cd438bc Add cdroot: a utility for automating the creation of a full FreeBSD
installation on a bootable CD-ROM.  Current version is 1.2.2.
2002-08-09 01:37:33 +00:00
Patrick Li
bdb29ec9e7 Update MASTER_SITES to use sourceforge site
PR:		ports/41418
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2002-08-07 18:20:24 +00:00
Patrick Li
3e81992a68 - Update to 1.3
- Update MASTER_SITES and maintainer email address

PR:		ports/41396
Submitted by:	maintainer
2002-08-07 18:11:37 +00:00
Jimmy Olgeni
2c2689b5c6 Update postgresql module. 2002-08-07 13:31:44 +00:00
Joe Marcus Clarke
9c2b165030 Update to 2.0.1. 2002-08-07 07:24:27 +00:00
Akinori MUSHA
19efd8ae75 Update to 0.6. 2002-08-06 18:27:40 +00:00
Jimmy Olgeni
239d46f4c1 Update module: lpadmin (security fix). 2002-08-05 21:49:38 +00:00
Akinori MUSHA
71478ad458 Update to 20020805.
pkgdb(1):
  - Do not fail in error when a non-installed package is specified
    with -o.

pkg_fetch(1):
  - Support bzip2'd packages (*.tbz).

  - Slightly fix messages.

  - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE.

    FreeBSD PR:		ports/40375
    Submitted by:	Andriy Gapon <agapon@excite.com> (partly)

portsclean(1):
  - -P/--pkgclean: Sweep away bzip2'd packages (*.tbz) too.

portupgrade(1):
  - Support bzip2'd packages (*.tbz).

pkgtools.conf(5):
  - Provide a couple of new utility functions, deorigin(origin) and
    rc_file(origin_or_pkgname).

  - Fix an example and provide some more examples.

  - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE.

misc.:
  - zsh compdefs: Look for *.tbz too.
2002-08-05 11:10:41 +00:00
Lars Koeller
ea797aaafe o) Add a notice to read the manual for site configuration, especially
to get a propper shutdown sequence.
2002-08-05 07:43:43 +00:00
Lars Koeller
91e7d152b0 o) Change apcupsd.org -> apcupsd.com due to massive network reachability
issues of the .org domain from some networks.
    They are both the same sites.

PR: 		-
Submitted by:	Nuno Teixeira <nunotex@pt-quorum.com>
2002-08-05 07:40:20 +00:00
OKAZAKI Tetsurou
a4c661e8ee Upgrade to 3.39.
PR:		41326
Submitted by:	maintainer
2002-08-04 20:16:13 +00:00
Dirk Froemberg
121887516b Upgrade to cdrtools-1.11a28. 2002-08-04 08:02:05 +00:00
Clive Lin
f1b3108e15 Upgrade to 1.27
PR: ports/41293
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
2002-08-04 07:27:59 +00:00
Akinori MUSHA
fe8a515d58 ruby-optparse is now part of ruby16-shim-ruby18. 2002-08-03 09:03:49 +00:00
Christian Weisgerber
13a7d7db16 The startup script supportes an argument of status which is just a quick way to
see if the daemon is running. The case when the daemon wasn't apparently
running was missing a "fi". While we're here, fancify the grep a little and
fix the fact that it shows you the script is running as well as the daemon.

Reported by:	Jonathan Towne <jontow@twcny.rr.com>

PR:		41252
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
2002-08-02 10:55:12 +00:00
Alan Eldridge
e6bb1d1625 fix misspelling of LIB_DEPENDS that prevented gettext dep from being recognized 2002-08-01 20:57:41 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Tony Finch
ddcd2773d6 Add cfengine2. 2002-07-30 18:35:42 +00:00
Tony Finch
55c1b608cb New port for cfengine-2.0.3 after repo-copy from the cfengine-1.x port.
PR:		35037
Approved by:	will
2002-07-30 18:34:24 +00:00
Gordon Tetlow
1bb53a1ac9 Update cfengine MASTER_SITES
PR:		ports/41123
Submitted by:	fanf@
2002-07-29 20:47:37 +00:00
Patrick Li
d5195216c3 Update MASTER_SITES to use MASTER_SITE_REDHAT_LINUX
PR:		ports/41048
Submitted by:	maintainer
2002-07-28 05:54:05 +00:00
Patrick Li
e8a25f9985 Update to 2.12
PR:		ports/41032
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-27 02:22:21 +00:00
Mark Pulford
0a84d6337f Updated to use MASTER_SITE_REDHAT_LINUX.
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-26 13:50:53 +00:00
Chris D. Faulhaber
29a81e207e Update MASTER_SITES
PR:		41004
Submitted by:	Adam Weinberger <adamw@vectors.cx>
2002-07-26 13:42:02 +00:00
James E. Housley
daf4ed1bb8 Fix a type from last change.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-26 11:53:50 +00:00
Patrick Li
3b8e40d130 - Use bzip'd tarballs because of reduce size (some)
- Update WWW (some)
- Do not resort to patching configure script (perl substitution) to fix the
  program-prefix issue (some)
2002-07-25 22:53:13 +00:00
Patrick Li
8e5026a363 Update to 0.5 2002-07-25 22:15:01 +00:00
Patrick Li
c3d29d4eb7 Project site moved 2002-07-25 21:18:24 +00:00
Jimmy Olgeni
004f905e2e Chase the new MASTER_SITE for updates.
Submitted by:	Kevin Golding <kevin@caomhin.demon.co.uk>
2002-07-25 15:19:44 +00:00
James E. Housley
e6f6845a9d There is no reason to conditionally install healthd.sh.sample 2002-07-25 12:20:36 +00:00
James E. Housley
fa2be3aa76 Conditionally install/uninstall etc/rc.d/healthd.sh
Bump PORTREVISION

PR:		40109
Submitted by:	Ying-Chieh Liao <ijliao@FreeBSD.org>
2002-07-25 11:25:34 +00:00
Patrick Li
821c2339a3 Update to 1.10
PR:		ports/40953
Submitted by:	maintainer
2002-07-24 17:38:33 +00:00
Patrick Li
b9559edd4c Update to 0.2.2.4
PR:		ports/40950
Submitted by:	maintainer
2002-07-24 17:33:48 +00:00
Patrick Li
5d0e2048f8 Fix plist and add manpage
PR:		ports/40922
Submitted by:	maintainer
Reviewed by:	maintainer
2002-07-24 04:27:34 +00:00
Ollivier Robert
95963b81cd Share finfo with the world.
PR:             ports/40762
Submitted by:   Michael L. Hostbaek (mich@freebsdcluster.org)
2002-07-23 13:31:32 +00:00
Ollivier Robert
f6e7146a25 Finfo displays potentially useful information about a file.
AUTHOR:         Christine F. Maxwell <cfm@o-o.org>
WWW:            http://www.cfm.o-o.org/software/finfo/

PR:		ports/40762
Submitted by:	Michael L. Hostbaek (mich@freebsdcluster.org)
2002-07-23 13:31:06 +00:00
Patrick Li
05bca45df2 Update maintainer's email address
Submitted by:	maintainer
2002-07-22 22:31:07 +00:00
Joe Marcus Clarke
c5e2c5a595 Update to 2.0.1. 2002-07-22 04:38:23 +00:00
Bill Fenner
2e556af7e0 Remove handy@physics.montana.edu as MAINTAINER; email has been bouncing
for 2 months.
2002-07-22 04:13:01 +00:00
Bill Fenner
60bfd9cb22 Remove dan@bsdpro.com as MAINTAINER; email has been bouncing for 2 months. 2002-07-22 03:50:29 +00:00
Christian Weisgerber
87e9ead15d * We are FreeBSD, duh.
* Twiddle CFLAGS passing.
* Allow this to build with compilers other than "cc" or "gcc".
2002-07-21 01:05:14 +00:00
Jimmy Olgeni
0abfcfe9be Update modules: cron, acl. Chase new MASTER_SITES. 2002-07-20 11:34:40 +00:00
Patrick Li
72fc7b635a Update to 0.2.6
PR:		ports/40780
Submitted by:	maintainer
2002-07-19 23:22:29 +00:00
Patrick Li
3c2243a6b1 Update to 1.12
PR:		ports/40725
Submitted by:	maintainer
2002-07-19 23:05:43 +00:00
Ying-Chieh Liao
fe89b08a0b ${PERL} -> ${REINPLACE_CMD}
${SED} -> ${REINPLACE_CMD}

PR:		40750
Submitted by:	40751
Reviewed by:	maintainer
2002-07-19 09:26:31 +00:00
Daniel Harris
17381da35b USE_REINPLACE. 2002-07-18 13:05:21 +00:00
Daniel Harris
dbd6651195 USE_REINPLACE. 2002-07-18 12:59:19 +00:00
Maxim Sobolev
4df3db8d41 Use USE_GNOMENG. 2002-07-18 11:03:22 +00:00
Ying-Chieh Liao
672ef12546 add fastest_cvsup 0.2.4
Finds fastest CVSup server

PR:		40480
Submitted by:	"A.J.Robinson" <ajr@subdimension.com>
2002-07-17 06:34:42 +00:00
Jimmy Olgeni
1b3103b6b4 Update postgresql module. 2002-07-15 15:58:12 +00:00
Ying-Chieh Liao
759a8b35fc add fastresolve 2.8
Programs that process web logs to get DNS and domain ownership info

PR:		40587
Submitted by:	Amar Takhar <verm@drunkmonk.net>
2002-07-15 11:36:32 +00:00
Akinori MUSHA
b2f5cbf7f8 The optparse module is now part of Ruby 1.7. 2002-07-15 11:27:21 +00:00
Patrick Li
6d0ca64b72 Update to 1.0.0 2002-07-14 16:45:23 +00:00
Maxim Sobolev
19a718ac4c Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).

The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.

Please report any unusual problems to gnome@FreeBSD.org.

Discussed with:	marcus
Reviewed by:	marcus
2002-07-11 17:16:10 +00:00
Maxim Sobolev
548387be80 Use USE_REINPLACE. 2002-07-11 15:31:46 +00:00
Chris D. Faulhaber
70b251aaf9 Use the native sys/types.h to pull in the definitions of __int8_t and
friends to fix RELENG_4 builds.
2002-07-09 20:08:36 +00:00
Doug Barton
9a5954946e A seperate port for the very useful shlock utility, which comes
as part of INN.
2002-07-09 00:23:51 +00:00
Mario Sergio Fujikawa Ferreira
d18871e560 Sanitize MASTER_SITES 2002-07-08 01:34:45 +00:00
Cy Schubert
3ebe4bf137 As I've assigned the three screen PR's in GNATS to myself, it appears that
I'm taking on maintainership of this port.  Make it official.
2002-07-07 15:16:15 +00:00
Akinori MUSHA
6f6c874f2c Update to 20020706. (maintenance release)
- Avoid ruby 1.7 warnings.

- Show better error messages on command failure.

- pkg_deinstall(1): Unbreak -c by removing a leftover variable
  reference.

  Reported by:	Tod McQuillin <devin@spamcop.net>

- pkg_deinstall(1): (manpage): Clarify that -c/--collate is disabled
  by -f/--force.

  Prompted by:	parv <parv@pair.com>

- pkg_sort(1): Warn of each package entry that's not installed.

- pkg_sort(1): Do not print an empty line if no valid entry is given.

- pkgdb(1): (manpage) Fix typos, improve phrases and remove an
  incomplete paragraph.

  FreeBSD PR:	ports/39183
  Submitted by:	Chris Pepper <pepper@rockefeller.edu>

- portsclean(1): (manpage) Fix a typo.

  Submitted by:	Martijn Koster <mak@greenhills.co.uk>
2002-07-06 17:37:56 +00:00
Will Andrews
3491a5043b Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51. 2002-07-04 19:39:36 +00:00
Sergey Skvortsov
e570db64ec Add jailer 1.1.1, manage FreeBSD jail startup, shutdown and console. 2002-07-03 15:15:35 +00:00
Maxim Sobolev
5f5e673861 Update to 0.10.2. 2002-07-02 16:25:25 +00:00
Jimmy Olgeni
a160040dbe Update port to version 0.990 (+ apache module update). 2002-07-02 15:44:39 +00:00
Peter Pentchev
7b0fdc97ea Update to 1.9.
Prompted by:	fenner's distfile scripts
2002-07-02 08:29:48 +00:00
Hajimu UMEMOTO
9b70eb83c3 Update to 1.2.13. 2002-07-02 08:02:52 +00:00
Dmitry Sivachenko
918069fd7f Correct MASTER_SITES and WWW
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-07-02 06:43:22 +00:00
Patrick Li
85d22fa927 Update to 0.2.2.3
PR:		40075
Submitted by:	maintainer
2002-07-01 15:53:45 +00:00
James E. Housley
f86ccab916 Fix possible core dump on healthdc with the "P" option.
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-01 12:50:42 +00:00
Joe Marcus Clarke
58d11a98d4 The FreeBSD GNOME team is proud to present GNOME 2.0 Release. 2002-06-30 22:20:44 +00:00
Dmitry Sivachenko
c7ff87e1fe Update to version 1.2.7 (fixes security problem).
PR:		40020
Submitted by:	Andrey Simonenko <simon@simon.org.ua> (maintainer)
2002-06-30 02:18:03 +00:00
Will Andrews
d1b19b8b9c Add durep 0.8, an utility for monitoring disk usage in a more visual
way than du.

PR:		34991
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-27 14:17:41 +00:00
Sergey Skvortsov
cace21777f Add jailutils 0.5.1, several utilies for managing jails. 2002-06-27 14:13:55 +00:00
Doug Ambrisko
6394563b8e Aironet Cisco Utilities for 802.11 wireless NIC's. Runs under Linux
emulation.

Submitted by:	Matt Peterson <matt@peterson.org>
2002-06-27 02:42:14 +00:00
Mario Sergio Fujikawa Ferreira
b8fb9cbef3 New port livecd version 1.2.2: Tool Set to create custom FreeBSD
LiveCD

PR:		39870
Submitted by:	Edson Brandi <ebrandi.home@uol.com.br>
2002-06-26 23:15:48 +00:00
David E. O'Brien
902b8312fd Update to version 4.64.1.
This fixes a build problem with FFS2.
2002-06-26 19:34:22 +00:00
Patrick Li
0c018b7baa Add new port ah-tty: Ah-tty is an automatic helper for command prompts and
shells

PR:		39836
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2002-06-26 17:56:06 +00:00
David E. O'Brien
5b0878ef3f Update to version 4.64.
This is known broken on 5-CURRENT due to our removal of `i_rdev' from
inode.h by the UFS2 import.
2002-06-26 16:27:39 +00:00
Joe Marcus Clarke
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +00:00
Ying-Chieh Liao
a995e8c6d7 add p5-Tie-Syslog 1.07
Tie a filehandle to Syslog

PR:		34259
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-26 04:31:55 +00:00
Chris D. Faulhaber
1b98cc9881 Update to 0.92
Disable splashimage support until a new patch is released
2002-06-25 14:37:38 +00:00
Patrick Li
850379f680 PERL -> REINPLACE_CMD
PR:		ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
		ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-06-23 20:29:01 +00:00
Wolfram Schneider
e133484c20 ports/sysutils/socket install ignores ${DESTDIR}
PR:	ports/37341
Submitted by: Helge Oldach <send-pr@oldach.net>
2002-06-23 16:18:39 +00:00
Jimmy Olgeni
9044ff1d55 Update module: fsdump. 2002-06-23 15:03:55 +00:00
Patrick Li
245c03c769 Project site moved. Fix MASTER_SITES and WWW tag
PR:		ports/39632
Submitted by:	maintainer
2002-06-21 23:24:40 +00:00
Jimmy Olgeni
bf7b1ccf69 Update modules: pserver, file. 2002-06-21 22:15:03 +00:00
Ying-Chieh Liao
1bf108a1d7 add and 1.0.7
Auto Nice Daemon
2002-06-21 19:41:34 +00:00
Alan Eldridge
cba84991c6 Distfiles have been moved on kde site to Attic.
PR:		ports/39558
Submitted by:	glewis
Reviewed by:	alane
2002-06-21 02:48:48 +00:00
Patrick Li
0100d058cf Update to 1.2.6
PR:		39539
Submitted by:	maintainer
2002-06-20 04:18:50 +00:00
Patrick Li
1a7100eb8a Update to 376
PR:		39546
Submitted by:	maintainer
2002-06-20 02:28:48 +00:00
Matthew Dillon
2ffe0c41ed Update cpdup to version 1.04, which fixes a memory corruption bug in
RemoveRecur() and adds an option, -s0, which allows cpdup to replace a
destination directory with a file.  Also correct a portlint -act warning.
2002-06-19 19:34:35 +00:00
James E. Housley
599c9329ca Allow IPv6 to be excluded via -DWITHOUT_IPV6
Bump PORTREVISION

PR:		39526
Submitted by:	steve@stevenwills.com
2002-06-19 16:12:06 +00:00
Patrick Li
201d21a2a8 Update to 0.97
Give maintainership to submitter

PR:		39508
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-06-19 13:02:17 +00:00
Patrick Li
eee60738c9 Update to 1.4.3
Give maintainership to submitter
Add WWW tag to pkg-descr

PR:		39512
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-06-19 13:00:00 +00:00
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
James E. Housley
f6ea576b5a Zero out the sockaddr_* structures before use.
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-06-18 11:59:31 +00:00
Patrick Li
2b8632878f PERL -> REINPLACE_CMD
PR:		39384
Submitted by:	maintainer
2002-06-18 09:08:22 +00:00
Patrick Li
1f1e674e20 Add new port lcdproc - A client/server suite for all kinds of nifty
LCD devices
2002-06-18 08:38:46 +00:00
Jimmy Olgeni
796950bee8 Update modules: postgresql, sendmail. 2002-06-16 18:32:11 +00:00
Kris Kennaway
6ba977f6bf Actually remove star after repo-copy.
Pointy hat to:	trevor
2002-06-15 21:22:25 +00:00
Hajimu UMEMOTO
094f32094d Update to 1.2.12. 2002-06-15 19:31:47 +00:00
Pete Fritchman
8578800af9 Update to 0.2.2.2.
PR:		39340
Submitted by:	maintainer
2002-06-15 19:05:02 +00:00
Will Andrews
1aced58dae Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the
rigorous testing performed on the part of the KDE/FreeBSD Project
over the last three weeks.  Thanks to everyone who helped test!

General changes:
	[1] Follow KDE2 style by moving KDE core specific macros and
	    the like to x11/kde3/Makefile.kde.
	[2] Fix a variety of comments or miscellaneous data to reflect
	    that this is KDE3 and not KDE2.
	[3] Account for more empty directories in the PLISTs.

deskutils/kdepim3:
	[4] More #include <malloc.h> -> #include <stdlib.h>.

audio/arts:
	[5] Upgrade to 1.0.1.
	[6] Point at MASTER_SITE_KDE not my own mirror.

audio/kdemultimedia3:
	[7] Account for the removal of the <machine/soundcard.h> symlink.
	    Simply point all such includes at <sys/soundcard.h>.

editors/koffice-kde3:
	[8] Get rid of #include <values.h> preemptively.

devel/kdesdk3:
	[9] Remove cervisia from build if building on -CURRENT due to
	    C++-unsafe sys/wait.h.  The header is believed to have been
	    fixed in newer -CURRENT (>= Jun 5) but we have not tested that.

devel/kdevelop:
	[10] Upgrade to 2.1.1 and use KDE 3 version.
	[11] Remove a number of suggested dependencies that no longer fit.
	[12] Account for where the docs for Qt went since they got moved
	     to fit in hier(7) better.

graphics/kdegraphics3:
	[13] Turn off kuickshow by default because it depends on imlib,
	     which in turn depends on gtk/glib.  This will be revisited
	     when we split up the KDE ports a bit.

games/kdegames3:
	[14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h
	     tried to define uint32_t after sys/types.h already had.

sysutils/kdeadmin3:
	No particular changes.

misc/kdeaddons3:
	No particular changes.

misc/kdeedu3:
	[15] Re-add the huge number of missing @dirrm's.

misc/kdeutils3:
	No particular changes.

misc/kde3-i18n-* and */kde3-i18n:
	For the most part, no particular changes.  A huge number of I18N
	message updates went into this release, though.

french/kde3-i18n:
	[16] Fix build Makefile error due to tarball builder's env.

net/kdenetwork3:
	No particular changes.

x11-clocks/kdetoys3:
	No particular changes.

x11/kdebase3:
	[17] Account for mkfontdir "soft" build-time dependency.  If
	     mkfontdir is available, use it to build fonts.dir where
	     kdebase installs fonts.  Otherwise, don't bother.
	[18] Patch ElectricEyes.desktop to use the name of the program
	     that FreeBSD uses when you install the port for it.
	[19] Patches for KDM merged into KDE 3.0.1.
	[20] Properly fix kdm/backend/xdmcp.c string format error.

x11/kdelibs3:
	[21] Support the KDE3 version check to make sure no one
	     tries to install KDE2 then KDE3.  The 'kde-version-check'
	     target is centralized in x11/kde3/Makefile.kde.
	[22] Remove patch for kdeprint/configure.in.in.
	[23] Add patch to fix critical icon loader bug.

x11/kde3:
	[24] Add Makefile.kde for centralizing KDE core-specific macros
	     that don't belong in bsd.kde.mk.

x11-toolkits/qt30:
	[25] Mark broken on any XFree86 version < 4 due to packing list
	     related problems if we tried to support XFree86 3.
	[26] Error out if the user has Qt2 installed already.

x11-wm/kdeartwork3:
	[27] Add USE_MESA to explicitly support the 3D screensavers.
	[28] Re-add a large number of missing @dirrm's.

Credits:

[1] [4] [5] [6] [7]
[9] [10] [14] [16]
[21] [22] [24] [26]:	will

[2] [3] [8] [15] [17]
[19] [25] [27] [28]:	alane

[11] [12]
Submitted by:		Lauri Watts <lauri@kde.org>

[13] Found by:		mi
     Removed by:	will

[18] [23]
Submitted by:		Andy Fawcett <andy@athame.co.uk>

Tested by:		[in addition to the above, in no particular order]
			knu
			Mattias Douhan <matt@athame.co.uk>
			Bradley T. Hughes <bhughes@trolltech.com>
			Erik H. Bakke <ebakke@trolltech.com>
			David Johnson <david@usermode.org>
			JJ Behrens <jj@nttmcl.com>
			Michael W. Collette <metrol@metrol.net>
			Adriaan de Groot <adridg@sci.kun.nl>
			Mark Rowlands <mark.rowlands@minmail.net>
			Mark Stosberg <mark@summersault.com>
			Dave Cantrell <phaedrus@alltel.net>
			Mark Miller <joup@bigfoot.com>
			Wesley Morgan <morganw@chemikals.org>
			Arjan van Leeuwen <avl@operamail.com>
2002-06-15 16:16:32 +00:00
Joe Marcus Clarke
515147d6b6 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. 2002-06-15 09:05:13 +00:00
Jimmy Olgeni
a3eadfc27b Update module: samba. 2002-06-13 09:25:09 +00:00
Akinori MUSHA
7cb16a9d07 Cope with a bug in CURRENT's bsd.*.mk infrastructure, that the
beforeinstall target is somehow executed _after_ the realinstall
target.
2002-06-12 10:00:11 +00:00
Joe Marcus Clarke
9f04edac18 Update to the latest GNOME 2 snapshot. 2002-06-12 00:18:21 +00:00
Will Andrews
6537fcf437 Miguel Mendez informed me in private e-mail that he has changed his mind
and would like to maintain these ports again.  Welcome back, Miguel.  :-)
2002-06-11 13:57:05 +00:00
Trevor Johnson
d3640af3e1 Tidy up after repo copy of ports/sysutils/star to ports/archivers/star.
PR:		37145
Submitted by:	Thomas Hurst
2002-06-10 20:03:55 +00:00
Patrick Li
da0080c7b8 Update to 1.04
PR:		38912, 38844
Submitted by:	maintainer
2002-06-10 15:38:18 +00:00
Trevor Johnson
eb1cfc9483 Add URL for home page. 2002-06-10 07:58:16 +00:00
Joe Marcus Clarke
48f7f6dd49 Fix a problem when building with XFree86-3.3.6.
PR:		38913
2002-06-09 18:47:09 +00:00
Pete Fritchman
a33870aee5 Install the script as colorize.pl to avoid a conflict with the graphviz
port.  Also install the manpage as colorize.pl.1.

PR:		36854
Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>
2002-06-09 15:32:16 +00:00
Akinori MUSHA
907d142973 Now that introducing ruby-shim is done, bump PORTREVISION to let users
proceed with the transition.
2002-06-08 22:20:17 +00:00
Jimmy Olgeni
d79c84ee4c Update modules: postgresql, lpadmin. 2002-06-08 19:52:50 +00:00
Akinori MUSHA
187bcf33c1 devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18. 2002-06-08 18:18:52 +00:00