Commit graph

255443 commits

Author SHA1 Message Date
Juergen Lock
5c392de08e This kld adds DVB ioctl handling to the Linux compatibility layer
so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX.

Note this port does not contain actual DVB drivers, those are
provided by e.g. the multimedia/webcamd port.

WWW: http://people.freebsd.org/~nox/dvb/
2011-04-24 15:51:13 +00:00
Olli Hauer
aaa59c1b11 Mk/bsd.apache.mk was rewritten with a new logic and some new parameters
to support future apache versions and the transition to apache22.

  Existing and new USE_APACHE* parameters:

  USE_APACHE         set apache and apxs as build and run dependency
  USE_APACHE_BUILD   set apache and apxs as build dependency
  USE_APACHE_RUN     set apache and apxs as run dependency

  The following example is representative of all three possible parameters to use:

  USE_APACHE= 22     specify exact version
  USE_APACHE= 1.3+   specify [min] version, no [max] version
  USE_APACHE= 13-22  specify [min]-[max] range
  USE_APACHE= -2.2   specify [max] version, no [min] version

  Values can be specified with and without "." (dot) between major and minor
  version numbers. For example 22 is equal to 2.2

  For documentation and full changelist please take a look into
  Mk/bsd.apache.mk or http://wiki.freebsd.org/bsd.apache.mk

  Commit with hat apache@

PR:		ports/156533
Submitted by:	ohauer
2011-04-24 15:37:53 +00:00
Dennis Herrmann
a18e391e07 - Update to 12.1 2011-04-24 14:46:39 +00:00
Romain Tartière
f06fcdf986 - Update to 0.8.1. 2011-04-24 14:28:44 +00:00
Dennis Herrmann
5007ee9fcb - Update to 2.4.10 2011-04-24 14:13:15 +00:00
Johan van Selst
0626d03cbb - Update findlib to 1.2.7
- Actually install the toolbox if TK support is available
2011-04-24 13:51:44 +00:00
Frederic Culot
a2e11fbdd7 - Remove OPTION for mandatory www/p5-libwww dependency
- Bump PORTREVISION

PR:		ports/156480
Submitted by:	Johannes Totz <johannes@jo-t.de>
Approved by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2011-04-24 11:23:58 +00:00
Frederic Culot
c859eb4c2d - Update to 1.1.0 [1]
- Fix typo in RUN_DEPENDS

PR:		ports/156479 [1]
Submitted by:	Alexander Pyhalov <alp@sfedu.ru> (maintainer)
2011-04-24 11:05:17 +00:00
Baptiste Daroussin
376be6c1e4 real fix with new exiv version
Report by:	pointyhat (erwin)
2011-04-24 10:49:49 +00:00
Olli Hauer
a3fe0cd139 - update to version 1.1.10
Note:
   There is already a version 1.1.10p1 but there are no source changes.
2011-04-24 10:43:32 +00:00
Baptiste Daroussin
4fa0eb9a17 - update to 2.8.3
- use of USERS/GROUPS macros
- add rc script

PR:		ports/155405
Submitted by:	Kurt Jaeger <fbsd-ports _at_ opsec.eu> (maintainer)
2011-04-24 09:54:22 +00:00
Frederic Culot
9b329fba17 - Update to 1.3.11
PR:		ports/156562
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2011-04-24 09:17:27 +00:00
Dennis Herrmann
2c3f8cc6b4 - Update to 4.9
PR:		ports/156604
Submitted by:	Jesse <jessefrgsmith@yahoo.ca> (maintainer)
2011-04-24 08:38:51 +00:00
Dennis Herrmann
2f962cb748 - Add CONFLICTS with dynamips-community 2011-04-24 07:57:12 +00:00
Dennis Herrmann
c63bd304c9 Cisco 1700/2600/3600/3700/7200 simulator.
WWW:	http://www.gns3.net/content/dynamips-028-rc3-community-version-released

PR:		ports/156454
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com>
2011-04-24 07:55:01 +00:00
Dennis Herrmann
d1a2403af3 - Fix build
PR:		ports/156511
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2011-04-24 07:45:59 +00:00
Emanuel Haupt
8eb9b68217 Remove http://goodies.xfce.org/releases/notification-daemon-xfce/ from
MASTER_SITES. Distfile gets shiftet around almost weekly, webserver provides
no SIZE information and the site is generally very unreliable.

