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

399995 Commits

Author SHA1 Message Date
Dmitry Marakasov
b8713d3f5a - Update to 4.6.2
PR:		212391
Submitted by:	freebsd@zleslie.info (maintainer)
2016-09-07 10:30:29 +00:00
Dmitry Marakasov
8169299ee1 - Update to 1.0.9
- While here, add LICENSE_FILE

PR:		212423
Submitted by:	kaltheat@gmail.com (maintainer)
2016-09-07 10:15:00 +00:00
Emanuel Haupt
e1cfdee338 - Update to 0.3.1
- Add patch for Gtk+ < 3.20 otherwise daemon is not launched

PR:		212425
Submitted by:	olivierd
2016-09-07 09:06:22 +00:00
Dmitry Marakasov
d5ce59bcee - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-09-07 09:01:30 +00:00
Wen Heping
83c6a86113 - Update CONFLICTS_INSTALL 2016-09-07 08:54:25 +00:00
Boris Samorodov
07e04f14a8 java/intellij-pycharm: Update to version 2016.2.2. 2016-09-07 08:27:57 +00:00
Boris Samorodov
208261c864 www/web2ldap: Update to version 1.2.70. 2016-09-07 08:23:40 +00:00
Boris Samorodov
9661a7d115 www/pyweblib: Update to version 1.3.12. 2016-09-07 08:19:41 +00:00
Mathieu Arnold
56d72f53a5 Use USE_PHP=redis.
While there, use options helpers.

Sponsored by:	Absolight
2016-09-07 07:31:27 +00:00
Mathieu Arnold
22108b5cc6 Add redis to the USE_PHP list of possible modules.
PR:		210171
Submitted by:	mat
Sponsored by:	Absolight
2016-09-07 07:17:37 +00:00
Mathieu Arnold
a39e74013f Fix SYMLINK option.
When the SYMLINK option was introduce, a new SUB_LIST was too, but it
was never used.
While there, fix the symlink to be relative, like it should.

PR:		212107
Submitted by:	mat
Approved by:	maintainer timeout
Sponsored by:	Absolight
2016-09-07 07:09:09 +00:00
Jun Kuriyama
91e2eb63ff - Update to 20160831. 2016-09-07 05:58:26 +00:00
Palle Girgensohn
b19404b6e4 Fix plist problem for postgresql-9.6 [1]
Fix spelling while here [2]

Pointed out by:	matthew [1], bcr [2]
Pointy hat to:	girgen
2016-09-07 01:57:44 +00:00
Jan Beich
d9c24f77d8 devel/onscripter: update to 20160803
MFH:		2016Q3
2016-09-06 23:59:37 +00:00
Jan Beich
a0b1bf79e7 devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo
PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7".
2016-09-06 23:44:58 +00:00
Jan Beich
6314ed6703 devel/renpy: update to 6.99.11
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-11

Temporarily mark games/katawa-shoujo as BROKEN. Other games may work fine.

  $ katawa-shoujo
  ValueError('list.remove(x): x not in list',)

  Full traceback:
    File "game/ui_settings.rpy", line 2, in script
    File "/usr/local/share/renpy/renpy/ast.py", line 805, in execute
      renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File "/usr/local/share/renpy/renpy/python.py", line 1641, in py_exec_bytecode
      exec bytecode in globals, locals
    File "game/ui_settings.rpy", line 21, in <module>
    File "/usr/local/share/renpy/renpy/defaultstore.py", line 91, in __setattr__
      renpy.store._set_script_version(value) # E1101 @UndefinedVariable
    File "renpy/common/00compat.rpy", line 134, in _set_script_version
      config.window_auto_hide.remove("call screen")
    File "/usr/local/share/renpy/renpy/python.py", line 568, in do_mutation
      return method(self, *args, **kwargs)
  ValueError: list.remove(x): x not in list

  While running game code:
    File "game/ui_settings.rpy", line 2, in script
    File "game/ui_settings.rpy", line 21, in <module>
    File "renpy/common/00compat.rpy", line 134, in _set_script_version
      config.window_auto_hide.remove("call screen")
  ValueError: list.remove(x): x not in list
2016-09-06 23:44:44 +00:00
Jan Beich
b502770289 Fix bin/renpy's shebang after r410677 and appease stage-qa
Warning: Bad symlink '/usr/local/bin/renpy' pointing to an absolute pathname '/usr/local/share/renpy/renpy.py'
2016-09-06 23:44:31 +00:00
Ben Woods
395bb75e12 math/galculator: Update to 2.1.4
- Follow upstream move from SF to GitHub, and new website hosting
- Add USES=autoreconf libtool as GH tarball only comes with configure.ac
- Add OPTIONS to select GTK3 or GTK2 (GTK3 by default as per upstream)
- Add USE_GNOME=cairo und GTK2_LIB_DEPENDS undeclared dependencies

