Commit graph

375914 commits

Author SHA1 Message Date
Alexey Dokuchaev
fb09053ffd - Remove `files/patch-Makefile.in' as it is being unused since there is
pre-generated Makefile already provided
- Unbreak the build on PowerPC by not treating it differently from other
  FreeBSD systems
- Respect CFLAGS in a more sane way than patching ${WRKSRC}/machine.h in
  `_post-configure' target with some cryptic sed(1) regexp
- Factor out docfiles installation into `post-install-DOCS-on' target,
  sanitize it a bit, unmute installation commands, move OPTIONS_DEFINE
  knob lower while I am here
- Avoid use of contraction in the port description text
2015-09-08 17:53:40 +00:00
Roman Bogorodskiy
bd53d3e596 - Fix plist [1]
- Drop maintainership

Reported by:	amdmi3 [1]
2015-09-08 17:50:47 +00:00
Mark Felder
d58853af1b Spelling frontent -> frontend
Security:	d68df01b-564e-11e5-9ad8-14dae9d210b8
2015-09-08 17:38:31 +00:00
Mark Felder
38d8c6b6c1 Document sysutils/ganglia-webfrontent vulnerability
Security:	CVE-2015-6816
2015-09-08 17:32:46 +00:00
Mark Felder
c7e11185ff Add net/wireshark-qt5 as affected
Security:	9bdd8eb5-564a-11e5-9ad8-14dae9d210b8
2015-09-08 17:14:27 +00:00
Mark Felder
cb64f55260 Document net/wireshark vulnerabilities
Security:	CVE-2015-6241
Security:	CVE-2015-6242
Security:	CVE-2015-6243
Security:	CVE-2015-6244
Security:	CVE-2015-6245
Security:	CVE-2015-6246
Security:	CVE-2015-6247
Security:	CVE-2015-6248
Security:	CVE-2015-6249
2015-09-08 17:10:08 +00:00
Tom Judge
3ad96e0dc2 Memcached based session backend for Dancer.
WWW: http://search.cpan.org/dist/Dancer-Session-Memcached/
2015-09-08 16:52:10 +00:00
Tom Judge
b46c96699b - Fix *_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change

PR:		202953
Submitted by:	sunpoet
2015-09-08 16:41:43 +00:00
Mark Felder
a3aa75afeb Add patch to resolve stack overflow vulnerability
MFH:		2015Q3
Security:	98092444-5645-11e5-9ad8-14dae9d210b8
Security:	CVE-2015-6806
2015-09-08 16:35:20 +00:00
Mark Felder
3a6b5a0166 Document sysutils/screen vulnerability
Security:	CVE-2015-6806
2015-09-08 16:34:20 +00:00
Alexey Dokuchaev
e1eeedfdd6 Mea culpa: it's LGPL3, not GPLv3 actually. 2015-09-08 16:26:49 +00:00
Alexey Dokuchaev
ee457c168b - Update to version 1.1.2: the only functional differences are correct
order of float4store() arguments which was breaking the build on big-
  endian architectures in version 1.1.1, and plugged resource leaks in
  void mysac_close(MYSAC *mysac) function
- Define LICENSE (GPLv3) and simplify `do-install' target recipe
- Cleanup COMMENT and port description text (remove EOL whitespace and
  double `uses uses` typo), update WWW address to avoid redirect
2015-09-08 16:25:12 +00:00
Mark Felder
19d4c57f25 Document net/libvncserver vulnerability
Old issue ignored in RH bugzilla; CVE recently requested
2015-09-08 16:18:16 +00:00
Jan Beich
8692c29f3f emulators/ppsspp: improve clarity for *-install target names
do-install is for the app itself, post-install is for extras.
r392488 reversed the logic because option helpers didn't support
do-* targets before r394503. So, pick clarity over |svn blame| churn.
2015-09-08 16:14:30 +00:00
Dmitry Marakasov
0fa84e1a0a - Fix installed file referring to stagedir
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-08 16:14:30 +00:00
Jan Beich
752f07242d astro/osmium: unbreak build with DOXYGEN=on after r394778
NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks
all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and
post-build-${opt}-on/off. Since the targets haven't been run yet
do-install-DOXYGEN-on fails due to missing files.

