non port: net-im/telegram-desktop/Makefile |
SVNWeb
|
Number of commits found: 93 |
Mon, 9 Jan 2023
|
[ 20:07 Sergey A. Osokin (osa) ] f675fab
net-im/t*: update Telegram Desktop from 4.5.2 to 4.5.3
While I'm here:
- revert back 7f38c6b7d6302846e806592db36f43e32a785b8b
- remove NO_CCACHE, builds are fine now
|
Sun, 8 Jan 2023
|
[ 21:35 Adriaan de Groot (adridg) ] 7f38c6b
net-im/telegram-desktop: pretend FreeBSD is Linux
This may be superfluous, since there's a -DLINUX=1 in
the ports Makefile now as well.
|
Tue, 3 Jan 2023
|
[ 15:15 Dima Panov (fluffy) ] 7557188
net-im/telegram-desktop: update to 4.5.2 release (+)
Changelog:
v 4.5.1
* Fix crash in profile photo privacy edition.
* Allow sending photos larger than 1280px (in Experimental Settings).
v 4.5.2:
* Fix unread reactions button in private chats.
* Fix tile background saving after an app update.
* Allow Ctrl+6,7,8 to activate extra pinned chats.
Also add quick hack for upcoming CMake 3.25.x update
which goes more strict with LINUX/BSD definitions
Discussed with: osa
|
Sat, 31 Dec 2022
|
[ 01:39 Sergey A. Osokin (osa) ] 3637dcf
net-im/t*: update Telegram Desktop from 4.4.1 to 4.5.0
While I'm here remove legacy options.
Changelog: https://desktop.telegram.org/changelog
|
Fri, 30 Dec 2022
|
[ 01:00 Sergey A. Osokin (osa) ] 3443f5b
net-im/t*: temporary drop maintainership
|
Thu, 8 Dec 2022
|
[ 22:07 Sergey A. Osokin (osa) ] 01e12e4
net-im/telegram-desktop: update from 4.2.4 to 4.4.1
Patches obtained from:
https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/tdesktop/patches/
Hotfix for Qt5:
https://github.com/telegramdesktop/tdesktop/commit/5990b0fabf4c28e70955b4b52965609dc282a5fe
Special thanks to: Klemens Nanni <kn@openbsd.org>
|
Thu, 10 Nov 2022
|
[ 23:47 Dima Panov (fluffy) ] b63891c
net-im/telegram-desktop: revive Qt5/Qt6 flavors (+)
* While building with Qt6, Telegram Desktop can use bundled kcoreutils
and kimageformat libraries to provide a needed function from KDE Framework
* Switch from bundled dispatch library to devel/libdispatch
* Drop extra -DNDEBUG from CXXFLAGS, it is now a default for ports cmake
framework
Revieved by: osa
|
Sat, 1 Oct 2022
|
[ 22:49 Sergey A. Osokin (osa) ] ff46a66
net-im/telegram-desktop: update 4.2.3 -> 4.2.4
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v4.2.3...v4.2.4
|
Fri, 30 Sep 2022
|
[ 00:50 Sergey A. Osokin (osa) ] 0470b45
net-im/telegram-desktop: update 4.2.0 -> 4.2.3
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v4.2.0...v4.2.3
|
Sun, 18 Sep 2022
|
[ 21:11 Sergey A. Osokin (osa) ] 5d4db9e
net-im/t*: update Telegram Desktop: 4.1.1 -> 4.2.0
Remove experimental support for QT6. (*)
Changelog: https://github.com/telegramdesktop/tdesktop/compare/v4.1.1...v4.2.0
Discussed with: fluffy (*)
(cherry picked from commit f0fa5987b7a844886421f6c642b5a82731c4f7b6)
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Aug 2022
|
[ 17:07 Sergey A. Osokin (osa) ] ff2d4f91
net-im/telegram-desktop: remove another line
Fixes: 95f09c993c104f129fe80b1f33cb4ec1dc159fb4
|
[ 17:04 Sergey A. Osokin (osa) ] 95f09c9
net-im/telegram-desktop: add Qt5/Qt6 flavors
Remove needless dependences and knobs.
Bump PORTREVISION.
|
Tue, 23 Aug 2022
|
[ 07:24 Tobias C. Berner (tcberner) ] 0f11c33
devel/libdbusmenu-qt: make consumers depend explicitely on the qt5 flavor
|
Wed, 17 Aug 2022
|
[ 20:35 Sergey A. Osokin (osa) ] c81235c
net-im/telegram-desktop: update 4.1.0 -> 4.1.1
ChangeLog: https://github.com/telegramdesktop/tdesktop/compare/v4.1.0...v4.1.1
|
Tue, 16 Aug 2022
|
[ 21:24 Sergey A. Osokin (osa) ] fdb3bdd
net-im/t*: update Telegram Desktop to 4.1.0
Also, update net-im/tg_owt to the recent commit.
While I'm here take the maintainership.
Approved by: glebius
|
Sat, 13 Aug 2022
|
[ 18:51 Matthias Andree (mandree) ] 875d7c7 (Only the first 10 of 63 ports in this commit are shown above. )
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
|
Fri, 15 Jul 2022
|
[ 00:55 Sergey A. Osokin (osa) ] 396cc79
net-im/telegram-desktop: update dependences list
Bump PORTREVISION.
PR: 264994
|
Tue, 28 Jun 2022
|
[ 02:09 Sergey A. Osokin (osa) ] 6de0d4a
net-im/telegram-desktop: update to 4.0.2
ChangeLog: https://desktop.telegram.org/changelog?setln=en
|
Thu, 28 Apr 2022
|
[ 20:33 Sergey A. Osokin (osa) ] 07388bf
net-im/t*: update to the recent versions
- net-im/telegram-desktop from 3.7.1 to 3.7.2;
- net-im/tg_owt to the recent commit.
|
[ 20:33 Sergey A. Osokin (osa) ] 5ececa5
net-im/telegram-desktop: update to 3.7.3
|
[ 20:33 Sergey A. Osokin (osa) ] bc5de8f
net-im/telegram-desktop: update to 3.7.1
There are several patches have been added.
-
https://github.com/desktop-app/lib_ui/commit/d4921ccf5f61be6324bba3b14b25f29e28c5b2bd.patch
-
https://salsa.debian.org/debian/telegram-desktop/-/blob/2fbd71cd75a7d5052f46b61403b0a226b189205a/debian/patches/Compatible-setScreen.patch
|
Fri, 18 Mar 2022
|
[ 11:40 Sergey A. Osokin (osa) ] 10235d2
net-im/telegram-desktop: update from 3.6.0 to 3.6.1
Approved by: glebius (maintainer)
|
Sun, 13 Mar 2022
|
[ 15:16 Sergey A. Osokin (osa) Author: Gleb Smirnoff ] 8ca3734
net-im/telegram-desktop: update to 3.6.0
|
Thu, 10 Feb 2022
|
[ 17:46 Sergey A. Osokin (osa) Author: Gleb Smirnoff ] f84d096
net-im/telegram-desktop: update to 3.5.2
|
Tue, 25 Jan 2022
|
[ 06:35 Loïc Bartoletti (lbartoletti) ] 45ab80b (Only the first 10 of 28 ports in this commit are shown above. )
archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.
+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption. (Only the first 15 lines of the commit message are shown above )
|
Thu, 6 Jan 2022
|
[ 00:09 Olivier Cochard (olivier) Author: Gleb Smirnoff ] 29dc979
net-im/telegram-desktop: update to 3.4.3
|
Tue, 14 Dec 2021
|
[ 13:02 Tobias Kortkamp (tobik) ] feb95d6 (Only the first 10 of 12 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax
Reported by: portscan
|
Sat, 20 Nov 2021
|
[ 22:41 Jan Beich (jbeich) ] e92349c
multimedia/pipewire: force rebuild consumers after 8691df3a5142
ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.
ERROR kooha::backend::screencast_portal > Error from screencast call:
Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))),
Some("No such interface “org.freedesktop.portal.ScreenCast” on object at
path /org/freedesktop/portal/desktop"), Msg { type: Error, sender:
UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
s (115),
] }))
ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol
"pw_init"
PR: 259621
|
Thu, 18 Nov 2021
|
[ 22:04 Olivier Cochard (olivier) Author: Gleb Smirnoff ] 381a8f5
net-im/telegram-desktop: update to 3.2.5
|
Wed, 17 Nov 2021
|
[ 17:07 Olivier Cochard (olivier) ] 50119a0
net-im/telegram-desktop: Cleanup and set new maintainer
Reported by: glebius
|
Thu, 14 Oct 2021
|
[ 18:07 Dima Panov (fluffy) ] ece7e7d
net-im/telegram-desktop: convert webkit-gtk dependency to OPTIONS (+)
- Add WEBKIT option, disabled by default
- Bump PORTREVISION, default dependencies was changed
Previously dropped GTK option was used to enable gtk native dialogs
and render rich window content.
With last releases WebKit-gtk used only for in-app payments system.
While internal payments still experimental and not wide used,
there is no reason to hook this burden to the build as default yet.
Discussed with: osa, danfe, maintainer via ML
Approved by: maintainer
|
Tue, 12 Oct 2021
|
[ 15:01 Tobias Kortkamp (tobik) ] ae22a78 (Only the first 10 of 70 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
[ 13:55 Li-Wen Hsu (lwhsu) Author: Henry Hu ] 2bc3e62 (Only the first 10 of 18 ports in this commit are shown above. )
net-im/telegram-desktop: Update to 3.1.9
Thanks to the work done by Gleb (glebius@), we are able to remove most
of the patches. 11 patches are upstreamed, and 2 seem to be obsolete.
Changelog: https://github.com/telegramdesktop/tdesktop/blob/dev/changelog.txt
PR: 259014
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Sat, 9 Oct 2021
|
[ 00:45 Jan Beich (jbeich) ] f16d8e5 (Only the first 10 of 41 ports in this commit are shown above. )
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology
|
Mon, 9 Aug 2021
|
[ 07:37 Li-Wen Hsu (lwhsu) ] ed576bf
net-im/telegram-desktop: Bump PORTREVISION for 529b6b1239ef
PR: 257290
|
[ 05:24 Li-Wen Hsu (lwhsu) Author: Henry Hu ] 529b6b1
net-im/telegram-desktop: Copying dependencies of tg_owt over to telegram-desktop
tg_owt is statically linked but there are some its LIB_DEPENDS still
needed by telegram-desktop
PR: 257290
|
Thu, 5 Aug 2021
|
[ 12:45 Dima Panov (fluffy) ] 854c9c6
net-im/telegram-desktop: fix build after glib20 bump
PR: 256200
Pointy hat: nc
|
Wed, 21 Jul 2021
|
[ 19:30 Li-Wen Hsu (lwhsu) Author: Henry Hu ] 4c4c9a8
net-im/telegram-desktop: Update to 2.8.11
* New dependency, rnnoise
* It starts using jemalloc. For FreeBSD, we can use the system one. We
also don't need to link against jemalloc, etc.
* Remove some integrated patches.
PR: 257290
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Fri, 14 May 2021
|
[ 02:48 Charlie Li (vishwin) ] 8076263
net-im/telegram-desktop: fix build with GTK option
Telegram now includes a WebView feature when GTK is enabled, which
uses www/webkit2-gtk3.
While here, fix the following minor items:
- allow building with Python newer than 3.7
- devel/dee is not needed for build, remove
- clean up USES= syntax in the GTK option
Obtained
from: https://github.com/desktop-app/lib_webview/commit/0b4100d7cecc4e748c51f3f51ebfd1392ec3978a
https://github.com/desktop-app/lib_webview/commit/48d70e5258754b2415b07c88f0376212596e09a7
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer),
arrowd (mentor), fluffy (mentor)
PR: 255719
Differential Revision: https://reviews.freebsd.org/D30224
|
Mon, 10 May 2021
|
[ 16:15 Neel Chauhan (nc) Author: Henry Hu ] c463b7d
net-im/telegram-desktop: Update to 2.7.4
PR: 255719
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Mar 2021
|
[ 09:13 fernape ]
net-im/telegram-desktop: update to 2.6.1
ChangeLog: https://github.com/telegramdesktop/tdesktop/releases/tag/v2.6.1
While here, pet linters
PR: 254123
Submitted by: henry.hu.sh@gmail.com (maintainer)
|
Thu, 11 Feb 2021
|
[ 12:32 lwhsu ] (Only the first 10 of 13 ports in this commit are shown above. )
net-im/telegram-desktop: update to 2.5.8
PR: 253336
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Fri, 29 Jan 2021
|
[ 21:52 yuri ]
net/libusrsctp: Update 0.9.4.0 -> 0.9.5.0
Reported by: portscout
|
Mon, 11 Jan 2021
|
[ 19:22 yuri ]
net-im/telegram-desktop: Fix the build failure caused by net/libusrsctp update
libusrsctp significantly changed API without bumping SONAME.
The upstream is notified.
PR: 252581
Submitted by: madpilot
|
Sat, 7 Nov 2020
|
[ 18:50 mikael ]
net-im/telegram-desktop: Update to 2.4.4
Update to 2.4.4. Noticeable changes:
* Add NDEBUG to CXXFLAGS. This disables DCHECKs and allows video calls to work.
* Change to cmake for rlottie and tg_owt. When they can be packaged properly,
we may revert this patch and use separately packaged ports for them.
Changelog:
2.4.4 (23.10.20)
- Fix application quit on call end with main window hidden in tray.
- Update OpenAL library on Windows.
- Several crash fixes.
2.4.3 (07.10.20) (Only the first 15 lines of the commit message are shown above )
|
Mon, 12 Oct 2020
|
[ 21:02 makc ]
net-im/telegram-desktop: Respect user font settings
PR: 249953
Approved by: maintainer
|
Fri, 4 Sep 2020
|
[ 18:21 lwhsu ]
Remove unneeded patches forgot to remove in the last commit
While here, add USES=gl as gl.mk suggested.
Reported by: Alex V. Petrov <alexvpetrov@gmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
[ 08:58 lwhsu ] (Only the first 10 of 14 ports in this commit are shown above. )
net-im/telegram-desktop: Update to 2.3.2
PR: 249094
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Sun, 28 Jun 2020
|
[ 05:46 lwhsu ] (Only the first 10 of 26 ports in this commit are shown above. )
Update to 2.1.13
PR: 247527
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
Approved by: Henry Hu <henry.hu.sh@gmail.com (maintainer)
|
Mon, 25 May 2020
|
[ 14:15 fernape ] (Only the first 10 of 18 ports in this commit are shown above. )
net-im/telegram-desktop: update to 2.1.7
Accumulated Changelog:
- Fix the Fcitx input method plugin.
- Bug fixes and other minor improvements.
- Disable the taskbar icon flash or the dock icon bounce in Settings >
Notifications.
- View messages containing long monospace texts in wide bubbles.
- Bug fixes and other minor improvements.
- Improve bold font selection.
- Added support for new emoji.
- Channels to which you can't post will no longer be suggested when
forwarding.
- Improved font selection and bold font support for CJK and Farsi.
- Fix polls and quizes results viewing.
- Fix memory leak in web page previews with autoplayed videos.
- Fix running on OS X 10.10.
- Other minor bug fixes and improvements.
- Improve quiz explanation tooltip layout.
- Fix possible crash in theme editor.
- Other minor bug fixes and improvements.
PR: 246709
Submitted by: henry.hu.sh@gmail.com (maintainer)
|
Sat, 2 May 2020
|
[ 16:46 tz ]
net-im/telegram-desktop: Update from 2.0.1 to 2.1.0
Changelog:
- Access a catalog of over 20,000 stickers made by professional artists from
the updated Sticker Panel by clicking the '+' icon.
- Use sticker search to find the stickers you're looking for - or scroll
from the latest packs all the way to the classics.
- Add explanations that appear after users respond to a quiz question.
- See how much time you have left to answer a question from @quizbot with
the new countdown animation.
- Send a single [?] emoji to see if you hit the bullseye.
PR: 245980
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>, Henry Hu
<henry.hu.sh@gmail.com>
|
Sat, 11 Apr 2020
|
[ 16:33 novel ]
net-im/telegram-desktop: temporarily disable ccache
Building with ccache might fail, so disable it for now until it's fixed.
PR: 245452
Approved by: maintainer
|
Sat, 4 Apr 2020
|
[ 12:13 fernape ]
net-im/telegram-desktop: update to 2.0.1
Changelog:
v2.0.1
Switch between folders using Ctrl+1, ..., Ctrl+8.
Fix crash when a pinned in folder chat was added to archive.
Fix font issues in Linux version.
v2.0.0
Organize chats into Chat Folders if you have too many chats.
Create custom folders with flexible settings, or use default
recommendations.
Pin an unlimited number of chats in each folder.
Switch between folders in the new side bar to easily access all of your
chats.
Send :dice: to any chat to try your luck and get a random number from the
animated dice.
Try out the new animated emoji.
While here, fix the system version string, and also add missing lz4 dependency.
PR: 245227
Submitted by: henry.hu.sh@gmail.com (maintainer)
|
Thu, 19 Mar 2020
|
[ 18:14 fernape ]
net-im/telegram-desktop: Update to 1.9.21
Latest ChangeLog:
https://github.com/telegramdesktop/tdesktop/releases/tag/v1.9.21
Accummulated changes from 1.9.14:
* Bug fixes and other minor improvements.
* Fix a possible crash in animated stickers rendering.
* Fix blurred thumbnails in albums with video files.
* Fix crash in shared links search.
* Improved spellchecking on Windows 7 and Linux.
* Mark new messages as read while scrolling down through them.
* Spell checker on Windows 7.
PR: 244900
Submitted by: henry.hu.sh@gmail.com (maintainer)
|
Sun, 15 Mar 2020
|
[ 08:18 tcberner ]
net-im/telegram-desktop: remove deprecation warning
The python dependency was bumped to python3 in r528475
|
[ 08:12 tcberner ] (Only the first 10 of 46 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.9.14
PR: 244651
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Sun, 8 Mar 2020
|
[ 17:01 antoine ] (Only the first 10 of 187 ports in this commit are shown above. )
Deprecate some ports using deprecated version of python
With hat: portmgr
|
Fri, 18 Oct 2019
|
[ 15:54 tcberner ] (Only the first 10 of 28 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.8.15
Changelog:
1.8.15 (07.10.19)
- Bug fixes and other minor improvements.
1.8.14 (03.10.19)
- Bug fixes and other minor improvements.
1.8.13 (03.10.19)
- Bug fixes and other minor improvements.
1.8.12 (02.10.19)
- Bug fixes and other minor improvements.
1.8.11 (01.10.19)
- Bug fixes and other minor improvements.
1.8.10 (30.09.19)
- Bug fixes and other minor improvements.
PR: 241319
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Mon, 7 Oct 2019
|
[ 20:41 swills ] (Only the first 10 of 16 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.8.9
PR: 240929
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Thu, 19 Sep 2019
|
[ 12:21 pkubaj ]
net-im/telegram-desktop: put better error explanation
After putting a definition for powerpc64, it turns out that a little-endian CPU
is necessary.
Approved by: mentors (implicit approval)
|
Fri, 13 Sep 2019
|
[ 16:29 swills ] (Only the first 10 of 20 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.8.4
PR: 240401
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Sat, 17 Aug 2019
|
[ 06:50 delphij ] (Only the first 10 of 30 ports in this commit are shown above. )
Update to 1.7.14.
PR: 239502
Submitted by: maintainer (Henry Hu <henry.hu.sh gmail.com>)
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 1 May 2019
|
[ 19:35 rene ] (Only the first 10 of 128 ports in this commit are shown above. )
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Tue, 23 Apr 2019
|
[ 14:21 swills ] (Only the first 10 of 21 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.6.7
PR: 237428
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Thu, 7 Mar 2019
|
[ 03:47 linimon ]
Mark as unbuildable on powerpc*.
Approved by: portmgr (tier-2 blanket)
|
Tue, 5 Feb 2019
|
[ 14:05 swills ] (Only the first 10 of 34 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.5.11
PR: 235476
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Mon, 31 Dec 2018
|
[ 20:14 swills ] (Only the first 10 of 35 ports in this commit are shown above. )
net-im/telegram-desktop: Update to 1.5.4
PR: 234500
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Tue, 18 Dec 2018
|
[ 18:09 yuri ]
net-im/telegram-desktop: Change SED -> REINPLACE_CMD
Reported by: mat
Approved by: portmgr (compliance)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 11 Nov 2018
|
[ 11:45 makc ]
net-im/telegram-desktop:
- Fix desktop entry
PR: 232746
Approved by: Henry Hu (maintainer)
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Sun, 14 Oct 2018
|
[ 19:35 swills ]
net-im/telegram-desktop: update to 1.4.2
PR: 232212
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Tue, 9 Oct 2018
|
[ 02:01 swills ] (Only the first 10 of 20 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.4.0
PR: 232061
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Thu, 6 Sep 2018
|
[ 00:56 swills ]
Switch to ignore in the 10.x case
Reported by: mat
|
Wed, 5 Sep 2018
|
[ 16:14 swills ]
net-im/telegram-desktop: put back removed BROKEN line
Can build but won't run on 10.x
PR: 231014
Reported by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Pointyhat to: swills
|
Sun, 2 Sep 2018
|
[ 19:20 swills ] (Only the first 10 of 13 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.3.14
PR: 231014
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Wed, 22 Aug 2018
|
[ 16:09 swills ] (Only the first 10 of 60 ports in this commit are shown above. )
net-im/telegram-desktop: update to 1.3.12
PR: 230398
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Tue, 17 Apr 2018
|
[ 14:10 krion ] (Only the first 10 of 56 ports in this commit are shown above. )
Update to version 1.2.17
PR: 227571
Submitted by: maintainer
|
Tue, 30 Jan 2018
|
[ 21:50 antoine ]
Fix with DEFAULT_VERSIONS=python=3.x
|
Mon, 18 Dec 2017
|
[ 23:35 yuri ] (Only the first 10 of 42 ports in this commit are shown above. )
New port: net-im/telegram-desktop: Telegram Desktop messaging app
PR: 224193
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13434
|
Number of commits found: 93 |