Commit graph

480504 commits

Author SHA1 Message Date
Antoine Brodin
b0552aef2c Mark BROKEN: unfetchable
Reported by:	pkg-fallout
MFH:		2019Q3
2019-07-15 06:25:49 +00:00
Jan Beich
69c2d1020d multimedia/vlc: sync libplacebo fix with upstream 2019-07-15 06:21:14 +00:00
TAKATSU Tomonari
a7808107d8 - Update to 2.0.7 2019-07-15 04:44:25 +00:00
TAKATSU Tomonari
f6f1c2d6af - Update to 1.4.6
- Update WWW: line in pkg-descr
2019-07-15 04:42:53 +00:00
Gerald Pfeifer
0609a709b8 Fix the dependency on the wine-mono-devel port which was updated, but
this dependency missed in terms of code, even if mentioned in the log,
in revision 504944 | gerald | 2019-06-23.

PR:		239170
Submitted by:	chadf@triularity.org
2019-07-15 04:41:30 +00:00
TAKATSU Tomonari
38587a8db5 - Update to 1.4-1 2019-07-15 04:12:23 +00:00
TAKATSU Tomonari
6879d62308 - Update to 1.0.1 2019-07-15 03:56:02 +00:00
Adam Weinberger
eb6b3b95a8 mojolicious: Update to 8.21 2019-07-15 02:31:55 +00:00
TAKATSU Tomonari
fbace1c0d2 - Update to 1.3.2 2019-07-14 21:31:47 +00:00
TAKATSU Tomonari
0213283e6c - Update to 0.3.4 2019-07-14 21:02:36 +00:00
TAKATSU Tomonari
f6cad78cd7 - Update to 1.4.0 2019-07-14 20:33:31 +00:00
TAKATSU Tomonari
465a77507c - Update to 1.5.1 2019-07-14 20:15:38 +00:00
Yuri Victorovich
84d377b18d audio/bsequencer-lv2: Update 0.3-16 -> 0.3-17
Now it builds with clang.
2019-07-14 19:52:50 +00:00
Sunpoet Po-Chuan Hsieh
c9a54c1e48 Fix typo
Reported by:	wen
2019-07-14 18:27:34 +00:00
Sunpoet Po-Chuan Hsieh
be01ddc22b Update to 2.08
Changes:	https://metacpan.org/changes/distribution/HTML-Packer
2019-07-14 17:51:02 +00:00
TAKATSU Tomonari
c3c339a7da - Update to 1.14 2019-07-14 17:24:10 +00:00
TAKATSU Tomonari
fe7c84511e - Update to 1.23 2019-07-14 17:10:55 +00:00
TAKATSU Tomonari
6465ca5de2 - Update to 0.14 2019-07-14 17:00:54 +00:00
Gerald Pfeifer
9078823783 Update to the 201900707 snapshot of GCC 10.0.0. 2019-07-14 15:50:22 +00:00
Bernard Spil
d114eebd40 www/nextcloud: Bugfix update to 16.0.3 2019-07-14 15:25:53 +00:00
Vinícius Zavam
c4c27cc1ee net-mgmt/nagvis: update 1.9.12 to 1.9.13
- pkg-plist
      layers-2x.png moved to images/internal/leaflet (upstream, 06a342a).
2019-07-14 14:53:45 +00:00
Vinícius Zavam
9e7a4f74b2 devel/hub: update 2.12.1 to 2.12.2 2019-07-14 14:21:10 +00:00
Vinícius Zavam
af087d3e38 [NEW PORT] www/py-lektor: Static content management system written in Python
Sponsored by:	The Tor Project
2019-07-14 14:04:35 +00:00
Vinícius Zavam
87065e80d4 [NEW PORT] devel/py-inifile: Small INI library for Python 2019-07-14 14:02:28 +00:00
Gleb Popov
b4dc684c63 devel/hs-cabal-install: Fix build when VERBOSE env var is set (true for poud bulk -v).
Reported by:	Evilham <contact@evilham.com>
2019-07-14 12:27:30 +00:00
Koichiro Iwao
08241304ad security/softether-devel: Update to v4.30.9700-beta
Build regression with OpenSSL 1.1.x is fixed in upstream.
2019-07-14 10:44:06 +00:00
Dmitry Marakasov
1c9b4d71ca - Update WWW
Approved by:	portmgr blanket
2019-07-14 09:32:12 +00:00
Piotr Kubaj
d200276187 security/libprelude: unbreak on armv{6,7}
Builds fine.

Approved by:	mentors (implicit approval)
2019-07-14 09:06:26 +00:00
Dmitry Marakasov
f0860c7548 - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patch
- Update WWW
- Don't install license with docs

