Commit graph

302166 commits

Author SHA1 Message Date
Martin Wilke
1134dbc4ee - Fix plist
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 06:44:32 +00:00
Baptiste Daroussin
b6144c64bf Fix the forgotten pre.mk which should have been changed to options.mk
Reported by:	miwi
2013-06-12 06:36:17 +00:00
Martin Wilke
b868b38d00 - Unbreak build on HEAD 2013-06-12 06:16:42 +00:00
Martin Wilke
93db8eacef - Unbreak build on HEAD 2013-06-12 06:14:26 +00:00
Martin Wilke
ab9ecc0e1a - Fix build on HEAD 2013-06-12 06:07:33 +00:00
Grzegorz Blach
1391091449 - Update to 1.3.4
Approved by:	crees, tabthorpe (mentors, implicit)
2013-06-12 05:52:05 +00:00
Baptiste Daroussin
8db370234c Update to 0.2
Changes:
  - auto-recognize more builtin PowerPC and mips macros
  - pass -Wunused
  - allow absolute paths in include files
  - don't use getprogname() in the name of portability
  - add tests
  - clean out usage of sys/cdefs.h macros and don't use the implementation
    namespace
  - make -Wcomment work again
  - fix handling of relative includes
  - provide a man page
  - other minor improvements
2013-06-12 05:47:43 +00:00
Cy Schubert
fc271dc2dc Update 3.4.1 --> 3.4.2
Submitted by:	Peter Czanik <czanik@balabit.hu> (our syslog-ng upline)
2013-06-12 04:12:05 +00:00
William Grzybowski
a1d3c2c413 - Update to 0.3.2
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-11 23:47:37 +00:00
Jung-uk Kim
a97ed07513 Update to 1.4. 2013-06-11 23:18:45 +00:00
Eitan Adler
933455bf44 Update to 11.2r202.291
PR:		ports/179502
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2013-06-11 22:44:39 +00:00
Olli Hauer
77e656221b - update to version 1.2.1
Changelog:
Serf 1.2.1 [2013-06-03, from /tags/1.2.1]
  Fix issue 95: add gssapi switches to configure (r1864, r1900)
  Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined (r1877)
  Fix issue 100: building against an old Windows Platform SDK (r1881)
  Fix issue 102: digest authentication failures (r1885)
  Improve error return values in SSPI authentication (r1804)
  Ensure serf-1.pc is constructed by serfmake (r1865)
  Optimize SPNego authentication processing (r1868)
  Reject certs that application does not like (r1794)
  Fix possible endless loop in serf_linebuf_fetch() (r1816)
  Windows build: dereference INTDIR in serf.mak (r1882)

PR:		ports/179274
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2013-06-11 22:26:36 +00:00
Guido Falsi
86713b8a55 - Fix leftover files [1]
- Convert port to use static plist
- While here, convert port to use WWWDIR

Reported by:	miwi (exp-run) [1]
2013-06-11 22:07:57 +00:00
Matthias Andree
2329c6fcd5 Update to new upstream release 1.11.10, fixing abort() when running
fetchnews in verbose mode.
2013-06-11 22:00:36 +00:00
Brooks Davis
6884a01ebf Add missing build depend on python. I removed the run dependency too
firmaly.

Submitted by:	 bdrewery
2013-06-11 21:57:09 +00:00
Raphael Kubo da Costa
a8466ccc78 Respect CXXFLAGS when linking.
hunspell's configure script seems to have been generated with a very old
version of libtool. Specifically, it does not uses CFLAGS instead of
CXXFLAGS when performing some tests related to the C++ compiler.

This ends up making it add '-lstdc++' to the linker's command line even if
one sets CXXFLAGS to -stdlib=libc++. The attached patch fixes the problem by
"backporting" the appropriate libtool.m4 change to the configure script.

