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

2386 Commits

Author SHA1 Message Date
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
Trevor Johnson
92439da9e8 Make trivial stylistic and grammatical changes (two spaces after a
period, it's versus its, sentence fragment, parallel structure).
2002-06-10 11:49:46 +00:00
Pete Fritchman
3ec9be2ac8 Unbreak: switch to a working master site & distname. 2002-06-09 01:50:59 +00:00
Motoyuki Konno
ecc79a13ab Follow the Japanese EUC locale name change: ja_JP.EUC -> ja_JP.eucJP.
Bump PORTREVISION.
2002-06-08 02:51:02 +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
Kris Kennaway
916e9395d7 Allow this port to build in -current (i.e. with gcc 3.1)
Submitted by:	Motoyuki Konno <motoyuki@bsdclub.org>
2002-06-07 03:26:24 +00:00
Kris Kennaway
d63384ce73 s/BUILD_DEPENDS/LIB_DEPENDS/
Submitted by:	bento
2002-06-06 21:46:46 +00:00
Patrick Li
1dabc7b5c1 Update to 0.1.2
PR:		38916
Submitted by:	maintainer
2002-06-06 20:44:56 +00:00
Maxim Sobolev
17fbdd9dbe Fix typo: %%BATTER%% --> %%BATTERY%% 2002-06-06 19:30:08 +00:00
Doug Barton
9b65340bc5 Upgrade to version 4.04.2, and clean up the port while I'm at it.
Changes to the software:
* Several new little screensavers (hacks)
* Updates to many others
* Better GTK/Gnome 2 support
* New man pages for things that didn't have them

Changes to the port:
* Removed ill-advised, unapproved, and inappropriate changes
from previous commits. Things like webcollage-helper are created
dynamically by configure, and will be accounted for at some point
in the future. Meanwhile, having one extra item for a few people
is better than one two few for others.
* One more port goes over to the GMAKE darkside
* Since there are so many new man pages, re-sort them all
* Updated pkg-plist for the new stuff
* One of my patches was included in the distribution, so
shorten patch-ab
* Take advantage of the fact that I have to regenerate the
other patch anyway, and fix the name of the patch file
2002-06-05 08:51:01 +00:00
Akinori MUSHA
a67003adad Actually delete this no longer needed patch.
Submitted by:	olgeni
2002-06-05 03:32:58 +00:00
Pete Fritchman
f6abfcd643 Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR:		38874
Submitted by:	Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
2002-06-04 01:38:45 +00:00
Akinori MUSHA
24101f8bc7 Add ruby-gnome-all, the "meta-port" for Ruby/GNOME. 2002-06-03 10:55:07 +00:00
Akinori MUSHA
0c978e48b0 Update the Ruby/GNOME suite to 0.28. 2002-06-03 10:53:48 +00:00
Pete Fritchman
b56d2ab168 Add xnee 0.7.a2, x events recorder and player.
PR:		38595
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-31 20:44:23 +00:00
Jimmy Olgeni
290b7cccc2 Enable --enable-multi-charset.
Submitted by:	Lukasz Ciazynski <lciazyns@altosusers.com>
2002-05-31 19:57:05 +00:00
Maxim Sobolev
aa09251742 Forcefully link with libxml2, because otherwise libxml kicks in and causes
segfault.
2002-05-31 12:07:23 +00:00
Maxim Sobolev
b650787519 Add missed LIB/RUN_DEPENDS. 2002-05-31 11:42:13 +00:00
Maxim Sobolev
2a97302b33 Update to 0.92. 2002-05-31 11:38:13 +00:00
Maxim Sobolev
ff0a13bba7 - Remove bogus prefix=/usr from configure script;
- add missed gettext dependency;
- adjust PLIST accordingly.
2002-05-31 11:02:41 +00:00
Maxim Sobolev
c9b27b24bc Add xfree86_xkb_xml 0.2, a little set of XML files useful for
dealing with XKB rules.
2002-05-31 10:50:35 +00:00
Maxim Sobolev
5bb1ce5458 Add libxklavier 0.2, an utility library to make XKB stuff easier. 2002-05-31 10:41:20 +00:00
Joe Marcus Clarke
9de1b15968 Only build the battstat_applet on i386.
Submitted by:	beta
2002-05-30 14:48:19 +00:00
Joe Marcus Clarke
8fc91ad35c Fix a packaging error on AXP.
Submitted by:	beta
2002-05-30 14:20:48 +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
Joe Marcus Clarke
da050e10ab Allow yelp to view man pages. Bump PORTREVISION. 2002-05-26 07:45:56 +00:00
Joe Marcus Clarke
900171d876 Add a WWW entry that points to the FreeBSD GNOME project site. This way,
new GNOME users will know where the FreeBSD-specific docs and FAQs are.  The
FreeBSD GNOME site can then redirect them to gnome.org for additional
information.
2002-05-26 01:11:32 +00:00
Kris Kennaway
b6d473b7f1 Add decurs-0.50.0
DeCurs is a GTK+ based program that lets you edit you XFree86 mouse cursors.
It reads them from "bdf" -formatted font files.

Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
PR:		ports/34069
2002-05-25 10:50:42 +00:00
Maxim Sobolev
a2c2f55504 Fix nognome PLIST breakage introduced in the previous commit and add missing
item into the PLIST.
2002-05-25 05:01:30 +00:00
Maxim Sobolev
603fdc8433 Put xscreensaver back. 2002-05-25 04:17:52 +00:00
Maxim Sobolev
18d982b7e8 - Only detect GNOME if WITH_GNOME is defined. This allows port to be used with
gnome2 desktop;
- add missed gdk-puxbuf into LIB_DEPENDS while I am here.
2002-05-25 04:17:21 +00:00
Maxim Sobolev
98c763ca4a - Remove xscreensaver, because this dependency is pulling the whole GNOME1
desktop in;
- add sawfish2 into the mix, so that user could select wich one WM he likes
  more. Besides, metacity seemingly is broken wrt Xinerama.

Submitted by:	Franz Klammer <klammer@webonaut.com>
2002-05-25 03:43:38 +00:00
Joe Marcus Clarke
6ac284c917 Correct regular expression to be more strict.
Reported by:	Gregory O <Go@GregoryO.com>
2002-05-24 16:25:41 +00:00
Jean-Marc Zucconi
78f2fdc4f0 Upgrade to revision 10.
PR:		ports/38411
Submitted by:	Olafur Osvaldsson <oli@isnic.is>
2002-05-24 12:25:27 +00:00
Joe Marcus Clarke
eba53fe206 Update to 1.4.1.7. 2002-05-24 03:26:43 +00:00
Joe Marcus Clarke
d130f08400 Add the GNOME 2 desktop metaport. Welcome GNOME 2.0! 2002-05-24 02:39:17 +00:00
Kris Kennaway
a953db460d Add gdm2
Pointy hat to:	marcus
2002-05-23 04:26:04 +00:00
Patrick Li
ac916212bc Fix script environment when WITH_GUI is defined.
PR:		38320
Submitted by:	parv <parv@pair.com>, maintainer
2002-05-23 01:03:59 +00:00
Joe Marcus Clarke
f2c8caf07e Allow USE_X_PREFIX to work again.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-05-22 23:25:56 +00:00
Joe Marcus Clarke
e4c6499c58 Fix Xinerama support. Bump PORTREVISION.
Submitted by:	Franz Klammer <klammer@webonaut.com>
2002-05-22 23:06:48 +00:00
Trevor Johnson
12e4d42645 The parenthetical information was outdated, so remove it.
Thanks to Rudy~Rockstar for the note.
2002-05-22 22:15:37 +00:00
Jean-Marc Zucconi
c5016fb32f Add a build dependency on xrdb. 2002-05-22 18:16:39 +00:00
Joe Marcus Clarke
95bedf2e0a Conditionalize the plist after the last commit. 2002-05-22 15:39:39 +00:00
Maxim Sobolev
045d1253be imake(1) thinks that the first place where to look for a compiler on FreeBSD
is /usr/local/bin/gcc, which simply is not true. Correct it. Bump
PORTREVISION for imake-4 port (XFree86-4-libraries isn't bumped because this
port doesn't install its own imake binary, but builds it for internal
consumption only).

No reply from:	MAINTAINERs
2002-05-22 14:29:17 +00:00
Joe Marcus Clarke
a8bb7d6b92 Disable APM support on all platforms but i386.
Submitted by:	obrien
2002-05-22 00:47:48 +00:00
Joe Marcus Clarke
e3c631ed7f Disable the battery applet on AXP since it does not have APM support.
Submitted by:	bento
2002-05-21 23:31:56 +00:00
Joe Marcus Clarke
058b72b9c6 Correct DISTNAME. 2002-05-21 18:14:44 +00:00
Peter Pentchev
a5c939139d Update to xvkbd-2.3. 2002-05-21 18:01:41 +00:00
David W. Chapman Jr.
44ee3447a8 Add extra MASTER_SITE
PR:		36697
Submitted by:	tilman@arved.de
2002-05-21 17:01:09 +00:00
Maxim Sobolev
52e0ce65c0 Make gweather working for Ukraine. Bump PORTREVISION. 2002-05-21 16:13:00 +00:00
Ying-Chieh Liao
bb8a2f537e make it build again
PR:		37162
Reported by:	Roger Savard <Unix@henoc.com>
2002-05-21 07:10:55 +00:00
Joe Marcus Clarke
bdc248a3e9 Add gdm2 after repo copy from gdm. Gdm is the GNOME 2.0 version of the
X11 display manager.

Not tested by:	me
2002-05-21 06:36:29 +00:00
Joe Marcus Clarke
e635725aa9 Fix some help related paths. Bump PORTREVISION. 2002-05-20 22:42:49 +00:00
Joe Marcus Clarke
b8cccc78d2 Fix a segmentation fault trying to build a list of info files. 2002-05-20 21:52:57 +00:00
Maxim Sobolev
30d09de631 Add yelp 0.7, a help browser for GNOME 2.0 desktop. 2002-05-20 18:06:55 +00:00
Brian Somers
f1b5025323 x86emu update for new BIOS's
Submitted by:	Larry Rosenman <ler@lerctr.org>
PR:		37610
2002-05-20 16:33:52 +00:00
Vanilla I. Shu
93664307ab Upgrade to 1.5.5.
PR:		ports/38239
Submitted by:	maintainer
2002-05-20 08:26:58 +00:00
Will Andrews
5b52f8b8f7 Fix build on alpha.
Submitted by:	gallatin
2002-05-20 06:17:57 +00:00
Will Andrews
679ab10976 Remove version dependency in comment file. 2002-05-20 04:33:01 +00:00
Joe Marcus Clarke
63c7a0f973 Back to betas...Update to GNOME 2.0 beta 5. 2002-05-19 20:16:06 +00:00
Joe Marcus Clarke
66a40d7c78 * Fix build with latest GNOME libraries.
* Relinquish maintainership to ports@

PR:		36775
Submitted by:	maintainer (maintainer change), marcus (build fix)
Approved by:	previous maintainer
2002-05-19 19:56:19 +00:00
Trevor Johnson
104b31bdb3 Move vdesk port to x11 category. 2002-05-18 06:27:43 +00:00
Kris Kennaway
de27e60460 BROKEN: Does not build 2002-05-18 02:44:49 +00:00
Kris Kennaway
be5b13ef24 BROKEN: Does not fetch 2002-05-18 02:07:30 +00:00
Ying-Chieh Liao
70672b2851 correct etc path 2002-05-15 14:55:18 +00:00
Mario Sergio Fujikawa Ferreira
b5a69ca042 o Teach rxvt about FreeBSD's pty: it goes all the way to letter v
o Bump PORTREVISION

Submitted by:	Ingo Rohlfs <ingo.rohlfs@gmx.de>
2002-05-15 14:21:46 +00:00
Patrick Li
b4beb6f790 Update to 1.5.4
PR:		38066
Submitted by:	maintainer
2002-05-14 21:18:02 +00:00
Maxim Sobolev
5c588543ac Fix on systems without langinfo.h header.
Submitted by:	bento
2002-05-14 14:32:33 +00:00
Ying-Chieh Liao
696497e2c8 add xstroke 0.5.12
Fullscreen gesture recognition
2002-05-14 08:19:03 +00:00
Joe Marcus Clarke
3c678e3a7d Update to GNOME 2.0 RC2. 2002-05-12 06:49:02 +00:00
Maxim Sobolev
0325e94803 Make gnome-panel working:
- fix search path for activation config files in X11BASE in bonobo-activation;
- correct name of gnome-panel executable in GNOME_Panel.server.

Bump PORTREVISIONs of both ports.
2002-05-09 21:37:19 +00:00
Pete Fritchman
2e05a80ffb Fix missing %%MOTIF%% substitutions.
Submitted by:	Alan E <alane@geeksrus.net>
Approved by:	will
2002-05-08 23:57:15 +00:00
Joe Marcus Clarke
73562930e4 Add gnomeapplets2 after a repo copy from gnomeapplets. These are the various
applet tools for the GNOME 2.0 Desktop.
2002-05-08 22:44:06 +00:00
Joe Marcus Clarke
f13bc6192b Forgot to USE_BZIP2 and place the distfile in the gnome2 subdir.
Pointy hat to:	me
2002-05-08 18:47:28 +00:00
Joe Marcus Clarke
f4e0c08979 Add gnomesession, the session initialization component for the GNOME 2.0
desktop.
2002-05-08 18:42:38 +00:00
David W. Chapman Jr.
1c30657576 Update to 1.5.2
PR:		37815
Submitted by:	maintainer
2002-05-08 16:06:43 +00:00
David W. Chapman Jr.
49074bfb7c Update to 0.1.1
PR:		37852
Submitted by:	maintainer
2002-05-08 16:04:51 +00:00
Nick Sayer
0c6d14dd35 Update to 1.07 to support G550. Sorry for the delay. :-)
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
2002-05-05 05:51:11 +00:00
Cy Schubert
765459dddc Xcut has moved to SourceForge. 2002-05-05 05:08:38 +00:00
David E. O'Brien
223a75066c Make XF4 be the "default" for a ``pkg_add -r''. 2002-05-04 19:30:54 +00:00
Joe Marcus Clarke
e290deb4b6 Whitespace nit. 2002-05-03 15:49:25 +00:00
Joe Marcus Clarke
c92d761663 Add gnometerminal, terminal component for the GNOME 2 desktop. 2002-05-03 15:42:03 +00:00
Cy Schubert
bee3918f5b Ugrade 1.3.13 --> 1.4.1 and whitespace cleanup.
PR:		37703
Submitted by:	MAINTAINER:  Frederic Dubuy <fdubuy@free.fr>
2002-05-03 14:32:02 +00:00
Joe Marcus Clarke
2115771c2f Add gnomepanel, the panel component for the GNOME 2.0 Desktop. 2002-05-02 03:44:57 +00:00
Joe Marcus Clarke
7facd80048 Update to GNOME 2.0 RC 1. 2002-05-02 03:37:15 +00:00
Maxim Sobolev
17b6cc0afe - Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
2002-05-01 20:23:03 +00:00
Maxim Sobolev
2e51418c70 Hack for better hier(7) conformance - install libart documentation into
${PREFIX}/share/doc.
2002-04-30 23:20:30 +00:00
Joe Marcus Clarke
d51df2d2c5 Clean up the plists some.
* "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound
  between both GNOME 1.4 and GNOME 2.0.

