Commit graph

304241 commits

Author SHA1 Message Date
Baptiste Daroussin
190b0c8bac Use USES=display:build instead of custom implementation 2013-07-11 06:34:23 +00:00
Baptiste Daroussin
a6607bbc30 Mark jobs unsafe (fails with -j24)
While here:
- Use options helpers
- Removed indefinite article
2013-07-11 06:31:54 +00:00
Baptiste Daroussin
20d09fd708 Fix build with nls (was broken because USES was set after pre.mk)
While here:
Use options helpers
Use options sub
Use shebangfix
2013-07-11 06:27:40 +00:00
Baptiste Daroussin
d4e5e008e3 Mark job unsafe
Convert to USES=gmake
Use options helpers
2013-07-11 06:15:02 +00:00
Baptiste Daroussin
d9a1f578b9 Mark job unsafe (fails with -j24)
Use options helpers
2013-07-11 06:02:40 +00:00
Baptiste Daroussin
f3dc0c6f27 Reset maintainer (email is bouncing)
While here:
- Trim headers
- Convert to USES where applicable
- Bump klamav portrevision (pkgconfig is not a run dep anymore)
2013-07-11 05:53:09 +00:00
Emanuel Haupt
a8b215b6e1 xterm patch #294 supports experimental sixel graphics. Provide an option.
PR:		180448
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>
2013-07-11 05:52:06 +00:00
Johan van Selst
bde51d0950 - Update SWI Prolog to 6.2.6
- Remove patches now included upstream
- Add option to use libiodbc (inspired by [1])
- Adopt port

PR:		ports/172837 [1]
Submitted by:	C. P. Ghost <cpghost@cordula.ws>
2013-07-11 05:05:46 +00:00
Cy Schubert
30cb3def01 Fix man page CONFLICTS with graphics/poppler.
Pointy hat to:	myself, missed in r296465.
Pointed out by:	Jan Henrik Sylvester <me@janh.de>
Approved by:	araujo (Maintainer)
2013-07-11 05:04:14 +00:00
Johan van Selst
ff0c6848e6 Add GNU m4 as run dependency of flex
Submitted by:	antoine
2013-07-11 04:54:06 +00:00
Dirk Meyer
16d87e9388 - fix build when DEBUG is set
PR:		180361
Submitted by:	Raphael Kubo da Costa
2013-07-11 04:02:06 +00:00
Jason Helfman
331fce420c - fix from conversion in r322709
Approved by:	maintainer (implicit)
2013-07-10 23:59:46 +00:00
Matthias Andree
c893c9e130 Remove expired security/openvpn20 port.
It is recommended to migrate to security/openvpn.
2013-07-10 22:28:30 +00:00
Baptiste Daroussin
cab5254741 Mark job unsafe 2013-07-10 21:32:34 +00:00
Baptiste Daroussin
0a830cfcd0 Fix PORTSDIR not already defined by using relative path 2013-07-10 21:28:56 +00:00
Baptiste Daroussin
f83b34b741 Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
2013-07-10 21:11:24 +00:00
Maxim Konovalov
dd522563f0 o Grammar.
Approved by:	bdrewery
2013-07-10 20:47:24 +00:00
Ade Lovett
f0515c8a28 Add missing NLS options dialog.
Submitted by:	peter (and others)
2013-07-10 20:45:52 +00:00
Pawel Pekala
5a99503460 Use ${OPT}_DISTFILES for additional distfile
Submitted by:	bapt
2013-07-10 20:28:50 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Olli Hauer
5183b40651 - update to apache-2.2.25
- update vuxml with additional CVE-2013-1896 entry