PR:		ports/178696
Approved by:	maintainer timeout (office@, 28 days)
2013-06-11 21:44:16 +00:00
Raphael Kubo da Costa
ba6a752c51 Update to 1.3.
PR:		ports/177958
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
2013-06-11 21:36:24 +00:00
Ruslan Makhmatkhanov
414a32e4ad - update to 4.20 2013-06-11 21:24:41 +00:00
Ruslan Makhmatkhanov
f394b09369 - update to 0.4.11 2013-06-11 21:24:12 +00:00
Raphael Kubo da Costa
33cee96eed Update to 1.376.
Mostly this includes locale support for spelling and detection of more
misspelled words.

PR:		ports/179498
Submitted by:	Warren Block <wblock@FreeBSD.org> (maintainer)
2013-06-11 21:23:04 +00:00
Raphael Kubo da Costa
85b6145985 Add a patch to stop crashing on amd64.
PR:		ports/179179
Submitted by:	David Wolfskill <david@catwhisker.org> (maintainer)
2013-06-11 21:19:37 +00:00
Raphael Kubo da Costa
74d81c8e2b Fix MAN8 leftover.
PR:		ports/179492
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2013-06-11 21:06:30 +00:00
Frederic Culot
c14a0f2716 - Document vulnerabilities in www/owncloud
Security:	d7a43ee6-d2d5-11e2-9894-002590082ac6
Obtained from:	http://owncloud.org/about/security/advisories/
2013-06-11 21:03:38 +00:00
Boris Samorodov
db8ed614a7 . fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. get use PLIST_FILES and PORTDOCS;
. remove pkg-plist (4 lines);
. ${PREFIX}/share/doc/spellcast -> ${DOCSDIR};
. use one install command instead of a .for loop.
2013-06-11 20:56:46 +00:00
Boris Samorodov
b856fb96bc . fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers.
2013-06-11 20:49:22 +00:00
Boris Samorodov
bb65cacf32 . fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. remove the indefinite article from COMMENT.
2013-06-11 20:46:48 +00:00
Boris Samorodov
c367b55b6b Fix build with clang (CFLAGS+=-Wno-return-type). 2013-06-11 20:44:04 +00:00
Koop Mast
9d15349dfa Fix perl paths to LOCALBASE with shebangfix, manualy fix sh scripts with
s,/bin/bash,/bin/sh,.
Trim Makefile header.
2013-06-11 20:40:14 +00:00
Frederic Culot
dae0e8b257 - Update to 5.0.7
Changes:	http://owncloud.org/changelog/

Security:	oC-SA-2013-[019-028]
Security:	CVE-2013-[2039-2045,2047-2048,2085-2086,2089,2149-2150]

PR:		ports/178628
PR:		ports/179494
Submitted by: 	Loic Blot <loic.blot@unix-experience.fr>
Approved by:	kevlo@ (maintainer, timeout)
2013-06-11 20:27:48 +00:00
Boris Samorodov
4c50f0fefe . fix build with clang;
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. use WRKSRC_SUBDIR instead of WRKSRC.
2013-06-11 19:45:36 +00:00
Raphael Kubo da Costa
f1531107eb Unmark as BROKEN after r320633.
The checksum mismatch was caused by a mirror returning a file it should not.

Kudos to John Marino <draco@marino.st> for bringing this up.

PR:		ports/179432
2013-06-11 19:44:50 +00:00
Raphael Kubo da Costa
c18e5e60d5 Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.
The HTTP counterpart does not return correct HTTP error codes when, for
example, a file is not found, which causes checksum errors as described in
ports/179432. The FTP mirror seems to behave as expected.

Kudos to John Marino <draco@marino.st> for bringing this up.

PR:		ports/179432
2013-06-11 19:43:45 +00:00
Boris Samorodov
3fd68847c6 . fix build with clang;
. trim Makefile headers.
2013-06-11 19:40:17 +00:00
Raphael Kubo da Costa
c23a19457e Update to 2l.
PR:		ports/179032
Submitted by:	Goran Tal <goran.tal@gmail.com> (maintainer)
2013-06-11 19:26:42 +00:00
Brooks Davis
f31b0f975c Steven has graciously agreed to take over the Ganglia ports. 2013-06-11 19:24:29 +00:00
Raphael Kubo da Costa
295d9bb97b - Update to 1.9.0. [1]
- Properly replace %%DSV_TOOLS%% when the SSL option is not selected.
  So was not being replaced at all.

