Commit Graph

2393 Commits

Author SHA1 Message Date
Marcus von Appen
6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00
Stanislav Sedov
27705ea5ca - Fix rubygems location for ruby 1.9, which got broken after the last
update.
- Bump portrevision.

Submitted by:	Aaron Gifford <astounding@gmail.com> (based on)
2010-01-29 18:25:32 +00:00
Pav Lucistnik
14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00
Max Brazhnikov
43902f6ecc The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD. 2010-01-21 21:13:21 +00:00
Beat Gaetzi
9a4b65983c - Fix installation of ports where MOZSRC is not the same directory as
WRKSRC (like www/seamonkey2 and mail/thunderbird3).
2010-01-21 20:26:16 +00:00
Marcel Moolenaar
b0c905418a revision 1.8 fixed sparc64, but accidentally reverted
the change made in revision 1.7 that fixed the powerpc
build. Re-apply revision 1.7.

PR:		powerpc/131490
Approved by:	beat
2010-01-17 19:29:06 +00:00
Greg Lewis
9f0cb7ee9f . Add support for the openjdk7 port.
. Add support for a JAVA_VERSION requirement of 1.7.

Reviewed by:	hq@
2010-01-15 06:07:42 +00:00
Dirk Meyer
c64a7d3bea - bump SHLIBVER for all versions 2010-01-12 15:46:24 +00:00
Alex Dupre
02deaaf2a7 As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS. 2010-01-11 11:58:42 +00:00
Pav Lucistnik
4274e37e05 - Use full path in depobj for archivers/unzip when USE_ZIP variable is set
9-CURRENT introduced unzip command to the base system.  Unfortunately it is
  not fully compatible with the archivers/unzip implementation and non-trivial
  amount of ports fail to build when using it.  Thus we will keep using
  archivers/unzip for unzipping source in Ports Collection until someone
  volunteer to fix all individual ports.  Two most common problems with base
  unzip are:
  * extracting files without +x flag (some ports rely to execute unzipped
    configure scripts, for example)
  * different semantics of CR/LF conversion

  Error logs of failed port builds with in-base unzip can be made available on
  request to portmgr@.

With hat:	portmgr
2010-01-07 15:55:10 +00:00
Philip M. Gollucci
b3ada4f6a7 The Java front-end for lang/gcc42 downloads a DISTFILE from MASTER_SITE_SOURCEWARE.
There are only 2 sites defined as sourceware.org mirrors, and some

PR:             ports/142393
Submitted by:   glarkin
Tested by:      several p6 tb runs
2010-01-07 04:49:40 +00:00
Stanislav Sedov
b9a75be4bd - Update to patchlevel 248. 2010-01-06 06:31:21 +00:00
Alex Dupre
381873b158 Remove MySQL 5.4 in favor of MySQL 5.5. 2010-01-04 10:54:33 +00:00
Alex Dupre
c3dd4c8413 Add support for MySQL 5.5. 2010-01-04 10:16:21 +00:00
Gerald Pfeifer
dd0c5a8b14 Split the logic around USE_GCC in two parts. The first handles the
processing of USE_GCC directives, the second then takes a concrete
selection coming from the previous or the code handling USE_FORTRAN
via _USE_GCC.

The one user-visible change is that not just users of USE_FORTRAN,
but now also users of USE_GCC set an rpath via CFLAGS and LDFLAGS. [1]

PR:		129518, 142226 [1]
2010-01-02 13:51:33 +00:00
Gerald Pfeifer
e993d17822 Quote the output for BUILD_DEPENDS and RUN_DEPENDS in the test-gcc
target.  This is necessary to properly handle dependencies such as
libtool>=2.2:${PORTSDIR}/devel/libtool22.
2010-01-02 12:05:30 +00:00
Gerald Pfeifer
05145f810f Add a run-time dependency for all uses of lang/gcc* except for gcc34
which is subsumbed by later versions.  This is needed for libstdc++
and other core run-time libraries.

PR:		129518, 142226
2010-01-02 08:11:28 +00:00
Martin Wilke
8ca9f0d689 - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR:	ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:	137855
Submitted by:		Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:	Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:	exp-run
2009-12-29 10:25:55 +00:00
Mark Linimon
8c864cd2fb Also assign this file to the new autotools mail reflector, and change the
boilerplate comment to match the various ports.

