| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/widget/form/profileform.cpp:217:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH'
if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH)
^
src/widget/form/profileform.cpp:226:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH'
if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH)
^
src/widget/form/profileform.cpp:232:33: error: use of undeclared identifier 'TOX_AVATAR_FORMAT_PNG'
Nexus::getCore()->setAvatar(TOX_AVATAR_FORMAT_PNG, bytes);
^
3 errors generated.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=383857
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383844
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383780
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=383598
|
|
|
|
|
|
|
| |
Changes: https://github.com/jimmycuadra/lita/releases
Notes:
svn path=/head/; revision=383321
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.
Differential Revision: https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=383259
|
|
|
|
|
|
|
|
|
| |
protocol.
WWW: https://github.com/agl/xmpp-client
Notes:
svn path=/head/; revision=383174
|
|
|
|
|
|
|
| |
Submitted by: alonso@
Notes:
svn path=/head/; revision=383168
|
|
|
|
|
|
|
|
|
|
| |
- Removed 'git' from PORTVERSION date appendix
PR: 199143
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Notes:
svn path=/head/; revision=383138
|
|
|
|
| |
Notes:
svn path=/head/; revision=382954
|
|
|
|
|
|
|
|
| |
PR: 198999
Submitted by: Mikhail <mp39590@gmail.com>
Notes:
svn path=/head/; revision=382812
|
|
|
|
|
|
|
|
| |
PR: 198998
Submitted by: Mikhail <mp39590@gmail.com>
Notes:
svn path=/head/; revision=382810
|
|
|
|
| |
Notes:
svn path=/head/; revision=382751
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.0
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Remove unnedeed patches.
Changes: https://github.com/baedert/corebird/releases/tag/1.0
PR: 199041
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Notes:
svn path=/head/; revision=382719
|
|
|
|
|
|
|
|
| |
Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
Notes:
svn path=/head/; revision=382631
|
|
|
|
| |
Notes:
svn path=/head/; revision=382516
|
|
|
|
|
|
|
|
|
|
| |
Thanks to Gustau PĂ©rez <gustau.perez@gmail.com> for helping to keep thes
ports updated.
Obtained from: GNOME dev repo
Notes:
svn path=/head/; revision=382383
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
Notes:
svn path=/head/; revision=382317
|
|
|
|
|
|
|
|
|
| |
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382150
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix issue with upgrading port[2] where directory permissions get reset
- Add CPE information
- Cleanup pkg-plist
PR: 198587[1]
Submitted by: samm at os2.kiev.ua[1]
Reported by: Igor Karpov (via private email)[2]
Notes:
svn path=/head/; revision=381868
|
|
|
|
| |
Notes:
svn path=/head/; revision=381685
|
|
|
|
|
|
|
| |
Submitted by: Yuri <yuri (at) rawbw.com>
Notes:
svn path=/head/; revision=381684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Strip library
Notes:
svn path=/head/; revision=381398
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove outdated RUBY_VER check
Changes: https://github.com/jimmycuadra/lita/releases
Notes:
svn path=/head/; revision=381278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
Notes:
svn path=/head/; revision=381221
|
|
|
|
| |
Notes:
svn path=/head/; revision=381119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.
In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>
PR: 197751
PR: 197871
PR: 184996
Reviewed by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D1950
Notes:
svn path=/head/; revision=381052
|
|
|
|
|
|
|
|
| |
PR: ports/198528
Differential Revision: Ivan Klymenko (maintainer)
Notes:
svn path=/head/; revision=381039
|
|
|
|
|
|
|
| |
Submitted by: Denis D <stdedjub@googlemail.com> (Makefile changes)
Notes:
svn path=/head/; revision=380850
|
|
|
|
|
|
|
| |
Changes: https://github.com/collectiveidea/tinder/blob/master/CHANGELOG.txt
Notes:
svn path=/head/; revision=380538
|
|
|
|
| |
Notes:
svn path=/head/; revision=380441
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Corebird is a native GTK3 Twitter client that provides features
such as Direct Messages (DMs), Tweet notifications.
WWW: http://corebird.baedert.org/
PR: 197530
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by: tijl, olivierd, thierry
Notes:
svn path=/head/; revision=380390
|
|
|
|
|
|
|
|
|
|
|
|
| |
changelog:
* Fix sending Zeroconf messages
* Make ipython compatible to version >= 1.0
* Support Message Archive Management (XEP-0313)
* Minor fixes and improvements
Notes:
svn path=/head/; revision=380339
|
|
|
|
|
|
|
|
|
|
| |
A basic client for Slack.com, which can optionally connect to the Slack
Real Time Messaging (RTM) API.
WWW: https://github.com/slackhq/python-slackclient
Notes:
svn path=/head/; revision=380336
|
|
|
|
| |
Notes:
svn path=/head/; revision=380307
|
|
|
|
| |
Notes:
svn path=/head/; revision=380175
|
|
|
|
|
|
|
|
| |
PR: 198049
Submitted by: <michal@hanu.la>
Notes:
svn path=/head/; revision=379991
|
|
|
|
| |
Notes:
svn path=/head/; revision=379900
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(diff is found in the referenced PR)
- Fixes error "rate limit rate failure"
- Enables SSL by default
PR: 197988
Approved by: maintainer
Notes:
svn path=/head/; revision=379818
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Strip libraries
Notes:
svn path=/head/; revision=379642
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Port development has moved to new place
- Add EXAMPLES option
- Inform users of config format change in pkg-message
PR: 197248
Submitted by: Tomas Hecker <tomas.hecker@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=379497
|
|
|
|
| |
Notes:
svn path=/head/; revision=379377
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Net-Stomp
Notes:
svn path=/head/; revision=379359
|
|
|
|
|
|
|
|
| |
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
Notes:
svn path=/head/; revision=379358
|
|
|
|
|
|
|
| |
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/words/topfiles/NEWS
Notes:
svn path=/head/; revision=379295
|
|
|
|
|
|
|
| |
Submitted by: mat
Notes:
svn path=/head/; revision=379182
|
|
|
|
|
|
|
| |
Submitted by: Freshports sanity checker
Notes:
svn path=/head/; revision=379174
|
|
|
|
| |
Notes:
svn path=/head/; revision=379173
|
|
|
|
|
|
|
| |
Parts of this port is based on work by fabianfreyer@github
Notes:
svn path=/head/; revision=379170
|