1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

4956 Commits

Author SHA1 Message Date
Dmitry Marakasov
c306e8bee6 - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2016-11-10 09:00:12 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Matthias Andree
43503ba239 Maintainer update to new 1.1.4 release.
ChangeLog:
https://github.com/ricochet-im/ricochet/releases/tag/v1.1.4

Next time, please tag the PR with "[MAINTAINER UPDATE]" so we can
identify it more easily.

PR:		214331
Submitted by:	Yuri Victorovich (maintainer)
2016-11-09 23:23:14 +00:00
Tijl Coosemans
22758f2672 Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
2016-11-03 21:47:46 +00:00
Pietro Cerutti
486dbe0a10 net-im/openfire: better RUN_DEPENDS line (no actual change in dependencies)
PR:		213929
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-11-03 12:02:14 +00:00
Jan Beich
d8fee16f8e net-im/sayaka: update to 3.2.2
Changes:	https://github.com/isaki68k/sayaka/compare/3.1.0...3.2.2
PR:		213967
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
2016-11-01 20:01:15 +00:00
Pietro Cerutti
f3a123b43b net-im/openfire: update to 4.0.3, switch to OPTIONS helpers
https://download.igniterealtime.org/openfire/docs/4.0.3/changelog.html

PR:		213929
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-10-31 15:18:59 +00:00
Jason E. Hale
890392b62d Fix build for 9.x i386
Quarterly branch has a different version, but suffers from the same error, so
the fix should be backported.

videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)':
videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
camerasource.o: In function `CameraSource::CameraSource()':
camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:793: qtox] Error 1

PR:		213841
Submitted by:	<matthew@reztek.cz>
Approved by:	<yuri@rawbw.com> (maintainer)
MFH:		2016Q4
2016-10-31 07:00:10 +00:00
Joseph Mingrone
db5cf06aae net-im/freetalk: update to version 4.1
Changelog: https://github.com/GNUFreetalk/freetalk/releases

Port Changes:
- switch to GitHub for distfile
- include license information
- other miscellaneous changes

PR:		213777
Submitted by:	olevole@olevole.ru (maintainer)
Approved by:	AMDmi3 (mentor) swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8337
2016-10-26 15:25:13 +00:00
Kris Moore
87d88bf05f - Update to 0.2.7
PR: 213786
Submitted by: Boris Samorodov <bsam@freebsd.org>
2016-10-26 15:04:22 +00:00
Jimmy Olgeni
059606c34d Set NO_ARCH. 2016-10-26 05:43:41 +00:00
Jimmy Olgeni
261d012784 Update net-im/py-python-telegram-bot to version 5.2.0.
- Set NO_ARCH.
2016-10-25 20:26:05 +00:00
Dmitry Marakasov
0e2b438d00 - Mark BROKEN on 9.x i386:
videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)':
videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
camerasource.o: In function `CameraSource::CameraSource()':
camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'

Approved by:	portmgr blanket
2016-10-25 09:05:24 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Dmitry Marakasov
b326b1d406 - Mark broken on 9.x amd64:
/usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC
/usr/local/bin/ld: final link failed: Nonrepresentable section on output

Approved by:	portmgr blanket
2016-10-21 11:09:45 +00:00
Kurt Jaeger
c7f788dd98 net-im/oysttyer: 2.8.0 -> 2.8.1
Changes:	https://github.com/oysttyer/oysttyer/blob/master/CHANGELOG.markdown
2016-10-20 20:55:34 +00:00
Raphael Kubo da Costa
366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00
Jimmy Olgeni
f5b341b8fd Take over maintainership.
Approved by:	demon (maintainer)
2016-10-19 20:28:17 +00:00
Tijl Coosemans
1675ff649c Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
  32-bit compat libraries on amd64.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D7886
2016-10-19 14:50:26 +00:00
Tobias C. Berner
1d16d53e19 Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.

Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
	* kde-kde4
In the future, this will be extended to
	* kde-frameworks
	* kde-plasma
	* kde-applications