Changes this release:
  https://github.com/galculator/galculator/blob/v2.1.4/ChangeLog

Reviewed by:	adamw (mentor)
Approved by:	naddy (maintainer), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7789
2016-09-06 23:18:47 +00:00
Dirk Meyer
a0e4afad38 - update to 1.1.Alpha6.0 2016-09-06 20:41:01 +00:00
John Marino
9f0bc12c11 devel/pragmarcs: Add Concurrent_Pipeline and Holders components
This syncs with repository 04 SEP 2016.
2016-09-06 20:28:52 +00:00
Dmitry Marakasov
75c9a8fb99 - Enable tests
PR:		212392
Submitted by:	t@tobik.me
2016-09-06 20:18:38 +00:00
Dmitry Marakasov
c1cd2c6ec0 Use proper portscout syntax 2016-09-06 20:13:40 +00:00
Dmitry Marakasov
08f6dc607d - Update to 1.4
- While here, add NO_ARCH and some cosmetic fixes

PR:		212096
Submitted by:	joneum@bsdproject.de
2016-09-06 20:09:37 +00:00
Raphael Kubo da Costa
3976ca4c8d Avoid passing -std=c++0x when it is not supported
Extend the check in KDECompilerSettings.cmake to only pass -std=c++0x to the
compiler if it's recent enough, otherwise we risk passing that to base GCC and
breaking the build of any extra-cmake-modules-dependent port using
KDECompilerSettings.cmake on FreeBSD 9 (such as multimedia/qt5-phonon4).

PR:		212427
Submitted by:	rakuco
Approved by:	yuri@rawbw.com (maintainer)
2016-09-06 19:44:06 +00:00
Raphael Kubo da Costa
099de8388b Switch to out-of-source CMake builds 2016-09-06 19:35:13 +00:00
Dmitry Marakasov
e75f80257a - Update to 4.6
PR:		212171
Submitted by:	9267096@gmail.com (maintainer)
2016-09-06 19:22:26 +00:00
Dmitry Marakasov
48f79d0f28 - Update to 1.7.0
- Optionize PLUGINS

PR:		211853
Submitted by:	lightside@gmx.com
Approved by:	freebsd@dns-lab.com (maintainer)
2016-09-06 19:11:37 +00:00
Kurt Jaeger
421e5866de security/zeronet: 0.3.7 -> 0.4.0
- Merger sites
- User file archiving
- Allow to store custom fields in json table

PR:		212422
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-09-06 18:25:54 +00:00
Dmitry Marakasov
46ef60315a - Update to 0.9.11
PR:		212093
Submitted by:	joneum@bsdproject.de
2016-09-06 18:17:48 +00:00
Dmitry Marakasov
6257633bbc - Update to 0.7
- Regenerate patch
- Remove unneeded ncurses dependency
- While here, switch to options helpers and fix WWW

PR:		212041
Submitted by:	udvzsolt@gmail.com
Approved by:	kitche@kitchetech.com (maintainer)
2016-09-06 18:17:02 +00:00
Dmitry Marakasov
06768f6e83 - Switch to USES=zip:infozip to fix extraction problem on recent current
PR:		212311
Submitted by:	rhurlin@gwdg.de (maintainer)
2016-09-06 18:12:36 +00:00
Kurt Jaeger
34084c672a www/py-searx: 0.9.0 -> 0.10.0
- now works with www/py-flask at version 0.11
- submitter becomes maintainer

PR:		212424
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
2016-09-06 18:07:55 +00:00
Kurt Jaeger
4d971b2400 net/3proxy: 0.8.6 -> 0.8.7
- remove patches, now included upstream

PR:		212403
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
2016-09-06 18:03:38 +00:00
Dmitry Marakasov
15004661f2 - Add archives/py-python-lhafile
The interface is like zipfile extension included in regular
python distribution.

WWW: http://fengestad.no/python-lhafile/

PR:		211279
Submitted by:	cs@innolan.dk
2016-09-06 17:53:30 +00:00
Kurt Jaeger
fdcb2002fb New port: devel/kore
Kore is an easy to use web application framework for writing scalable
web APIs in C.  Its main goals are security, scalability and allowing
rapid development and deployment of such APIs.

