Sunpoet Po-Chuan Hsieh
b225f259e8
Update to 1.19.3
...
Changes: https://github.com/naitoh/rbpdf/blob/master/CHANGELOG
2017-09-11 13:16:44 +00:00
Sunpoet Po-Chuan Hsieh
8517480d5a
Fix gemspec for rubygem-jsonapi-renderer 0.2.0 update
...
- Add LICENSE_FILE
- Remove rubygem-railties5 from RUN_DEPENDS
- Update and sort RUN_DEPENDS
- Bump PORTREVISION for dependency and package change
2017-09-11 13:16:38 +00:00
Sunpoet Po-Chuan Hsieh
2d6250a740
Update to 0.2.0
...
Changes: https://github.com/jsonapi-rb/jsonapi-renderer/commits/master
2017-09-11 13:16:31 +00:00
Sunpoet Po-Chuan Hsieh
608912b03a
Update to 0.13.6
...
Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
2017-09-11 13:16:25 +00:00
Sunpoet Po-Chuan Hsieh
9a1f7d2808
Update to 0.05
...
- Add TEST_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Return-MultiLevel/Changes
2017-09-11 13:16:19 +00:00
Sunpoet Po-Chuan Hsieh
2fc1fff178
Update to 3.34
...
Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2017-09-11 13:16:13 +00:00
Sunpoet Po-Chuan Hsieh
e2984e7bdd
Update to 1.16
...
- Add LICENSE
- Strip shared library
Changes: http://search.cpan.org/dist/DBD-Sybase/CHANGES
2017-09-11 13:16:07 +00:00
Sunpoet Po-Chuan Hsieh
7c943a9179
Update to 20170906
2017-09-11 13:16:00 +00:00
Sunpoet Po-Chuan Hsieh
7eac7908b8
Update to 10.8
...
Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-09-11 13:15:52 +00:00
Mathieu Arnold
bbe8c3c106
Sort categories Makefiles properly.
...
Sponsored by: Absolight
2017-09-11 13:10:24 +00:00
Mathieu Arnold
aadf9e295d
Update pkg-descr.
...
PR: 222214
Submitted by: Alexander Moisseev
Sponsored by: Absolight
2017-09-11 12:57:14 +00:00
Mathieu Arnold
45f7bd90f3
Update to latest commit.
...
Sponsored by: Absolight
2017-09-11 12:57:08 +00:00
Jan Beich
b8fa900ace
devel/git-cinnabar: mark BROKEN after r447721
...
./helper/cinnabar-fast-import.c:95:41: warning: incompatible pointer types passing 'unsigned char *' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
struct object_entry *oe = find_object((unsigned char *)sha1);
^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:573:59: note: passing argument to parameter 'oid' here
static struct object_entry *find_object(struct object_id *oid)
^
./helper/cinnabar-fast-import.c:105:21: warning: incompatible pointer types passing 'unsigned char *' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
return find_object((unsigned char *)sha1);
^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:573:59: note: passing argument to parameter 'oid' here
static struct object_entry *find_object(struct object_id *oid)
^
./helper/cinnabar-fast-import.c:230:27: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
note = get_note(&hg2git, oid.hash);
^~~~~~~~
./notes.h:144:27: note: passing argument to parameter 'object_oid' here
const struct object_id *object_oid);
^
./helper/cinnabar-fast-import.c:230:7: warning: incompatible pointer types assigning to 'const unsigned char *' from 'const struct object_id *' [-Wincompatible-pointer-types]
note = get_note(&hg2git, oid.hash);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:245:18: warning: incompatible pointer types passing 'unsigned char *' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
e = find_object((unsigned char *)note);
^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:573:59: note: passing argument to parameter 'oid' here
static struct object_entry *find_object(struct object_id *oid)
^
./helper/cinnabar-fast-import.c:247:21: warning: incompatible pointer types passing 'unsigned char *' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
e = insert_object((unsigned char *)note);
^~~~~~~~~~~~~~~~~~~~~
./helper/fast-import.patched.c:583:61: note: passing argument to parameter 'oid' here
static struct object_entry *insert_object(struct object_id *oid)
^
./helper/cinnabar-fast-import.c:302:24: error: no member named 'sha1' in 'struct branch'
if (!is_null_sha1(b->sha1)) {
~ ^
./helper/cinnabar-fast-import.c:305:37: error: no member named 'sha1' in 'struct branch'
init_notes(notes, sha1_to_hex(b->sha1),
~ ^
./helper/cinnabar-fast-import.c:373:20: warning: incompatible pointer types passing 'unsigned char const[20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
c = lookup_commit(oid->hash);
^~~~~~~~~
./commit.h:48:54: note: passing argument to parameter 'oid' here
struct commit *lookup_commit(const struct object_id *oid);
^
./helper/cinnabar-fast-import.c:401:35: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
while ((note = get_note(&git2hg, git_id->hash))) {
^~~~~~~~~~~~
./notes.h:144:27: note: passing argument to parameter 'object_oid' here
const struct object_id *object_oid);
^
./helper/cinnabar-fast-import.c:401:15: warning: incompatible pointer types assigning to 'const unsigned char *' from 'const struct object_id *' [-Wincompatible-pointer-types]
while ((note = get_note(&git2hg, git_id->hash))) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:424:40: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
store_object(OBJ_COMMIT, &buf, NULL, git_id->hash, 0);
^~~~~~~~~~~~
./helper/fast-import.patched.c:1086:20: note: passing argument to parameter 'oidout' here
struct object_id *oidout,
^
./helper/cinnabar-fast-import.c:466:32: error: no member named 'sha1' in 'struct pack_idx_entry'
hashcpy(git_id.hash, oe->idx.sha1);
~~~~~~~ ^
./helper/cinnabar-fast-import.c:473:28: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
note = get_note(&hg2git, hg_id.hash);
^~~~~~~~~~
./notes.h:144:27: note: passing argument to parameter 'object_oid' here
const struct object_id *object_oid);
^
./helper/cinnabar-fast-import.c:473:8: warning: incompatible pointer types assigning to 'const unsigned char *' from 'const struct object_id *' [-Wincompatible-pointer-types]
note = get_note(&hg2git, hg_id.hash);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-fast-import.c:488:19: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
add_note(notes, hg_id.hash, git_id.hash, NULL);
^~~~~~~~~~
./notes.h:124:60: note: passing argument to parameter 'object_oid' here
int add_note(struct notes_tree *t, const struct object_id *object_oid,
^
./helper/cinnabar-fast-import.c:488:31: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
add_note(notes, hg_id.hash, git_id.hash, NULL);
^~~~~~~~~~~
./notes.h:125:27: note: passing argument to parameter 'note_oid' here
const struct object_id *note_oid, combine_notes_fn combine_notes);
^
./helper/cinnabar-fast-import.c:520:36: warning: incompatible pointer types passing 'const unsigned char *' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
tree_content_set(tree, note_path, note_sha1, mode, NULL);
^~~~~~~~~
./helper/fast-import.patched.c:1549:26: note: passing argument to parameter 'oid' here
const struct object_id *oid,
^
./helper/cinnabar-fast-import.c:534:21: warning: incompatible pointer types passing 'int (const unsigned char *, const unsigned char *, char *, void *)' to parameter of type 'each_note_fn *' (aka 'int (*)(const struct object_id *, const struct object_id *, char *, void *)') [-Wincompatible-pointer-types]
store_each_note, tree))
^~~~~~~~~~~~~~~
./notes.h:208:65: note: passing argument to parameter 'fn' here
int for_each_note(struct notes_tree *t, int flags, each_note_fn fn,
^
./helper/cinnabar-fast-import.c:537:43: error: no member named 'sha1' in 'struct tree_entry_ms'
hashcpy(result->hash, tree->versions[1].sha1);
~~~~~~~~~~~~~~~~~ ^
./helper/cinnabar-fast-import.c:551:49: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
store_object(OBJ_BLOB, &file->metadata, NULL, sha1, 0);
^~~~
./helper/fast-import.patched.c:1086:20: note: passing argument to parameter 'oidout' here
struct object_id *oidout,
^
./helper/cinnabar-fast-import.c:553:25: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
add_note(&files_meta, file->sha1, sha1, NULL);
^~~~~~~~~~
./notes.h:124:60: note: passing argument to parameter 'object_oid' here
int add_note(struct notes_tree *t, const struct object_id *object_oid,
^
./helper/cinnabar-fast-import.c:553:37: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
add_note(&files_meta, file->sha1, sha1, NULL);
^~~~
./notes.h:125:27: note: passing argument to parameter 'note_oid' here
const struct object_id *note_oid, combine_notes_fn combine_notes);
^
./helper/cinnabar-fast-import.c:565:53: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
store_object(OBJ_BLOB, &file->content, &last_blob, sha1, 0);
^~~~
./helper/fast-import.patched.c:1086:20: note: passing argument to parameter 'oidout' here
struct object_id *oidout,
^
./helper/cinnabar-fast-import.c:567:20: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
add_note(&hg2git, file->sha1, sha1, NULL);
^~~~~~~~~~
./notes.h:124:60: note: passing argument to parameter 'object_oid' here
int add_note(struct notes_tree *t, const struct object_id *object_oid,
^
./helper/cinnabar-fast-import.c:567:32: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'const struct object_id *' [-Wincompatible-pointer-types]
add_note(&hg2git, file->sha1, sha1, NULL);
^~~~
./notes.h:125:27: note: passing argument to parameter 'note_oid' here
const struct object_id *note_oid, combine_notes_fn combine_notes);
^
./helper/cinnabar-fast-import.c:569:33: warning: incompatible pointer types passing 'unsigned char [20]' to parameter of type 'struct object_id *' [-Wincompatible-pointer-types]
file->content_oe = find_object(sha1);
^~~~
./helper/fast-import.patched.c:573:59: note: passing argument to parameter 'oid' here
static struct object_entry *find_object(struct object_id *oid)
^
23 warnings and 4 errors generated.
2017-09-11 12:57:05 +00:00
Mathieu Arnold
9f61cf55e5
Update to v5.27.3-84-g7bd9fb1.
...
Changes: https://github.com/Perl/perl5/compare/v5.27.3-35-g97fcda7...v5.27.3-84-g7bd9fb1
Sponsored by: Absolight
2017-09-11 12:56:57 +00:00
Jimmy Olgeni
5e3b20d0f6
Update textproc/py-python-augeas to version 1.0.3.
...
PR: 221994
Submitted by: olgeni
Approved by: maintainer
2017-09-11 12:34:01 +00:00
Jimmy Olgeni
7948ed4bc5
Update sysutils/py-glances to version 2.11.1.
...
PR: 222196
Submitted by: olgeni
Approved by: maintainer
2017-09-11 12:24:03 +00:00
Jan Beich
16f78fdf58
games/openbor: simplify initialization of sysctl values
2017-09-11 11:51:50 +00:00
Pietro Cerutti
9e35ea9bb0
lang/tcl87: remove leftover of pre-release age
2017-09-11 11:39:09 +00:00
Pietro Cerutti
1372d21453
lang/tcl86: remove empty files from pkg-plist
2017-09-11 11:36:20 +00:00
Gerald Pfeifer
a086ab745c
Also bump PORTREVISION of lang/gcc which now refers to lang/gcc6 by
...
default.
PR: 219275
Reported by: rakuco
2017-09-11 11:24:44 +00:00
Jan Beich
463e17591b
www/py-flexget: update to 2.10.88
...
Changes: https://github.com/Flexget/Flexget/compare/2.10.87...2.10.88
2017-09-11 10:45:54 +00:00
Bernhard Froehlich
ed71ab5a0f
Mark as DEPRECATED and set EXPIRATION_DATE because upstream
...
is dead and so the port is not useable anymore.
If someone wants to continue the project please head up to
https://github.com/freebsd/redports/
Thanks and goodbye redports.
2017-09-11 09:42:51 +00:00
Bernhard Froehlich
cd52421acd
- Update to 4.2.3
...
- Fix various portlint warnings
- Add missing LICENSE_FILE
- Update pkg-descr to match recent upstream development
The update was postponed a few times because early 4.2 releases
had some serious regressions on FreeBSD. I know that there are
still a few issues in the current release especially around IPTV
and SAT>IP but they do not seem to be FreeBSD specific. If you
run into regressions please let me know then we can still decide
if we need to keep tvheadend 4.0 around.
Thanks to all people for their patience and the people which helped
during the testing phase especially Rainer and Heiko!
Thanks to: Rainer Hurling <rhurlin@gwdg.de>,
Heiko Kirschke <heiko.kirschke@posteo.de>
2017-09-11 09:27:04 +00:00
Jan Beich
fa335f26e3
databases/evolution-data-server: switch to C++11, required by ICU >= 59
...
In file included from e-alphabet-index-private.cpp:37:
In file included from /usr/local/include/unicode/alphaindex.h:18:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text)) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text), length) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11
UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
^~~~~~~~~~~~~
PR: 218788
2017-09-11 09:22:36 +00:00
Jimmy Olgeni
8667e32c1c
Update devel/elixir-quantum to version 2.1.0.
2017-09-11 09:02:01 +00:00
Dmitry Marakasov
c5f2bea326
- Add NO_ARCH
...
- No need to set PKGMESSAGE
- Switch to options helpers
- Style fixes
Approved by: portmgr blanket
2017-09-11 09:01:51 +00:00
Dmitry Marakasov
e6709b5e57
- Update WWW
...
Approved by: portmgr blanket
2017-09-11 09:01:46 +00:00
Jimmy Olgeni
7cfa674cd0
Add devel/elixir-gen_stage, producer and consumer pipelines with
...
back-pressure for Elixir.
2017-09-11 09:00:01 +00:00
Bernhard Froehlich
858c22ce29
Update to latest git revision from 20170530 since around 3 years have passed since the initial version
...
PR: 221741
Submitted by: myself
Approved by: maintainer timeout
2017-09-11 08:56:58 +00:00
Jimmy Olgeni
5f1b6fa615
Update devel/elixir-smppex to version 2.2.0.
2017-09-11 08:40:17 +00:00
Jan Beich
ccb826d418
devel/php7{0,1}-intl: switch to C++11, required by ICU >= 59
...
In file included from /wrkdirs/usr/ports/devel/php70-intl/work/php-7.0.19/ext/intl/intl_convertcpp.cpp:21:
In file included from ./intl_convertcpp.h:26:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text)) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text), length) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11
UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
^~~~~~~~~~~~~
PR: 218788
2017-09-11 08:23:37 +00:00
Jan Beich
c717443b7c
www/cppcms: switch to C++11, required by ICU >= 59
...
In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/encoding/codepage.cpp:19:
In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/encoding/uconv_codepage.ipp:13:
In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/encoding/../icu/uconv.h:10:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text)) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text), length) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11
UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
^~~~~~~~~~~~~
PR: 218788
2017-09-11 08:23:25 +00:00
Jan Beich
7c0346a197
devel/py-pyicu: switch to C++11, required by ICU >= 59
...
In file included from _icu.cpp:27:
In file included from ./common.h:90:
In file included from /usr/local/include/unicode/utypes.h:38:
/usr/local/include/unicode/umachine.h:347:13: error: unknown type name 'char16_t'
typedef char16_t UChar;
^
PR: 218788
2017-09-11 08:23:14 +00:00
Jan Beich
b0cab65da9
misc/sword: switch to C++11, required by ICU >= 59
...
In file included from ../src/mgr/swmgr.cpp:102:
In file included from ../include/utf8transliterator.h:41:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text)) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text), length) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11
UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
^~~~~~~~~~~~~
PR: 218788
2017-09-11 08:23:03 +00:00
Jan Beich
5af16feb24
devel/pecl-intl: switch to C++11, required by ICU >= 59
...
In file included from /wrkdirs/usr/ports/devel/pecl-intl/work/intl-3.0.0/intl_convertcpp.cpp:21:
In file included from ./intl_convertcpp.h:26:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text)) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11
UnicodeString(ConstChar16Ptr(text), length) {}
^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11
UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
^~~~~~~~~~~~~
PR: 218788
2017-09-11 08:22:51 +00:00
Jan Beich
39ebc3636a
print/texlive-base: switch to C++11, required by ICU >= 59
...
checking requested system `icu' library... failed
configure: error: some requested system libraries failed
PR: 218788
2017-09-11 08:22:39 +00:00
Jan Beich
3ff21d0ac1
devel/icu-le-hb: switch to C++11, required by ICU >= 59
...
In file included from LayoutEngine.cpp:8:
In file included from ./LETypes.h:14:
In file included from /usr/local/include/unicode/utypes.h:38:
/usr/local/include/unicode/umachine.h:347:13: error: unknown type name 'char16_t'
typedef char16_t UChar;
^
PR: 218788
2017-09-11 08:22:28 +00:00
Alex Dupre
de40ba01b8
Update to 1.3.1 release.
...
PR: 222203
Submitted by: adamw
2017-09-11 07:18:02 +00:00
Pietro Cerutti
dfa831161e
lang/tcl87, x11-toolkits/tk87: import Tcl/Tk 8.7a1
...
This is the first alpha release for Tcl/Tk 8.7. See the full release notes
here: https://sourceforge.net/p/tcl/mailman/message/36030211
2017-09-11 06:30:53 +00:00
Li-Wen Hsu
9751729d09
- Update to 2.78
2017-09-11 05:25:32 +00:00
Jan Beich
4ac9e0aba7
devel/android-tools-{adb,fastboot}-devel: chase platform version output
2017-09-11 04:58:14 +00:00
Jan Beich
f261c10609
emulators/rpcs3: update to 0.0.3.305
...
Changes: e4105f46...f0358f85
2017-09-11 04:39:11 +00:00
Jan Beich
09896f0f7d
devel/android-tools-adb-devel: update to o.p.4.4407
...
Changes: 2066e0585e..cfadedb139
/adb
2017-09-11 04:38:59 +00:00
Timur I. Bakeyev
92cf99edf9
Un-break the devel/py-bsd
2017-09-11 04:03:42 +00:00
Sunpoet Po-Chuan Hsieh
fd879d22e9
Update to 2017.09.10
2017-09-11 03:50:26 +00:00
Sunpoet Po-Chuan Hsieh
203f58153d
Update to 2017.09.10
2017-09-11 03:50:07 +00:00
TAKATSU Tomonari
8c139b7c68
- Update to 2.3
2017-09-11 01:03:53 +00:00
Larry Rosenman
ecfff1aeb8
sysutils/lsof: upgrade to 4.90P, which fixes the test suite for 64-bit dev_t, and
...
the bzero fix.
2017-09-10 23:27:11 +00:00
TAKATSU Tomonari
1f7bec2322
- Update to 0.99.14.2
2017-09-10 22:29:55 +00:00
Danilo G. Baio
4ec035b223
sysutils/cbsd: Update to 11.1.5
...
While here, add LICENSE_FILE.
PR: 222204
Submitted by: olevole@olevole.ru (maintainer)
2017-09-10 22:16:46 +00:00