PR:						213406
Differential Revision:	https://reviews.freebsd.org/D7645
Exp-run by :			antoine
Reviewed by:			mat, rakuco
Approved by: 			portmgr (mat), rakuco (mentor)
2016-10-18 17:22:35 +00:00
Bartek Rutkowski
8647ec1763 net-im/pidgin-skypeweb: update 1.2.1 -> 1.2.2
PR:		213531
Submitted by:	Andrey Akhmichin <sepulkarium45@yahoo.com> (maintainer)
2016-10-18 13:23:26 +00:00
Jimmy Olgeni
f9e737fc34 Update net-im/py-python-telegram-bot to version 5.1.1.
PR:		213358
Submitted by:	olgeni
Approved by:	maintainer
2016-10-11 08:15:28 +00:00
Ashish SHUKLA
3b90eec0d5 - Update to 16.09
- Add a note about probable crash during startup, to UPDATING file
2016-10-11 07:38:34 +00:00
Pawel Pekala
b1a7c1a825 Update to version 1.5.2
PR:		213161
Submitted by:	maintainer
2016-10-10 19:04:20 +00:00
Kurt Jaeger
2bbe4715ec net-im/oysttyer: 2.7.2 -> 2.8.0
- Add -extended option to support extended tweets (thanks, myshkin!)
- Add -origimages option to request original-sized images (thanks, Wyatts)
- Re-add mp4 URL replacement since that is still used for GIFs.
2016-10-09 16:04:10 +00:00
Jan Beich
f5f47a5a4e devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
2016-10-09 12:10:02 +00:00
Carlos J. Puga Medina
62e4a805b1 - Update to 1.3.3
- Add NLS option
- Remove pre-configure target

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.3

Approved by:	amdmi3 (mentor)
Differential Revision:	D8164
2016-10-08 19:26:51 +00:00
Carlos J. Puga Medina
c4e551dc35 - Update corebird to 1.3.2
Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.2

Approved by:	feld (mentor)
Differential Revision:	D8035
2016-10-05 14:44:48 +00:00
Tobias C. Berner
483a3c2f79 net-im/telepathy-qt[45]: Fixup DOCSDIR, sipmlify -qt5
In r423332 DOCSDIR was defined incorrectly. Correct this.
While here, also remove PORTSDIR from the qt5 version as
suggested by Jan.

Thanks to Jan for spotting it.

Reported by:	Jan Beich <jbeich@freebsd.org>
Reviewed by:	jbeich, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7898
2016-10-05 12:33:17 +00:00
Tobias C. Berner
6c58e6c324 Make net-im/telepathy-qt5 a slaveport of net-im/telepathy-qt4
net-im/telepathy-qt4 and net-im/telepathy-qt5 had very similar Makefiles and
use the same distfile. So it makes sense to combine them into slaveports.

Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7898
2016-10-05 09:57:41 +00:00
Ruslan Makhmatkhanov
fd49777646 net-im/gajim: update to 0.16.6
- update to 0.16.6
- remove patches, applied upstream
2016-10-04 05:38:12 +00:00
Jan Beich
ba3ffd9b12 graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
2016-10-03 17:47:08 +00:00
Emanuel Haupt
9988113fda - Relocate to github
- Unbreak
2016-10-02 21:15:38 +00:00
Dmitry Marakasov
cdafd65b92 - Update to 1.0.3 2016-09-30 23:36:30 +00:00
Jan Beich
adb3fa4aa4 multimedia/libvpx: update 1.6.0
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).

Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:

  vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
  vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
2016-09-30 01:15:10 +00:00
Tilman Keskinoz
027f26a876 Update to 0.5.0 2016-09-28 20:02:17 +00:00
Tilman Keskinoz
0414f2190d Update to 0.9.1 2016-09-28 20:01:44 +00:00
Thierry Thomas
497d970bbf Fix tox-bootstrapd. 2016-09-27 19:49:31 +00:00
Antoine Brodin
ea16d28b49 - Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
2016-09-27 16:32:52 +00:00
Thierry Thomas
dce087903d Upgrade to 0.7.1.
Changelog at:
https://github.com/JFreegman/toxic/releases/tag/0.7.1
2016-09-25 14:15:01 +00:00
Thierry Thomas
10baff9796 Refresh. 2016-09-25 14:14:46 +00:00
Jimmy Olgeni
77246b825a Update net-im/py-python-telegram-bot to version 5.1.0.
PR:		212982
Submitted by:	olgeni
Approved by:	maintainer
2016-09-25 11:05:06 +00:00
Ruslan Makhmatkhanov
705518daba net-im/farsight2: limit to python 2.x
- limit python version to 2.x