Because of this Kore is an ideal candidate for building robust,
scalable and secure web things.

WWW: http://www.kore.io/

PR:		211603
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-09-06 17:40:00 +00:00
Tijl Coosemans
e7f2ff0875 Fix make extract when PACKAGE_BUILDING is defined and replace ${SRC_SUFX}
with .src.rpm for fmake.
2016-09-06 17:26:54 +00:00
David Naylor
66455b6eda lang/pypy: update to 5.4.0
ChangeLog:
 - Incremental improvements to cpyext (passing 99% of numpy's test suite)
 - Update cffi to 1.8, supporting "limited API" mode for c-extensions on
   CPython >= 3.2
 - Improved tooling for PyPy's JIT.
 - Various new features, bug fixes and performance improvements, see:
   http://pypy.readthedocs.io/en/latest/release-pypy2.7-v5.4.0.html
2016-09-06 17:22:14 +00:00
Tijl Coosemans
020777c870 - Add linux-*-tiff information to existing tiff vulnerabilities.
- Like r419692, cancel a gif2tiff vulnerability that upstream marked
  WONTFIX: http://bugzilla.maptools.org/show_bug.cgi?id=2536

PR:		211552
2016-09-06 17:08:31 +00:00
Olivier Duchateau
92fd489095 - Update to 1.17
- Add pkg-message, because PySocks (net/py-pysocks) 1.5.7 causes problems
with IPv6 (bug #964)
2016-09-06 17:07:55 +00:00
John Marino
8bbd0f98c3 ports-mgmt/synth: Upgrade version 1.50 => 1.51
This release changes the watchdog time limits from a fixed value to
one that is affected by the average load.  Using fixed values didn't
work well on extremely (and intentionally) loaded servers, e.g. an
overage load of 200 on an server with ncpu of 32.

The base times which were long to account for loading have been reduced,
and a multiplier of average-5 load / ncpu rounded to the nearest tenth
has been implemented (with 1.0 as the floor value).  For example, a 4-core
machine with an average 5-minute load of 6.0 will multiply the base
timeout by 1.5.  This approach worked well in an extreme test against the
entire ports tree.
2016-09-06 17:02:11 +00:00
Renato Botelho
76ca71bb66 Take maintainership 2016-09-06 16:55:27 +00:00
Roman Bogorodskiy
8a934ece93 audio/mpg123: add SNDIO option and cleanups
- add a SNDIO option that enables building of the audio/sndio output
   module
 - replace CPPFLAGS/LDFLAGS with USES=localbase
 - use INSTALL_TARGET=install-strip to strip libraries
 - bump PORTREVISION due to packaging change

PR:		212406
Submitted by:	Tobias Kortkamp
2016-09-06 16:28:46 +00:00
Lev A. Serebryakov
25139d644f Add forotten patch file
Submitted by:	Olli Hauer <ohauer@FreeBSD.org>
2016-09-06 15:48:27 +00:00
Michael Landin
5ccb3e3d37 - Fix build error on 9x
Reported by:	pkg-fallout@
2016-09-06 15:42:55 +00:00
Dmitry Marakasov
abbd729733 - Update to 1.84
- Add missing depends

PR:		212311
Submitted by:	rhurlin@gwdg.de
2016-09-06 15:36:49 +00:00
Dmitry Marakasov
fa1eb8c928 - Update to 0.9.8.20160729
PR:		211812
Submitted by:	olevole@olevole.ru
Approved by:	maintainer timeout (portmaster@bsdforge.com, 3 weeks)
2016-09-06 15:35:19 +00:00
Dmitry Marakasov
40560b03b6 - Fix build with --disable-silent-rules
With verbose build all utilities are called with --help and
--version arguments just to show their output. This, however,
may fail:

    PATH=/wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools:$PATH /wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools/crm_standby --help
    Error signing on to the CIB service: Socket is not connected
    Error signing on to the CIB service: Socket is not connected

So just remove these calls, they have no use anyway.

PR:		212075
Approved by:	portmgr blanket
2016-09-06 14:27:29 +00:00
Mark Felder
4dec6bdd8b irc/inspircd: Update to 2.0.23
This update also resolves an authentication bypass vulnerability.

Reported by:	<dijit sh drk sc>
MFH:		2016Q3
2016-09-06 14:24:18 +00:00
Mark Felder
7cda5a90ee Document vulnerability in irc/inspircd
No CVEs have been assigned at this time.
2016-09-06 14:22:55 +00:00
Adam Weinberger
625a339252 Update to 1.4. 2016-09-06 14:18:21 +00:00