* Remove some @dirrm's from gtm that were already in dependency ports.
2002-04-30 19:21:53 +00:00
Joe Marcus Clarke
cc2170c384 Move back to share/gnome as a datadir.
The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but
the desktops will be mutually independent.  That is, you will not be
able to install gnomedesktop, for example, on the same machine as gnomecore.
However, you will be able to install the GNOME 2.0 desktop, and use all your
favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
2002-04-30 16:24:08 +00:00
Maxim Sobolev
84bd9bca23 Update to 1.4.0.8. 2002-04-29 17:06:10 +00:00
Maxim Sobolev
3670e0fb0c Update to 1.4.1.6. 2002-04-29 17:05:43 +00:00
Akinori MUSHA
53a6996210 Assign PORTREVISION using ?=' instead of =' so that slave ports can
override it.

PR:		ports/34779
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
		(MAINTAINER of ja-{qt23,kde*2} ports)

Replace `cd dir && cmd' with `cd dir ; cmd' while I'm here.
2002-04-29 16:31:22 +00:00
Norikatsu Shigemura
d22fe6866e add missing files.
Not objected to by:	gnome
Reviewed by:		knu (mentor)
2002-04-28 16:03:28 +00:00
Patrick Li
6c2c6083a6 Update to 1.5.1
PR:		37499
Submitted by:	maintainer
2002-04-27 11:35:24 +00:00
Maxim Sobolev
90a619df21 - Update to 1.5.17 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 14:19:46 +00:00
Maxim Sobolev
70f997c306 - Update to 1.115.0 (version found in GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 10:34:49 +00:00
Joe Marcus Clarke
0f6e98edd5 Fix Xinerama support. Bump PORTREVISION.
Prompted by:	Franz Klammer <klammer@webonaut.com>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-26 04:20:47 +00:00
Jimmy Olgeni
59699d3026 Do not show the security warning dialog if BATCH is set (it causes
sysinstall to hang).
2002-04-24 21:26:08 +00:00
Maxim Sobolev
6e9fe92103 Update to 1.4.0.7. 2002-04-24 19:04:19 +00:00
Joe Marcus Clarke
7923a9dc9b Add gnomedesktop, part of the GNOME 2.0 Desktop API.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-24 16:07:53 +00:00
Joe Marcus Clarke
b417efd74e Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.

PR:		36401
Reported by:	many
Approved by:	sobomax
2002-04-24 15:50:09 +00:00
Cy Schubert
f41c159df8 Fix broken "terminal help". Multi-gnome-terminal installed help
files in ${PREFIX}/share/gnome/gnome/help but expects them in
${PREFIX}/share/gnome/help.  This has now been fixed.

Approved by:	MAINTAINER:  Frederic Dubuy <fdubuy@free.fr>
2002-04-23 13:04:24 +00:00
Will Andrews
d54d1eaf5d Update to 3.0. Sigh. 2002-04-23 00:13:10 +00:00
Joe Marcus Clarke
7c4831e33a Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnome
in preparation for the GNOME 2.0 desktop.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 21:16:39 +00:00
Will Andrews
9f8f994ef4 Oops, fix miscommit of patch. 2002-04-22 14:30:54 +00:00
Will Andrews
5cd78d6b1b Fix kdm config file upon install.
Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-04-22 08:53:31 +00:00
Will Andrews
48fe32279d Update to 3.0. 2002-04-22 02:21:05 +00:00
Will Andrews
ad3b02c65e Update to 3.0. 2002-04-22 02:00:06 +00:00
Will Andrews
d1c2f0dddd Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
2002-04-21 23:47:50 +00:00
Doug Barton
c61b182ea8 * Add the duplicate gnome capplet till its existence gets sorted out.
* Alphabetize

Submitted by:	nork
2002-04-21 05:42:55 +00:00
Will Andrews
e05ed36727 Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Joe Marcus Clarke
64e4eb71d2 Add gnoclip, a workspace switcher for GNOME.
PR:		36969
Submitted by:	Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 15:41:42 +00:00
Thomas Gellekum
4fdc3124c2 Don't use bitmap we don't have.
Submitted by:	Christian Chen <oistrakh@earthlink.net>
2002-04-16 11:48:37 +00:00
Maxim Sobolev
3a28fb3952 GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
2002-04-15 17:05:52 +00:00
Doug Barton
11ec8fb1bc Silence a spurious warning caused by an attempt to check if
an rpm of xscreensaver is already installed on a linux system.
This is a no-op for us, but users have complained about the warning.
2002-04-13 06:22:10 +00:00
Doug Barton
7fc039b375 Make it easier to find libjpeg in non-standard installs.
Submitted by:	A cast of thousands
2002-04-13 06:19:32 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Thomas Gellekum
999748d72a Use another daemon pic as logo.
Submitted by:	"Andrew S. Midthune" <amidthune@cableone.net>
2002-04-11 12:04:47 +00:00
Peter Pentchev
c9aeee376d Fix package deinstallation: only move X.bck over X if the former exists.
Since pkg_deinstall(1) invokes the package deinstall script twice,
at the second invocation X.bck is no longer there, and mv(1), even with
the -f flag, returns a non-zero exit code.  The shell executing the script
propagates this exit code right back unto pkg_deinstall(1), which complains
and aborts the package deinstallation.

I wish I had not forgotten about this problem, so this could go in
before DP1 was cut :(

Approved by:	no response from trevor@, the port maintainer
2002-04-11 11:56:55 +00:00
Norikatsu Shigemura
ddce43c67d Unbreak the port by getting rid of -ldl which we don't have.
I submitted this fix to the author several days ago but got no
answer yet.

Approved by:	knu (mentor)
2002-04-10 18:51:25 +00:00
Warner Losh
3b0c66b3c2 Fix ioctl #define abuse 2002-04-10 04:46:09 +00:00
Ying-Chieh Liao
ae4a930421 - Do not build when XFREE86_VERSION == 3
PR:		36900
Submitted by:	Ports Fury
2002-04-09 08:04:45 +00:00
Jun Kuriyama
c4916e7241 Use <sys/joystick.h> instead of <machine/joystick.h>.
Reviewed by:	will
2002-04-08 13:54:01 +00:00
Maxim Sobolev
da7926a34c Remove iconv->giconv hack. 2002-04-08 11:05:53 +00:00
Joe Marcus Clarke
7f2908c8f5 Fix installation is gtk-doc is also installed.
Note, since it seems like a number of ports are broken when gtk-doc is
also installed, I wonder if adding --disable-gtk-doc to all their
CONFIGURE_ARGS isn't a bad idea.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-07 16:41:26 +00:00
Joe Marcus Clarke
491c51f807 Update to GNOME 2.0 beta3.
Approved by:	sobomax
2002-04-06 22:37:43 +00:00
Maxim Sobolev
4f7b287eed Update to 1.4.1.5. 2002-04-06 17:31:17 +00:00
Nick Sayer
6384a2040a Fix the pdesk port up a little bit.
PR:		35168
Submitted by:	peckdani@msu.edu
2002-04-06 17:14:59 +00:00
Will Andrews
267499ca8a Add Xinerama support for WDM (yay!!). Bump PORTREVISION.
George helped me better understand the Xinerama API.  Please note that
there is no support for specifying a particular physical display for
which the login frame should appear -- it will always choose physical
screen number zero.

Helped with this patch:		George Staikos <staikos@kde.org>
2002-04-04 14:02:12 +00:00
Patrick Li
76c0bea29f KDE's ftp directory structure changed
PR:		36694
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-04-03 21:07:08 +00:00
Ying-Chieh Liao
67705d5636 add fspanel 0.7.6
Tiny panel listing opened windows for gnome-compliant WM

PR:		34006
Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>
2002-04-02 16:36:27 +00:00
Jean-Marc Zucconi
443e4b043b Fix the build on -current.
Do not compile with 'make -k'.
2002-04-02 13:04:27 +00:00
Thomas Gellekum
90e1d076cc Fix building when MAKE_KERBEROS4 is defined. 2002-04-02 11:49:49 +00:00
Will Andrews
ab86baa5a0 Update to always compile DRI on i386 machines, including 3dfx support.
/sys no longer needs to be accessible, nor does Glide support (unlike with
4.1.0).  Bump PORTREVISION to denote update.

PR:		36181
Submitted by:	Eric Anholt <eanholt@gladstone.uoregon.edu>
2002-04-02 02:03:31 +00:00
Patrick Li
e2dc4d6fdb Update to 1.5.0
PR:		36534
Submitted by:	maintainer
2002-03-30 18:05:40 +00:00
Will Andrews
97e6d16408 Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.

Submitted by:	bento
2002-03-30 09:07:53 +00:00
Ying-Chieh Liao
8c85c0fa9a upgrade to 11.00
PR:		36441
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-29 08:02:33 +00:00
Maxim Sobolev
960054d553 Unbreak on -stable.
PR:		36271
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-28 12:24:24 +00:00
Ying-Chieh Liao
5098d66096 * added knob WITH_GUI
* added scripts/post-install
* bumped PORTREVISION, because xbindkeys_show does not work prior to
  these changes

PR:		36366
Submitted by:	maintainer
2002-03-27 14:06:50 +00:00
Patrick Li
b79f6c7233 - Find if_wavelan_ieee.h on machines running -current.
- freebsd.org -> FreeBSD.org
2002-03-27 08:51:31 +00:00
Pete Fritchman
83d4114001 Pass maintainership to the submitter.
PR:		36348
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-27 00:27:49 +00:00
Anders Nordby
5fd4ae2e00 Say hello to the Electric Sheep distributed screensaver.
PR:		35553
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-03-24 19:28:48 +00:00
Will Andrews
19222c9a51 Add simple patch to fix compiling with kaclmanipulation.h on -current.
Found by:	bento
2002-03-24 18:56:50 +00:00
Doug Barton
9e3660fb70 Upgrade to version 4.02, which:
* Fixes perl incompatibility problem with RELENG_4
* Fixes some memory leaks
* Adds two new hacks, and two new BSOD's
* Improves some existing hacks/features
2002-03-24 08:30:24 +00:00
Doug Barton
cf71cf06bf Patch no longer needed 2002-03-24 08:26:32 +00:00
Akinori MUSHA
b165f8eb6a Perform extconf.rb cleanup with no functional change. 2002-03-20 13:24:30 +00:00
Akinori MUSHA
e023b98694 Add ruby-panel-applet 0.27, a Ruby binding for GNOME panel-applet
library.
2002-03-20 12:58:51 +00:00
Akinori MUSHA
1c39591d9a Update ruby-{gnome,gtk,gdk_imlib,gdk_pixbuf} to 0.27. 2002-03-20 12:34:39 +00:00
Thomas Gellekum
3184f276f8 Upgrade to 5.03. 2002-03-20 12:14:56 +00:00
Cy Schubert
77e81de385 Add multi-gnome-terminal 1.3.13, gnome tabbed terminal emulator.
PR:		35376
Submitted by:	Frederic Dubuy <fdubuy@free.fr>
2002-03-20 02:18:29 +00:00
Will Andrews
bbed1482a9 Preemptive compile fix from XFree86 for "newer GCC versions" (presumably
they refer to GCC 3.x).  PORTREVISION not bumped -- package unaffected.
Untested on the target platforms.

PR:		36104
Submitted by:	Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Seconded by:	gad (sparc64 & possibly ia64 uses GCC3 by default)
2002-03-20 00:33:47 +00:00
Will Andrews
a812ba255d Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given the
default setup for the "nobody" account, login will fail.  PORTREVISION
bumped to include this fix for XFree86-4-clients.

PR:		36084
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
2002-03-20 00:18:36 +00:00
Maxim Sobolev
7f8faaf82c Connect libgnome to the build. 2002-03-19 17:33:16 +00:00
Maxim Sobolev
5f046e5bf7 Update to 1.112.1 after a repo-copy from gnomelibs. 2002-03-19 17:31:43 +00:00
Will Andrews
374106e59a Resurrect patch-startx which changes the default to turn off TCP listening,
and adds an option to allow turning it back on.  Bump PORTREVISION in
XFree86-4-clients only, to denote this feature (re)addition.

Submitted by:	Jochem Kossen <j.kossen@home.nl>
2002-03-19 16:48:54 +00:00
Will Andrews
d6850e0357 Fix i18n problem found by XFree86. This makes XIM work properly. Bump
PORTREVISION to denote fix.

Submitted by:	motoyuki
2002-03-19 16:43:34 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
Will Andrews
bce75659ef Add Cyrillic fonts & bump PORTREVISION. While not that many users would
use them, they're fairly small and were part of the previous generation
of XFree86 ports.

Requested by:	roam
2002-03-18 16:43:49 +00:00
Maxim Sobolev
449a928eea Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Will Andrews
3d564f3a1a Fix some problems reported by people:
- Makefile:
	[1] Typo in FONT[100,75]DPI... sigh.  How did I miss this one?
	    This is probably the main reason people are seeing "don't know
	    how to make /usr/X11R6/bin/ucs2any.pl" when building the font
	    ports, but I'm not certain.
 - distinfo:
	[2] Remove -- no longer needed.

Submitted by:	[1] Geoffrey C. Speicher <geoff@speicher.org>
		[2] David Johnson <david@usermode.org>
2002-03-17 22:42:13 +00:00
Will Andrews
5a86283e3d Remove this file: no longer needed for metaport. 2002-03-17 00:39:07 +00:00
Will Andrews
4ff7b01b66 Oops: PORTEPOCH was accidentally deleted in the previous revision. Please
use this version, not the previous.  Sorry.. :\

Submitted by:	James Satterfield <james@floondoon.com>
2002-03-17 00:33:34 +00:00
Will Andrews
6f02907dd5 XFree86 4.2.0 Stage 3: XFree86-4's evolution to a metaport
[1] Upgrade to 4.2.0.
	[2] Convert to metaport format and depend on most of XFree86-4-*.

Approved by:    jmz, in principle
2002-03-16 23:43:44 +00:00
Will Andrews
92becb4baf XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0.
	[2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES
	    by default.

Submitted by:	[1] sf, taguchi@tohoku.iij.ad.jp
Approved by:	[2] core
2002-03-16 23:40:19 +00:00
Kevin Lo
5b1121995d - Update to 0.1.0
- Takeover maintainership

PR: 35974
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-03-16 14:49:44 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Cy Schubert
ada27bf5bf Change MAINTAINER from my email address at gov.bc.ca to FreeBSD.org. 2002-03-15 15:10:13 +00:00
Maxim Sobolev
34f0ba70ac Update to 2.2.5.5. 2002-03-14 00:07:41 +00:00
Ade Lovett
6f8897bd46 Add xmon, which interactively monitors the byte-stream connections between
an X server and a number of X clients.

PR:		33232
Submitted by:	Bruce M Simpson <bms@spc.org>
2002-03-13 02:25:57 +00:00
Akinori MUSHA
b227cad07a Bump PORTREVISION after the freetype2 shlib major update. 2002-03-12 22:58:40 +00:00
Maxim Sobolev
112a9e25e8 Chase increase of freetype2 shlib version. 2002-03-11 17:25:31 +00:00
Trevor Johnson
9d0199a95c Generate the packing list just before installation. 2002-03-11 13:08:22 +00:00
Trevor Johnson
a53d52dd67 Add precautions so this won't damage an installation of XFree86 3.X. 2002-03-11 13:04:28 +00:00
Trevor Johnson
eed586005d Back out some changes which were made without my review. 2002-03-11 12:50:46 +00:00