Eric Anholt
c935a43faf
Add IGNORE if X_WINDOW_SYSTEM is set wrong for this port.
2004-07-23 20:09:23 +00:00
Eric Anholt
4eb209da7d
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
...
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
2004-07-23 19:10:32 +00:00
Eric Anholt
a6e6d70cda
Add xorg-nestserver to the list.
2004-07-23 18:40:34 +00:00
Joe Marcus Clarke
321fa2cd9c
Update to 2.6.2.1.
2004-07-22 01:19:16 +00:00
Edwin Groothuis
4f4f35fbc6
Update port: x11/xlockmore to 5.13
...
Update port: x11/xlockmore to 5.13
PR: ports/69379
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-07-21 14:12:00 +00:00
Kirill Ponomarev
501e1abf47
Change maintainer's mail.
...
Fix MASTER_SITES
PR: ports/69338
Submitted by: maintainer
2004-07-21 12:39:13 +00:00
Joe Marcus Clarke
8552b10d81
Add some more geektools to the mix.
...
Obtained from: Garnome distribution
2004-07-21 05:17:27 +00:00
Joe Marcus Clarke
230a664083
Handle the special GConf entries file correctly.
2004-07-20 00:14:35 +00:00
Alexander Nedotsukov
bbd5a66142
Update to 2.6.3
2004-07-19 13:18:04 +00:00
Volker Stolz
24479b53fe
Update workrave to use the new gtkmm26 stuff.
...
PR: ports/69052
Submitted by: Koop Mast (maintainer)
2004-07-19 07:39:42 +00:00
Oliver Lehmann
6d22a57097
update to xfce4-4.0.6
2004-07-19 03:31:36 +00:00
Alexander Nedotsukov
e4d2afff20
Axe obsolete patch bit.
2004-07-15 03:11:44 +00:00
Volker Stolz
dce57c74ad
Install documentation
...
Based on PR: ports/69045
Submitted by: Roman Bogorodskiy (maintainer)
2004-07-14 13:12:37 +00:00
Volker Stolz
5c9f378262
Hosted on SourceForge
2004-07-13 15:39:39 +00:00
Pav Lucistnik
cf25cf8916
Add fbpanel, a lightweight, netwm compliant desktop panel. It includes
...
taskbar, pager, launchbar and more. Works nicely with Metacity, kwm,
xfce4...
PR: ports/68917
Submitted by: Tobias Roth <ports@fsck.ch>
2004-07-12 21:21:14 +00:00
Bruce M Simpson
0c2cc5ef9e
Add a new tweakable knob, WITH_XSCREENSAVER, and announce it.
...
Add conditional runtime dependency on x11/xscreensaver.
Add conditional installation of xscreensaver config (electricsheep.xml)
to do-install target.
Correct typo in previous revision.
Bump PORTREVISION.
2004-07-12 00:49:30 +00:00
Bruce M Simpson
8b8f78bc6a
Include the manual page in installation.
2004-07-12 00:04:47 +00:00
Michael Nottebrock
12d3ac014a
Pet portlint.
2004-07-11 22:34:58 +00:00
Eric Anholt
dab8f94844
Add dependency on the DRI, now that the server doesn't do that itself.
2004-07-11 20:25:14 +00:00
Kris Kennaway
d94ac2d37b
BROKEN: Configure fails
2004-07-11 00:48:08 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Alexander Nedotsukov
a2eebabb1f
Add LATEST_LINK.
2004-07-08 11:04:13 +00:00
Alexander Nedotsukov
75f56d5d7c
Add libgnomemm 2.6.0 after repocopy from libgnomemm,
...
C++ wrapper for libgnome library.
2004-07-08 06:18:17 +00:00
Eric Anholt
cb2fdec4f6
Fix PREFIX setting to match other xlibs ports and unmark BROKEN on -current.
...
Still requires libXThrStub on 4.x, which libX11 isn't providing (yet).
PR: ports/67759
Submitted by: Jonathan Fosburgh <syjef@mdanderson.org>
2004-07-07 22:05:09 +00:00
Eric Anholt
75b8866e22
Install xrender.pc, required by xcursor.pc
...
PR: ports/68764
Submitted by: Franz Klammer <klammer@webonaut.com>
Obtained from: X.org CVS
2004-07-07 19:49:55 +00:00
Jeremy Messenger
0ea0df3ec4
Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
...
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Pav Lucistnik
eb1a94e44f
- Update to 1.6.1
...
PR: ports/68701
Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
2004-07-06 13:11:30 +00:00
Eric Anholt
dcda0e48ce
Add fix for VuXML ID: ff00f2ce-c54c-11d8-b708-00061bc2ad93
...
When the IPv6 code was added to xdm a critical test to disable xdmcp was
accidentally removed. This caused xdm to create the chooser socket regardless
if DisplayManager.requestPort was disabled in xdm-config or not.
Prodded by: Dejan Lesjak
Obtained from: XFree86 bugzilla / X.Org CVS
2004-07-06 00:53:26 +00:00
Joe Marcus Clarke
52712e9bc8
Chase the gnomenetwork->gnomenettool name change.
2004-07-05 20:01:02 +00:00
Joe Marcus Clarke
24ca310ad4
Add brightside, a tool that adds edge and corner actions to the GNOME desktop.
...
For example, with brightside, you can switch virtual desktops by moving the
pointer to the edge of the screen. You can also allocate actions to the
corners a la Mac OS X.
2004-07-02 05:43:24 +00:00
Ade Lovett
328b757bf2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
...
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Alexander Nedotsukov
3e717891a2
Add intlhack to fix build on -STABLE.
...
Reported by: bento via kris
2004-07-01 12:42:27 +00:00
Hye-Shik Chang
542a196d7a
Add missing buildtime dependency.
2004-06-30 06:53:13 +00:00
Hye-Shik Chang
939861a05f
Add ruby-gtktrayicon 0.1.0,
...
a Ruby-binding for GTK+2 trayicon.
2004-06-30 06:13:09 +00:00
Joe Marcus Clarke
ad0ad4efad
Update to 1.03.
2004-06-29 06:06:11 +00:00
Joe Marcus Clarke
8aeb872c4a
Update to GNOME 2.6.2. The full set of changesis listed at
...
http://lists.gnome.org/archives/gnome-announce-list/2004-June/msg00067.html .
2004-06-29 05:14:30 +00:00
Joe Marcus Clarke
cabcb51bfd
Use the new new GConf handling scheme.
2004-06-29 05:10:44 +00:00
Adam Weinberger
db5fb1b7b9
Update to 2.6.2.
2004-06-29 04:51:38 +00:00
Alexander Nedotsukov
fa2c35eb1c
Set default FirstVT value to 9 which in most of the cases will protect
...
VTAllocation users from troubles.
Prompted by: marcus
2004-06-25 06:13:37 +00:00
Jeremy Messenger
b8df2f549a
Update to 0.06.
2004-06-24 20:17:59 +00:00
Joe Marcus Clarke
d3af9ca1fe
Update to 0.7.
2004-06-24 18:25:36 +00:00
Mark Linimon
94b308cb33
Remove stale mastersite.
...
PR: ports/66916
Submitted by: Roman Neuhauser <neuhauser at chello to cz>
Approved by: maintainer timeout (4 weeks)
2004-06-24 16:46:46 +00:00
Tilman Keskinoz
d0ac1a1bc3
Work around a bug in QString::fromUtf8
...
This fixes my crashes of Konqueror, Kmix, Kate & ... on AMD64
Submitted by: Frerich Raabe
Obtained from: KDE CVS
2004-06-23 18:51:20 +00:00
Michael Landin
aa9216ba2a
- Add two knobs:
...
- WITHOUT_JPEG
- WITHOUT_PNG
- Tell configure where to look for libs
Submitted by: Grigori Goronzy <greg@chown.ath.cx>
2004-06-23 15:34:52 +00:00
FUJISHIMA Satsuki
4b1b3185c1
unbreak 4.x.
...
Reported by: bento via vs@
2004-06-23 13:34:39 +00:00
Alexander Nedotsukov
6ee631b326
Add user-selector-applet 0.0.7, fast user switching applet for GNOME.
2004-06-23 13:27:29 +00:00
Alexander Nedotsukov
f28ade93bc
Implement VTAllocation support.
2004-06-23 13:25:48 +00:00
Volker Stolz
64a66d34fb
C89-ify for 4.x
2004-06-23 10:50:57 +00:00
Pav Lucistnik
4ca9a20f58
Add xrsh, a port that contains two commands:
...
Xrsh is designed to allow you to start an X client on a remote machine
with the window displayed on the current server's $DISPLAY. It has
many options that give you the ability to propagate environment
variables (including DISPLAY) to the remote system and works with
various types of X server access control including xauth and xhost.
Xrlogin opens a local xterm window and runs rlogin or telnet to
connect to a remote machine.
PR: ports/67855
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
2004-06-22 21:21:25 +00:00
Michael Nottebrock
5721e2e0f5
Add a workaround patch which fixes segfault-on-exit in various applications
...
in -STABLE and 5.x-Release (-CURRENT is not affected).
Patch by: Frerich Raabe <raabe@kde.org>
PR: 59552 (related)
2004-06-21 20:31:48 +00:00
Max Khon
52c3a75e7f
Fix build on FreeBSD > 502115.
...
PR: 68162
Submitted by: MAINTAINER
2004-06-21 14:01:52 +00:00
Kris Kennaway
a27ee4c587
BROKEN on 5.x: Does not compile
2004-06-20 08:58:35 +00:00
Eric Anholt
65d3501bcd
New port: xorg, a metaport for the X.Org distribution. It lacks the documents
...
port still, but this should be good enough for now.
2004-06-19 06:08:43 +00:00
Adam Weinberger
a50ef629ed
Add gtkchtheme, yet another gtk2 theme switcher.
...
This little program lets you change your Gtk+ 2.0 theme. The aim is to
make theme preview and selection as slick as possible. Themes installed
on the system are presented for selection and previewed on the fly. For
a comprehensive demonstration there's a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as
a hack to remove various nuisances now shares no code whatsoever anymore
with the original.
2004-06-18 16:18:32 +00:00
Eric Anholt
1f5faf0b39
Fix build on -stable with xorg-libraries installed, and remove an unnecessary
...
dependency.
2004-06-17 01:53:09 +00:00
Joe Marcus Clarke
caadf1d89b
Use tabs and not spaces to appease portlint.
2004-06-15 06:22:41 +00:00
Joe Marcus Clarke
b08ef806f1
* Plug a potential file descriptor leak in the wireless applet
...
* Add a missing dependency on gstreamerplugins, and bump PORTREVISION
2004-06-15 05:32:53 +00:00
Joe Marcus Clarke
bd33bc107c
Update to 2.6.2.
2004-06-14 22:24:17 +00:00
Joe Marcus Clarke
e72cb93c97
Update to 2.6.2.
2004-06-14 22:18:52 +00:00
Joe Marcus Clarke
815dbf3324
Update to 2.6.2.
2004-06-14 22:07:49 +00:00
Kirill Ponomarev
71e377256b
- Fix dependencies
...
PR: ports/67924
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-14 11:32:02 +00:00
Joe Marcus Clarke
e10c8b25fb
Add gtkterm2, a simple, tabbed, terminal built on gtk+ and the vte terminal
...
widget.
PR: 67863
Submitted by: michael johnson <ahze@ahze.net>
2004-06-13 19:11:38 +00:00
Joe Marcus Clarke
9c129155ad
Remove NO_XALF from the .desktop file, and properly register OMF files.
...
PR: 67892
Submitted by: michael johnson <ahze@ahze.net>
2004-06-13 18:59:19 +00:00
Oliver Lehmann
19a402495c
install wmmsg.dist
...
PR: 67746
Submitted By: maintainer
2004-06-12 11:31:27 +00:00
Joe Marcus Clarke
13505981dd
Add a WWW link to the pkg-descr.
...
PR: 67848
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-06-11 21:50:03 +00:00
Joe Marcus Clarke
b63682d265
Update to 2.6.0.3.
2004-06-11 19:53:54 +00:00
Michael Nottebrock
9774b28273
Update to version 3.2.3
2004-06-09 16:58:30 +00:00
Volker Stolz
7f5679ddce
Fix build in presence of libutils.
...
PR: ports/67716
2004-06-09 07:32:28 +00:00
Kris Kennaway
31cda9a9c5
BROKEN: build fails
2004-06-09 03:13:08 +00:00
Kris Kennaway
9fbfcf9164
BROKEN: Missing LIB_DEPENDS
2004-06-09 03:04:48 +00:00
Adam Weinberger
330acb7793
Utilize LDFLAGS to allow 4.X to bring in libgnugetopt.
2004-06-07 00:06:06 +00:00
Joe Marcus Clarke
998504ed5d
Add EXTRACT_ONLY to prevent a warning with trying to extract the uncompressed
...
splash screen image.
Obtained from: MarcusCom CVS repo
2004-06-06 01:13:54 +00:00
Kris Kennaway
1b5cc4310f
Don't depend on gtar silently ignoring non-tar files in the input list,
...
by setting EXTRACT_ONLY.
2004-06-06 00:14:52 +00:00
Adam Weinberger
5daae0650c
Update to 1.2.2, with gtk20.
2004-06-03 03:57:17 +00:00
Eric Anholt
d059e3286c
Fix extraction of Wraphelp2.gz, which was being taken from the wrong directory.
...
Submitted by: Greg J. <xcas@cox.net>
2004-06-02 18:05:53 +00:00
Pav Lucistnik
dea397d561
- Chase depenency on on gnome-themes-extras
...
Reported by: INDEX build failure on ports@
2004-06-02 07:32:49 +00:00
Pav Lucistnik
6cf50a9bba
- Populate new category x11-themes with some candidates from x11-wm
...
PR: ports/63146
List compiled by: adamw
Repocopy by: marcus
2004-06-02 03:02:13 +00:00
Pav Lucistnik
ecd8d02718
- Populate new category x11-themes with some suitable candidates
...
from x11-toolkits.
PR: ports/63145
List compiled by: adamw
Repocopy by: marcus
2004-06-02 02:26:24 +00:00
Doug Barton
0539abefbe
Upgrade to 4.16, the latest release. It contains 4 new screensavers,
...
and the usual round of small improvements to others.
2004-06-01 08:48:22 +00:00
Doug Barton
096d90977d
Borrow two patches from the gnome port to make these hacks compile on -current
2004-06-01 08:46:55 +00:00
Doug Barton
4eb6375764
This patch is no longer needed for 4.16
2004-06-01 08:46:25 +00:00
Eric Anholt
6d91f9bcbc
Fix fetching of Wraphelp2.gz, and use MASTER_SITE_XORG.
...
Reported by: bento via kris
2004-05-31 20:06:06 +00:00
Jeremy Messenger
410150fb5f
Remove the xcursor.pc (XFree86-4-libraries) from the BUILD_DEPENDS and let the
...
USE_X_PREFIX (USE_XLIB) to take care of it. It should be easier for xorg stuff.
Requested by: anholt
Approved by: adamw (mentor)
2004-05-31 19:57:59 +00:00
Eric Anholt
75a61efde2
Add missing dependencies.
2004-05-31 06:16:13 +00:00
Eric Anholt
3def3106a5
Register CONFLICTS on xorg-clients.
2004-05-31 06:15:41 +00:00
Eric Anholt
e1fed8d295
Sigh, can I botch things a few more times today?
...
Remove pointers to xorg-fonts ports that got moved to their proper category.
2004-05-31 05:30:00 +00:00
Eric Anholt
dfcb8a3e1c
Add port: xorg-clients, a port of the client programs and related files from
...
X.Org.
2004-05-31 05:28:39 +00:00
Edwin Groothuis
34557987a9
x11/fbsd-icons installs files with invalid uid and gid
...
x11/fbsd-icons installs files with invalid uid and gid.
This is caused by installing the files directly from an
archive. Tar with a root priviledge preserves owners and
permissions by default.
PR: ports/67396
Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
2004-05-31 04:09:12 +00:00
Eric Anholt
7119ec8532
Remove these ports added into the wrong category.
...
Pointy-hat supplier: kris
2004-05-31 03:16:01 +00:00
Eric Anholt
2d288e9e2b
Add xorg-fonts-truetype, a port of the X.Org TrueType fonts (bitstream-vera
...
provided by the existing port).
2004-05-31 03:06:13 +00:00
Eric Anholt
bc8d43e2fc
Add xorg-fonts-miscbitmaps, a port of the X.Org "misc" bitmap fonts.
2004-05-31 03:04:37 +00:00
Eric Anholt
02b88698ee
Add xorg-fonts-cyrillic, a port of the X.Org Cyrillic bitmap fonts.
2004-05-31 03:02:27 +00:00
Eric Anholt
14f832d8f2
Add xorg-fonts-75dpi, a port of the X.Org 75 dpi bitmap fonts.
2004-05-31 03:01:41 +00:00
Eric Anholt
2374c21f27
Add xorg-fonts-100dpi, a port of the X.Org 100 dpi bitmap fonts.
2004-05-31 02:59:55 +00:00
Eric Anholt
ffc9eec8c6
Add xorg-fonts-encodings, a port of the X.Org font encoding files.
2004-05-31 02:58:57 +00:00
Eric Anholt
d826c52421
Register CONFLICTS on new xorg ports.
2004-05-31 02:13:21 +00:00
Eric Anholt
f042b70768
Remove explicit dependency on X11.6, which is already done by USE_X_PREFIX's
...
implicit USE_XLIB.
2004-05-29 22:03:07 +00:00
Eric Anholt
528da1aeb1
Add xorg-manpages, a port of X.Org release 6.7.0's manpages, modeled after
...
XFree86-4-manuals.
2004-05-29 21:10:21 +00:00
Eric Anholt
c53ec94311
Add xorg-libraries, a port of X.Org release 6.7.0's libraries and things,
...
modeled after XFree86-4-libraries.
2004-05-29 21:03:48 +00:00
Eric Anholt
7281cffdbb
Link programs that link against Xfont against freetype. This will be required
...
with newer libXfont that uses freetype, but causes no harm in the meantime.
2004-05-29 20:51:16 +00:00
Eric Anholt
9292bb9d4e
Fix dependency line (xext.pc corresponds to libXext, not libX11).
...
Reported by: pointyhat
2004-05-29 20:14:49 +00:00
Adam Weinberger
63feebdcfc
Remove the non-MASTER_SITE_LOCAL server added
...
temporarily, now that the distfile is hosted on
MASTER_SITE_LOCAL as a backup. Also, there was a report
of the server refusing connections, anyway.
2004-05-27 02:39:04 +00:00
Adam Weinberger
fb6b625139
Host the distfile on MASTER_SITE_LOCAL temporarily due
...
to numerous reports of difficulty fetching said distfile.
2004-05-27 02:36:17 +00:00
Michael Nottebrock
1c301f94c7
Put the conftarget hack into kdelibs as well, as it also doesn't use
...
USE_KDELIBS_VER.
2004-05-26 00:38:17 +00:00
Pav Lucistnik
ffc37a5aef
- Fix CATEGORIES
...
Cluebat provided by: eik
2004-05-25 21:07:22 +00:00
Pav Lucistnik
90adababfb
Add xfce4-trigger-launcher, a XFce4 panel plugin that provides a toggle button,
...
showing on and off state, with configurable command.
PR: ports/66559
Submitted by: Zahemszky, Gábor <gabor@zahemszky.hu>
2004-05-25 19:08:33 +00:00
Kirill Ponomarev
042a7f935a
- Update MASTER_SITES
...
- Assign maintainership to ports@
PR: ports/66914
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer
2004-05-24 14:22:17 +00:00
Eric Anholt
7d11be1f45
Fix typo in pkg-plist.
...
PR: ports/66938
Submitted by: Florent Thoumie <flz@xbsd.org>
2004-05-24 00:13:40 +00:00
Kirill Ponomarev
736d37bd4e
- Update to version 0.9.2
...
PR: ports/67085
Submitted by: Ports Fury
2004-05-23 19:10:10 +00:00
Pav Lucistnik
206b294339
Add xtrlock, a minimal transparent X lock. Transparent means that all windows
...
are still visible and updated on the locked session.
PR: ports/66964
Submitted by: Alexey Y. Mikhailov <karma@ez.pereslavl.ru>
2004-05-23 11:40:52 +00:00
Adam Weinberger
48e5e630dd
Add another MASTER_SITE. We'll see how this one fares.
2004-05-22 21:32:09 +00:00
Michael Nottebrock
f5a241781e
Remove more cruft from Makefile.kde
2004-05-22 17:22:35 +00:00
Michael Nottebrock
45975d523f
Move another helpful bit from Makefile.kde to bsd.kde.mk:
...
Unless _NO_KDE_CONFTARGET_HACK is set, users of bsd.kde.mk
will automatically have
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} set.
This is necessary for almost every package using a configure script
created with non-historic versions of autoconf and really should be
handled in bsd.port.mk.
2004-05-22 11:08:35 +00:00
Kirill Ponomarev
5fcf9de3ec
- Update MASTER_SITES
...
- Pet portlint(1)
PR: ports/66910
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer
2004-05-22 08:35:28 +00:00
Pav Lucistnik
4de0c5d6ed
- Update MASTER_SITES
...
- Update WWW
PR: ports/67010
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 00:15:08 +00:00
Michael Nottebrock
53dc87bb89
Move a CONFIGURE_ENV tweak from Makefile.kde to bsd.kde.mk so all ports
...
which have the working configure bits have a chance to figure out the correct
threads libs by themselves.
2004-05-21 22:47:46 +00:00
Adam Weinberger
88540bf990
Add gnomesystemtools, and re-add jamboree, which now builds fine.
...
PORTREVISION bump.
2004-05-21 20:55:32 +00:00
Kirill Ponomarev
86eb89a0e3
- Fix MASTER_SITES
...
PR: ports/66971
Submitted by: maintainer
2004-05-21 13:04:49 +00:00
Kirill Ponomarev
6b7cc8822d
- Update to version 0.1
...
PR: ports/66906
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer
2004-05-21 05:39:11 +00:00
Kirill Ponomarev
21f5cc4d5a
- Update MASTER_SITES
...
PR: ports/66907
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer
2004-05-20 19:27:31 +00:00
Kirill Ponomarev
45dd1f8dde
- Fix MASTER_SITES
...
PR: ports/66915
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer
2004-05-20 09:16:04 +00:00
Kirill Ponomarev
59d2c7803e
- Fix MASTER_SITES
...
PR: ports/66913
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
2004-05-20 06:09:05 +00:00
Joe Marcus Clarke
907a2b4a24
Update to 4.16. The list of new hacks, features, and bug fixes can be found
...
at http://www.jwz.org/xscreensaver/changelog.html .
2004-05-20 01:59:55 +00:00
Clement Laforet
660892f375
- Update MASTER_SITES
...
PR: 66873
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
(maintainer)
2004-05-19 12:34:28 +00:00
Norikatsu Shigemura
7fc3987dc4
Update to 2.5 and fix dependency on graphics/jpeg.
...
PR: ports/66725
Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
2004-05-18 17:31:29 +00:00
Michael Nottebrock
d203d145d7
Bump PORTREVISION.
2004-05-18 14:27:27 +00:00
Michael Nottebrock
c04fc82a30
Fix a fat fingered commit I made two weeks ago:
...
It causes ksysguard to be installed setuid instead of ksysguardd. No
harm done though, ksysguard refuses to even run setuid.
2004-05-18 14:26:58 +00:00
Mark Linimon
e81e4cd810
Move editor tabstop definition up top.
...
PR: ports/64393
Submitted by: eik
2004-05-18 05:53:00 +00:00
Kirill Ponomarev
1dc6d6593b
- Update to version 0.96
...
PR: ports/66757
Submitted by: Ports Fury
2004-05-17 18:42:04 +00:00
Adam Weinberger
860c541680
Drop maintainership on most of my ports. Feel free to grab 'em if you
...
want 'em.
2004-05-16 23:45:05 +00:00
Mark Linimon
f89b030b44
Change BROKEN to IGNORE when no X session is present. Will only affect
...
the build cluster.
2004-05-16 20:49:38 +00:00
Mark Linimon
1d3cc712cf
Change BROKEN to IGNORE when no X session is present. Will only affect
...
the build cluster.
Approved by: maintainer
2004-05-16 20:48:07 +00:00
Volker Stolz
ee8e9d8312
Update x11/gtstarter to 0.4.6:
...
- give the user the choice where to place the window on startup
(centered, remember position, no positioning)
PR: ports/66640
Submitted by: Franz Klammer (maintainer)
2004-05-15 14:31:18 +00:00
Joe Marcus Clarke
5295fd7fc8
Update to GNOME 2.6.1. All of the changes and the official announcement can
...
be found at:
http://www.gnomedesktop.org/article.php?sid=1794&mode=thread&order=0&thold=1
2004-05-14 17:44:23 +00:00
Michael Nottebrock
0e9d309c85
Bugfixorama: Add patches for KDE Bugs 80209, 80821, 80955 and two
...
security related patches.
Bump PORTREVISION.
2004-05-14 14:47:03 +00:00
Joe Marcus Clarke
adca3171c3
Update to 2.6.1.
2004-05-14 00:07:27 +00:00
Eric Anholt
201f2793d9
Requires libXext, which includes the rest of these dependencies.
...
Reported by: bento via kris
2004-05-13 02:29:28 +00:00
Volker Stolz
51f1495269
Move port to better category:
...
The xxkb port is a general keyboard layout switcher application
and it is not limited to russian language.
PR: ports/65556
Submitted by: Alexander Pohoyda (maintainer)
2004-05-12 07:10:39 +00:00
Eric Anholt
92e0e650ee
One of these days I'll get it right.
...
Fix dependencies again.
Reported by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
2004-05-11 17:53:35 +00:00
Eric Anholt
ee8e4fcc89
Correct dependencies (libXext is required).
...
Reported by: bento via kris
2004-05-11 08:16:17 +00:00
Eric Anholt
43c1af6631
Update to 2.2.2.
2004-05-11 07:21:49 +00:00
Eric Anholt
cfaf01b2ec
Update to 3.5.1.
2004-05-11 07:21:22 +00:00
Eric Anholt
a2a1618ebb
Update to 1.0.2
2004-05-11 07:20:58 +00:00
Eric Anholt
19ed8a52b6
Update to 6.4.3.
2004-05-11 07:19:50 +00:00
Eric Anholt
7766f9e7f0
Update to 6.0.3
2004-05-11 07:17:22 +00:00
Eric Anholt
84d0c73b4c
Update to 6.3.3.
2004-05-11 07:16:55 +00:00
Eric Anholt
ae2ab272cf
Fix libGLU dependency.
...
PR: ports/66504
Submitted by: Coleman Kane <cokane@cokane.org>
2004-05-11 05:44:00 +00:00
Eric Anholt
02a1e62287
Register CONFLICTS for new xlibs ports.
2004-05-10 05:42:34 +00:00
Eric Anholt
f96a48d3e1
New port: xlibs 1.0.1: metaport of core X libraries.
2004-05-10 05:16:34 +00:00
Eric Anholt
f540c68b97
New port: libGL taken from X.Org release 6.7.0.
2004-05-10 05:08:20 +00:00