PR:		197236
Submitted by:	Elizabeth Myers <elizabeth@Interlinked.me>
With hat:   gnome
2016-09-23 16:57:42 +00:00
Jimmy Olgeni
219f8c5395 Update net-im/py-fbmq to version 2.0.1. 2016-09-21 09:56:34 +00:00
Mark Linimon
3b213fb484 Also mark as broken on sparc64. While here, pet portlint.
Approved by:	portmgr (tier-2 blanket)
2016-09-20 09:14:39 +00:00
Carlos J. Puga Medina
742d882077 - Update corebird to 1.3.1 release
- Add GSTREAMER_USE=hls dependency
- Line up options block
- Silence all three explicitly called commands

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.1

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D7800
2016-09-15 17:56:56 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
John Marino
eeb3a60339 net-im/prosody: Document SSL requirement and rework port makefile
This makefile had both <pre> and <options> but only the <options>
include was necesssary so the <pre> and <post> includes were remoed.
Most of the variables conventionally introduced before the <options>
include were wrapped and moved up to ensure they were defined when
needed.  Finally SSL flags were added to support non-base SSL linkage.

Approved by:	SSL blanket + general blankets
2016-09-12 03:01:44 +00:00
Dmitry Marakasov
d0cd256394 - Mark BROKEN:
RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer support by the OpenSSL project. You need to upgrade to a newer version of OpenSSL.

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-09-11 18:59:27 +00:00
John Marino
c3807ffdca net-im/libyahoo2: document and configure SSL build dependency 2016-09-10 22:00:59 +00:00
John Marino
c03061e2f2 net-im/imspector: configure SSL properly and honor LDFLAGS
Approved by:	SSL blanket
2016-09-10 21:55:28 +00:00
Dmitry Marakasov
da41a16871 - Update to 1.21.1
- While here, switch to USES=localbase and options helpers

PR:		211880
Submitted by:	w.schwarzenfeld@utanet.at
Approved by:	john.c.prather@gmail.com (maintainer)
2016-09-09 20:12:44 +00:00
Ruslan Makhmatkhanov
4f6a2b7197 net-im/py-nbxmpp: update to 0.5.4
Changelog:
python-nbxmpp 0.5.4 (04 September 2016)

  * Fix SCRAM authentication
  * Fix BOSH connection with UTF-8 messages
  * Fix smacks implementation
  * Use uuid in stanza ids
2016-09-07 18:20:36 +00:00
Ashish SHUKLA
a8e6f5c189 - Update to 16.08
- Update dependencies tarball
- Add a diff for riakc to build it with Erlang 19.x
- Temporarily disable LOGDB option
- Instead of post-patch, switch to pre-configure target for in-place
  replacements

PR:		212410 212328
2016-09-07 13:02:07 +00:00
Tijl Coosemans
aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00
Dmitry Marakasov
fa1eb8c928 - Update to 0.9.8.20160729
PR:		211812
Submitted by:	olevole@olevole.ru
Approved by:	maintainer timeout (portmaster@bsdforge.com, 3 weeks)
2016-09-06 15:35:19 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Jimmy Olgeni
295507ab60 Update net-im/py-fbmq to version 2.0.0. 2016-09-05 09:12:50 +00:00
Raphael Kubo da Costa
c187bdaf13 Explicitly disable C++11 during the build.
Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
supports it, and the build currently does not work:

../TelegramQML-0.9.2/telegramqml.cpp:4794:10: error: case value evaluates to 2573335900, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
    case Update::typeUpdateReadHistoryInbox:

Note that Qt 5.7 will start requiring C++11 support, so this will need to be
fixed properly in the future.

PR:	        211916
2016-09-04 16:42:33 +00:00
Guido Falsi
9feebced2f - Update net-im/gloox to 1.0.17
- Chase shlib version bump in dependent ports

PR:		212338
Submitted by:   Demetris Procopiou <dem.procopiou at gmail.com>
		(maintainer)
2016-09-03 19:19:32 +00:00
Raphael Kubo da Costa
50b41275b1 Explicitly disable C++11 during the build.
Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
supports it, and the build currently does not work:

