| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/200220
Differential Revision: Ivan Klymenko (maintainer)
Notes:
svn path=/head/; revision=386410
|
|
|
|
|
|
|
| |
- Update min. java version
Notes:
svn path=/head/; revision=386372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
| |
- Fix issue fetching distfile, introduced in r386097
Notes:
svn path=/head/; revision=386209
|
|
|
|
|
|
|
|
|
|
| |
- Increase XML::Stream dependency to 1.24
- Update bug tracker location
- RT#94649 use Digest::SHA (from Debian package maintainers)
- RT#94650 spelling corrections (from Debian package maintainers)
Notes:
svn path=/head/; revision=386141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
|
|
|
|
|
|
|
| |
PR: 200082
Submitted by: fidaj@ukr.net(maintainer)
Notes:
svn path=/head/; revision=386053
|
|
|
|
|
|
|
|
| |
PR: 200000
Submitted by: fidaj@ukr.net(maintainer)
Notes:
svn path=/head/; revision=385719
|
|
|
|
|
|
|
| |
- Fix packaging without NLS
Notes:
svn path=/head/; revision=385714
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385640
|
|
|
|
|
|
|
|
| |
Release announcement:
https://community.igniterealtime.org/blogs/ignite/2015/04/22/openfire-3100-released
Notes:
svn path=/head/; revision=385573
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=385196
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/hipchat/hipchat-rb/commits/master
PR: 199691
Submitted by: Michael Fausten <ports@michael-fausten.de>
Notes:
svn path=/head/; revision=385189
|
|
|
|
|
|
|
|
| |
PR: ports/199358
Submitted by: Ivan Klymenko
Notes:
svn path=/head/; revision=384871
|
|
|
|
|
|
|
|
|
|
|
|
| |
(this unbreak qTox)
- Rename audio/filter_audio to audio/libfilteraudio.
PR: ports/199726
Submitted by: yuri (at) rawbw.com
Notes:
svn path=/head/; revision=384870
|
|
|
|
|
|
|
| |
PR: 199553
Notes:
svn path=/head/; revision=384819
|
|
|
|
| |
Notes:
svn path=/head/; revision=384771
|
|
|
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384632
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384535
|
|
|
|
|
|
|
| |
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/words/topfiles/NEWS
Notes:
svn path=/head/; revision=384457
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Configuring for p5-Net-AIM-1.22_1
/wrkdirs/usr/ports/net-im/p5-Net-AIM/work/Net-AIM-1.22/Net is a recursive symbolic link at /usr/local/lib/perl5/5.21/File/Find.pm line 88.
Checking if your kit is complete...
*** Error code 255
With hat: perl@
Sponsored by: Absolight
Notes:
svn path=/head/; revision=384373
|
|
|
|
| |
Notes:
svn path=/head/; revision=384229
|
|
|
|
|
|
|
| |
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Notes:
svn path=/head/; revision=384215
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=384038
|
|
|
|
| |
Notes:
svn path=/head/; revision=384030
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|