Eric Anholt
e8881a8862
Bah. Some of the servers don't have the fonts/util/, causing failure due to
...
patches being shared by all the ports. So, add them to clients only and use
EXTRA_PATCHES. This should be done to more patches from XFree86-4-libraries.
2003-12-12 23:19:06 +00:00
Eric Anholt
d9b1664b18
Use #!/usr/bin/env perl instead of #!/usr/bin/perl to increase the chances
...
of success.
2003-12-12 22:55:31 +00:00
Joe Marcus Clarke
f7071289be
Fix build on amd64 by disabling optimizations.
...
Reported by: bento
2003-12-11 16:51:40 +00:00
Tilman Keskinoz
5eed0cad36
Add -fPIC to CXXFLAGS, attempt to fix build on IA64
2003-12-10 15:40:35 +00:00
Joe Marcus Clarke
fc5cb38672
Fix help file detection in certain cases (especially newer apps that use
...
the screen-egg code).
2003-12-09 22:29:01 +00:00
Joe Marcus Clarke
49d766ecf7
Fix build on -STABLE.
...
Reported by: Mike Harding <mvh@ix.netcom.com>
2003-12-09 21:57:28 +00:00
Kirill Ponomarev
6a1872e2bb
- Update to version 0.4b
...
PR: 60075
Submitted by: Ports Fury
2003-12-09 20:22:39 +00:00
Kirill Ponomarev
89b3d628cd
- Fix build ageinst new version of libepplet
...
PR: 60074
Submitted by: Ports Fury
2003-12-09 20:20:44 +00:00
Kirill Ponomarev
4a268837ee
- Fix build ageinst new version of libepplet
...
- Fix pkg-plist
PR: 60073
Submitted by: Ports Fury
2003-12-09 20:17:30 +00:00
Kirill Ponomarev
814bf4b0b1
- Fix build against new version of libepplet
...
PR: 60072
Submitted by: Ports Fury
2003-12-09 20:13:44 +00:00
Joe Marcus Clarke
9d77a89369
Update to 0.10.4.
2003-12-09 17:27:50 +00:00
Joe Marcus Clarke
c996d952fa
Announcing GNOME 2.4.1 for FreeBSD.
...
This represents a culmination of bug fixes and improvements that have been
trickling in over the past few months. For a complete list of what has
changed. Please see the release announcement at
http://mail.gnome.org/archives/gnome-announce-list/2003-November/msg00095.html .
2003-12-09 02:58:57 +00:00
Pav Lucistnik
fe5c5b9939
Add ggiterm, a GGI-based ANSI terminal emulator, but it runs on any GGI target
...
- X, SVGAlib, etc. It uses Freetype (by default) for fonts.
PR: ports/58342
Submitted by: andi payn <andi_payn@speedymail.org>
2003-12-09 00:05:55 +00:00
MANTANI Nobutaka
2938806b44
Add WITH_FRIBIDI knob.
...
Submitted by: Samy Al Bahra <samy@kerneled.com>
PR: ports/59784
2003-12-08 14:46:05 +00:00
David E. O'Brien
9dbcd2cc53
Don't falsely tell the kernel that this driver supports the nForce onboard
...
Ethernet's PCI Device ID's.
Obtained from: http://www.onthenet.com.au/~q/nvnet/nvidia-agp.diff
2003-12-08 00:50:59 +00:00
David E. O'Brien
619df5a9a0
Don't falsely tell the kernel that this driver supports the nForce onboard
...
Ethernet's PCI Device ID's.
Obtained from: http://www.onthenet.com.au/~q/nvnet/nvidia-agp.diff
2003-12-07 05:16:20 +00:00
Pav Lucistnik
8661561f12
Add apwal, a simple and powerful application launcher.
...
It is composed in 2 parts: the application launcher itself and
a good looking easy to use editor.
PR: ports/59940
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-06 13:07:52 +00:00
Sergei Kolobov
7caa6ea819
Add xfce4-clipman-plugin 0.3.1, XFce 4 clipboard module for xfce4-panel.
...
This plugin is a clipboard history for the panel.
It now includes a "Clear clipboard" option,
and a drag-and-drop paste feature contributed by Andre Lerche.
Author: Eduard Roccatello <master@spine-group.org>
WWW: http://xfce-goodies.berlios.de/
PR: 59633
Submitted by: Matt Lancereau <matt@rimasec.net>
2003-12-05 23:42:12 +00:00
Peter Wemm
3ff34d5f5b
Make this package on amd64 now that I've added two more files.
2003-12-05 01:57:05 +00:00
Peter Wemm
cd0bbf0b8d
Second change to get kdebase3 to work on amd64. kdebase builds a plugin
...
called kxkb.so, which links against libxkbfile. This is fatal on
amd64 because XFree86 does not normally provide libxkbfile.so, and it is
a guaranteed fatal error to link non-PIC code into a .so file.
I have only arranged for libxkbfile.so to be build on amd64 so as to
not risking distrubing dependencies on other platforms.
2003-12-05 01:46:18 +00:00
Pav Lucistnik
8ea91b1a5e
- Domain with MASTER_SITE is now owned by cybersquatters, it's gone from
...
mirror too. Maintainer put distfile on his ftp site.
PR: ports/59951
Submitted by: Stefan 'Sec' Zehl <sec@42.org> (maintainer)
2003-12-04 22:32:46 +00:00
Oliver Lehmann
249a9ba526
update xfce to 4.0.1
2003-12-04 17:17:40 +00:00
Kirill Ponomarev
7876593d3e
- Fix MASTER_SITES
...
PR: 59759
Submitted by: Ports Fury
2003-12-04 11:09:07 +00:00
Trevor Johnson
dda5182fe4
The linux-gtk port sets USE_LINUX_PREFIX which adds a dependency
...
on linux_base 7.1, but the latter port has its own XFree86 libraries
which conflict with the ones from this port. The rpm2cpio (used
in pre-install) and rpm (used in do-install) ports conflict with
each other. Fix the dependencies by bringing in parts of the
linux-gtk Makefile so this port can stand on its own, and by using
the rpm2cpio that accompanies rpm.
While I'm here, be less verbose, reorder some lines to please
portlint, and slim the pre-install a little.
Approved by: portmgr (marcus) for 5.2 freeze
2003-12-03 16:57:36 +00:00
Joe Marcus Clarke
c80072948e
Remove some extraneous spaces introduced in the last commit.
...
Noticed by: olgeni
2003-12-02 21:53:20 +00:00
Joe Marcus Clarke
35ede39fa2
Add some wording on how to move from gnome2-lite to the full-blown GNOME 2
...
desktop.
2003-12-02 18:48:05 +00:00
Will Andrews
ca41d746f3
Add bits for slave port kde-lite.
2003-12-01 05:43:07 +00:00
Will Andrews
ab96518bc4
Add kde-lite, the FreeBSD release "meta-port" for KDE.
...
Requested by: re
Approved by: portmgr (implicit)
2003-12-01 05:42:38 +00:00
Joe Marcus Clarke
e28eabd635
Add CONFLICTS for each other.
2003-12-01 05:29:53 +00:00
Joe Marcus Clarke
eb07a748fc
Add gnome2-lite, a trimmed down version of the GNOME 2 desktop that will
...
be used on FreeBSD release CDs.
Requested by: re
Approved by: portmgr (implicit)
2003-12-01 05:26:38 +00:00
Joe Marcus Clarke
b4f67189ec
Fix build on amd64 where Mozilla cannot be built (yet).
...
Approved by: portmgr (implicit)
2003-12-01 01:00:09 +00:00
Bruce M Simpson
f13a4b29b1
Fix build on -CURRENT.
...
Submitted by: Volker Stolz
2003-11-25 13:27:41 +00:00
Jake Burkholder
a021c16641
Fix XFree86-4-FontServer build on sparc64.
...
Requested by: kris
2003-11-25 08:56:30 +00:00
Greg Lewis
012749a433
. Update to 5.10. [1]
...
. Add some knobs (WITH_MB, XLOCKMORE_LANG). [1]
. USE_MESA -> USE_GL.
PR: 59139 [1]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1]
2003-11-21 23:49:58 +00:00
Joe Marcus Clarke
18864a17a7
Remove some left-over directories.
...
Spotted by: adamw
2003-11-20 23:50:51 +00:00
Joe Marcus Clarke
38489cbc79
Remove another left-over directory.
...
Spotted by: adamw
2003-11-20 23:49:08 +00:00
Joe Marcus Clarke
32cb708d44
Remove a left-over directory.
...
Spotted by: adamw
2003-11-20 23:45:01 +00:00
Joe Marcus Clarke
763c952304
Remove a left-over directory.
...
Spotted by: adamw
2003-11-20 23:38:00 +00:00
Akinori MUSHA
6948908d2d
Update the Ruby/GNOME2 suite to 0.8.0.
2003-11-20 20:19:39 +00:00
Trevor Johnson
7e223b8511
Define USE_PERL5_BUILD, not erroneous USE_PERL.
...
Submitted by: Oliver Eikemeier
2003-11-20 15:06:14 +00:00
Trevor Johnson
318a536982
Define USE_PERL to make Perl available for (mostly deprecated)
...
"perl -pi -e" construction.
2003-11-20 13:51:47 +00:00
Tilman Keskinoz
fe5a380496
Add a patch that should fix the "A window and A desktop icon sometimes have
...
keyboard focus at the same time".
No PORTREVISION bump, since only very few people noticed this.
Reported by: arved, dwhite, Andy Fawcett
Obtained from: bugs.kde.org
2003-11-20 12:29:57 +00:00
Pav Lucistnik
074e558cef
- Fix build on 5.x
...
PR: ports/58346
Submitted by: Samy Al Bahra <samy@kerneled.com>
Approved by: jim (maintainer)
Approved by: adamw (mentor)
2003-11-20 09:51:12 +00:00
Trevor Johnson
ade135a5d0
Make sure linux_base-8 is installed. Record conflicts with the
...
other linux_base ports, which contain their own XFree86 libraries.
2003-11-20 06:12:37 +00:00
Trevor Johnson
98d5ecbdb2
Run the Linux ldconfig after installation (PORTREVISION bumped to 1).
2003-11-19 21:43:52 +00:00
Oliver Eikemeier
e3c2232e45
Reset unreachable MAINTAINERs to ports@FreeBSD.org
...
PR: 59109
Approved by: marcus (mentor)
2003-11-19 19:28:40 +00:00
Trevor Johnson
37983803dd
new Linux/i386 binary port of XFree86 libraries
2003-11-19 16:08:33 +00:00
Alexander Nedotsukov
9655fe196a
Network load indicator from multiload applet now works on FreeBSD.
2003-11-17 15:21:39 +00:00
Trevor Johnson
b3ba3ae427
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
2003-11-17 12:29:10 +00:00
Trevor Johnson
00e692203d
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
2003-11-17 12:03:17 +00:00