Commit Graph

2261 Commits

Author SHA1 Message Date
Jean-Marc Zucconi
f8610bb15d Give maintainership to Eric Anholt.
Approved by:	anholt
2002-07-14 21:25:40 +00:00
Eric Anholt
6ef550dcec Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).

Approved by:	will, des (mentor)
2002-07-14 20:26:33 +00:00
Joe Marcus Clarke
40dae42555 Add a depedency on scrollkeeper. Bump PORTREVISION.
PR:		38670
2002-07-14 15:24:57 +00:00
Joe Marcus Clarke
8ab487462d Fix the panel path. Bump PORTREVISION.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-07-14 03:23:19 +00:00
Maxim Sobolev
cf6652f40b Use USE_GNOMENG. 2002-07-12 14:00:29 +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
Ying-Chieh Liao
ac7a93c18d use MASTER_SITE_SOURCEFORGE
PR:		40440 (zh-aterm)
Submitted by:	Kang-min Liu <gugod@gugod.org> (zh-aterm)
2002-07-11 07:27:24 +00:00
Maxim Sobolev
643bd31ccf Add libpanel 1.4.1, a library for writing custom applets for GNOME
Panel (ripped out of gnomecore).
2002-07-10 15:14:26 +00:00
Maxim Sobolev
dbe2f9a1ae Add libcapplet 1.4.0.5, a library for writing custom applets for
GNOME Control Center.
2002-07-10 14:13:28 +00:00
Joe Marcus Clarke
0bf7bb8309 Update to 2.4.0.1. 2002-07-10 05:47:02 +00:00
Joe Marcus Clarke
ffdf5e4fc2 Tie in gnomeuserdocs2. Bump PORTREVISION. 2002-07-07 18:31:07 +00:00
Akinori MUSHA
bad98a5058 Update the Ruby/GNOME suite to 0.29. 2002-07-07 18:23:18 +00:00
Ying-Chieh Liao
59cce2a148 add twin 0.4.4
A Textmode WINdow environment
2002-07-07 11:06:27 +00:00
Patrick Li
9e2f597d19 Update to 0.7.2
PR:		40249
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-06 00:57:17 +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
Will Andrews
d93aec5a0b Update to 3.0.2 (full log):
General:
[1] Add a means of updating via patches rather than always using tarballs.
    Unfortunately, this method proved unreliable due to the binary files
    included with most of the KDE tarballs.  For now, leave this support
    in until I can decide what to do with it.