Hat:		portmgrt
2009-12-28 02:47:25 +00:00
Martin Wilke
64afd0774a - Connect Koffice2 2009-12-21 18:50:48 +00:00
Boris Samorodov
3cb246682f Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00
Pav Lucistnik
2ae03d48e7 - Terminate support for X11BASE having different value from LOCALBASE
PR:		ports/122341
Submitted by:	flz
2009-12-18 14:28:46 +00:00
Martin Wilke
213ae9a9a4 - Get rid python-2.3 and python-3.0 (no longer under developement)
Reviewed by:	alexbl, clsung, pav
2009-12-18 10:08:32 +00:00
Renato Botelho
3725d1aad1 Fix Universidade Federal do Paraná sourceforge mirror name 2009-12-14 16:20:02 +00:00
Philip M. Gollucci
e353c85f90 - Fix builds that enable PROXY support.
This should have been part of the following previous commit to www/apache22

>- OPTIONS+= PROXY_SCGI
>
>PR:             ports/140137
>Submitted by:   olli hauer <ohauer@gmx.de>
2009-12-14 00:16:25 +00:00
Ion-Mihai Tetcu
94e62a7ca7 MASTER_SITE_FEDORA_LINUX:
- archives.fedoraproject.org is working again, put it back
- leave the otehr changes in place, they seem to carry most of the packages.
2009-12-13 22:19:25 +00:00
Boris Samorodov
d65c254427 Fix a typo: limitted -> limited.
Reported by:	trhodes
2009-12-13 19:29:34 +00:00
Ion-Mihai Tetcu
fa734d418a MASTER_SITE_FEDORA_LINUX:
- Remove 3 dead mirrors
2009-12-13 11:47:44 +00:00
Ion-Mihai Tetcu
e7e6aa6096 MASTER_SITE_FEDORA_LINUX:
- Remove overloaded ftp mirror server over http; at least for the ftp variant
fetch doesn;t have to wait for a timeout.
2009-12-13 11:30:48 +00:00
Ion-Mihai Tetcu
3dd3f181ef MASTER_SITE_FEDORA_LINUX:
- move ftp.sunet.se which seems to still carry the FC8 packages up
- remove 3 dead mirros
2009-12-13 11:20:06 +00:00
Ion-Mihai Tetcu
1f5b4e0007 Temporarely remove archives.fedoraproject.org completely, it's slows down
every fetch of fedore packages.
2009-12-12 21:32:58 +00:00
Ion-Mihai Tetcu
61faaff01d Move ftp.udl.es first in MASTER_SITE_FEDORA_LINUX because it still carries old
releases that were move to archive, and archives.fedoraproject.org is down ATM.

Reported by:	QAT loosing hours to build a few linux ports
2009-12-12 20:02:51 +00:00
Stanislav Sedov
253f1b71cb - Update ruby 1.9 to 1.9.1 patchlevel 376. This fixes CVE-2009-4124.
Security:	eab8c3bd-e50c-11de-9cd0-001a926c7637
2009-12-09 23:45:30 +00:00
Dirk Meyer
a5deb8c9aa - remove BROKEN
- add experimenta options GNUSTEP_WITH_GCC43, GNUSTEP_WITH_GCC44
2009-12-03 13:50:43 +00:00
Dirk Meyer
e4e073af57 - mark all 200 gnustep ports broken after removal ov gcc-objc 2009-12-03 06:19:02 +00:00
Beat Gaetzi
c4b0d49ac0 - Remove obsolete gecko providers
Reviewed by:	miwi
2009-12-02 13:03:42 +00:00
Martin Wilke
9e7da961d0 The FreeBSD KDE is please to announce the release of KDE 4.3.4,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.4.php

We'd like to say thanks to all helpers and submitters.
2009-12-01 16:34:53 +00:00
Steven Kreuzer
329b1d6732 Fix previous commit which did not define
BDB_LIB_NAME, BDB_LIB_CXX_NAME and BDB_LIB_DIR
when db48 is selected

Submitted by:	ume@
Approved by:	miwi@ with portmgr hat on
2009-11-30 16:20:34 +00:00
Steven Kreuzer
acb5d0abc7 Add support for Berkeley DB 4.8
Approved by:	portmgr@
2009-11-30 14:33:56 +00:00
Dirk Meyer
9e0900e181 - update to 0.17.1 2009-11-28 21:49:45 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Beat Gaetzi
289c331088 - Introduce MOZSRC variable in bsd.gecko.mk. This change is needed for the
upcoming update of SeaMonkey 2 and Thunderbird 3 because they changed
  the distribution format. By default MOZSRC is equal to WRKSRC which is
  set to ${WRKDIR}/mozilla and reflect the old behaviour.
  In SeaMonkey 2 and Thunderbird 3 MOZSRC is set to the mozilla directory
  which is a subdirectory of WRKSRC.
