Commit graph

6084 commits

Author SHA1 Message Date
Max Brazhnikov
7ea8d1eb0f Add run dependency on x11/setxkbmap to make kde layout switcher usable.
Bump PORTREVISION.

Reported by:	anonymous <anonymous at id.ru> via kde@freebsd maillist
Approved by:	portmgr (marcus)
2009-04-16 05:05:56 +00:00
Alexey Dokuchaev
ecf150c5ab - Update to catch up with latest releases from NVidia
- Drop `agpvar.h' location fix as it was integrated upstream
- Add missing libvdpau entries and cleanup pkg-plist
2009-04-13 12:27:21 +00:00
Alexey Dokuchaev
2cef6a25cb - Correct OSVERSION value in minor() -> dev2unit() fix
- Remove offending piece of code (already commented out)
- Update some comments
- Remove old X11 libraries hack for USE_LINUX, seems to be of no use
  there days
2009-04-13 08:24:25 +00:00
Alexey Dokuchaev
5680bfaff7 Ports nvidia-driver-71xx' and nvidia-driver-96xx' were renamed to better
suited `nvidia-driver-71' and `nvidia-driver-96', respectively.

PR:	ports/133566
2009-04-13 07:57:34 +00:00
Robert Noland
062a0b8f85 Fix depend on epiphany-extensions
Approved by:	marcus
2009-04-11 20:52:38 +00:00
Robert Noland
f60c811ffc Fix dependency on gnome-games-extra-data due to directory shuffle.
Approved by:	marcus
2009-04-11 20:00:38 +00:00
Robert Noland
3c9dd976a0 Update to 0.15.2 2009-04-10 17:23:28 +00:00
Martin Wilke
5f370be8a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pavbot
2009-04-10 09:49:00 +00:00
Joe Marcus Clarke
ae52bc8089 Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
2009-04-10 05:56:28 +00:00
Joe Marcus Clarke
d92eb7d5dc Remove gnotime. It doesn't install, and it is unmaintained. 2009-04-09 18:59:39 +00:00
Robert Noland
aadcfb42d0 Fix bashism that I think was breaking rule generation. 2009-04-08 16:38:42 +00:00
Robert Noland
f0b96249c1 Update to 1.5 2009-04-08 03:12:30 +00:00
Robert Noland
9b13b34752 Update to 1.2.1 2009-04-08 02:45:24 +00:00
Alexander Nedotsukov
608f7fbfc4 Update to 185.19 2009-04-07 07:39:36 +00:00
Robert Noland
726c4d3aa5 Update to 1.4.1 2009-04-06 04:21:56 +00:00
Dennis Herrmann
cf8759b2c9 - Update maintainer mail address
PR:		ports/133397
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Robert Noland
2ff5ff0102 Add patch to fix xauth.
PR:		131120
Submitted by:	Danny Braniss <danny@cs.huji.ac.il>
Approved by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-04-04 18:49:26 +00:00
Boris Samorodov
234bdd98d0 Add a missing libXp package which is needed at least for matlab.
Reported by:	Tijl Coosemans <tijl@ulyssis.org> at emulation@ ML
2009-04-04 14:39:27 +00:00
Robert Noland
4bd18aa0af Chase the Xorg server update and bump ports that depend on it. 2009-04-04 04:05:11 +00:00
Robert Noland
fd559155d1 Update Xorg server to 1.6.0
o Update randrproto, libXrandr and xrandr to 1.3.0
	o Update xf86-video-intel to 2.6.3
	o Update other less common drivers as needed
	o Mark a bunch of un-maintained input drivers ignored
	o Update the various slave X server ports as well
2009-04-04 04:04:01 +00:00
Boris Samorodov
5ca35adbda Add libXtst package. It is used at least by linux eclipse.
Submitted by:	daichi (by email)
2009-04-03 08:35:37 +00:00
Max Brazhnikov
277c3872da Fix patch to allow build on HEAD 2009-04-02 20:20:43 +00:00
Martin Wilke
1bb5ab8fcd The KDE FreeBSD team is proud to announce the release of KDE 4.2.2
for FreeBSD. The official KDE 4.2.2 release changelog can be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php.

Also mark some ports MAKE_JOBS_SAFE.