Fix by leaking a call to nop "all" target in vendor Makefile. It should
be less kludgy than defining our own dummy do-build and less confusing
than treating do-build itself as an option helper. In case "all" starts
doing something useful the port would automatically take advantage of it.

PR:		202951
Reviewed by:	mat
Approved by:	portmgr blanket
2015-09-08 16:13:58 +00:00
Babak Farrokhi
edf4a96773 New Port: security/erlang-p1tls - TLS / SSL native driver for Erlang
Approved by: mat
Differential Revision:	https://reviews.freebsd.org/D3599
2015-09-08 16:12:06 +00:00
Babak Farrokhi
5277ef217f New Port: textproc/erlang-p1xml - Fast Expat based Erlang XML parsing library
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D3582
2015-09-08 16:09:27 +00:00
Kubilay Kocak
7142ad4179 [NEW] lang/python35: Welcome Python 3.5.x! (Note: RC3)
FreeBSD welcomes Python 3.5 (early, pre-release) to the Ports tree,
with 3.5.0 release candidate 3!

Please test this port and Python 3.5 profusely. If you notice issues,
please report them upstream at: https://bugs.python.org to ensure a
robust upcoming 3.5.0 release.

Whats New in Python 3.5:

 * https://docs.python.org/3.5/whatsnew/3.5.html

Python 3.5 Release Schedule (PEP 478)

 * http://www.python.org/dev/peps/pep-0478

Note: This port retires an old fcntlmodule.c patch, possibly
temporarily. User impact *should* be zero. For more information
see: https://bugs.python.org/issue25026

Requested by:	Webair Inc :)
2015-09-08 16:08:13 +00:00
Steve Wills
ce6ee20d86 devel/gb: update to 0.1.0, use bsd.go.mk
PR:		202674
Submitted by:	Maciej Pasternacki <maciej@pasternacki.net>
2015-09-08 16:02:59 +00:00
Dmitry Marakasov
63fc780520 - Fix PYDISTUTILS_EGGINFO
Approved by:	portmgr blanket
2015-09-08 15:49:27 +00:00
Dmitry Marakasov
186dc41d2a - Fix PYDISTUTILS_EGGINFO
Approved by:	portmgr blanket
2015-09-08 15:43:24 +00:00
Dmitry Marakasov
1736c8b14e - Fix PYDISTUTILS_EGGINFO
- Add NO_ARCH