[2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH.  This
    includes removal of malloc.h (from our viewpoint at least), a bug in
    kiconloader, and a typo in knode.
[3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk.
[4] Support the notion of KDE_PREFIX.
[5] Move arts and kde3-i18n* ports to use Makefile.kde.

french/kde3-i18n:
[6] Remove cruft from when this was generated with a core dump in the
    3.0.1 distribution generation.

All other ports: No changes of note not mentioned above.

Thanks to the quick testers for their assistance with this upgrade:
Tested by:	Matt Douhan <matt@athame.co.uk>
		Andy Fawcett <andy@athame.co.uk>
		Dave Cantrell <phaedrus@alltel.net>
2002-07-04 19:35:44 +00:00
Joe Marcus Clarke
f1ac19d37c Remove an explicit dependency on nautilus2. This taken care of by
nautilus-gtkhtml.
2002-07-04 18:30:22 +00:00
Nick Sayer
c814d7dc8f Also patch src/Makefile.in
PR: 38181
Submitted-by: ejk@iki.fi
2002-07-01 16:27:51 +00:00
Joe Marcus Clarke
351d834b58 Allow gnomecontrolcenter to coexist with GNOME 2. This is need so
evolution users can still have Palm Pilot support.  While not pretty,
this is supported by GNOME 2.0, and doesn't overwrite any GNOME 2.0
files.
2002-06-30 22:49: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
MANTANI Nobutaka
f366ef12ee Update to 2.5.0. 2002-06-30 15:27:40 +00:00
Alan Eldridge
5fe5bd92af Patch out the 'sshd' user from being shown (add to HiddenUsers). 2002-06-29 12:20:10 +00:00
Alan Eldridge
2d816ca0e4 Add smmsp (mail submitter) to list of hidden users in kdm.conf.
PR:		39994
Submitted by:	Michael Nottebrock <lofi@lofi.dyndns.org>

1. Not worth a PORTREVISION bump.
2. This seems reasonable; after all, you shouldn't be trying to login
   as one of the daemon users anyway.
2002-06-29 11:23:35 +00:00
Hye-Shik Chang
873be20ff6 PERL -> REINPLACE_CMD
PR:		39262, 39263, 39264, 39265, 39266, 39267
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-27 13:32:14 +00:00
Joe Marcus Clarke
b7c60f7ebf Don't redefine size_t. This lets gdm build on -stable again.
Reported by:	Sean McNeil <sean@mcneil.com>
2002-06-27 00:31:17 +00:00
Alan Eldridge
c9b6382140 Fixed bad patch. Missed it when we moved to the rerolled tarball apparently.
PR:		39897
Submitted by:	Siegbert Baude <siegbert.baude@gmx.de>
2002-06-27 00:22:03 +00:00
Patrick Li
5796fbac0e strip -> ${STRIP_CMD}
PR:		ports/39756
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-06-26 18:56:18 +00:00
Joe Marcus Clarke
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +00:00
David E. O'Brien
38cce2b06f Add Xwrapper to the meta collection.
Requested by:	murray(RE)
2002-06-24 19:23:14 +00:00
Patrick Li
7193d0280d - Don't use space to seperate variable name and value
- Fix MASTER_SITES

PR:		ports/39782
Submitted by:	maintainer
2002-06-24 16:54:57 +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
Joe Marcus Clarke
66aed70188 Make the GNOME 1.x warning package-safe.
Suggested by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-06-20 23:57:18 +00:00
Ying-Chieh Liao
86176e7d19 upgrade to 1.5.0
PR:		39501
Submitted by:	maintainer
2002-06-19 21:01:05 +00:00
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
Patrick Li
174bb66c31 Update to 1.3
Submitted by:	maintainer
2002-06-18 05:42:56 +00:00
Alan Eldridge
44011fd7c4 1. Bump to 3.0.1_1 because ...
2. Fix distinfo file md5 mismatch caused by KDE rerolling the distfiles to
   incorporate some late patches.

Submitted by:	alane@freebsd.org and the kde-freebsd mailing list.
2002-06-16 04:18:27 +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
Ying-Chieh Liao
43e80d5a4b Replace ${PERL} with ${REINPLACE_CMD}.
PR:	39243, 39244, 39245, 39249
Submitted by:	maintainer
2002-06-14 07:21:10 +00:00
Doug Barton
ffc83a37ae * Fix a braino with the dialog command line
* Update the warning message to encourage users
to upgrade their glib12 and gtk12 ports so that
their pkg-config files will be fixed.
2002-06-14 06:33:42 +00:00
Doug Barton
b3948bfd58 * Add a feature I have used locally for a while, namely the ability to
tell configure that you want something other than zippy for fortunes.
* Change the method of displaying the warning message to one that is
friendlier to displaying multi-line instructions.
* Conditionally include webcollage-helper in the PLIST depending on
whether it was built by xscreensaver or not (which in turn depends
on the existence of gdk-pixbuf).
2002-06-14 02:09:42 +00:00
Doug Barton
74c672163e Make the warning message slave-port friendly 2002-06-12 02:30:50 +00:00
Joe Marcus Clarke
b93b4ad73e Fix up patches from previous commit. 2002-06-12 00:20:39 +00:00
Joe Marcus Clarke
9f04edac18 Update to the latest GNOME 2 snapshot. 2002-06-12 00:18:21 +00:00
Doug Barton
a0fe10ef50 Update to 4.05, which has a much better configure script, one new
hack, and some new icons. There is still a conflict with the
definitions produced by pkg-config however, so add a warning
message to that effect.
2002-06-11 21:05:04 +00:00
Joe Marcus Clarke
564a98e04c Bump PORTREVISION after adding glade2. 2002-06-11 16:17:08 +00:00
Joe Marcus Clarke
2d0d598d89 Tie glade2 into the GNOME 2 meta-port. 2002-06-11 16:13:42 +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
Joe Marcus Clarke
3bfd9150b8 Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API.  The next part will contain the desktop
components.
2002-06-11 08:15:32 +00:00
Maxim Sobolev
56a60773a6 Update to 1.4.1. 2002-06-10 15:09:58 +00:00