1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

2197 Commits

Author SHA1 Message Date
Robert Noland
c9df379227 It looks like most all drivers are starting to require libXi, not just
video drivers.

Reported by:	QAT (via xf86-input-synaptics)
2009-04-25 19:49:16 +00:00
Joe Marcus Clarke
ce357ade9a Sync the gnomedesktopsharp implied list with reality.
Approved by:	portmgr (implicit)
2009-04-13 19:05:11 +00:00
Joe Marcus Clarke
78b69bb692 One more instance of gnome -> miwi. 2009-04-13 01:38:03 +00:00
Martin Wilke
2ae036e78c Take maintainership. The first of two steps is to take all
Gecko Stuff from the Gnome team. I'd like to say thanks a lot for
all the work in the past years.
2009-04-12 19:27:13 +00:00
Boris Samorodov
adfded0ed0 Toggle openssl and libssh2. The first one should be defined both
for -fc4- and -f8- ports. While the second one should be defined
only for -f8- ports.

Reported by:	blackend (by email)
2009-04-10 14:43:59 +00:00
Ion-Mihai Tetcu
c062e6bbdc Fix previous commit
Reported by:	QAT
2009-04-10 08:18:57 +00:00
Ion-Mihai Tetcu
ee11adaabd Move download.eclipse.org at the end of MASTER_SITE_ECLIPSE, it's very slow.
Confirmed by:	QAT, rnoland@
2009-04-10 08:11:19 +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
Pav Lucistnik
c6aaa555d5 - Don't check if pkg_tools support conflicts, they do on all recent FreeBSD
versions.  This removes one != call per port, shaving off 2 minutes of CPU
  time per INDEX build on my computer.

Tested by:	pointyhat build run
2009-04-09 22:40:20 +00:00
Boris Samorodov
b7838237bc Add a new component: dri. 2009-04-09 16:36:29 +00:00
Boris Samorodov
340fc40b6b Move checks away for MASTER_SITES area and restruct them.
Linux Fredora 8 infrastructure ports should be used if:
. sysctl compat.linux.osrelease is 2.6.16;
. linux base port is set to f8 or f9;
. linux infrastructrue is used.
Remove _F8_COMPATIBLE_LINUX_BASE_PORTS for now (it will
be reintroduced later).

Please note, that there is no strict dependency upon OSRELEASE so far.
2009-04-09 10:35:10 +00:00
Boris Samorodov
e4f65a9d29 Don't add RUN_DEPENDS if there is no corresponding file for the component. 2009-04-08 12:26:24 +00:00
Boris Samorodov
fc33a486e7 Fix _LINUX_APPS_ALL: _LINUX_26_APPS -> ${_LINUX_26_APPS}.
Submitted by:	nox (at emaulation@ ML)
2009-04-08 06:26:31 +00:00
Boris Samorodov
57af044472 Fix libidn port name.
Reported by:	scf (by email)
2009-04-07 19:15:10 +00:00
Boris Samorodov
f6600f3686 Do an actual check of USE_LINUX_APPS. 2009-04-07 16:13:53 +00:00
Boris Samorodov
a86de293a8 Define an internal variable _LINUX_26_APPS with a list of components
for linux_base-f8 and above. Don't define RUN_DEPENDS for those components
if OVERRIDE_LINUX_NONBASE_PORTS is not defined. That should unbreak
index for default configurations.
2009-04-06 21:47:10 +00:00
Boris Samorodov
b035cbf370 Add missing '$' to a makefile variable.
Pointed out by:	QAT, itetcu
2009-04-06 19:52:39 +00:00
Boris Samorodov
136f0b08ae Fix sqlite3 detection, add ${LINUXBASE}. 2009-04-06 18:58:13 +00:00
Boris Samorodov
e29db935a8 Add five new components: libidn libssh2 nspr nss sqlite3.
Corresponding ports will be committed shortly.
Those components are needed to run the upcomming
www/linux-f8-flashplugin10.

Please note, that there are only linux -f8- ports,
no -fc4- infrastructure ports are available.
2009-04-06 16:03:00 +00:00
Boris Samorodov
1f61b6ae24 Add new components to _ALL_LINUX_APPS: tcl84 tk84.
Please note, that there are only linux -f8- ports,
no -fc4- infrastructure ports are available.
2009-04-06 15:37:00 +00:00
Boris Samorodov
d6cf761d43 Add comments forgotten by me at the previous commit. 2009-04-06 12:57:35 +00:00
Boris Samorodov
7550347802 . add linux_base-f9 port to the list of used linux base ports;
. add a variable _F8_COMPATIBLE_LINUX_BASE_PORTS, it's a list
  of linux base ports compatible (i.e. may be used) with
  linux -f8- infrastructure ports;
