Commit graph

2242 commits

Author SHA1 Message Date
Beat Gaetzi
2b1ef27fe9 - Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE.
These ports used to cause linker errors but this is not longer the case
  with current BIND ports. Tested with dns/bind9 and dns/bind96.

PR:		ports/136111
Submitted by:	Rob Austein <sra AT hactrn.net>
With hat:	gecko
2009-07-11 06:41:55 +00:00
Palle Girgensohn
027a076944 Add postgresql 8.4 to the list of versions. 2009-07-08 06:54:19 +00:00
Martin Matuska
4440bb00a6 - Remove tcl/tk 8.0 support
- This has no effect on japanese/tcl80 and japanese/tk80 ports
2009-07-07 07:34:31 +00:00
Li-Wen Hsu
48d856c3b2 - Add Python 3.1 2009-07-06 20:30:29 +00:00
Juergen Lock
67afa61535 - Add the new security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap
infrastructure ports to Mk/bsd.linux-apps.mk and add missing
  dependecies on these to the ftp/linux-f10-curl port.  (They are
  needed for www/linux-f10-flashplugin10 to be committed next.)
- Bump ftp/linux-f10-curl PORTREVISION
2009-07-03 20:58:54 +00:00
Boris Samorodov
59be373935 Honor OVERRIDE_LINUX_NONBASE_PORTS=f8 after the change to Fedora 10
as the default Linux base on -CURRENT.

PR:		ports/136206
Submitted by:	nwhitehorn
2009-07-01 20:35:34 +00:00
Boris Samorodov
d937bad880 Welcome new defaults for linux ports!
The default is switched for OSVERSION >= 800076 (when the last known
issue was fixed at the base system). From now the default linux
base port is linux_base-f10. Default linux infrastrucure ports
are linux-f10-*.

HEADSUP to current@ is comming.

Exp-run by:	portmgr (pav)
2009-06-26 17:03:48 +00:00
Philip M. Gollucci
9513e77d65 - Udpate to 23.0.95 pretest
PR:             ports/135951
Submitted by:   Giorgos Keramidas <keramida@ceid.upatras.gr> (maintainer)
2009-06-23 15:05:32 +00:00
Gerald Pfeifer
312bfa10b8 Remove support for USE_GCC=2.95 after lang/gcc295 has been failing to
build for what must be 9+ months and we have removed all dependencies
the last couple of months.
2009-06-19 17:48:47 +00:00
Stanislav Sedov
263664e7b5 - Fix stack overflow detection algorithm. It has not worked before as
we were linking the ruby binary against pthreads, and the default
  stack size detection method with getrlimit didn't returned right
  values in this case.  Now, if threads enabled, it also tries to
  determine the stack size via pthreads calls and use this value if
  it is smaller than what getrlimit returned.  Furthermore, the stack
  overflow detection routine now works proactively, generating
  exception if there're probability the stack will be exhausted by
  the time of the next check (ruby performs checks only in each 256th
  call of rb_call0). [1]
- Build pthreads-enabled ruby by default. I have not received any
  bug reports for this for years, and this verison will work correctly
  with threaded libraries. Also, do not link agains pthreads in non-pthread
  case (this breaks stack size detection algorithm), and eliminate the
  option to disable pthreads (so only power users who know what they're
  doing can disable them).
- Build RDoc by default so it is available in the package.
- Bump portrevision.

PR:		ports/132158
Reported by:	Eugene Pimenov <libc@libc.st>
2009-06-19 12:42:45 +00:00
Stanislav Sedov
1c15187aab - Fix the bug in URI module that smashed uri paths in merge method for
ftp uris.

PR:		ports/131775
Reported by:	Helmut Schneider <jumper99@gmx.de>
2009-06-18 13:01:02 +00:00
Stanislav Sedov
b1d5ca8b71 - Fix the bug in ruby GC when object finalizer were never called. This has
been triggered by portupgrade which uses finalizers to remove lockfiles.
- Fix the bug in URI module that smashed uri paths in merge method for
  ftp uris. [1]