New Ports:
	misc/kde4-l10n-sk - Slovak
2009-04-02 09:23:03 +00:00
Wesley Shields
881c6d5546 - Update to 20090330. 2009-04-01 17:35:45 +00:00
Rene Ladan
60a56c3254 Update to 0.9.1
Changelog: http://goodies.xfce.org/releases/xfce4-clipman-plugin/ChangeLog

Approved by:	miwi
2009-04-01 17:11:47 +00:00
Boris Samorodov
824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Wesley Shields
eeee4006b7 - Update to 0.70 [1]
- Make ${WRKSRC}/install-sh executable to fix build

PR:		[1]: ports/132673
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
Approved by:	maintainer timeout
2009-04-01 15:06:13 +00:00
Steven Kreuzer
ab8a95032f Make port honor NOPORTDOCS which resolves mtree errors identified by QAT
Approved by:	wxs (mentor)
2009-04-01 14:22:37 +00:00
Boris Samorodov
7aec2c3eab Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
2009-04-01 10:10:16 +00:00
Martin Wilke
356261c421 - Fix index 2009-03-31 13:02:21 +00:00
Martin Wilke
1380f48b63 - Ups fix a mistake 2009-03-31 10:24:09 +00:00
Martin Wilke
8fd27dfaa9 - Add LXDE Meta Port a small and lightweight X11 Desktop.
WWW:	http://lxde.org/

PR:		ports/131465
Submitted by:	Daniel Walter <sahne at 0x90.at>
2009-03-31 10:22:36 +00:00
Martin Wilke
884d1e0eac - Update to 1.14.1 2009-03-31 08:43:46 +00:00
Gerald Pfeifer
a631d844b7 Mark for deprecation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).

EXPIRATION_DATE=2009-04-28
2009-03-28 23:22:34 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Christian Weisgerber
d18d623920 Mark MAKE_JOBS_SAFE and squash some warnings. 2009-03-27 18:00:54 +00:00
Emanuel Haupt
c810fd3c3f Mark MAKE_JOBS_SAFE 2009-03-27 09:53:36 +00:00
Martin Wilke
4460472159 - Mark MAKE_JOBS_SAFE for parallel building. 2009-03-25 18:08:45 +00:00
Mario Sergio Fujikawa Ferreira
bfff7a6ee7 Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-25 14:12:22 +00:00
Chin-San Huang
d9e31595be - Update to 0.4.4 2009-03-25 13:01:05 +00:00
Doug Barton
d31cadffee Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports 2009-03-24 19:51:28 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Max Brazhnikov
4d55666226 Update devel/cmake to 2.6.3.
- Set INSTALL_TARGET for cmake based ports to install/strip. This solves
  problem of installing non-stripped binaries (noticed by delphij for KDE4 ports)
- Fix linking to -lpthread for cmake based ports (KDE4 ports are affected mostly)
2009-03-24 19:11:23 +00:00
Dmitry Marakasov
9710ab6286 - Update to 0.74.0 2009-03-23 23:28:11 +00:00
Ed Schouten
810dc2911d Multiple fixes to rxvt:
- Fix compilation on -CURRENT by letting it use posix_openpt() to
  allocate PTYs.
- Fix compilation when enabling WITH_GREEK.

PR:	ports/132928
Approved by: port maintainer
2009-03-23 21:08:37 +00:00
Martin Wilke
5e535e7822 2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
2009-03-23 20:53:42 +00:00
Florent Thoumie
da81291ab6 Move oclock from x11 to x11-clocks category.
PR:		ports/131339
Submitted by:	self
2009-03-23 11:36:19 +00:00
Gabor Pali
4bc5b55a25 - Add support for Xft and UTF-8 (optional)
- Add PORTDOCS
- Add PORTEXAMPLES

PR:		ports/132120
Submitted by:	Pavel Plesov <pavel (dot) plesov (at) gmail (dot) com>
Approved by:	maintainer, tabthorpe
2009-03-21 16:46:54 +00:00
Dirk Meyer
daa681377e - added WebServices 2009-03-20 09:30:45 +00:00
Dirk Meyer
2c710e9eee - udpate to 0.4.1 2009-03-20 09:26:01 +00:00