Approved by:	portmgr blanket
2019-07-14 09:02:13 +00:00
Matthew Seaman
ce252e6399 Fix build by removing patch file -- patch has been applied upstream. 2019-07-14 08:22:07 +00:00
Kurt Jaeger
eda6267601 databases/cego: upgrade 2.45.1 -> 2.45.5
- Fix in CegoQuery::execute for INSERTBYSELECT_QUERY case.
  Since the selected tuples are clustered ( MAX_CLUSTERED_INSERT) we have
  to create a local copy for the corresponding field values.
  Otherwise, tuple information could be invalidated by relocated
  buffer pool pages
- Fix in CegoFieldValue::fastComp, the castTo method calls for t1
  and t2 have to be switched, since first ist has to be checked to
  cast to native btree datatype ( used in CegoBTreeCursor::traceLog,
  inRange and fullMatch )
  example:
  create table t1 ( a int, d datetime);
  create btree b1 on t1(b);
  select a from t1 where b = '12.07.2019'; -- should be casted
					   -- from string to datetime
- Code cleanup to avoid warnings with -Wswitch-enum
- In CegoClient, added input data check via File::hasData ( available
  with lfcbase 1.14.0 ). Now, pipe input is autodetected, so the
  command line argument "--pipe" has been removed

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-07-14 07:48:01 +00:00
Kurt Jaeger
a6da222b58 devel/lfcbase: upgrade 1.13.1 -> 1.14.0
- Added File::hasData method to check for available input data from
  file descriptor ( implemented with POSIX poll function )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-07-14 07:45:22 +00:00
Kurt Jaeger
0242ea64aa devel/dragon: upgrade 1.5.2 -> 1.5.3
- Small cosmetic patch in CPlusGenerator parse method. Instead of
  default, NULLACTION case has been added to avoid compile warnings
  with -Wswitch-enum

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-07-14 07:44:25 +00:00
Tobias C. Berner
d1fb904e03 astro/marble: fix GPS option
- Fix cmake toggle to disable GPS dependency

PR:		239195
Reported by:	tobik
2019-07-14 07:27:05 +00:00
Craig Leres
3449532d52 devel/arduino-bsd-mk: Update to 1.3. From CHANGES:
- Add ARDUINO_CXXFLAGS. Use -std=c++11 with CXXFLAGS.

Approved by:	matthew (mentor, implicit)
2019-07-14 07:12:38 +00:00
TAKATSU Tomonari
12c751ef46 - Update to 1.0 2019-07-14 05:55:00 +00:00
Yuri Victorovich
581b525873 New port: devel/crc32c: CRC32C implementation supporting CPU-specific acceleration
PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-07-14 05:32:16 +00:00
TAKATSU Tomonari
e7dbf19615 - Update to 1.3.1 2019-07-14 05:31:06 +00:00
Yuri Victorovich
c75af1e01d New port: devel/nsync: C library that exports various synchronization primitives like mutexes
PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-07-14 05:22:44 +00:00
TAKATSU Tomonari
df5f17c735 - Update to 0.7 2019-07-14 05:08:32 +00:00
TAKATSU Tomonari
13fd188007 - Update to 3.98-1.20 2019-07-14 04:41:57 +00:00
Tobias Kortkamp
d2853c7c2f audio/abcde: Drop Perl build dependency
There is no opt_USE_PERL5 helper.

While here convert pkg-message to UCL.  Remove the hint about
upgrading from abcde-2.1.4 or older.  2.1.5 is from 2003 so that
hint is probably no longer relevant.
2019-07-14 04:24:15 +00:00
TAKATSU Tomonari
c71c6e37db - Update to 1.8-4 2019-07-14 03:52:28 +00:00
TAKATSU Tomonari
32499d2d50 - Update to 1.4.0 2019-07-14 03:48:01 +00:00
TAKATSU Tomonari
09de2b4405 - Update to 1.4.3 2019-07-14 03:31:23 +00:00
TAKATSU Tomonari
6b1de6c019 - Add new port: devel/R-cran-clipr
Simple utility functions to read from and write to the Windows, OS
  X, and X11 clipboards.

  WWW: https://cran.r-project.org/web/packages/clipr/
2019-07-14 03:24:54 +00:00
Steven Kreuzer
98832d04a8 Update to version 3.5.5
PR:		238283
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
2019-07-14 02:46:42 +00:00
Steven Kreuzer
b95a1a4349 Update to version 3.5.5
PR:		238283
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
2019-07-14 02:42:50 +00:00
Steven Kreuzer
d380c1d29d Add files/ directory which was missed in the previous commit 2019-07-14 02:25:46 +00:00
Steven Kreuzer
a8f1e3e506 Update to version 0.4.0 2019-07-14 02:24:51 +00:00