../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
    case typeAccountDaysTTL: {

Note that Qt 5.7 will start requiring C++11 support, so this will need to be
fixed properly in the future.

PR:		211916
2016-09-03 11:45:42 +00:00
Thierry Thomas
c25921a3cc There is no more net-im/venom port. Fix outdated package description.
PR:		212285
Submitted by:	Aleksander Alekseev
2016-08-31 19:25:30 +00:00
Jimmy Olgeni
fa3ad7a6db Add net-im/py-fbmq, a Python library for using the Facebook Messenger API. 2016-08-29 15:54:30 +00:00
Kevin Lo
7e38bf360e Update to 9.1 2016-08-28 13:56:56 +00:00
Martin Matuska
1328789e66 Update net-im/jabberd to 2.4.0
Add patch for crypt_r() conflict in 12-CURRENT
2016-08-28 12:28:32 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Pawel Pekala
2676b2af03 Update to version 1.2.1
PR:		211775
Submitted by:	Andrey Akhmichin (maintainer)
2016-08-15 18:48:37 +00:00
Pawel Pekala
4d474b6365 Update to version 1.5.1
PR:		211733
Submitted by:	maintainer
2016-08-15 14:02:23 +00:00
Kevin Lo
cfe10a3213 Update to 1.3.0 2016-08-11 06:52:57 +00:00
Emanuel Haupt
b397aceb5e - Strip binary
- Register cairo, gdkpixbuf2 with USE_GNOME
- Add missing LIB_DEPENDS
2016-08-08 14:39:13 +00:00
Emanuel Haupt
19fb1aa67e Strip library 2016-08-08 14:32:38 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Pawel Pekala
fc009f6d58 - Update to version 1.0.16
- Take maintainership

PR:		211605
Submitted by:	Demetris Procopiou
2016-08-06 02:12:29 +00:00
Kevin Lo
348a89efb4 Import py-telepot 8.3
Telepot is a Python framework for Telegram Bot API.
2016-08-05 04:52:01 +00:00
Carlo Strub
9c2f5897f7 - Update to 20160717
- Remove patches as go.net and go.crypto are now in the standard library locations
2016-08-03 19:40:40 +00:00
Mathieu Arnold
aef5a66670 Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2016-08-03 12:47:05 +00:00
Carlos J. Puga Medina
dc5298614e - Update corebird to 1.3 release
- Remove unneeded patches
- Drop libgee dependency
- Add USES=compiler:c++11-lang

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3

Reviewed by:	feld, junovitch (mentors)
Approved by:	feld, junovitch (mentors)
Differential Revision:	D7392
2016-08-03 11:01:59 +00:00
TAKATSU Tomonari
257d5ee430 - Update to 3.4.2 2016-08-02 17:48:18 +00:00
Carlos J. Puga Medina
57337ac932 - Add LICENSE_FILE
- Remove duplicate BROKEN_powerpc64 line
- Switch to USES=ssl

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D7385
2016-08-01 03:22:21 +00:00
Pawel Pekala
f301146064 Update to version 0.9.7
PR:		211443
Submitted by:	Chris Hutchinson (maintainer)
2016-07-30 16:23:09 +00:00
Kevin Lo
ff3f7e5681 Add missing dependency on graphics/webp. 2016-07-27 01:09:58 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Dmitry Sivachenko
053a9a7cca New port: python-telegram-bot.
This library provides a pure Python interface for the Telegram Bot API.
In addition to the pure API implementation, this library features a number of
high-level classes to make the development of bots easy and straightforward.
These classes are contained in the telegram.ext submodule.

WWW: https://python-telegram-bot.org/
2016-07-25 18:04:07 +00:00
Kevin Lo
b784e7e829 Add missing dependency. 2016-07-25 01:03:15 +00:00
Antoine Brodin
94daa66124 Fix packaging with pkgconf 1.0
Reported by:	pkg-fallout
2016-07-24 20:52:35 +00:00
Kevin Lo
6fba64fbf3 Take maintainership. 2016-07-22 14:01:13 +00:00
Kris Moore
f308e6bad2 - Add extra patch in files/ missed by previous commit 2016-07-22 13:33:53 +00:00
Kris Moore
e5efc11144 - Update to 1.2.6
- While here drop maintainership (since I no longer use)

PR: 211282
Submitted by: kevlo
2016-07-22 13:33:08 +00:00
Pawel Pekala
95ef50446b Update to version 1.2
PR:		211234
Submitted by:	Dmitri Goutnik
Approved by:	maintainer (with modifications)
2016-07-20 22:28:56 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Dmitry Marakasov
14c0d50172 - Pass maintainershipt to portmaster@BSDforge.com
PR:		211119
Submitted by:	fidaj@ukr.net (maintainer)
2016-07-19 15:23:11 +00:00
Raphael Kubo da Costa
714a261e2b New port: net-im/telepathy-qt5.
This is the Qt5 counterpart of net-im/telepathy-qt4. It was worked on by
tcberner and myself.

From pkg-descr:
This is a library for Qt-based Telepathy clients.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.

WWW: http://telepathy.freedesktop.org/doc/telepathy-qt
2016-07-17 16:48:19 +00:00
Tobias C. Berner
750fb92230 Update net-im/telepathy-qt4 to 0.9.7
PR:		211092
Submitted by:	Adriaan de Groot <groot@kde.org>
Approved by:	rakuco (mentor)
Obtained from:	area51 the kde@ development repo
2016-07-16 16:26:03 +00:00
Raphael Kubo da Costa
dfc628bb70 Adjust dependencies to fix `make stage-qa'.
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency
Warning: you need USES+=gettext
2016-07-16 15:12:10 +00:00
John Marino
2e94d74398 security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
2016-07-12 22:03:52 +00:00
Kurt Jaeger
93b249d979 net-im/oysttyer: 2.7.0 -> 2.7.2
- Fix /short command
2016-07-09 06:52:47 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Kris Moore
3dd66c4842 - Update to 0.2.6 2016-07-01 17:56:28 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Sunpoet Po-Chuan Hsieh
e8516d2234 - Convert to new options dependency helper
- Add NO_ARCH

Approved by:	portmgr (blanket)
2016-06-26 17:24:38 +00:00
TAKATSU Tomonari
e754159579 - Update to 3.4.1
PR:		210372 (based on)
Submitted by:	Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
2016-06-26 11:06:35 +00:00
Kris Moore
94d92a089b Diligent is unofficial cross-platform desktop client for Slack.
WWW: https://github.com/trueos/diligent
2016-06-25 00:18:29 +00:00
Dmitry Marakasov
f3bff527e6 - Add LICENSE
- Switch to options helpers
- Silence patching
2016-06-23 16:45:54 +00:00
Joe Marcus Clarke
a01576da21 Update to 2.11.0. See
https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog?fileviewer=file-view-default
for a list of changes.
2016-06-22 16:10:39 +00:00
Mathieu Arnold
95a28e9c7a Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
2016-06-21 13:24:53 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Ashish SHUKLA
0220364563 - Update to 16.04
- Add OPTION for building with mod_logdb patch provided by 3rd party
  (off by default)
2016-06-19 12:34:47 +00:00
Guido Falsi
51ed118203 Fix build with libc++ 3.8.0.
PR:		209967
Submitted by:	me
Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
2016-06-18 22:10:55 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Torsten Zuehlsdorff
c5152e00e5 Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net
PR:           210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by:  pi (mentor)
2016-06-15 09:04:29 +00:00
Kurt Jaeger
eed16e38c1 net-im/telepathy-sofiasip: update MAINTAINER to his new address
Submitted by:	Sender Ghost <lightside@gmx.com>
2016-06-13 19:57:55 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Thierry Thomas
03ecb47a77 Update to 20160530 v0.9.5.
PR:		209906
Submitted by:	Ivan Klymenko (maintainer)
2016-05-31 20:06:41 +00:00
Kurt Jaeger
6c825780bf New port: net-im/ring-gnome
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/

PR:		209544
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-05-30 03:09:50 +00:00
Kurt Jaeger
a4f649fb4d New port: net-im/ring-libclient
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/

PR:		209543
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-05-29 04:49:44 +00:00
Kurt Jaeger
98c787c4cd New port: net-im/ring-daemon
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power
of privacy in the hands of the user.

WWW: https://ring.cx/

PR:		209542
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-05-29 03:50:56 +00:00
Kurt Jaeger
7226451716 devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4,
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime

- update USES in some kde ports
  Some are cosmetic; some add shebangfix or pathfix where needed

PR:		209304
Submitted by:	groot@kde.org (kde)
2016-05-28 14:54:53 +00:00
Steve Wills
01ca19a397 Add USE_KDE4 so that KDE4_VERSION is defined
PR:		209756
Submitted by:	T.C.Berner <tcberner@gmail.com>
Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
2016-05-26 16:25:39 +00:00
Kurt Jaeger
beccd9fee7 net-im/oysttyer: 2.6.3 -> 2.7.0
- Adds /edm and /edmreply commands to use $EDITOR for replying to DMs
- Summary of other DM enhancements already added in point releases:
  o Add the ability to share tweets via direct message with the
    `/qdm` command (Work towards of 2.7 milestone)
  o Expand long DMs suring start-up
  o Nicely truncate long DMs when using /dump
  o Fix a bug where whoami comparison was not lowercased for sent dms
- Add --http1.1 flag to curl to suit versions after 7.47.0
2016-05-26 09:04:47 +00:00
Kurt Jaeger
c70f23f472 net-im/ktp-accounts-kcm: Fix plist, use other subst
This comes from area51, the KDE-FreeBSD staging area.

The fix switches a lib-version substitution from KDE4_VERSION to
KDE4_GENERIC_LIB_VERSION. This is already used in other
peripheral-to-KDE-workspace applications like audio/amarok. This
is preliminary work for KDE4 infrastructure changes.

PR:		209316
Submitted by:	groot@kde.org (kde)
2016-05-26 02:51:03 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Kurt Jaeger
ad67447870 Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org
PR:		209746
Submitted by:	xmj
2016-05-25 16:54:30 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Carlos J. Puga Medina
0a88c43143 - Update to 1.2.2
Changelog:
  https://github.com/baedert/corebird/releases/tag/1.2.2

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6485
2016-05-21 23:32:13 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Dmitry Marakasov
d537332f83 - Update to 0.8.2.20160511
PR:		209424
Submitted by:	fidaj@ukr.net (maintainer)
2016-05-16 16:01:29 +00:00
TAKATSU Tomonari
8b27930bb8 - Update to 3.3.10 2016-05-16 12:08:51 +00:00
TAKATSU Tomonari
c941c0a008 - Update to 3.3.9 2016-05-14 07:08:49 +00:00
Carlos J. Puga Medina
8224cc87cd - Update to 1.2.1
- Change LICENSE since support has been added for "or later" variants of GNU licenses
- Add LICENSE_FILE

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.2.1

Reviewed by:	amdmi3, junovitch (mentors)
Approved by:	amdmi3, junovitch (mentors)
Differential Revision:	D6322
2016-05-13 02:59:34 +00:00
Tilman Keskinoz
379b1d0fd8 Update to 1.4.1
PR:		209440
Submitted by:	maintainer
2016-05-11 16:15:03 +00:00
Kurt Jaeger
637f2abc22 net-im/oysttyer: 2.6.1 -> 2.6.3
- Correct year on startup screen
- Adds very rudimentary CI syntax checks
- Expand long DMs suring start-up
- Nicely truncate long DMs when using /dump
- Revert shebang to original
- Fix a bug where whoami comparison was not lowercased for sent dms
- Update userstream endpoint
2016-05-10 16:26:21 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Pawel Pekala
665b18b1f7 Update to version 1.4.0
PR:		209040
Submitted by:	maintainer
2016-04-27 19:02:49 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Mathieu Arnold
b8ba2f87ab Update to 1.0.15.
PR:		209047
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:42:25 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Kurt Jaeger
aa0f1a4c36 New port: net-im/oysttyer
An interactive console text-based command-line Twitter client written in Perl

WWW: http://oysttyer.github.io/docs/userGuide.html
WWW: https://github.com/oysttyer/oysttyer

According to

http://www.floodgap.com/software/ttytter/

it is the official next version of net-im/ttytter.
2016-04-24 10:19:31 +00:00
Rene Ladan
37ac791a5b Remove expired ports:
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months

Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-23 15:15:44 +00:00
Mathieu Arnold
5d7b880ff0 Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
2016-04-22 12:40:04 +00:00
Carlos J. Puga Medina
cefb734d5e - Fix GH_PROJECT and GH_TAGNAME to correctly fetch all distfiles.
- Update MAINTAINER to my @FreeBSD.org address.
- Mark as BROKEN on mips, mips64 and powerpc64
- Clean-up Makefile

Approved by:	junovitch (mentor)
2016-04-22 03:09:53 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Pietro Cerutti
94259cd399 net-im/openfire: the daemon needs to write to ${DATADIR} and ${DATADIR}/plugins
Reported by:	Alexander J Sluiter <alex@xelacomp.com>
2016-04-19 06:29:05 +00:00
Sunpoet Po-Chuan Hsieh
eba481ea6b - Update to 0.57
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Net-Stomp/CHANGES
2016-04-17 18:40:23 +00:00
Joe Marcus Clarke
9c743f298a Fix typo and remove duplicate Bonjour option.
Reported by:	Alexandr Matveev <timon@timon.net.nz>
2016-04-16 15:35:24 +00:00
Joe Marcus Clarke
1ccac5229e Group IM protocols together in an OPTIONS_GROUP.
PR:		208646
Submitted by:	sid@bsdmail.com
2016-04-15 18:44:54 +00:00
Mathieu Arnold
56056229cd Unbreak.
PR:		208719
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:29 +00:00
Ashish SHUKLA
935267730e - Update to 16.03
- Add ZLIB option

PR:		208450
2016-04-11 02:29:33 +00:00
TAKATSU Tomonari
bc0d0cb3fb - Add missing RUN_DEPENDS
PR:		208650
Submitted by:	Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp>
2016-04-09 15:34:49 +00:00
Raphael Kubo da Costa
e432a3366d Update to 1.21.
The project is now hosted on GitLab, which is better than Google Drive from
a porting perspective. We can now drop a few workarounds and patches that
have been upstreamed.

Unfortunately this release is being fetched directly from GitLab and thus we
need to run gtkdocize and autoreconf ourselves as there is no actual release
tarball.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-04-08 13:06:18 +00:00
Dmitry Marakasov
88717652b4 - Update to 1.0.2
- Clarify LICENSE
- Switch to USES=localbase
2016-04-06 04:11:00 +00:00
Dirk Meyer
f8bd870940 - KDE4_PREVENTS works, no extra check needed 2016-04-04 19:13:17 +00:00
Steve Wills
ae54641e2f devel/ruby-gems: Update to 2.6.2
PR:		208371
Submitted by:	wen (partial)
2016-04-04 15:24:52 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Ashish SHUKLA
50c1f3e518 - Fix LDAP support by re-ordering Erlang library path in ejabberdctl
template diff
- Replace /usr/local with %%LOCALBASE%%

PR:		208258
2016-04-01 02:17:29 +00:00
Pietro Cerutti
c8b77cbfe4 net-im/openfire: update to 4.0.2
Announcement:
https://community.igniterealtime.org/blogs/ignite/2016/03/21/openfire-402-released

This update bumps the dependency from Java 7 to Java 8 (USE_JAVA=1.8 now).
From the follow-ups to the announcement, it looks like 4.0.2 has issues with
Java 7.
2016-03-30 15:37:08 +00:00
Dmitry Marakasov
8dca01ceb1 - Update WWW
PR:		207961
Submitted by:	j3377622@trbvm.com
Approved by:	yuri@rawbw.com (maintainer)
2016-03-28 15:26:02 +00:00
Dmitry Marakasov
7b604830ab - Add missing runtime dependencies
- While here, cosmetic fix to pkg-message and silence mkdir

PR:		207784
Submitted by:	everytrash@gmail.com
Approved by:	maintainer timeout (mek@mek.uz.ua, 3 weeks)
2016-03-27 22:20:48 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Antoine Brodin
3afe21b8fb Remove duplicate lines from plist 2016-03-26 16:27:09 +00:00
Thomas Zander
1f19714d85 Update to upstream version 0.7.0.20160321
While on it:
- Pet portlint

PR:		208230
Submitted by:	fidaj@ukr.net (maintainer)
2016-03-25 07:42:23 +00:00
Vsevolod Stakhov
7349ed49cd - Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
2016-03-23 09:20:35 +00:00
Raphael Kubo da Costa
8f30c5e1b7 Add some upstream patches that properly declare all build dependencies.
The upcoming CMake 3.5.0 generates Makefiles that break parallel builds more
often when the dependencies between each targets are not declared correctly.

PR:		208033
2016-03-19 14:38:35 +00:00
Dirk Meyer
73621913e0 - remove option to disable OpenSSL
- add option for gpgme support
- cleanup option NLS
PR:		207713
2016-03-19 10:59:47 +00:00
Raphael Kubo da Costa
7e6bad5d26 Switch to an https MASTER_SITE. 2016-03-18 11:44:49 +00:00
Raphael Kubo da Costa
bc16238248 Update the KDE Telepathy ports to 0.9.0.
Contains commits by myself and alonso@.
2016-03-15 19:08:38 +00:00
Raphael Kubo da Costa
c9ca6953a2 Remove empty do-install target.
The port already has USES=metaport.
2016-03-15 19:01:28 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Ashish SHUKLA
52dc0482f5 - Remove ZLIB option, doesn't work in practise
PR:		207958
2016-03-14 05:37:05 +00:00
Antoine Brodin
989bb4c20d Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
Raphael Kubo da Costa
11855edcea Update to 1.3.0.
PR:		207931
Submitted by:	yuri@rawbw.com (maintainer)
2016-03-13 11:13:18 +00:00
Kurt Jaeger
8dd9f1fc09 net-im/ejabberd: 15.07 -> 16.02
Lots of changes:
  https://blog.process-one.net/ejabberd-16-02-happy-leap-day/
  https://blog.process-one.net/ejabberd-16-01/
  https://blog.process-one.net/ejabberd-15-11-simpler-cluster-setup/
  https://blog.process-one.net/ejabberd-15-10-http-upload-metrics-and-performance/
  https://blog.process-one.net/ejabberd-15-09-oauth/

Submitted by:	ashish (maintainer)
2016-03-11 18:00:06 +00:00
Mark Felder
007e8ab72d net-im/ricochet: Update to 1.1.2
This update resolves an information disclosure vulnerability.

Changelog:	https://github.com/ricochet-im/ricochet/releases/tag/v1.1.2

PR:		207536
Security:	http://www.vuxml.org/freebsd/d71831ef-e6f8-11e5-85be-14dae9d210b8.html
2016-03-10 19:52:12 +00:00
Tilman Keskinoz
3fdc839ad0 Switch to libotr instead of libotr3
PR:		207880
Submitted by:	Sascha Holzleiter
2016-03-10 14:12:07 +00:00
Raphael Kubo da Costa
bb3589f9f9 Update to 0.9.6.1.
With commits by yours truly, alonso@ and Adriaan de Groot <groot@kde.org>.

Significant changes from a porting perspective:
* Import upstream commit to make the port build with GStreamer 1.6+.
* Drop a lot of unnecessary sed calls. Some of them were outdated, and some
  were replaced by USES=pathfix and new CMAKE_ARGS.
* Switch to options target helpers.
* Switch to an out-of-source CMake build.
* Drop the EXAMPLES option. The examples shipped in this port are only
  buildable from within the telepathy-qt4 source tree.
2016-03-08 15:32:10 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Sunpoet Po-Chuan Hsieh
2e408ad55e - Update to 1.5.3
Changes:	https://github.com/hipchat/hipchat-rb/commits/master
2016-03-06 06:25:22 +00:00
Martin Matuska
9df5498c46 Update net-im/jabberd to version 2.3.6 2016-03-05 22:38:41 +00:00
Tilman Keskinoz
1326dc4615 Update to 0.8.8 2016-03-04 16:00:11 +00:00
Carlos J. Puga Medina
448faa0ff0 - Update to 1.2 release
- Add GSTREAMER1=gtksink as dependency.
- Update MAINTAINER to my @FreeBSD.org address

Changelog: https://github.com/baedert/corebird/releases/tag/1.2

PR:		207639
Approved by:	junovitch (mentor)
2016-03-04 02:51:05 +00:00
Kubilay Kocak
e2f30c84be net-im/py-slackclient: Update to 1.0.0
- Update PORTVERSION and distinfo checksum (1.0.0)
- Switch to GitHub for DISTFILES (includes tests) [1]
- Add test dependencies and target

Changes:

  https://github.com/slackhq/python-slackclient/blob/1.0.0/CHANGELOG.md

[1] https://github.com/slackhq/python-slackclient/pull/76
2016-03-03 07:09:00 +00:00
Pawel Pekala
bef9f5d791 - Update to version 0.9.3
- Add LICENSE_FILE
- Use PLIST_SUB to parametrize lib version in pkg-plist
- Disable port's self checks by QMAKE_ARGS because they
  fail to compile with clang 3.7.1 on 11-CURRENT

PR:		207169
Submitted by:	myself
Approved by:	maintainer timeout
2016-03-01 21:10:54 +00:00
Pietro Cerutti
2ad81ba92d net-im/openfire: bump PORTREVISION after r409869
Reported by:	sperber@
2016-03-01 15:09:07 +00:00
Pietro Cerutti
5f3c713a16 net-im/openfire: make sure ETCDIR gets proper permissions 2016-03-01 13:53:26 +00:00
TAKATSU Tomonari
54a31e1f71 - Update to 3.3.8 2016-02-27 11:17:11 +00:00
Kubilay Kocak
a3d4047a3a net-im/py-slackclient: Update to 0.18.0
- Update PORTVERSION and distinfo checksum (0.18.0)
- Update RUN_DEPENDS
- Enable NO_ARCH (architecture independent)

Changes

  https://github.com/slackhq/python-slackclient/blob/master/CHANGELOG.md
2016-02-26 06:59:03 +00:00
Dmitry Marakasov
e36fc841c7 - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by:	portmgr blanket
2016-02-25 14:15:40 +00:00
Dmitry Marakasov
34db955227 - Clarify license
- Specify libotr.so version to differentiate security/libotr3 and security/libotr
- Switch to options helpers

Approved by:	portmgr blanket
2016-02-25 14:13:12 +00:00
Kevin Lo
339b34e8e2 Add openssl and pulseaudio-libs to USE_LINUX_APPS to unbreak after the
linux-c6- to CentOS 6.7 update in r407537.
2016-02-25 02:25:30 +00:00
TAKATSU Tomonari
73416209b2 - Update to 3.3.7 2016-02-21 08:43:42 +00:00
Martin Wilke
1c1487813e - Ignore php70 2016-02-18 15:08:25 +00:00
Pietro Cerutti
0190b01604 net-im/openfire: update to 4.0.1, take back maintainership
Release notes: https://community.igniterealtime.org/blogs/ignite/2016/1/26
2016-02-16 06:55:51 +00:00
TAKATSU Tomonari
1858389e0f - Update to 3.3.6 2016-02-15 12:28:29 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
David Thiel
4d6e9248b4 Use CC for linker instead of LD.
PR:		207130
Submitted by:	code@daniel.priv.no
Obtained from:	mikael.urankar@gmail.com
2016-02-12 18:16:16 +00:00