1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

3596 Commits

Author SHA1 Message Date
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