Commit graph

270373 commits

Author SHA1 Message Date
Steve Wills
3ee7aadb9d - Add missing BUILD_DEPENDS to allow the module to work, silence build
warning and allow testing
- Bump PORTREVISION due to added dependency
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS as
  suggested by the Porters Handbook
2012-01-05 17:00:55 +00:00
Steve Wills
244d2d0b6c - Add missing BUILD_DEPENDS to allow the module to work, silence build
warning and allow testing
- Bump PORTREVISION due to added dependency
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS as
  suggested by the Porters Handbook
2012-01-05 16:44:58 +00:00
Olli Hauer
20894176ea Now where apache13 is gone, we need only on port for p5-Apache-DBI.
- first step is to make the port standalone (no sub-ports)
- second step is to adjust all ports and remove p5-Apache-DBI-mp2

with hat apache@
2012-01-05 16:28:12 +00:00
Gerald Pfeifer
0a4c279773 Update to Wine 1.3.36. This includes the following changes:
- UDisks backend for the dynamic device support.
 - Polygons and geometric pens implemented in the DIB engine.
 - JScript now compiles entire functions.
 - Improved support for vertical fonts.
 - A few more scripts in UniScribe.
 - A bunch of ctype functions implemented in MSVCP.
 - Various bug fixes.
2012-01-05 16:26:14 +00:00
Pietro Cerutti
277236d9bb - Update to 1.7.32
- Remove old patch (fixed upstream)
- Make supported image formats optional
2012-01-05 16:15:26 +00:00
Steve Wills
c8afd8e9b7 - Add TEST_DEPENDS to enable testing 2012-01-05 15:39:07 +00:00
Brendan Fabeny
17c05557f6 update to 3.2.0, simplify, and fix NOPORTEXAMPLES 2012-01-05 13:16:02 +00:00
Wen Heping
46d390a72a - Mark IGNORE when build with TEXVC option
Noticed by:	Sebastian Klemke <packet@nerdheim.de>
		Peter Jeremy <peterjeremy@acm.org>
2012-01-05 08:34:48 +00:00
Cy Schubert
295a80f62e When 'Doinkd' is started as a service and there are no users actually
logged into system it segfaults (signal 11).

There is a bug in the 'chk_maxuser' function. When it receives as a
prameter 'user==NULL' following condition:

