1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

302195 Commits

Author SHA1 Message Date
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
Martin Wilke
649a0ffa84 - Update to 1.9 2013-06-11 16:51:45 +00:00
Martin Wilke
d436035c5c - Update to 2.6.6.1 2013-06-11 16:51:10 +00:00
Martin Wilke
1f541d3f70 - Update to 0.4.1.0 2013-06-11 16:50:49 +00:00
Martin Wilke
c57d836cb0 - Update to 1.5.2 2013-06-11 16:50:19 +00:00
Martin Wilke
3af1ff9245 - Fix plist
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 16:42:05 +00:00
Boris Samorodov
95dd18291b Fix build with clang (CPPFLAGS+=-Wno-return-type). 2013-06-11 16:15:53 +00:00
Frederic Culot
48ef28da4f - Update to 0.003 [1]
- Trim Makefile's header

Changes:	http://search.cpan.org/dist/Sub-Exporter-GlobExporter/Changes
PR:		ports/179476 [1]
Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (maintainer)
2013-06-11 16:07:25 +00:00
Boris Samorodov
3d022c61e6 . fix build with clang (CFLAGS+=-Wno-return-type);
. remove ~80 warnings (CFLAGS+=-Wno-pointer-sign);
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. adopt WRKSRC_SUBDIR instead WRKSRC.
2013-06-11 15:43:23 +00:00
Steven Kreuzer
caa4468a5a Python module for building and describing deterministic finite-state automata.
WWW: http://code.google.com/p/python-fsm/
2013-06-11 15:41:13 +00:00
Brendan Fabeny
da5ccc0e43 Switch from the bundled tinyxml2 to the new textproc/tinyxml2 port 2013-06-11 15:25:53 +00:00
Martin Wilke
7c24512abd - Fix i18 manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 15:19:11 +00:00
Martin Wilke
5379368005 - Fix i18n manpages 2013-06-11 15:16:23 +00:00
Boris Samorodov
edb16ca1f5 Revert r320549: it fixed plist at 10.x but broke it at 9.x and 8.x. Weird. Investigating... 2013-06-11 15:09:41 +00:00
Martin Wilke
844dc1b48b - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:59:30 +00:00
Martin Wilke
c795319f9c - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:59:21 +00:00
Martin Wilke
f207b49109 - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:59:00 +00:00
Martin Wilke
0658cccc55 - Fix build
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:57:58 +00:00
Martin Wilke
8eeee862da - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:56:42 +00:00
Martin Wilke
0bd07cdaec - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:56:25 +00:00
Martin Wilke
bdee77a728 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:56:04 +00:00
Martin Wilke
7589087292 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:55:37 +00:00