Approved by:	portmgr blanket
2015-09-08 15:31:20 +00:00
Dmitry Marakasov
3760674a43 - Add egg-info file to plist (since this port doesn't use pydistutils, this should be done explicitly)
Approved by:	portmgr blanket
2015-09-08 15:26:16 +00:00
Alexey Dokuchaev
abbcb28cd9 - Remove "BROKEN on powerpc" statement, the port builds fine
- Install documentation files in `do-install-DOCS-on' target
- Clean up Makefile and port description text while I'm here
2015-09-08 15:21:06 +00:00
Dmitry Marakasov
6cbe28b8d7 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2015-09-08 15:19:33 +00:00
Dmitry Marakasov
685dda4c45 - Fix PYDISTUTILS_EGGINFO, this time properly
Approved by:	portmgr blanket
2015-09-08 15:12:52 +00:00
Dmitry Marakasov
f6c89efb8a - Fix PYDISTUTILS_EGGINFO
Approved by:	portmgr blanket
2015-09-08 15:07:30 +00:00
Dmitry Sivachenko
27a2d8ca42 Fix path. 2015-09-08 14:56:33 +00:00
Dmitry Marakasov
f9ad800bc7 - Fix PYDISTUTILS_EGGINFO
Approved by:	portmgr blanket
2015-09-08 14:45:16 +00:00
Dmitry Sivachenko
08e4c3d933 Build and install halog binary. 2015-09-08 14:44:33 +00:00
Dmitry Marakasov
2141aeec7c - Don't install empty directories
- Strip libraries
- Pet portlint
2015-09-08 14:43:38 +00:00
Dmitry Marakasov
31a68a27a6 - Add NO_ARCH
- Switch to options helpers
- Add empty directory and ignored files into plist

Approved by:	portmgr blanket
2015-09-08 14:42:55 +00:00
Dmitry Marakasov
018cbb3dbc - Bump PORTREVISION after previous commit
- While here, fix WWW:

Approved by:	portmgr blanket
2015-09-08 14:42:11 +00:00
Dmitry Marakasov
fda235584f - Switch to USES=libarchive as suggested by stage-qa
Approved by:	portmgr blanket
2015-09-08 14:39:29 +00:00
Dmitry Marakasov
76c1faabcc - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-08 14:35:06 +00:00
Dmitry Marakasov
390662bc7f - Switch to WRKSRC_SUBDIR
Suggested by:	jbeich
2015-09-08 14:31:24 +00:00
Mathieu Arnold
9f8347ee1b Add PORTEXAMPLES to the options helpers.
Sponsored by:	Absolight
2015-09-08 14:04:30 +00:00
Alexey Dokuchaev
edd868a7b6 - Remove no longer valid "BROKEN on powerpc" statement, port builds fine
- Do not patch Makefile with sed(1) but pass the variables via MAKE_ARGS
- Clean up installation recipe and split off `do-install-DOCS-on' target
2015-09-08 12:31:42 +00:00
Alexey Dokuchaev
55b67b9d8c - Remove no longer valid "BROKEN on powerpc" statement, port builds fine
- Slightly improve option descriptions' wording and rearrange while here
2015-09-08 12:17:44 +00:00
Alexey Dokuchaev
8da335f97b getopt() returns int' according to the standard, but was assigned to char'
variable, and this can break the == -1 check.  It works on i386, but not on
PowerPC, where `char' is unsigned by default.

Use variable of correct type (int) to hold the return value of getopt(3).
2015-09-08 12:07:09 +00:00
Mathieu Arnold
5ca09a9d3b Update to v5.23.2-208-g7ce1b4c.
Regen a few patches, one module moved from dist to cpan, and some offset
changed.

Changes:	https://github.com/Perl/perl5/compare/v5.23.2-66-gbdc4e4b...v5.23.2-208-g7ce1b4c
Sponsored by:	Absolight
2015-09-08 11:57:29 +00:00
Alexey Dokuchaev
4549ce41d3 - Update to version 1.5.2, mostly bugfix release
- Actualize mirror list (https://devs.openttd.org/~truebrain/mirror.txt)
2015-09-08 11:43:03 +00:00
Emanuel Haupt
fb753c68b1 Update to 1.01 2015-09-08 11:33:20 +00:00
Dmitry Marakasov
b5a34d3c31 - Unsilence install
- Pet stage-qa
- Switch to @sample

Approved by:	portmgr blanket
2015-09-08 11:31:18 +00:00
Dmitry Marakasov
b75eab0530 - Pet portlint
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-08 11:30:22 +00:00
Dmitry Marakasov
d139b66050 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-08 11:30:11 +00:00
Dmitry Marakasov
6090c89e08 - Install info and man pages regardless of DOCS; real docs are still conditional 2015-09-08 11:30:07 +00:00
Dmitry Marakasov
72be4c6de7 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-08 11:30:05 +00:00
Dmitry Marakasov
4dbbe1a0b0 - Update to 0.3.6.1 2015-09-08 11:23:29 +00:00