Changes with Apache 2.2.25
  http://www.apache.org/dist/httpd/CHANGES_2.2.25

  *) SECURITY: CVE-2013-1896 (cve.mitre.org)
     mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
     the source href (sent as part of the request body as XML) pointing to a
     URI that is not configured for DAV will trigger a segfault. [Ben Reser
     <ben reser.org>]

  *) SECURITY: CVE-2013-1862 (cve.mitre.org)
     mod_rewrite: Ensure that client data written to the RewriteLog is
     escaped to prevent terminal escape sequences from entering the
     log file.  [Eric Covener, Jeff Trawick, Joe Orton]

  *) core: Limit ap_pregsub() to 64MB and add ap_pregsub_ex() for longer
     strings.  The default limit for ap_pregsub() can be adjusted at compile
      time by defining AP_PREGSUB_MAXLEN.  [Stefan Fritsch, Jeff Trawick]

  *) core: Support the SINGLE_LISTEN_UNSERIALIZED_ACCEPT optimization
     on Linux kernel versions 3.x and above.  PR 55121.  [Bradley Heilbrun
     <apache heilbrun.org>]

  *) mod_setenvif: Log error on substitution overflow.
     [Stefan Fritsch]

  *) mod_ssl/proxy: enable the SNI extension for backend TLS connections
     [Kaspar Brand]

  *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
     forwarding to SSL backends. PR 53134.
     [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem]

  *) mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
     in the error log to debug level.  [William Rowe]

  *) mod_ssl: Catch missing, mismatched or encrypted client cert/key pairs
     with SSLProxyMachineCertificateFile/Path directives. PR 52212, PR 54698.
     [Keith Burdis <keith burdis.org>, Joe Orton, Kaspar Brand]

  *) mod_proxy_balancer: Added balancer parameter failontimeout to allow server
     admin to configure an IO timeout as an error in the balancer.
     [Daniel Ruggeri]

  *) mod_authnz_ldap: Allow using exec: calls to obtain LDAP bind
     password.  [Daniel Ruggeri]

  *) htdigest: Fix buffer overflow when reading digest password file
     with very long lines. PR 54893. [Rainer Jung]

  *) mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
     [Timothy Wood <tjw omnigroup.com>]

  *) mod_dav: Make sure that when we prepare an If URL for Etag comparison,
     we compare unencoded paths. PR 53910 [Timothy Wood <tjw omnigroup.com>]

  *) mod_dav: Sending an If or If-Match header with an invalid ETag doesn't
     result in a 412 Precondition Failed for a COPY operation. PR54610
     [Timothy Wood <tjw omnigroup.com>]

  *) mod_dav: When a PROPPATCH attempts to remove a non-existent dead
     property on a resource for which there is no dead property in the same
     namespace httpd segfaults. PR 52559 [Diego Santa Cruz
     <diego.santaCruz spinetix.com>]

  *) mod_dav: Do not fail PROPPATCH when prop namespace is not known.
     PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]

  *) mod_dav: Do not segfault on PROPFIND with a zero length DBM.
     PR 52559 [Diego Santa Cruz <diego.santaCruz spinetix.com>]

PR:		ports/180248
Submitted by:	Jason Helfman jgh@
2013-07-10 19:01:44 +00:00
Sergey A. Osokin
38c98059bc Update from 2.0.1 to 2.0.2.
Install link to shared object.	(*)

PR:	177881	(*)
2013-07-10 17:57:38 +00:00
Bernhard Froehlich
75bd97679a - Fix querying total and available RAM on i386
Submitted by:	Cy Schubert <cy@FreeBSD.org>
2013-07-10 17:57:07 +00:00
Marcus von Appen
f0d3eec29c - Upstream distfile has been rerolled
Reported by:	Tim Čas <darkuranium@gmail.com>
2013-07-10 17:57:00 +00:00
William Grzybowski
d79cbad487 net-p2p/qbittorrent: update to 3.0.10
- Update to 3.0.10 [1]
- Add DBUS to options
- Remove unneeded pre/post mk

PR:		ports/180437
Submitted by:	nemysis <nemysis gmx.ch> (maintainer)
2013-07-10 17:54:43 +00:00
Sergey A. Osokin
38f097d431 Update from 1.5.1 to 1.5.2.
Temporary ignore third-party syslog support.

<ChangeLog>

*) Feature: now several "error_log" directives can be used.

*) Bugfix: the $r->header_in() embedded perl method did not return value
   of the "Cookie" and "X-Forwarded-For" request header lines; the bug
   had appeared in 1.3.14.

*) Bugfix: in the ngx_http_spdy_module.
   Thanks to Jim Radford.

*) Bugfix: nginx could not be built on Linux with x32 ABI.
   Thanks to Serguei Ivantsov.

</ChangeLog>
2013-07-10 17:48:49 +00:00
Juergen Lock
9b7a8fe71c - Fix multimedia/vdr-plugin-markad build by fixing .include order.
- Switch to USES= gmake.
- Remove 7.x cruft.

Submitted by:	pointyhat via miwi
2013-07-10 17:44:45 +00:00
Ryan Steinmetz
5e9abf64b7 New port: devel/rubygem-paperclip:
Easy upload management for ActiveRecord

WWW: https://rubygems.org/gems/paperclip
2013-07-10 17:32:49 +00:00
Ryan Steinmetz
dc4be6dca9 New port: devel/rubygem-cocaine:
A small library for doing (command) lines