if (user->mgroup != 0) {

causes a segfault. Bug can be very easy reproduced and tracked by
gdb (core dumps have to be enabled).

Tested fix is:

if (user != NULL && user->mgroup != 0) {

Obtained from:	doinkd bug ID at Sourceforge: 1652293
		http://sourceforge.net/tracker/?func=detail&aid=1652293&group_id=168453&atid=846828
2012-01-05 08:20:44 +00:00
Frederic Culot
0173e7cb26 - Update to 5.14
PR:		ports/163817
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2012-01-05 08:08:58 +00:00
Jason Helfman
dc4faddc10 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR:	ports/163251
Submitted by:	jgh (me)
Approved by:	maintainer (timeout), crees (mentor)
2012-01-05 07:35:00 +00:00
Jason Helfman
9df6099ea4 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR:	ports/163253
Submitted by:	jgh (me)
Approved by:	maintainer (timeout), crees (mentor)
2012-01-05 07:29:04 +00:00
Rene Ladan
6401f3f628 Update to 3.3.1
PR:		ports/163784
Submitted by:	Olivier Duchateau
2012-01-05 07:18:51 +00:00
Joseph S. Atkinson
dec4b5ba48 Update to 1.1.13.
Approved by:	wxs (mentor)
2012-01-05 03:18:02 +00:00
Brendan Fabeny
7ec767eacf Add libflame , FLAME dense linear algebra library. 2012-01-05 02:35:10 +00:00
Doug Barton
ec129af2cb Upgrade to version 5.2.10:
* Introduce a PAM authentication plugin
* Various bug fixes

For the rc.d script, add the ability to run multiple instances

PR:		ports/161883
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
2012-01-05 02:13:36 +00:00
Renato Botelho
8883a7f87a Re-add www/dansguardian-devel with new alpha version 2.12.0.0
Requested by:	Marcello Coutinho <marcellocoutinho@gmail.com>
Thanks to:	dougb@
2012-01-05 01:20:29 +00:00
Greg Larkin
0d3df9cca5 - Add missing dependency: devel/p5-namespace-autoclean
- Move Test::* to TEST_DEPENDS
- Bump PORTREVISION for dependency change

PR:		ports/163502
Submitted by:	sunpoet
2012-01-04 23:26:12 +00:00
Ryan Steinmetz
b6a591f28e - Remove problematic empty variable assignment
Reported by:	dougb
2012-01-04 22:59:28 +00:00
Steve Wills
e53c2f2c1e - Add TEST_DEPENDS to enable testing 2012-01-04 22:00:08 +00:00
Steve Wills
04a6c7f8c0 - Add TEST_DEPENDS to enable testing 2012-01-04 21:49:56 +00:00
Pav Lucistnik
fc78c20da7 - Mark BROKEN: does not compile
In file included from store.cpp:27:
  scribe_server.h:45: error: conflicting return type specified for 'virtual scribe::thrift::ResultCode scribeHandler::Log(const std::vector<scribe::thrift::LogEntry, std::allocator<scribe::thrift::LogEntry> >&)'
  ../src/gen-cpp/scribe.h:18: error:   overriding 'virtual scribe::thrift::ResultCode::type scribe::thrift::scribeIf::Log(const std::vector<scribe::thrift::LogEntry, std::allocator<scribe::thrift::LogEntry> >&)'

Reported by:	pointyhat
2012-01-04 21:24:27 +00:00
Pav Lucistnik
d1b49191e5 - MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2012-01-04 21:19:26 +00:00
Jason Helfman
8b376bfd5f - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
Submitted by:	jgh (me)
Approved by:	crees (mentor)
2012-01-04 20:38:14 +00:00
Ruslan Makhmatkhanov
f28c1e1d0b - update to 1.7.6 2012-01-04 20:33:18 +00:00
Jason Helfman
5333218845 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR:		ports/163261
Submitted by:	jgh (me)
Approved by:	maintainer, crees (mentor)
2012-01-04 20:30:37 +00:00
Yen-Ming Lee
555d29c149 - remove files/patch-tin.defaults and replace it with REINPLACE_CMD
Noticed by:	danfe@
2012-01-04 20:30:35 +00:00
Jason Helfman
c2c80d4ec0 - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR:	ports/163258
Submitted by:	jgh (me)
Approved by:	maintainer, crees (mentor)
2012-01-04 20:28:05 +00:00
Martin Matuska
3a0a61994b Remove obsolete ftp/proftpd-devel port.
ftp/proftpd-devel
2012-01-04 20:20:31 +00:00
Johan van Selst
e1ee61cc39 Correct directory for net-in/jwchat entry + fix typo 2012-01-04 18:09:03 +00:00
Johan van Selst
1d7d17e8eb Removed editors/ged: Use ed, red from base instead. 2012-01-04 18:03:01 +00:00
Johan van Selst
44c2d0019a Remove the port of GNU ed again, as it doesn't seem to offer any advantage
of the standard ed that we have in the base system.
2012-01-04 17:51:48 +00:00
Olli Hauer
d4bf9fc462 - update to 5.61TEST4
For detailed Changes see http://nmap.org/changelog.html
(List is simply to long ...)

Some highlights
* [NSE] Added a new httpspider library which is used for recursively
  crawling web sites for information.  New scripts using this
  functionality include http-backup-finder, http-email-harvest,
  http-grep, http-open-redirect, and http-unsafe-output-escaping. See
  http://nmap.org/nsedoc/ or the list later in this file for details
  on these.

* [NSE] Added a vulnerability management library (vulns.lua) to store and to
  report discovered vulnerabilities.

* [NSE] Added a new script force feature.  You can force scripts to
  run against target ports (even if the "wrong" service is detected)
  by placing a plus in front of the script name passed to --script.
  See http://nmap.org/book/nse-usage.html#nse-script-selection.

* [NSE] Added 51(!) NSE scripts, bringing the total up to 297.

Build tests sponsored by redports.org
2012-01-04 16:47:52 +00:00
Pietro Cerutti
f2895b183d - Better determination of run time memory constraints
PR:				ports/163793
Submitted by:  Tino Engel <tino.engel@porno-muenchen.de>
2012-01-04 16:04:46 +00:00
Pav Lucistnik
3bff9d66ca - Remove this tray port, a product of repocopy from x11-wm/stumpwm.
PRs for this rename were abandoned and closed some time ago.

Reported by:	pointyhat
2012-01-04 14:29:29 +00:00
Pav Lucistnik
c5eae10937 - Reconnect mod_auth_mysql2 which seems to have been removed by mistake in
apache13 sweep

Reported by:	pointyhat
2012-01-04 14:26:18 +00:00
Johan van Selst
b1b2ea5aa4 Restore PORTREVISION to prevent version going backwards
Reported by:	erwin
2012-01-04 14:01:56 +00:00
Pietro Cerutti
4c09ce6b2f - Update to 0.9.96-01-01-12 2012-01-04 13:52:14 +00:00
Pietro Cerutti
7ab69fcc67 - Correctly link against pthread to avoid segfaulting at shlib load time
- Bump PORTREVISION
2012-01-04 12:57:36 +00:00
Ruslan Makhmatkhanov
2bcc25f937 - update to 0.7 2012-01-04 12:06:24 +00:00
Ruslan Makhmatkhanov
163ce18e5b - update to 1.1.1 2012-01-04 12:05:51 +00:00
Ruslan Makhmatkhanov
f243deaa03 - update to 2.4.6
- rework SASL option handling according to upstream changes
- explicitly depend on OpenLDAP 2.4 [1]

PR:		163808 [1]
Submitted by:	Mike Fisher <mfisher at csh.rit dot edu>
2012-01-04 11:23:50 +00:00
Ruslan Makhmatkhanov
2760c4beaf - update to 2.4.9 2012-01-04 09:17:43 +00:00
Max Brazhnikov
24d54d05d3 Connect librecad 2012-01-04 09:06:40 +00:00
Max Brazhnikov
f4e8ce4fce Add new port cad/librecad:
LibreCAD is a 2D CAD drawing application based on the community
edition of QCad (www.qcad.org).

WWW:	http://librecad.org
2012-01-04 09:06:02 +00:00
Ruslan Makhmatkhanov
9d263ef152 - update to 2.1.2 2012-01-04 08:52:44 +00:00
Doug Barton
e44947ffc1 * Thu Dec 29 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.3
- BUGFIX: Fix btdigg plugin (Python3 support + torrent name in magnet links)
- BUGFIX: Fix banning of IPv6 peers (Closes #885021)
- BUGFIX: Fix torrent addition dialog layout problem (Closes #84650522)
- BUGFIX: Do not report any progress for disabled files (Closes #56731485)
- BUGFIX: Make torrent sorting case insensitive (Closes #857154)
- BUGFIX: Improve Web UI usability of small devices
- BUGFIX: Program updater: More reliable version detection / comparison
- I18N: Add Georgian translation
2012-01-04 08:47:24 +00:00
Michael Scheidell
15daaa8015 - install libbacfind.so
PR:		ports/163247
Submitted by:	olevole <olevole@olevole.ru>
Approved by:	dan@langille.org (maintainer), gabor (mentor)
2012-01-04 08:20:50 +00:00
Li-Wen Hsu
e7819657a7 - Update to 3.3.1
- Add php-curl

PR:		ports/163809
Submitted by:	ychsiao <ychsiao@ychsiao.org> (maintainer)
Security:	810df820-3664-11e1-8fe3-00215c6a37bb
2012-01-04 08:01:27 +00:00
Frederic Culot
19f67e5aae - Update to 3.2.2
PR:		ports/163797
Submitted by:	Devin Teske <dteske@vicor.com> (maintainer)
2012-01-04 07:52:29 +00:00