1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
Commit Graph

382143 Commits

Author SHA1 Message Date
Dmitry Marakasov
3845d67615 - Switch to options helpers
- Remove obsolete files from distinfo
2015-12-03 17:26:23 +00:00
Dmitry Marakasov
5a470f2c62 - Add LICENSE_FILE
- Switch to options helpers
2015-12-03 17:26:10 +00:00
Dmitry Marakasov
d6112573dd - Add LICENSE_FILE
- Switch to options helpers
2015-12-03 17:26:06 +00:00
Dmitry Marakasov
c9fcd1da16 - Clarify LICENSE
- Switch to options helpers
2015-12-03 17:25:02 +00:00
Raphael Kubo da Costa
9bc55d89bb Convert to USES=metaport.
PR:		201605
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-12-03 17:19:18 +00:00
Mark Felder
a40efa7435 libpng security fix was not complete. New version released.
Security:	1886e195-8b87-11e5-90e7-b499baebfeaf
Security:	CVE-2015-8126
2015-12-03 17:08:55 +00:00
Raphael Kubo da Costa
746c73f783 Use BROKEN_FreeBSD_9 instead of IGNORE and version checks after r402877.
Not only does this simplify the Makefile, but BROKEN is the correct choice
here ("BROKEN is reserved for ports that currently do not compile, install,
deinstall, or run correctly. Use it for ports where the problem is believed
to be temporary", says the Porter's Handbook).

Suggested by marino@.
2015-12-03 17:01:00 +00:00
Raphael Kubo da Costa
b42ce49dbe Replace spaces with tabs in CONFIGURE_ARGS. 2015-12-03 16:57:47 +00:00
Dmitry Marakasov
daa37a8e0d - Update to 5.2.14
- Pass maintainership to submitter

PR:		204500
Submitted by:	ports@toco-domains.de
MFH:		2015Q4
Security:	8a90dc87-89f9-11e5-a408-00248c0c745d
2015-12-03 16:40:06 +00:00
Raphael Kubo da Costa
7995b78e56 Drop x11-toolkits/qt5-gui's pkg-message too.
It contains the same suggestions that were dropped from its Qt4 counterpart
in r402882. Mention both ports in UPDATING.

PR:		202927
Submitted by:	theraven@
MFH:		2015Q4
2015-12-03 16:39:24 +00:00
Raphael Kubo da Costa
83ce6cca06 Remove x11-toolkit/qt4-gui's pkg-message.
Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was
added to the port suggesting changes to the default shared memory limits in
loader.conf(5). Since then, the default limits have been changed and the
values suggested by the port are no longer sensible (base r209037, present
in all supported FreeBSD releases).

According to theraven@:
  Suggesting lowering the maximum number of pages available for shared pages
  doesn't seem sensible. The other default limits look as if they ought to
  be high enough (kern.ipc.shmseg is the number of shm segments that each
  process can have open, so should be fine. kern.ipc.shmmni is the total
  number of shm objects, so might need lowering).

Follow his advice and drop the suggestions from pkg-message.

PR:		202927
Submitted by:	theraven@
MFH:		2015Q4
2015-12-03 16:36:25 +00:00
Renato Botelho
a0edc3c586 Bump PORTREVISION to help users with custom OPTIONS to get the fix
committed in r402880, as suggested by AMDmi3
2015-12-03 16:34:55 +00:00
Renato Botelho
7b7a23eef6 Add @sample to gcm.conf missed when I introduced it. No bump on PORTREVISION
since GCM is disabled by default

Submitted by:	Jose Luis Duran
Obtained from:	https://github.com/pfsense/FreeBSD-ports/pull/2
2015-12-03 16:27:07 +00:00
Dmitry Marakasov
39a16f17b0 Document PHPmailer SMTP injection vulnerability
PR:		204500
2015-12-03 16:23:12 +00:00
Dmitry Marakasov
39fd72b067 - Update to 1.2.11
- Fix option names
- Add DEBUG options
- Switch to pkg-plist

PR:		204681
Submitted by:	Ultima1252@gmail.com (maintainer)
2015-12-03 14:57:25 +00:00
Raphael Kubo da Costa
22f483ee4d IGNORE port on FreeBSD 9.
The port has been broken on 9 since the 0.9.3 update:

  src/thrift/transport/TSSLSocket.cpp: In constructor 'apache::thrift::transport::SSLContext::SSLContext(const apache::thrift::transport::SSLProtocol&)':
  src/thrift/transport/TSSLSocket.cpp:147: error: 'TLSv1_1_method' was not declared in this scope
  src/thrift/transport/TSSLSocket.cpp:149: error: 'TLSv1_2_method' was not declared in this scope

Conditionally adding USE_OPENSSL=yes + WITH_OPENSSL_PORT=yes does not work
out of the box:

  In file included from /usr/local/include/openssl/x509.h:107,
                   from /usr/local/include/openssl/ssl.h:156,
                   from src/thrift/transport/TSSLSocket.cpp:35:
  /usr/local/include/openssl/sha.h:184: error: ISO C++ does not support 'long long'
  /usr/local/include/openssl/sha.h:185: error: ISO C++ does not support 'long long'
  /usr/local/include/openssl/sha.h:187: error: ISO C++ does not support 'long long'

Mark it IGNOREd for now until somebody comes up with a proper fix.
2015-12-03 14:42:30 +00:00
Tijl Coosemans
f9e5506221 Update to 120.1.1 2015-12-03 14:29:22 +00:00
Dirk Meyer
162982fe9a - fix build for ruby >= 2.1 2015-12-03 14:20:35 +00:00
Dmitry Marakasov
211dd86f14 - Update to 1.5.6
- Unbreak fetch
- Convert to USES=tar:tgz, add NO_ARCH
- Switch to options helpers

PR:		204775
Submitted by:	matthew@reztek.cz
2015-12-03 13:05:49 +00:00
Dmitry Marakasov
e88621fc49 - Add dependency on openssl
- Strip binaries

PR:		201397
Submitted by:	yuri@rawbw.com
Approved by:	jharris@widomaker.com (maintainer)
2015-12-03 12:34:44 +00:00
Dmitry Marakasov
f2fbf9db2c A Python STUN client for getting NAT type and external IP.
WWW: https://pypi.python.org/pypi/pystun

PR:		201388
Submitted by:	yuri@rawbw.com
2015-12-03 12:17:30 +00:00
Dmitry Marakasov
8bc8bafa2c Python native client for the obelisk blockchain server.
WWW: https://github.com/darkwallet/python-obelisk

PR:		201392
Submitted by:	yuri@rawbw.com
2015-12-03 11:26:36 +00:00
Danilo Egea Gondolfo
e2b73d85de - Update to 3.3.3 2015-12-03 10:55:16 +00:00
Dmitry Marakasov
d4dfcb4d17 Python library for Bitcoin signatures and transactions
WWW: https://github.com/vbuterin/pybitcointools

PR:		201393
Submitted by:	yuri@rawbw.com
2015-12-03 10:09:36 +00:00
Brooks Davis
2aaf79030a Depend on ${PREFIX}/bin/clang37 to avoid confusion with the clang37
installed by devel/ccache.

PR:		204937
MFH:		2015Q4
2015-12-03 09:14:13 +00:00
Jason Unovitch
a9ebb3d76f sysutils/logstash: fix stage; remove elasticsearch.yml from Makefile as well
Point hat to:	junovitch
PR:		204934
2015-12-03 02:45:41 +00:00
Jason Unovitch
cfd7198872 sysutils/logstash: update 1.5.4 -> 2.1.0
- Update PORTVERSION, distinfo, and pkg-plist for 2.1.0
- Update logstash.conf.sample and remove elasticsearch.yml.sample to
  reflect 2.1.0 no longer having an embedded ElasticSearch instance

UPDATING: Document potential config file changes

Changes:	https://github.com/elastic/logstash/blob/2.1/CHANGELOG.md

PR:		204934
Submitted by:	Davide D'Amico <davide.damico@gmail.com> (initial patch)
Submitted by:	Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com> (maintainer)
2015-12-03 02:32:12 +00:00
Gerald Pfeifer
e025d390c2 Update to the 20151202 snapshot of GCC 4.9.4.
Pet overeager portlint.
2015-12-03 00:28:41 +00:00
Jan Beich
315beb9c48 Document recent ffmpeg vulnerabilities
While here, restore a header line accidentally removed in r402855.
2015-12-02 23:10:50 +00:00
Kris Moore
b66365e79e - Use auto-generated pkg-plist
Submitted by: mat@FreeBSD.org
2015-12-02 22:51:48 +00:00
Dmitry Marakasov
e577531242 - Update maintainer's email in 3 port
PR:		204948
2015-12-02 22:47:16 +00:00
Michael Moll
812aa98487 devel/rubygem-tins0: set to deprecated 2015-12-02 22:42:52 +00:00
Antoine Brodin
b377d65be2 - Remove build dependency on the python symlink
- libfuse.so is already provided by USES=fuse
2015-12-02 22:42:06 +00:00
Michael Moll
3f0b99f7c8 devel/rubygem-file-tail: update to 1.1.0 2015-12-02 22:37:15 +00:00
Kris Moore
c5501eaef2 - Remove GH_PROJECT
- Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Sort pkg-plist

PointyHat -> Me!
2015-12-02 22:33:27 +00:00
Gerald Pfeifer
0b7bf8b452 Pet overeager portlint. 2015-12-02 22:19:10 +00:00
Kris Moore
be0033ea92 relaunchd is a service management daemon that is similar to
the launchd(8) facility found in the Darwin operating environment.

WWW: https://github.com/mheily/relaunchd

PR: 204240
Submitted by: Mark Heily <mark@heily.com>
2015-12-02 22:15:34 +00:00
Rene Ladan
b43fc7b8a3 Doument new vulnerabilities in www/chromium < 47.0.2526.73
Obtained from: 	http://googlechromereleases.blogspot.nl/2015/12/stable-channel-update.html
2015-12-02 21:49:51 +00:00
Danilo Egea Gondolfo
08d8d8c99f - Update to 14.3.20151130 2015-12-02 21:41:17 +00:00
Kurt Jaeger
fac9644de3 audio/festvox-cmu_us_{clb|rms}_arctic: remove NODIRS, no longer used
PR:		204970
Submitted by:	jbeich
2015-12-02 21:09:41 +00:00
Mark Felder
227ecae76e devel/pecl-ev: fix patch, port was out of sync with quarterly
Somehow head/devel/pecl-ev and the quarterly version became out of sync.
The quarterly one already had a patch for libev/ev.c that covered the
intended change and more. I can't reproduce a build issue with 10.1 or
9.3, so I'm attempting to re-sync the ports at PORTREVISION=2 and then
we can approach any leftover issues that arise. We should then be able
to do a clean MFH as well.

PR:		204895
2015-12-02 20:18:52 +00:00
Kurt Jaeger
16fb85bfce java/eclipse: 4.4.2 -> 4.5.1
- Bump to Eclipse 4.5.1
- Switch to using Maven 3.3
- add fix for running Eclipse build for Gtk2 only on a system where
  Gtk3 might also be installed.
- Details:
  https://projects.eclipse.org/releases/mars/details
- Bugs fixed:
  https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&classification=RT&product=Equinox&product=JDT&product=PDE&product=Platform&query_format=advanced&resolution=FIXED&target_milestone=4.5.1

PR:		203689
Submitted by:	Jimmy Kelley <ljboiler@gmail.com> (maintainer)
2015-12-02 19:57:29 +00:00
Kurt Jaeger
d06ac4a99b audio/festvox-cmu_us_*_arctic: Fixes as suggested by jbeich
Fixes as suggested in
  https://lists.freebsd.org/pipermail/svn-ports-all/2015-December/111077.html

PR:		204970
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
Suggested by:	jbeich
2015-12-02 19:41:44 +00:00
John Marino
9ccfff2759 www/netsurf: Remove <post> too 2015-12-02 19:34:26 +00:00
John Marino
5ee18f2585 www/netsurf: Remove obsolete DragonFly support (builds without it) 2015-12-02 19:31:40 +00:00
Jan Beich
dace6ea17d devel/fb-adb: update to 1.4.4.115
- Enable Android x86 stub for NDK=off

Changes:	d447d38...a682c99
2015-12-02 19:27:54 +00:00
John Marino
d000014b73 lang/sbcl: Upgrade version 1.2.9 => 1.3.1
PR:		204942
Submitted by:	Michael Danilov
2015-12-02 19:16:49 +00:00
Dmitry Marakasov
58fde2add1 - Remove unused LUA_COMPS
- Switch to options helpers
- Fix plist

Approved by:	portmgr blanket
2015-12-02 18:58:11 +00:00
Li-Wen Hsu
15636686f1 - Update to 1.639 2015-12-02 18:50:49 +00:00
Mark Felder
25c9f5f1ef security/titus: fix documentation in rc script 2015-12-02 17:49:30 +00:00