Reported by:	many
2011-04-24 07:26:57 +00:00
Dirk Meyer
98ba35cc33 - update to 1.3 2011-04-24 07:06:50 +00:00
Kevin Lo
1f1f5c58f2 - Remove deprecated PHP clauses & fix for fastcgi; from Chris Rees
- Update MASTER_SITES
PR:	ports/156574
2011-04-24 06:07:10 +00:00
Doug Barton
792b8b103e Upgrade to 5.13:
* Optionally enabled full-scene OpenGL antialiasing. Set the resource
  *multiSample to true if doing so doesn't kill performance with your
  video hardware.
* New version of glhanoi.
* Image-loading hacks that display the file name now also display the
  sub-directory (xscreensaver-getimage now returns relative paths under
  imageDirectory).
* Passwords that contain UTF-8 non-Latin1 chars are now typeable.
* Numerous minor stability fixes.

For the port, remove patch incorporated by the author, and now-obsolete
CONFIGURE_ENV
2011-04-24 06:06:23 +00:00
Dirk Meyer
927eb69f5d - cleanup obsolte lines, that slipped through test 2011-04-24 04:51:25 +00:00
Rong-En Fan
b8b99764ac - Update to 3.1 [1]
- Change target of symlink libsvm.so from absolute path to relative path so
  that it behaves like what other people doing [2]
- Add LICENSE

PR:		ports/156599 [1]
Submitted by:	dikshie <dikshie at sfc.wide.ad.jp> [1]
Submitted by:	jsa@ [2]
2011-04-24 04:30:35 +00:00
Baptiste Daroussin
0ec8329779 Add the wanted version on package depends or it won't work as expected
re introduce the perl version check accidentally removed

Submitted by:	Géraud Continsouzas (GeJ on irc)
2011-04-24 02:04:04 +00:00
Gerald Pfeifer
27dd163872 Update to the 20110422 snapshot of GCC 4.6.1.
Replace the, now dysfunctional, post-patch target with a configure
option that marks this build of GCC as "FreeBSD Ports Collection". [1]

Reported by:	Bjoern Koenig <bkoenig@alpha-tierchen.de> [1]
2011-04-23 22:47:46 +00:00
Beech Rintoul
e0008725b3 - Update to 20110421 (0.3.5-rc1)
PR:		ports/156552
Submitted by:	Jase Thew (freebsd@beardz.net)
Approved by:	itetcu (mantor)(implicit)
2011-04-23 22:14:23 +00:00
Sergey Matveychuk
2381f723ff - A patch from a developers git: add command "mtu-ignore" to ospf6d
daemon just like in ospfd.

Submitted by:	Dmitrij Tejblum <tejblum_at_yandex-team.ru>
Approved by:	maintainer (implicitly)
2011-04-23 19:26:48 +00:00
Baptiste Daroussin
e316c05af7 More cleanup in rc script
Submitted by:	dougb@ (mail)
2011-04-23 17:29:10 +00:00
Doug Barton
079d48ee02 The master patch site has disappeared, so remove it for now until
I hear from the author. The patches are still available from my
personal site, as well as the FreeBSD distfile distributor.
2011-04-23 16:15:45 +00:00
Johan van Selst
58f0a013d1 Add xboard OPTIONS to install optional chess engine backends.
PR:		ports/156592
Submitted by:	Kalten <kalten@gmx.at>
2011-04-23 15:47:51 +00:00
Johan van Selst
0ed493422e Update to Wolfpack Empire 4.3.27 2011-04-23 15:32:42 +00:00
Florian Smeets
15ad2a026c - make CATEGORIES overridable, this fixes PKGORIGIN for japanese/xlockmore 2011-04-23 14:37:13 +00:00
Florian Smeets
3861739dcf - update to 4.9.5
PR:		ports/156585
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2011-04-23 14:32:34 +00:00
Nicola Vitale
becddddfed - Update to 1.3.2
- Add PORTDOCS

