Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.5.8_3 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
9.5.8_2 09 Oct 2023 16:17:50
    |
Charlie Li (vishwin)  |
comms/qsstv: update WWW and MASTER_SITES |
9.5.8_2 07 Aug 2023 16:34:07
    |
Gleb Popov (arrowd)  |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
9.5.8_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.5.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
9.5.8 24 May 2022 17:33:41
    |
Charlie Li (vishwin)  |
comms/qsstv: fix build with graphics/openjpeg 2.5 by removing unnecessary
patches
While here, have ourselves a working DEBUG build
Encoding/saving JPEG2000 crashes due to graphics/jasper interaction.
Not sure if it has ever worked.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D35308 |
9.5.8 07 Dec 2021 15:42:30
    |
Charlie Li (vishwin)  |
comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib.
Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html
DOCS option removed since building it continues to be problematic,
and the upstream author encourages using the online documentation
anyway.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D33313 |
9.3.3_4 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
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 |
9.3.3_3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
9.3.3_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
9.3.3_3 08 Jan 2021 07:47:03
  |
fluffy  |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
9.3.3_2 05 Jan 2021 08:55:52
  |
fluffy  |
comms/qsstv: unbreak build after openjpeg update (r560097)
Reported by: poudriere
Pointy hat to: sunpoet for skip consumers test
Approved by: portmgr blanket (build fix) |
9.3.3_2 26 Jul 2019 20:46:57
  |
gerald  |
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 |
9.3.3_1 01 May 2019 19:35:15
  |
rene  |
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* |
9.3.3 19 Apr 2019 07:42:55
  |
shurd  |
Update to 9.3.3
- Open PTT serial port O_NONBLOCK so /dev/tty* can be used.
- If a video device has no formats, do not add to camera list.
- Add /index.html to local docURL so help will open in browser.
From the changelog:
20190418 QSSTV 9.3.3
* fixed api documentation generation
20190418 QSSTV 9.3.2
* complete rewrite of the FTP interfaces. They now run in a seperate
thread
* removed Hybrid notify config. All hybrid configurations are in one
tab: Hybrid (Only the first 15 lines of the commit message are shown above ) |
9.2.6_2 08 Mar 2019 07:57:47
  |
linimon  |
Fix build on gcc-based architectures.
Approved by: portmgr (tier-2 blanket) |
9.2.6_2 16 Jan 2019 11:13:45
  |
tijl  |
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 ) |
9.2.6_1 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
9.2.6 28 Jun 2018 17:39:55
  |
tcberner  |
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 |
9.2.6 26 Jun 2018 15:47:51
  |
db  |
Updated to 9.2.6
20170817 QSSTV 9.2.6
Changed the .pro file for autodetecing correct libopenjpg2 (DL1JBE -Tom)
ftp transfer - initialize bug fix (VK6MN- Mike)
Help manual -> path correction and corrected some typo's (DJ0MBA-
Marinus)
SSTV initialize bug fix (Adrian)
Camera support for Raspberry PI Cam
fixed audio loopback use
fixed transmission after stop, image was not restarted at top
20161022 QSSTV 9.2.5
Screen size reduced for use with smaller screens-fixed.
rig control - added capabilities test.
PR: ports/229140
Submitted by: takefu@airport.fm |
9.2.4_3 10 Oct 2017 17:45:57
  |
sunpoet  |
Update graphics/openjpeg to 2.3.0
Changes: https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md
PR: 222817
Exp-run by: antoine |
9.2.4_3 20 Aug 2017 09:48:40
  |
sunpoet  |
Update graphics/openjpeg to 2.2.0
Changes: https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md
PR: 221478
Exp-run by: antoine |
9.2.4_3 26 Jun 2017 16:19:17
  |
