Commit Graph

2233 Commits

Author SHA1 Message Date
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
David E. O'Brien
4cb33dba94 To ports@freebsd.org. 2002-06-08 17:33:41 +00:00
Patrick Li
cd59a04e4b Update to 1.00
Give maintainership to original author

PR:		38984
Submitted by:	old maintainer
2002-06-08 04:33:15 +00:00
Trevor Johnson
3e07c20db3 Set Miguel Mendez' ports loose. Look out, world!
I would like to try maintaining the acroread5 one, so I pre-snarfed
it.  :-P

PR:		38978
Submitted by:	Miguel Mendez (outgoing maintainer)
2002-06-07 11:01:48 +00:00
Pete Fritchman
646f028f2a Use pod2man instead of perldoc to build a manpage.
Submitted by:	bento
2002-06-06 23:08:00 +00:00
Anton Berezin
74a270f5f6 Update to 0.05. 2002-06-06 20:06:00 +00:00
Jimmy Olgeni
75c87e76e5 Update modules: passwd, cpan. 2002-06-05 21:37:04 +00:00
Jimmy Olgeni
f1779d6270 Chase distfile checksum.
Changes:

	cluster-software/index.cgi
	cluster-useradmin/index.cgi

A prefix has been added to icon file paths.

	feedback.cgi

Added Content-Type and Content-Transfer-Encoding headers.

	mysql/config
	mysql/config-aix
	mysql/config-cobalt-linux
	mysql/config-debian-linux
	mysql/config-debian-linux-2.2
	mysql/config-debian-linux-3.0
	mysql/config-freebsd
	mysql/config-mandrake-linux
	mysql/config-msc-linux
	mysql/config-netbsd
	mysql/config-open-linux
	mysql/config-redhat-linux
	mysql/config-redhat-linux-7.0
	mysql/config-redhat-linux-7.1
	mysql/config-redhat-linux-7.2
	mysql/config-redhat-linux-7.3
	mysql/config-slackware-linux-8.0
	mysql/config-suse-linux
	mysql/config-suse-linux-7.1
	mysql/config-suse-linux-7.2
	mysql/config-suse-linux-7.3
	mysql/config-suse-linux-8.0
	mysql/config-turbo-linux

Add default "access" value to mysql module configuration files ("access=*: *").

Noticed by:	Colin Legendre <clegendre@imedia.rogers.com>
2002-06-05 21:31:37 +00:00
David E. O'Brien
3b8954bf96 Update to version 4.63.3.
This fixes a configure problem when people have fancy CFLAGS settings.
2002-06-04 19:25:00 +00:00
Jimmy Olgeni
d224c161d9 Update to version 0.980. 2002-06-04 08:09:53 +00:00
Ying-Chieh Liao
a661596311 upgrade to 1.8.0
PR:		38809
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-02 17:43:05 +00:00
Jimmy Olgeni
db576618d0 Update module cluster-useradmin. 2002-06-01 20:00:39 +00:00
Ying-Chieh Liao
02cf4a3dc2 upgrade to 5.04
PR:		38799
Submitted by:	maintainer
2002-06-01 17:05:41 +00:00
Pete Fritchman
1f52337813 Add wmflame 0.60, a dockapp that shows the load average as a flame.
PR:		38135
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-31 12:47:07 +00:00
Pete Fritchman
579362f7c8 Add mktool 0.0.7, portable tools to manage processes and networked
services.

PR:		38674
Submitted by:	Jos Backus <jos@catnook.com>
2002-05-31 00:19:51 +00:00
Patrick Li
f0e5acdfd4 Update to 1.03
PR:		38697
Submitted by:	maintainer
2002-05-29 20:34:46 +00:00
Anton Berezin
4460cd9753 Add p5-User 1.5, a perl module for locating user information regardless
of OS.

PR:		38666
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-05-28 21:02:01 +00:00
Joe Marcus Clarke
1aadf412fd Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. 2002-05-28 16:08:26 +00:00
David E. O'Brien
6fe46dede6 Distribution tarball was updated.
Submitted by:	author
2002-05-28 15:45:45 +00:00
OKAZAKI Tetsurou
4db13cd5df Upgrade to file-3.38.
Add the post-extract: target to adjust the timestamp of some files.
These rules are required to suppress invocations of aclocal, automake,
autoconf and autoheader at `make build' and `make install'.

Approved by:	maintainer
2002-05-28 09:46:36 +00:00
Jimmy Olgeni
1fca9e5eaf Update module: bind8. 2002-05-27 12:15:04 +00:00
David E. O'Brien
6ea8d657f0 Minor configure tweak in distfile. 2002-05-27 01:38:44 +00:00
Ying-Chieh Liao
0df84f084a add missing dependency
PR:		38569
Submitted by:	maintainer
2002-05-26 13:37:36 +00:00
Kris Kennaway
8bab117baa Add wait_on-1.0
The wait_on command allows shell scripts to access the facilities provided by
kqueue(3). This allows scripts to detect files being added to directories, data
appended to files and many other things - all without polling.

Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
PR:		ports/34414
2002-05-25 11:33:55 +00:00
David E. O'Brien
7690c64f8b Update to version 4.63.2, which adds support for FreeBSD 4.6. 2002-05-25 03:04:45 +00:00
Jun Kuriyama
5d481d76fc Fix plist.
Reported by:	bento
2002-05-24 01:42:47 +00:00
Ying-Chieh Liao
7a3bbb8698 upgrade to 0.98.a.10
PR:		38463
Submitted by:	maintainer
2002-05-23 18:53:59 +00:00
Patrick Li
217ea8cd24 Update to 0.4.1
PR:		38233
Submitted by:	maintainer
2002-05-22 22:32:03 +00:00
Andrew Gallatin
f3320d0aac Don't build klaptopdaemon on alpha.
Due to APM dependancies, its preventing the port from building on
alpha.  Since I can't see what use its features would be on a
platform which doesn't support power mgmnt, it seems simplest to
just yank it.

Approved by: will
2002-05-21 15:03:32 +00:00
Jimmy Olgeni
38b4bfb053 Update modules: cpan, status. 2002-05-21 10:52:10 +00:00
Ying-Chieh Liao
c1706f2cc3 add new mirror site
PR:		38345
Submitted by:	maintainer
2002-05-20 15:13:00 +00:00
Joe Marcus Clarke
63c7a0f973 Back to betas...Update to GNOME 2.0 beta 5. 2002-05-19 20:16:06 +00:00
Donald Burr
805ae8137c Replaced original "Whom:" line as per FreeBSD ports guidelines.
Sorry about that.
2002-05-19 09:10:16 +00:00
Gordon Tetlow
f79e080a99 Update my maintainer line to my new FreeBSD email address.
Not Reviewed by:	jake
2002-05-19 07:08:17 +00:00