. define apropriate _LINUX_BASE_SUFFIX;
. let ports with AUTOMATIC_PLIST=yes use the new value;
. add some comments about those changes.
2009-04-06 12:48:13 +00:00
Koop Mast
dff43f90d7 The gstreamer pulse plugins was imported in the good gstreamer tarball release.
Adapt this port to use the plugin from the good tarball release.
2009-04-06 10:46: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
Martin Wilke
1a7956c1c0 - Drop drupal4 support 2009-04-04 18:00:28 +00:00
Marius Strobl
532c41471e Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes,
which got lost with the switch to bsd.gecko.mk:
Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.

Approved by:	marcus
2009-04-04 11:47:00 +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
7bb2b3bca7 The patch id needed for those who use a non-default linux base port
and upgrade linux applications which use linux-scim-libs (ex.: acroread).

Discussed at:	emulation@ ML
Tested by:	Richard Kuhns <rjk at wintek.com>
2009-04-03 18:17:55 +00:00
Pav Lucistnik
732ec7bd52 - Update to 23.0.92
PR:		ports/133294
Submitted by:	keramida (maintainer)
2009-04-02 21:37:32 +00:00
Boris Samorodov
129cecd56c Add some sanity checks:
. a check for valid components at USE_LINUX_APPS;
. a check if a component is defined for the given linux distro
  (has apropriate port).
2009-04-02 12:58:21 +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
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
Alexey Dokuchaev
25d17d1c3b - Reformat knobs and their descriptions
- Kill dots (periods) after some IGNORE statements
- Improve wording, expand contractions
- Fix couple of typos and remove EOL whitespace

PR:	ports/133198
2009-03-31 05:18:22 +00:00
Gerald Pfeifer
76ecd704b3 Remove GCC 2.8 from the list of options for USE_GCC; the lang/gcc28
port has been removed a while ago and no port has USE_GCC=2.8 in use.
2009-03-28 23:57:56 +00:00
Sergey Skvortsov
1a9ef9fa67 Introduce Perl 5.10.0 2009-03-28 20:45:10 +00:00
Pav Lucistnik
2747307b84 - Hot fix previous commit: really bail out when make failed (fail means fail)
Reported by:	amdmi3
Pointy hat to:	pav
2009-03-27 07:47:17 +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
Pav Lucistnik
e2018b5de2 - zope27 was switch to python24, chase here 2009-03-24 09:30:21 +00:00
Martin Wilke
964a7f8b5e R-cran-sm is a R module for smoothing methods for nonparametric
regression and density estimation. It is software linked to the
book 'Applied Smoothing Techniques for Data Analysis: The Kernel
Approach with S-Plus Illustrations' Oxford University Press.

WWW:	http://www.stats.gla.ac.uk/~adrian/sm

PR:		ports/132770
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-22 13:32:38 +00:00
Pav Lucistnik
6b4ca32453 Introduce multiple make jobs (parallelization) support. When enabled, -jX is
passed to the top level vendor Makefile in build stage, where X is number of
CPU cores by default.  The whole system is opt-in, ie. ports need to be enabled
individually.  There is a global override available for adventurious users.
2009-03-22 10:28:53 +00:00
Marcel Moolenaar
e4c49b72da grep for 'pthread:' in the compiler's spec file to avoid matching
random references of 'pthread'. On powerpc the mfwrap production
mentions "pthread_create", which matched the RE.

Ok'd by: marcus (thanks!)
2009-03-21 18:51:50 +00:00
Dirk Meyer
3929daf5e3 - new Macro USE_GNUSTEP_LOCAL_ASTS
depends on Ast Bundles installed in Local directrory

- new macro USE_GNUSTEP_LOCAL_BURNS
	depends on Burn Bundles installed in Local directrory
2009-03-20 09:14:26 +00:00
Pav Lucistnik
5c52943056 - Quickfix for linux_base-f8 users by turning off the new functionality before
all the ports are in place

With hat:	portmgr
2009-03-19 19:53:42 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Martin Wilke
cba7f02fe1 - Update python30 to 3.0.1
Release Changelog:
http://python.org/download/releases/3.0.1/NEWS.txt
2009-03-09 22:52:21 +00:00
Max Brazhnikov
2694fa1f1f Update bsd.kde4.mk to 4.2.1 as well 2009-03-09 01:02:46 +00:00
Gerald Pfeifer
42d94d6424 Remove support for GCC 3.3. No port in the tree uses this any longer,
and lang/gcc33 has been deprecated for a month.
2009-03-07 19:17:44 +00:00
Boris Samorodov
475c18796a Update to the second pretest of Emacs 23.X.
PR:		ports/132347
Submitted by:	Giorgos Keramidas <keramida at ceid.upatras.gr> (maintainer)
2009-03-07 13:02:36 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00
Joerg Wunsch
f9216814a8 savannah.{nongnu,gnu}.org recently turned its download area into an
automatic redirection to one of the mirrors.  As mirrors might take
some time to catch up with changes, as a last resort, try the
noredirect download area of the server.
2009-03-06 08:57:32 +00:00