- Fix segmentation fault when cloning objects with dynamically created
  methods (via instance_eval). [2]

PR:		ports/131775 [1], ports/135533 [2]
Submitted by:	Yoshisato YANAGISAWA <osho@pcc-software.org> [2],
		Helmut Schneider <jumper99@gmx.de> [1],
		Jaakko Heinonen <jh@saunalahti.fi> [1],
		Peter Hofer <ph@desktopbsd.net> [1]
Obtained from:	ruby_1_8 svn tree (rev 22679) [2]
2009-06-18 12:43:26 +00:00
Philip M. Gollucci
e9688c09b8 Part 3:
- Update to 23.0.94

PR:             ports/134875
Approved by:    maintainer
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 22:29:44 +00:00
Boris Samorodov
2d97558844 Switch default LINUX_DIST_VER to 4. This change was part of an exp-run
and only one application was affected and is fixed now
(x11-themes/linux-gtk-bluecurve-theme).

Tested by:	exp-run (pav)
2009-06-17 18:53:57 +00:00
Philip M. Gollucci
ed9c31b9e7 Part 1:
- Update to 23.0.93 [1]
  - Mark MAKE_JOBS_UNSAFE

PR:             ports/134875  [1]
Approved by:    maintainer [1]
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 03:25:23 +00:00
Alex Dupre
22720b8978 Remove mnogosearch extension. 2009-06-15 09:22:34 +00:00
Erwin Lansing
5cc7b72748 Remove wxmozilla option as it depends on a port that expired in January. 2009-06-13 16:35:47 +00:00
Stanislav Sedov
2d3c048576 - Fix BigDecimal DoS vulnerability in ruby 1.8.7.
- Bump portrevision.

Obtained from:	ruby-lang CVS
Security:	62e0fbe5-5798-11de-bb78-001cc0377035
2009-06-12 22:44:56 +00:00
Boris Samorodov
e6515dfcd2 Fedora Core 4 didn't have a dependency on libpng12, libjpeg
and libtiff for graphics/linux-sdl_image. New Fedora distros
has. So fix it:
. graphics/linux-f8-sdl_image and bump PORTREVISION;  [1]
. graphics/linux-f10-sdl_image and bump PORTREVISION;
. Mk/bsd.linux-apps.mk.

PR:		ports/135339 [1]
Submitted by:	amdmi [1]
2009-06-12 18:03:43 +00:00
Erwin Lansing
fb967c21c1 Pass TMPDIR on to configure and make environments.
PR:		132407
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-11 09:09:29 +00:00
Dmitry Marakasov
7682a37324 - Comment out garr mirror for now, it seems to provide broken files 2009-06-10 16:08:34 +00:00
Dmitry Marakasov
33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00
Boris Samorodov
26fff0127b Fix LINUX_DIST_SUFFIX detect for linux-f8 dri port.
Pointed out by:	Yuri Pankov <yuri.pankov at gmail.com> (by private email)
2009-06-09 08:33:21 +00:00
Martin Wilke
81100672d4 - Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
2009-06-08 22:30:55 +00:00
Sergey Skvortsov
4761891bba Remove expired port lang/perl5.6 2009-06-08 14:56:32 +00:00
Boris Samorodov
8ae861d9f3 Connect audio/linux-f10-mikmod to the rank of linux-f10
infractructure ports.
2009-06-07 20:22:07 +00:00
Pav Lucistnik
ab5c91839f - Add USE_CSTD flag that adds --std=value to CFLAGS
PR:		ports/135083
Submitted by:	ed

- Separate MAKE_JOBS_NUMBER from _MAKE_JOBS, so it can be used in
  individual ports

