Commit graph

4407 commits

Author SHA1 Message Date
Dmitry Marakasov
595de32b4b - Fix plist
- Update min. java version
2015-05-15 00:44:32 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- 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
2015-05-14 10:15:04 +00:00
Ashish SHUKLA
83b2a01f52 - Update to 15.04
- Fix issue fetching distfile, introduced in r386097
2015-05-13 12:12:49 +00:00
Kurt Jaeger
924cd1b056 net-im/p5-Net-XMPP: 1.02 -> 1.05
- 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)
2015-05-12 12:45:00 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
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
2015-05-11 18:34:57 +00:00
Wen Heping
4da2e1d1de - Update to 0.2.r.20150509
PR:		200082
Submitted by:	fidaj@ukr.net(maintainer)
2015-05-11 06:12:47 +00:00
Wen Heping
2a0a8a3b08 - Update to 20150505 v0.2.q
PR:		200000
Submitted by:	fidaj@ukr.net(maintainer)
2015-05-08 01:20:00 +00:00
Antoine Brodin
47f4afeaa1 - Properly register info page
- Fix packaging without NLS
2015-05-07 23:16:25 +00:00
Mathieu Arnold
9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00
Pietro Cerutti
d1888d7f0e - Update to 3.10.0
Release announcement:
  https://community.igniterealtime.org/blogs/ignite/2015/04/22/openfire-3100-released
2015-05-06 21:47:27 +00:00
Sunpoet Po-Chuan Hsieh
53467d74ec - Fix gemspec patch
- Bump PORTREVISION for package change
2015-05-02 16:55:46 +00:00
Sunpoet Po-Chuan Hsieh
92b33733c1 - Update to 1.5.1
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
PR:		199691
Submitted by:	Michael Fausten <ports@michael-fausten.de>
2015-05-02 16:55:12 +00:00
Thierry Thomas
870ffb420e Upgrade uTox to 20150419 v0.2.p.
PR:		ports/199358
Submitted by:	Ivan Klymenko
2015-04-27 20:29:48 +00:00
Thierry Thomas
a159b521fd - Update of qTox and toxcore after their new API is eventually fixed
(this unbreak qTox)

- Rename audio/filter_audio to audio/libfilteraudio.

PR:		ports/199726
Submitted by:	yuri (at) rawbw.com
2015-04-27 20:28:13 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Antoine Brodin
c18b095438 Deprecate ports broken for more than 6 months 2015-04-26 10:07:52 +00:00
Dmitry Marakasov
f2645e4b89 - Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
2015-04-24 10:58:24 +00:00
Dmitry Marakasov
f29f537530 - Add CPE info
Approved by:	portmgr blanket
2015-04-22 22:57:55 +00:00
Sunpoet Po-Chuan Hsieh
0374608aca - Update to 15.1.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/words/topfiles/NEWS
2015-04-21 18:40:44 +00:00
Mathieu Arnold
3d33ad9c02 Fix build.
===>  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
2015-04-20 17:28:42 +00:00
Tijl Coosemans
2f31f6488f Convert to USES=autoreconf 2015-04-18 15:14:57 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
Dmitry Marakasov
7a95e442c4 - Add CPE info
Approved by:	portmgr blanket
2015-04-16 01:51:04 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
David Thiel
0869863de9 Update to 0.9.8. 2015-04-14 21:51:00 +00:00
Antoine Brodin
292475edbd Mark BROKEN: fails to build
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
2015-04-12 10:35:20 +00:00
Mathieu Arnold
a51e404df7 These need Module::Build.
Sponsored by:	Absolight
2015-04-12 08:45:54 +00:00
Mathieu Arnold
2f75f48bbc These needs Module::Build.
Sponsored by:	Absolight
2015-04-11 08:28:39 +00:00
Dmitry Marakasov
6f1a3799d4 - Add CPE info
Approved by:	portmgr blanket
2015-04-08 17:43:09 +00:00
Sunpoet Po-Chuan Hsieh
616c147d56 - Update to 4.3.2
Changes:	https://github.com/jimmycuadra/lita/releases
2015-04-05 18:24:18 +00:00
Johannes Jost Meixner
abb03c2e25 Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- 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)
2015-04-05 07:23:49 +00:00
Carlo Strub
f0e3f4a236 xmpp-client is a simple XMPP client written in pure Go. It supports the OTR
protocol.

WWW: https://github.com/agl/xmpp-client
2015-04-03 20:16:15 +00:00
Raphael Kubo da Costa
7f0829cb24 Convert kde@ ports to USES=metaport.
Submitted by:	alonso@
2015-04-03 19:22:38 +00:00
Bartek Rutkowski
3d16e8226d net-im/uTox: update 0.2.o.git20150311 -> 0.2.o.20150402
- Removed 'git' from PORTVERSION date appendix

PR:		199143
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
2015-04-03 15:46:12 +00:00
Thierry Thomas
b98a84ecbc Refresh. 2015-04-01 20:36:58 +00:00
Bartek Rutkowski
39897f5507 net-im/tkabber-plugins: update 1.1 -> 1.1.1
PR:		198999
Submitted by:	Mikhail <mp39590@gmail.com>
2015-03-31 13:01:40 +00:00
Bartek Rutkowski
3d3b7057d8 net-im/tkabber: update 1.1 -> 1.1.1
PR:		198998
Submitted by:	Mikhail <mp39590@gmail.com>
2015-03-31 12:47:07 +00:00
Baptiste Daroussin
b9fe0de268 Remove dead mirror 2015-03-30 21:42:41 +00:00
Kurt Jaeger
1efff60db4 net-im/corebird: 0.9 -> 1.0
- 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)
2015-03-30 19:47:46 +00:00
Steve Wills
fed7471248 Update ruby-gems to 2.4.5
Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
2015-03-30 02:47:07 +00:00
Antoine Brodin
15e35f9130 Fix RUN_DEPENDS 2015-03-28 15:58:38 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
Sunpoet Po-Chuan Hsieh
d361a1631c - Update to 0.55
Changes:	http://search.cpan.org/dist/Net-Stomp/CHANGES
2015-03-26 14:13:41 +00:00
John Marino
b2053786ce 4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
2015-03-24 18:19:23 +00:00
Ashish SHUKLA
f52c2e2c87 - Update to 15.02[1]
- 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]
2015-03-21 21:53:33 +00:00
Thierry Thomas
6cc676bc72 Refresh. 2015-03-19 20:22:44 +00:00
Thierry Thomas
03ebbc6ca5 Refresh.
Submitted by:	Yuri <yuri (at) rawbw.com>
2015-03-19 20:22:26 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
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
2015-03-19 16:44:57 +00:00
Dmitry Marakasov
5bfb33890a - Clarify LICENSE
- Add LICENSE_FILE
- Strip library
2015-03-16 14:08:29 +00:00
Sunpoet Po-Chuan Hsieh
7b4370c3e1 - Update to 4.3.0
- Add LICENSE
- Remove outdated RUBY_VER check

Changes:	https://github.com/jimmycuadra/lita/releases
2015-03-14 14:57:45 +00:00