- Remove MCom header.

Submitted by:	Florian Smeets <flo AT kasimir.com> (via private mail. Thanks!)
Exp-run by:	miwi
2009-11-28 10:38:01 +00:00
Martin Wilke
805f92c8d2 The KDE FreeBSD team is proud to announce the release of KDE 4.3.3
for FreeBSD.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_3_1to4_3_2.php
http://www.kde.org/announcements/changelogs/changelog4_3_2to4_3_3.php

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-27 01:44:03 +00:00
Martin Wilke
e9424863a5 - Update to Qt-4.5
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (myself)
2009-11-26 23:24:38 +00:00
Martin Wilke
492dce90c8 - Update to 2.6.4
Changelog:
	http://python.org/download/releases/2.6.4/NEWS.txt
2009-11-26 22:21:20 +00:00
Pav Lucistnik
8251fc590b - Correct FORCE_MAKE_JOBS warning which could be incorrectly printed for
MAKE_JOBS_SAFE marked ports

PR:		ports/140635
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
Tested by:	pointyhat exp-run
2009-11-25 22:02:29 +00:00
Mark Linimon
2d5a583429 Fix fetch of some of the octave-forge ports.
PR:		ports/140541
Submitted by:	maintainer
2009-11-14 00:56:23 +00:00
Mark Linimon
28be52f50c Expand the path passed to the install tool.
PR:		139342
Submitted by:	maintainer
2009-11-11 22:15:04 +00:00
Stanislav Sedov
d4693481b1 - Fix issue when the handle of tempfile become closed when the file
was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10).
- Bump PORTREVISION.

PR:		ports/139862
Submitted by:	Ari Maniatis <ari@ish.com.au>
Obtained from:	Ruby SVN
2009-10-24 10:52:07 +00:00
Stanislav Sedov
484e14b422 - Fix SIGINT signal handling.
PR:             ports/136804
Submitted by:   Emiel van de Laar <gemiel@gmail.com>
Obtained from:  ruby-lang SVN
2009-10-12 15:28:22 +00:00
Stanislav Sedov
afca0c68d3 - Update ruby 1.9.1 to patchlevel 243. 2009-10-12 15:05:01 +00:00
Stanislav Sedov
ef38fc3bb8 - Don't build ruby with threads support on FreeBSD versions before 7.2
- On FreeBSD >= 7.2 allocate the new thread with adequate amount of stack
  space to run the main ruby code in.  This allows to mitigate problem
  when too low stack space available for ruby when running with pthreads
  enabled.
- Bump portrevision.

The long version.  Before this change we used to link ruby against pthreads
uncoditionally on all versions of FreeBSD.  This is indispensable in order
to load the threaded shared objects withing ruby.  However, this causes a
dramatic decrease in the stack space available as pthreads only allows
up to several megabytes of stack space for the main application threads.
The only solution to this is to create the new thread immediately after
the program start with rigth stack size attributes set.  Nonetheless this
scheme won't work for us on FreeBSD version before 7.2 as malloc implementation
in these versions was not threaded fork safe (i.e. this is impossible to
fork from the threaded program and expect malloc/free functions to work).
Thus the only solution for now can be to disable pthreads entirely on
FreeBSD <= 7.2.  This won't cause any performance/usability problems for
users as Ruby 1.8 uses green threads, however it may prevent <= 7.2
users to load shared libraries linked agains pthreads.

Reported by:	"François Montel" <seanmullen@gmail.com>
Tested by:	Sean Mullen <seanmullen@gmail.com>
2009-10-12 13:15:50 +00:00
Gerald Pfeifer
8962147d75 Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentation
a bit.

Suggested by:	bsam
2009-10-10 11:45:30 +00:00
Gerald Pfeifer
7454e883a4 Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory
when building with USE_FORTRAN=yes.  This makes us use libstdc++.so.6
(and others) brought by this port as opposed to /usr/bin/libstdc++.so.6
that comes with our system compiler which is based on an older version
of GCC 4.2.  Newer version of GCC run-time libraries with the same soname
are always backwards compatible.

Feature safe:	yes
2009-09-26 01:02:01 +00:00
Gerald Pfeifer
62a1e74d3a Also print LDFLAGS as part of the test-gcc target. Print quotes around
CFLAGS and FFLAGS, too, to exactly see where we have whitespace.

