- 19 Mar, 2017 40 commits
-
-
bdrewery authored
- Add an ALLOW_NETWORKING_PACKAGES to allow networking for select packages - testport: Support -B - Only load linux64 if the host is newer than ~10.2 Current that had it - Determine UMOUNT_NONBUSY at startup, which allows jail -k to benefit - jail cleanup: Fix only the first 2 builders cleaning sometimes on older systems. - build_pkg: Assert that rollbackfs worked - Rework ZFS rollback race fix by creating the file at markfs time.
-
danfe authored
- Drop `iconv' and `makeinfo' from USES list, they are not needed - When linking against Guile, explicitly depend on libgmp.so:math/gmp (per `stage-qa' warning) - Do not hardcode library version in pkg-plist, use PLIST_SUB mechanism Reported by: maintainer
-
olgeni authored
-
olgeni authored
-
antoine authored
- Adjust ports depending on it PR: 217801
-
thierry authored
Changelog at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.28
-
demon authored
Obtained from: haproxy ML
-
lifanov authored
Fix the setup scripts changing the generated configuration files to the correct uid/gid. The directions were also fixed for how to start and setup seafile/seahub correctly. This should fix any confusion when setting up seafile. This also augments pkg-message with better directions for setup. PR: 217873 Submitted by: ultima1252@gmail.com (maintainer)
-
rm authored
-
rm authored
-
tobik authored
PR: 217866 Submitted by: chuck@tuffli.net Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10054
-
jbeich authored
Changes: https://github.com/Flexget/Flexget/compare/2.10.12...2.10.18
-
vanilla authored
-
vanilla authored
-
vanilla authored
-
rene authored
With hat: portmgr-secretary
-
rene authored
Submitted by: olivierd@ With hat: portmgr-secretary
-
brnrd authored
- Add vulnerability patch from upstream - Improve OQGraph BROKEN message - Take maintaintership MFH: 2017Q1 Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf Security: CVE-2017-3313 Security: CVE-2017-3302
-
rene authored
Submitted by: portscout
-
vanilla authored
PR: 217790 Submitted by: maintainer
-
rene authored
2017-03-17 archivers/macutils: Not maintained in 16 years, many missing header inclusions
-
dinoex authored
-
riggs authored
-
brnrd authored
- clang segfaults on 10.x
-
madpilot authored
-
madpilot authored
PR: 217805 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
-
madpilot authored
X11 looks for this driver with two names depending on the hardware, since linux has tow separate drivers. Having just one KMS driver in FreeBSD I create a symlink with the alternative name, so X11 can alys find the driver. PR: 217825 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
-
ehaupt authored
port is still needed by ports (eg. mail/cleanup-maildir) - While here add LICENSE - The distfile checksums differ due to some minor changes [1], therefore also bump PORTREVISION [1] --- distfile changes begin here --- diff -Nur google/python-graph-core-1.8.2/PKG-INFO cheeseshop/python-graph-core-1.8.2/PKG-INFO --- google/python-graph-core-1.8.2/PKG-INFO 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/PKG-INFO 2015-03-26 22:07:53.000000000 +0100 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: python-graph-core Version: 1.8.2 Summary: A library for working with graphs in Python diff -Nur google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py --- google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2012-02-19 20:36:08.000000000 +0100 +++ cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2014-03-11 00:04:22.000000000 +0100 @@ -132,6 +132,13 @@ # Shortest Path +def path(st, target): + if (target is None): + return [] + else: + return [target] + path(st, st[target]) + + def shortest_path(graph, source): """ Return the shortest path distance between source and all other nodes using Dijkstra's diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO --- google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO 2015-03-26 22:07:51.000000000 +0100 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: python-graph-core Version: 1.8.2 Summary: A library for working with graphs in Python diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt --- google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2012-07-14 23:12:33.000000000 +0200 +++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2015-03-26 22:07:51.000000000 +0100 @@ -1,5 +1,5 @@ -pygraph/classes -pygraph/readwrite pygraph -pygraph/mixins pygraph/algorithms +pygraph/classes +pygraph/mixins +pygraph/readwrite --- distfile changes end here ---
-
danfe authored
binary encryptor. WWW: http://evpo.net/encryptpad/ Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1484432907 which corresponds to commit c9e6636 tagged as this release. PR: 215639 Submitted by: Dmitri Goutnik
-
amdmi3 authored
- Switch to options helpers
-
wen authored
PR: 217865 Submitted by: neel@neelc.org(maintainer)
-
glewis authored
-
araujo authored
When use RESTRICT it implies the former ones.
-
araujo authored
Approved by: maintainer (implicit)
-
araujo authored
When use RESTRICT it implies the former ones.
-
glewis authored
. Make it work with LibreSSL [1] Submitted by: naddy@ [1]
-
sunpoet authored
- Bump PORTREVISION for dependency change
-
sunpoet authored
Changes: https://github.com/castle/ruby-u2f/releases
-
sunpoet authored
- Add PORTSCOUT
-
sunpoet authored
-