PR:		ports/177739 [1]
Submitted by:	klm <klm@uidzero.org> (maintainer)
2013-06-11 19:02:20 +00:00
Brooks Davis
6839fd47fe Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in
${PREFIX}/bin named clang33, llc33, etc.

In an additional change, the clang static analyzer's python wrapper and
web bits are not installed.
2013-06-11 18:50:29 +00:00
Raphael Kubo da Costa
f17526b8ae Update to 4.8S.5.
PR:		ports/179474
Submitted by:	Kalten <kalten@gmx.at> (maintainer)
2013-06-11 18:46:57 +00:00
Raphael Kubo da Costa
aee30f7855 Update to 6.1.5.
PR:		ports/179472
Submitted by:	Tim Čas <ports@stdrand.com> (maintainer)
2013-06-11 18:44:16 +00:00
Antoine Brodin
5f9e86d15f - Update tcpflow to 1.4.0b1
- Trim Makefile header
- Maintain
- Add LICENSE and install DOCS
- Update pkg-descr
2013-06-11 18:41:45 +00:00
William Grzybowski
367ca3b349 - Update to 0.6.1
Changes:
http://redmine.yorba.org/projects/gexiv2/repository/revisions/master/entry/NEWS

PR:		ports/178012
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-11 18:36:56 +00:00
Raphael Kubo da Costa
137b9dfee3 Update to 3.7.50.
PR:		ports/179467
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-11 18:31:39 +00:00
Ruslan Makhmatkhanov
c04a63505f - add rc.d script
- add the patch that fixes posix_fadvise64 linuxism: swift tries to call
  posix_fadvise64, which does not exists on FreeBSD and does not needed
  because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise
  should be called instead. This has been reported upstream (#1179268) but
  there is no reaction so far.
- bump PORTREVISION

PR:		178738
Submitted by:	trociny
Approved by:	maintainer timeout (3 weeks)
2013-06-11 18:28:30 +00:00
Ruslan Makhmatkhanov
350839d292 ECDSA cryptographic signature library (pure python).
WWW: http://github.com/warner/python-ecdsa

PR:		179448
Submitted by:	Neil Booth Neil Booth <kyuupichan@gmail.com>
2013-06-11 18:25:17 +00:00
Ruslan Makhmatkhanov
d776ccc36b Implementation of AES in pure Python.
As such it will be slow (hence the project name) but still useful when
faster ones are not available (for example, for JavaScript clients in
browsers, and Python servers on Google App Engine).

WWW: https://code.google.com/p/slowaes/

PR:		179447
Submitted by:	Neil Booth <kyuupichan@gmail.com>
2013-06-11 18:24:08 +00:00
Ruslan Makhmatkhanov
8da450b77f - trim Makefile header (other changes from PR were committed independently)
while here:
- whitespace fix in pkg-descr
- change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree)

PR:		179419
Submitted by:	Michael Gmelin <freebsd@grem.de>
2013-06-11 18:22:13 +00:00
William Grzybowski
d71c705cfc - Update to 2.5.7
- Take maintainership

PR:		ports/179014
Submitted by:	wg (myself)
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-11 17:45:19 +00:00
Raphael Kubo da Costa
740dfa59c0 Apply some upstream patches to fix the build with recent versions of miniupnpc.
While here, convert from NOPORTDOCS to the OptionsNG variant.

PR:		ports/177987
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-06-11 17:36:22 +00:00
Martin Wilke
918ae5bf1a - Update to 18.6 2013-06-11 16:52:13 +00:00
Martin Wilke
5f31a353d0 - Update to 2.0.16 2013-06-11 16:52:00 +00:00