Feature safe:	yes
2009-09-23 21:13:07 +00:00
Christian Weisgerber
64fe7233ca Format a few comment lines for ts=4 and <80 columns.
Feature safe:	yes
2009-09-21 19:13:51 +00:00
Florent Thoumie
897af990f1 - Introduce new GNU_CONFIGURE_PREFIX to override default --prefix value
passed to configure when GNU_CONFIGURE is set. [1]
- Few changes to the new USERS/GROUPS variables (users/groups are created
earlier, so they're available in do-install; creates homedir when
it's not /var/empty or /nonexistent; set login class if specified).

PR:		ports/67436 [1]
Submitted by:	(hrs, self) [1]
Feature safe:	yes
2009-09-17 12:24:09 +00:00
Boris Samorodov
03b46fc332 . welcome a new graphics/linux-f10-libGLU port;
. connect it to build;
. make apropriate changes to Mk/bsd.linux-apps.mk.
2009-09-14 10:09:31 +00:00
Gerald Pfeifer
6919a81f81 USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43. Remove one
explicit reference to the version number on the way.

Tested by:	pav (and pointyhat)
Thanks to:	pav, everyone who helped up fixing their ports
2009-09-12 18:07:51 +00:00
Boris Samorodov
54732cbcfc . update graphics/linux-f10-png to version 1.2.37-1.fc10; [1]
. update distinfo for sources;
. update the library version at Mk/bsd.linux-apps.mk.

PR:		ports/138616  [1]
Submitted by:	Glen Barber <glen.j.barber at gmail.com>  [1]
2009-09-07 20:08:37 +00:00
Florent Thoumie
80ce349ead Add support to create users and groups from information stored in UIDs/GIDs
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.

Also convert a few ports while I'm here.

PR:		ports/108514
Submitted by:	mm, self
2009-09-06 21:18:50 +00:00
Sergey Skvortsov
5a6475a692 Remove obsolete Firebird 1.x :
- no longer under development
- does not build with GCC 4.x
2009-09-03 15:23:49 +00:00
Dmitry Marakasov
535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00
Thomas Abthorpe
0f43e19098 The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php

We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
2009-09-01 22:19:47 +00:00
Boris Samorodov
f4c5060c8d Add a new application naslibs to the rank of _LINUX_APPS_ALL.
It is needed for linux-opera-10.

Requested by:	mezz (at freebsd-emulation)
2009-09-01 11:41:42 +00:00
Dmitry Marakasov
197a11f1f5 - Introduce MASTER_SITE_LOGILAB
- Update MASTER_SITES for ports that use it

PR:		137695
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
Reviewed by:	pav
2009-08-31 18:37:02 +00:00
Boris Samorodov
631f1bfa44 . add a new application (blt) to _LINUX_26_APPS;
. add its definitions.
2009-08-31 11:46:57 +00:00
Max Brazhnikov
e192f8e6ba add qdoc3 component for devel/qt4-qdoc3 2009-08-29 07:34:17 +00:00
Akinori MUSHA
4d72530523 - Fix the path of ftp.iasi.roedu.net in MASTER_SITE_FEDORA_LINUX.
- Remove rubyforge.iasi.roedu.net from MASTER_SITE_RUBYFORGE.
  It stopped mirroring files lately.
2009-08-24 05:25:17 +00:00
Dennis Herrmann
921a55a1fa - Fix build 2009-08-23 16:49:00 +00:00
Martin Wilke
abdb1ddb8d - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being run
PR:		117178
	Submitted by:	krion

 - Fix the problem usage MASTER_SITE_SUBDIR without /
 	PR:		131452
	Submitted by:	osa

Tested:		pointyhat exp-run
2009-08-22 19:32:48 +00:00
Joe Marcus Clarke
f1bf2fecbc Chase the vte shared lib version. 2009-08-22 17:45:29 +00:00
Li-Wen Hsu
083b45d5c6 - Update lang/python31 to Python 3.1.1
Submitted by:	wen heping <wenheping AT gmail.com>
2009-08-22 07:22:11 +00:00
Dmitry Marakasov
68cb122e1d - Switch SourceForge ports to new File Release System, bsd.*.mk changes
Approved by:	portmgr (pav)
2009-08-22 00:11:04 +00:00
Jeremy Messenger
81fa2681be Add libtool>=2.2, that way it will stop from anyone to try to install any
ports that are with libtool22 while users have libtool15 installed. It will
stop the check dependency and tell you to update your libtool first.

Approved by:	portmgr
2009-08-19 02:26:27 +00:00
Martin Wilke
8c4fcfd098 - Update Qt mirrors 2009-08-18 18:36:47 +00:00
Martin Wilke
3488a8f7c3 - Fix some typos
PR:		134541
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2009-08-14 11:34:57 +00:00
Martin Wilke
b1a7e9fbfc - Mark all math/octave* BROKEN, it fails to build for a long time
Reported by:	pointyhat
2009-08-14 11:06:55 +00:00
Erwin Lansing
cbf7cbeac7 - Add a new macro SFP, SourceForge Project, for use with the new
file layout used for new uploads at sourceforge.net
- Readd garr after the issues are resolved

Based on patches from:	Sylvio Cesar <scjamorim@bsd.com.br> and amdmi3
2009-08-12 19:46:41 +00:00
Philippe Audeoud
ff4e9ad292 - Fix previous commit. 2009-08-11 06:58:24 +00:00
Philippe Audeoud
f1e07a72b5 - Remove dead mirror for MASTER_SITE_PACKETSTROM
- Add new mirrors for MASTER_SITE_PACKETSTROM

PR:		ports/137596
Submitted by:	Sofian Brabez <sbrabez gmail.com>
2009-08-11 06:56:23 +00:00
Max Brazhnikov
1f8475f22f Mk/bsd.kde4.mk:
- rework KDE4_BUILDENV

All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required

databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
  (finally, boost-pyhton does not conflict with boost \o/)

deskutils/kdepim*:
- replace boost-python-libs with boost-libs
- reduce dependencies
- respect PREFIX
- fix build with qt3 installed

misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)

misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional

multimedia/kdemultimedia4:
- add optional support for PulseAudio

x11/kdebase4:
- remove needless dependency on kdebase4-runtime

x11/kdebase4-runtime, x11/kdebase4-workspace
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users

x11/kdelibs4
- remove needless dependencies
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
2009-08-10 11:47:36 +00:00
Martin Wilke
84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00
Martin Wilke
437140d5ee - Update Qt4 to 4.5.2
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 20:04:38 +00:00
Boris Samorodov
4cbc9171ea Fix entries for tcl84 and tk84 components at 8.x. The bug
was exposed by a new emulators/linux-systemsim port.

Reported by:	Portsnap buildbox
2009-08-03 21:53:13 +00:00
Boris Samorodov
2e9797641a Unify files to be detected while looking for tcl84 component. 2009-08-03 17:48:05 +00:00
Boris Samorodov
f4d516c91b Make the IGNORE message a little bit user-friendly. It puzzles even me
from time to time. :-)
2009-08-03 17:30:07 +00:00
Martin Wilke
0a1e65e421 - Move pkg_install commands detection to bsd.commands.mk
PR:		135663
    Submitted:	Yuri Pankov <yuri.pankov@gmail.com>
  - Add default FLEX command to bsd.commands.mk
    PR:		137026
    Submitted:	gahr@

Tested by:	pointyhat exp-build run
2009-08-03 15:36:58 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Marcus von Appen
b8b8468d92 Updated sdl_gfx to 2.0.19
Bumped PORTREVISION on dependent ports.

Approved by:	miwi (mentor)
2009-08-02 08:35:34 +00:00
Mark Linimon
93c1f3c12f Reset maintainer due to maintainer-timeouts and no response to email.
Reassign to python@.

Hat:		portmgr
2009-08-02 08:08:14 +00:00
Boris Samorodov
a3368f40ea Add a patch forgotten at a previous commit. This should fix make index.
Reported by:	Portsnap buildbox, erwin
Pointyhat to:	me
2009-07-28 14:52:23 +00:00
Boris Samorodov
fb78783700 Add dbusglib and dbuslibs targets. 2009-07-28 08:59:53 +00:00
Dirk Meyer
94d3cac055 - fix build for OSVERSION 800105 2009-07-21 17:51:43 +00:00
Alex Dupre
5ffb9d4cb4 Add support for upcoming MySQL 5.4. 2009-07-21 08:02:18 +00:00
Xin LI
2f8440aaf9 Update to OpenLDAP 2.4.17. Unfortunately a shared library bump is needed.
UPDATING to follow.
2009-07-20 08:13:12 +00:00
Stanislav Sedov
81c7e6f3bd - Bump ruby18 portrevision. 2009-07-19 16:43:37 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Timur I. Bakeyev
bd78464f74 Fix artefacts of cloning the file from bsd.databases.mk. Clarify usage
message.
2009-07-16 23:18:22 +00:00
Jose Alonso Cardenas Marquez
50cabe10c7 - Fix display of bogus message
PR:		133254
Submitted by:	amdmi3
2009-07-13 19:29:53 +00:00