PR:	ports/156095
Submitted by:	Chris Rees <utisoft at gmail.com> (maintainer)
2011-04-23 13:55:15 +00:00
Li-Wen Hsu
0df52951e2 - Replace pkg-install and pkg-deinstall with USERS and GROUPS in Makefile
for databases/mongodb

PR:		ports/156297
2011-04-23 13:46:33 +00:00
Li-Wen Hsu
d9f8ef49a2 - Update from 1.6.5 to 1.8.1 [1]
- Attached a patch to fix the TERM handling issue in SConstruct [1]
- Added "ldconfig" to the rc.d script to start mongod correctly if running in a jail [1]
- Remove unsupported FreeBSD version stuff
- Replace pkg-install and pkg-deinstall with USERS and GROUPS in Makefile

PR:		ports/156297 [1]
Submitted by:	Mirko Zinn <mail AT derzinn.de> (maintainer)
2011-04-23 13:45:28 +00:00
Dirk Meyer
41a6f452d8 - make fail early when old netpbm is installed 2011-04-23 13:41:49 +00:00
Frederic Culot
5c35ed0284 - Update to 1.0.24
PR:		ports/155400
Submitted by:	Kurt Jaeger <fbsd-ports AT opsec.eu> (maintainer)
2011-04-23 13:30:14 +00:00
Frederic Culot
701b04ecd3 - Update to 1.1.36
PR:		ports/155399
Submitted by:	Kurt Jaeger <fbsd-ports AT opsec.eu> (maintainer)
2011-04-23 13:17:44 +00:00
Frederic Culot
1a3613df52 - Update to 1.0.4
PR:		ports/156526
Submitted by:	Rusty Nejdl <rnejdl AT ringofsaturn.com> (maintainer)
2011-04-23 13:01:40 +00:00
Nicola Vitale
d65a9d294b Heybuddy is a supposedly light, feature free identi.ca client,
licensed under GNU GPL v3.

WWW: http://www.jezra.net/projects/heybuddy

PR:		ports/156402
Submitted by:	Beni Keller <navigium at grindcore.ch>
2011-04-23 12:00:54 +00:00
Baptiste Daroussin
2f07dcc945 - fix building when PREFIX != LOCALBASE
- fix plist nl man pages
- remove now useless libebml and libmatroska dependencies, now build system forces to use bundled one
- bump port revision
2011-04-23 11:14:06 +00:00
Sergey A. Osokin
ab4a77c4dd Update from 2.2.4 to 2.2.5.
Notice from:	miwi
2011-04-23 10:18:31 +00:00
Koop Mast
656959f671 Update to 4.7.0. 2011-04-23 09:13:34 +00:00
Dennis Herrmann
2fc7ab7c57 - Update to 1.4.7 2011-04-23 08:42:30 +00:00
Dennis Herrmann
c1a296e03e - Update to 0.5.7 2011-04-23 08:40:57 +00:00
Dennis Herrmann
2d764fdcba - Update to 20110420 2011-04-23 08:40:29 +00:00
Sergey Skvortsov
d8c7862e46 Update to 1.32
Changes:	http://cpansearch.perl.org/src/PCIMPRICH/XML-SAX-ExpatXS-1.32/Changes
2011-04-23 07:36:21 +00:00
Sergey Skvortsov
7089c676a1 Update to 0.59
Changes:	http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-ParseExcel-0.59/Changes
2011-04-23 07:33:50 +00:00
Baptiste Daroussin
db18706044 - fix rc script: use --config instead of -f and --daemon instead of & [1]
while here:
- move configuration to perlbal subdirectory (as upstream recommands)
- s,/etc/perlbal,${PREFIX}/etc/perlbal,g in doc and code for consistency
- add a new dependency on p5-IO-AIO

PR:		ports/156559
Submitted by:	Dean Matzkov <bapabooiee _at_ gmail.com>
2011-04-23 07:32:55 +00:00
Baptiste Daroussin
c729a0f01b - Update to 1.21
- Changelog: http://search.cpan.org/dist/Mojolicious/Changes

PR:		ports/156589
Submitted by:	Murilo Opsfelder <mopsfelder _at_ gmail.com (maintainer)
2011-04-23 06:50:51 +00:00