adrian  |
[qsstv] fix uninitialised member access.
(I've emailed upstream with this patch)
Approved by: db |
9.2.4_2 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
9.2.4_1 22 Dec 2016 22:00:44
  |
db  |
Bumped PORTREVISION
Hi
The attached patch fixes the plist of comms/qsstv:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/images/Gallery_templates.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/images/Gallery_txdrm.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/Copying.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/Gallery_templates.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/Gallery_txdrm.png
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/RXDRM.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/RXSSTV.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/TXDRM.html
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/manual/TXSSTV.html
mfg Tobias
PR: ports/215124
Submitted by: @tcberner |
9.2.4 02 Dec 2016 11:58:22
  |
mat  |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
9.2.4 16 Nov 2016 21:25:38
  |
db  |
Update to latest release
20161022 QSSTV 9.2.4
- some minor bugfixing
- eliminated online status setting in Config Notication tab (doubled with
setting in Operator settings)
- bug fix: incremental counter on filename wih hybrid mode
- added filename to statusbar when sending DRM image
20161021 QSSTV 9.2.3
- bug fix: memory leak in tx DRM when loading/resizing images
- faster compression of tx images
- bug-fix: hybrid mode saved images with wrong file extension. Receivers tried
downloading wrong file.
- Added all the patches (more then 20) from Mike, VK6M: rx/tx notifications and
a large number of patches for image handling
- Added new features (such a save waterfall image) implmented by Mike, VK6M
- Todo: update the documentation ! (Only the first 15 lines of the commit message are shown above ) |
9.1.5 08 Jun 2016 13:38:09
  |
db  |
comms/qsstv uses the substitution %%QT_LIBDIR%% [=relative path
to Qt libraries] by mistake [that's devel/qca/pkg-plist.qt5].
The attached patch replaces this everywhere by "lib".
Well. This was rather bogus.
-%%PORTDOCS%%%%DOCSDIR%%/manual/ca%%QT_LIBDIR%%ration.png
+%%PORTDOCS%%%%DOCSDIR%%/manual/calibration.png
PR: ports/210112
Submitted by: tcberner@gmail.com |
9.1.5 24 Apr 2016 21:36:22
  |
shurd  |
Update to latest release |
9.1.3 12 Apr 2016 03:45:44
  |
shurd  |
Fix pkg-fallout error and update to latest release
Add dependency on multimedia/libv4l and qt5-widgets
Sort LIB_DEPENDS
Add patch to fix issue reported by db@ |
9.1.1 10 Apr 2016 21:54:40
  |
shurd  |
Update to latest release.
DOCS option is back, hopefully it'll stay.
Jasper has been switched out for OpenJPEG. |
8.2.12 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
8.2.12 20 Sep 2015 19:59:04
  |
olgeni  |
Typos, whitespace and capitalization fixes (A-F). |
8.2.12 15 Aug 2015 04:15:29
  |
shurd  |
Update to 8.2.12
Maintenance release. |
8.2.11_1 14 May 2015 10:15:09
  |
mat  |
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 |
8.2.11_1 02 May 2015 23:20:07
  |
shurd  |
Update to latest revision.
Upstream has stopp redistributing the docs again. |
8.2.9_1 31 Dec 2014 06:45:11
  |
antoine  |
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self |
8.2.9 08 Dec 2014 02:42:48
  |
shurd  |
Fix bad patch in update. Generated the patch after post-patch (sigh) |
8.2.9 08 Dec 2014 00:30:40
  |
shurd  |
Update to 8.2.9
As it happens, the docs being included in the archive was unintentional. Add
support for the DOCS option.
This fixes a bug in the reedsolomon encoder/decoder when using the RS4
mode (the program did not decode the transmissions with extensions .rs4
and could possibly crash). |
8.2.8_2 23 Nov 2014 19:33:16
  |
shurd  |
Update to 8.2.8
Change Maintainer to hamradio@
Install (now pre-generated) documentation
From the release announcement:
- compatibility with Easypal Oct 2014: change in hybrid mode |
8.2.7_2 31 Aug 2014 16:36:23
  |
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
8.2.7_1 18 Jun 2014 20:18:12
  |
shurd  |
Update my ports to use my shurd@FreeBSD.org account
Approved by: db, skreuzer (mentors) |
8.2.7_1 13 Apr 2014 23:37:16
  |
db  |
- Remove GCC dependency which made qsstv crash with a clang-built world.
PR: ports/188577
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) |
8.2.7 13 Apr 2014 22:03:21
  |
db  |
Upgrade from 1.8.6 to 1.8.7:
* bug fixed system segfault when BSR is activated when no BSR was received
* bug fixed in FTP upload when using Filezilla ftp server
PR: ports/188571
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) |
8.2.6 11 Apr 2014 22:15:19
  |
db  |
- add missing file somehow dropped in ports/188454
Submitted by: Maintainer |
8.2.6 11 Apr 2014 19:36:15
  |
db  |
- update comms/sstv to latest release
- bug fix ftp transfer when using subdirectories ( reported by Ken G7VJA)
- bug fix for sound file output when recording while transmitting (Jem)
PR: ports/188416
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer) |
7.1.7 08 Jan 2014 08:36:34
  |
makc  |
Clean up port Makefile and patch sources to respect PREFIX (this also fixes
properly STAGEDIR support the original PR was filed for). While I'm here:
- Don't fiddle with strip
- Mark IGNORE for debug build: apparently the author of software wrote debug
target for himself only
- Use QMAKE_SOURCE_PATH instead of overwriting INSTALL_WRKSRC
PR: ports/184586
Submitted by: Stephen Hurd (maintainer)
Approved by: maintainer |
7.1.7 22 Nov 2013 12:55:00
  |
makc  |
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
7.1.7 20 Sep 2013 16:03:29
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
7.1.7 15 Aug 2013 01:52:50
  |
db  |
- restore qsstv and update to latest
- reassign maintainership
- This update moves qsstv to QT4
PR: ports/181233
Submitted by: Stephen Hurd <shurd@sasktel.net> |
6.0a_7 26 Jul 2013 19:19:21
  |
rene  |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
6.0a_7 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
6.0a_6 22 Oct 2011 23:50:23
 |
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
6.0a_6 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
6.0a_6 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
6.0a_5 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
6.0a_4 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
6.0a_3 06 Jun 2008 13:15:07
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
6.0a_2 05 Mar 2008 17:33:49
 |
db  |
- Chase web site change.
- Add backup download site.
- Fix defaults. |
6.0a_1 04 Oct 2007 00:21:24
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
6.0a_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
6.0a 13 Feb 2007 00:16:29
 |
pav  |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
6.0a 19 Jan 2007 18:14:20
 |
db  |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor) |
6.0a 03 May 2006 23:38:41
 |
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
6.0a 22 Jan 2006 08:22:09
 |
edwin  |
SHA256ify
Approved by: krion@ |
6.0a 21 Jan 2006 17:37:14
 |
krion  |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
6.0a 20 Jul 2005 15:32:54
 |
pav  |
- Update to 6.0a
PR: ports/83688
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Diane Bruce <db@db.net> (maintainer) |
5.3b 17 Dec 2004 10:08:50
 |
krion  |
Update to 5.3b
PR: ports/75134
Submitted by: maintainer |
5.3a 09 Dec 2004 01:05:13
 |
pav  |
- Update to 5.3a and unmark BROKEN
PR: ports/74768
Submitted by: Diane Bruce <db@db.net> (maintainer) |
5.2e 04 Dec 2004 01:40:53
 |
kris  |
BROKEN: Unfetchable |
5.2e 28 Oct 2004 22:35:36
 |
pav  |
Add qsstv, SSTV decode and Version 5 supports FAX reception
PR: ports/73018
Submitted by: Diane Bruce <db@db.net> |