PR:		ports/134977
Submitted by:	David Naylor <naylor.b.david@gmail.com>
2009-06-03 21:50:50 +00:00
Stanislav Sedov
926e6d3624 - Update ruby 1.9.1 to patchset 129. 2009-06-03 13:37:57 +00:00
Martin Wilke
cb4458e6c8 The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php.
2009-06-03 11:02:11 +00:00
Joe Marcus Clarke
dde7bb7951 Bump the vte shared lib version. 2009-06-03 05:15:14 +00:00
Stanislav Sedov
5d63ebd5f5 - Update ruby 1.8.7 to the latest revision available from ruby-lang.org.
This updates also borrows some important bugfixes from Ruby CVS that
  is not available in patchlevel 160 yet.
- Drop GC patch support. It is broken with the new ruby version and
  seem to require the complete rewriting.
2009-06-02 17:25:37 +00:00
Boris Samorodov
c11516af7b Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
2009-06-01 17:26:31 +00:00
Wesley Shields
0eaf249aac - Add MASTER_SITE_KERNEL_ORG
PR:		ports/134566
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-01 16:00:39 +00:00
Jose Alonso Cardenas Marquez
c51a512526 - Fix BUILD_DEPENDS. It must not overwrite previous BUILD_DEPENDS entries. 2009-05-24 06:12:44 +00:00
Jose Alonso Cardenas Marquez
492605858b - Add support to defined USE_FPC after of bsd.port.pre.mk include 2009-05-22 21:57:33 +00:00
Greg Lewis
b4d07ddf3f . Add support for openjdk6 as a possible JDK.
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Reviewed by:	hq@
2009-05-22 04:11:20 +00:00
Pav Lucistnik
bc8b40ddf7 - Add support for MAKE_JOBS
PR:		ports/133287
Submitted by:	amdmi3
Approved by:	maintainer timeout (alexbl; 1 month)
2009-05-15 12:01:39 +00:00
Boris Samorodov
06f16afbb1 Use the new openmotif version for Linux Fedora 8. 2009-05-12 13:47:49 +00:00
Pav Lucistnik
a0f6c077ab - Add a code to drop bsd.port.options.mk into /usr/share/mk if it's missing on
the system (typically FreeBSD prior to 6.3).  Allows to continue if the write
  fails.  This should allow us to start using it widely in the ports tree
  (please not just yet, wait for a heads-up, in case this change needs to be
  backed out.)
2009-05-11 17:35:18 +00:00
Max Brazhnikov
c4efb99db9 Update KDE ports to 4.2.3
See original release announcement for details:
http://kde.org/announcements/announce-4.2.3.php

New ports:

  devel/kdebindings4:
	Meta port of KDE bindings for C#, Java, PHP, Python and Ruby.
	Currently only Python bindings are supported.

  devel/kdebindings4-python, devel/kdebindings4-python-krosspython,
  devel/kdebindings4-python-pykde4:
	Python bindings for KDE.

  print/kdeutils4-printer-applet:
	printer-applet is a system tray utility. It shows current print jobs,
	shows printer warnings and errors and shows when printers that have
	been plugged in for the first time are being auto-configured by
	hal-cups-utils. It replaces kjobviewer in KDE 3.

  print/system-config-printer-kde
	A port of Gnome system-config-printer to KDE.
2009-05-09 19:38:16 +00:00
Boris Samorodov
394ca91e42 Fix libxml library version.
PR:		ports/134359
Submitted by:	Hidemi Yamashita <happybsd@kiiroi.mimoza.jp>
2009-05-08 19:29:03 +00:00
Dirk Meyer
ae6b3b9b60 - Fix autodetec with invalid PKG_DBDIR
PR:		133927
Submitted by:	Eygene Ryabinkin
2009-05-07 08:19:02 +00:00
Oliver Lehmann
157c3e2264 update xfce to 4.6.1
bump PORTREVISION where necessary
2009-05-06 14:56:27 +00:00
Martin Wilke
eb81defc97 - Give Maintainership up to the Gecko Gang (gecko@) 2009-05-04 19:23:44 +00:00
Jose Alonso Cardenas Marquez
abbf911981 - Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
2009-05-04 15:23:08 +00:00
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