WWW: https://rubygems.org/gems/cocaine
2013-07-10 17:31:46 +00:00
Ryan Steinmetz
dd188e41d8 New port: devel/rubygem-climate_control:
Modify your ENV

WWW: https://rubygems.org/gems/climate_control
2013-07-10 17:30:25 +00:00
Sergey A. Osokin
12c071109c Update:
o) third-party passenger module from 4.0.5 to 4.0.8;
o) rubygem-passenger from 4.0.5 to 4.0.8;
o) third-party rtmp module from 1.0.0 to 1.0.1.
2013-07-10 17:19:47 +00:00
Tijl Coosemans
7ce489d0e3 Fix options handling. 2013-07-10 17:16:54 +00:00
William Grzybowski
a456b99135 devel/py-celery: update to 3.0.20
- Update to 3.0.20
- Take maintainership

Changes: https://github.com/celery/celery/blob/v3.0.20/Changelog

PR:		ports/180085
Submitted by:	wg (myself)
Approved by:	maintainer
2013-07-10 17:14:58 +00:00
Steven Kreuzer
ebe93ee7ba Update to 1.4.0
PR:		ports/180410
Submitted by:	Tommy Scheunemann <net@arrishq.net>
2013-07-10 17:11:12 +00:00
William Grzybowski
5258a1936e net-p2p/libtorrent-rasterbar-16: update to 0.16.10
- Update to 0.16.10
- Add back Created by to Makefile header
- Add LICENSE (BSD)
- Pass maintainership to submitter
- Install examples

PR:		ports/180436
Submitted by:	nemysis <nemysis gmx.ch>
2013-07-10 17:06:01 +00:00
Baptiste Daroussin
0bdf3055bd Mark as job unsafe 2013-07-10 17:04:49 +00:00
Baptiste Daroussin
daada0fcb4 Convert to USES=gmake 2013-07-10 17:01:32 +00:00
Baptiste Daroussin
a817add5d8 Convert to USES=gmake 2013-07-10 16:55:42 +00:00
Baptiste Daroussin
ed37932c34 Move gmake declaration prior to pre.mk while here convert it to USES=gmake 2013-07-10 16:51:48 +00:00
Baptiste Daroussin
e10b6d67f0 Mark job unsafe 2013-07-10 16:23:40 +00:00
Tom Judge
8f85c57733 New port: textproc/p5-Text-CSV-Hashify
Perl module for turning CSV files into Hashes.

WWW: http://search.cpan.org/dist/Text-CSV-Hashify/
2013-07-10 16:13:00 +00:00
Baptiste Daroussin
871ad2d779 Remove unnneded part of the description
Reported by:	marino
2013-07-10 16:06:33 +00:00
Alexey Dokuchaev
e2a17e6551 Sanitize port's inner Makefiles to allow parallel builds. 2013-07-10 15:34:49 +00:00
Max Brazhnikov
b3f29cd18f - Add patch which allows to build audio/acoustid-fingerprinter and
audio/chromaprint with different ffmpeg ports (based on patch from
  multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint

Approved by:	no reply from jhale@
2013-07-10 15:25:37 +00:00
Raphael Kubo da Costa
c15d240d9b Hopefully finish fixing the l10n ports after r322586 and r322618. 2013-07-10 15:23:02 +00:00
Alexey Dokuchaev
12bc438baf - Cleanup Makefile before making the port make jobs safe
- Convert NOPORTDOCS to OPTIONS; pet portlint(1)
2013-07-10 15:19:11 +00:00
Sunpoet Po-Chuan Hsieh
7f40a4bae2 - Fix build on 10-CURRENT
Reported by:	bdrewery
2013-07-10 15:00:29 +00:00
Ryan Steinmetz
ee86579e2e - Update to 3.3.2 2013-07-10 14:54:21 +00:00
Steven Kreuzer
a6e23b2240 uCON64 is the video game backup tool and emulator Swiss Army knife program.
It supports almost every system (Consoles, Handheld, and Arcade) with very
verbose ROM information, ROM and SRAM convertion to various backup tool
formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT
files, and more.

WWW:    http://ucon64.sourceforge.net/

PR:		ports/177042
Submitted by:	Nicole Reid <nicole@cooltrainer.org>
2013-07-10 14:42:21 +00:00
Rene Ladan
fca5644183 Add new vulnerabilities for www/chromium < 28.0.1500.71
Obtained from:	http://googlechromereleases.blogspot.nl/
2013-07-10 14:35:58 +00:00