aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Pet portlint.Mark Linimon2020-05-311-1/+1
| | | | Notes: svn path=/head/; revision=537137
* Update to 1.14Hiroki Tagato2020-05-302-9/+9
| | | | | | | | Approved by: mentors (implicit) Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.14 Notes: svn path=/head/; revision=537050
* comms/syncterm: add BUILD_DEPENDS as:devel/binutilsEd Maste2020-05-291-0/+2
| | | | | | | | | | | | | | | /usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. PR: 205250 Approved by: portmgr (blanket) Notes: svn path=/head/; revision=536825
* comms/libfec: add BUILD_DEPENDS as:devel/binutilsEd Maste2020-05-291-0/+2
| | | | | | | | | | | | | | | /usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. PR: 205250 Approved by: portmgr (blanket) Notes: svn path=/head/; revision=536824
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).Alexey Dokuchaev2020-05-282-2/+2
| | | | Notes: svn path=/head/; revision=536768
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev2020-05-281-2/+2
| | | | Notes: svn path=/head/; revision=536752
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).Alexey Dokuchaev2020-05-272-2/+2
| | | | Notes: svn path=/head/; revision=536688
* =Version 4.1.13=Diane Bruce2020-05-262-4/+4
| | | | | | | | | | | | | | | | | | | 2020-05-26 David Freese <w1hkj@bellsouth.net> a09931a2e: doxygen 1caa2a467: wefax c5060a315: cw prosign 5116d99bd: fedora 64 build 785e295ad: Debug Sources 2f4bad6e9: Analysis mode a4845d914: README update 2e3d22390: Code cleanup 4bdb42cc8: fsq sounder 30af9e2d8: rx_extract 62cf2acff: Default event log level Notes: svn path=/head/; revision=536663
* comms/gqrx: fix build on GCC architecturesPiotr Kubaj2020-05-251-1/+1
| | | | | | | | Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=gnu++11" Notes: svn path=/head/; revision=536474
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-0/+1
| | | | Notes: svn path=/head/; revision=536219
* comms/inspectrum: prepare for Qt5-5.15Tobias C. Berner2020-05-211-0/+10
| | | | Notes: svn path=/head/; revision=536099
* comms/cutecom: prepare for Qt5-5.15Tobias C. Berner2020-05-191-0/+10
| | | | Notes: svn path=/head/; revision=535877
* - Update WWWDmitry Marakasov2020-05-172-2/+2
| | | | | | | | | - Silence stripping Approved by: portmgr blanket Notes: svn path=/head/; revision=535537
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-176-5/+6
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* - Add LICENSEDmitry Marakasov2020-05-152-4/+14
| | | | | | | | | | | | - Pet portlint - Honor LDFLAGS - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=535280
* - Bump PORTREVISION. lazarus was updated to 2.0.8Jose Alonso Cardenas Marquez2020-05-141-1/+1
| | | | Notes: svn path=/head/; revision=535206
* comms/telldus-core: fix fetch and unexpire.Rene Ladan2020-05-121-5/+1
| | | | | | | | | | PR: 242246 Submitted by: norrland@nullbyte.se Approved by: maintainer MFH: 2020Q2 Notes: svn path=/head/; revision=534998
* - Update WWWDmitry Marakasov2020-05-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=534983
* Update SphinxDanilo G. Baio2020-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966
* Deprecate a few ports using python 2.7Antoine Brodin2020-05-092-0/+6
| | | | Notes: svn path=/head/; revision=534727
* - Fix LICENSEDmitry Marakasov2020-05-082-3/+5
| | | | | | | | | | | - Add LICENSE_FILE - Pet portlint - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=534381
* - Update to 1.13Hiroki Tagato2020-05-072-10/+11
| | | | | | | | | | - Make portclippy happy Approved by: ehaupt (mentor) Changelog: https://github.com/Genymobile/scrcpy/releases/tag/v1.13 Notes: svn path=/head/; revision=534259
* Remove expired ports:Rene Ladan2020-05-0522-741/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted for ports rescued since r534032 2020-05-05 audio/festvox-czech: Broken for more than 6 months 2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months 2020-05-05 audio/mixmos: Broken for more than 6 months 2020-05-05 audio/mma: Broken for more than 6 months 2020-05-05 audio/pd-cyclone: Broken for more than 6 months 2020-05-05 audio/shorten: Broken for more than 6 months 2020-05-05 audio/taglib-sharp: Broken for more than 6 months 2020-05-05 audio/xhippo: Broken for more than 6 months 2020-05-05 biology/consed: Broken for more than 6 months 2020-05-05 biology/plinkseq: Broken for more than 6 months 2020-05-05 biology/seqtools: Broken for more than 6 months 2020-05-05 biology/t_coffee: Broken for more than 6 months 2020-05-05 biology/ugene: Broken for more than 6 months 2020-05-05 comms/ath3k-firmware: Broken for more than 6 months 2020-05-05 comms/geoid: Broken for more than 6 months 2020-05-05 comms/jerm: Broken for more than 6 months 2020-05-05 comms/yaac: Broken for more than 6 months 2020-05-05 converters/dumpasn1: Broken for more than 6 months 2020-05-05 databases/elixir-exredis: Broken for more than 6 months 2020-05-05 databases/hamsterdb: Broken for more than 6 months 2020-05-05 databases/memcacheq: Broken for more than 6 months 2020-05-05 databases/mysql++1: Broken for more than 6 months 2020-05-05 databases/mysql++3: Broken for more than 6 months 2020-05-05 databases/mysql2odbc: Broken for more than 6 months 2020-05-05 databases/mysqlidxchk: Broken for more than 6 months 2020-05-05 databases/p5-DBIx-Ease: Broken for more than 6 months 2020-05-05 databases/p5-DMOZ-ParseRDF: Broken for more than 6 months 2020-05-05 databases/pear-DoctrineORM: Broken for more than 6 months 2020-05-05 databases/pear-MDB2_Driver_mysql: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBQuery: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBTable: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DataObject: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_MDB2: Broken for more than 6 months 2020-05-05 databases/pgagent: Broken for more than 6 months 2020-05-05 databases/useracc: Broken for more than 6 months 2020-05-05 deskutils/devd-notifier: Broken for more than 6 months 2020-05-05 deskutils/sugarcrm: Broken for more than 6 months 2020-05-05 deskutils/tine20: Broken for more than 6 months 2020-05-05 deskutils/tomboy-plugin-latex: Broken for more than 6 months 2020-05-05 deskutils/tomboy-plugin-todo: Broken for more than 6 months 2020-05-05 deskutils/wyrd: Broken for more than 6 months 2020-05-05 deskutils/xrolo: 64-bit unsupported 2020-05-05 devel/autodist: Broken for more than 6 months 2020-05-05 devel/bouml-doc: Broken for more than 6 months 2020-05-05 devel/cobf: Broken for more than 6 months 2020-05-05 devel/djgpp-crx: Broken for more than 6 months 2020-05-05 devel/elfrc: Broken for more than 6 months 2020-05-05 devel/frink: Broken for more than 6 months 2020-05-05 devel/gogland-eap: Broken for more than 6 months 2020-05-05 devel/hive: Broken for more than 6 months 2020-04-01 devel/hs-bytestring-nums: No releases since 2012 2020-05-05 devel/iz: Broken for more than 6 months 2020-05-05 devel/jfrog-cli: Broken for more than 6 months 2020-05-05 devel/libcfg: Broken for more than 6 months 2020-05-05 devel/libdispatch: Broken for more than 6 months 2020-05-05 devel/libjson++: Broken for more than 6 months 2020-05-05 devel/libmonetra: Broken for more than 6 months 2020-05-05 devel/libol: Broken for more than 6 months 2020-05-05 devel/libserver: Broken for more than 6 months 2020-05-05 devel/lua-MessagePack: Broken for more than 6 months 2020-05-05 devel/mercurialeclipse: Broken for more than 6 months 2020-05-05 devel/mime: Broken for more than 6 months 2020-05-05 devel/motor: Broken for more than 6 months 2020-05-05 devel/mq4cpp: Broken for more than 6 months 2020-05-05 devel/myrepos: Broken for more than 6 months 2020-05-05 devel/notify-sharp: Broken for more than 6 months 2020-05-05 devel/oozie: Broken for more than 6 months 2020-05-05 devel/p5-Cdk: Broken for more than 6 months 2020-05-05 devel/p5-Data-Average: Broken for more than 6 months 2020-05-05 devel/p5-Range-String: Broken for more than 6 months 2020-05-05 devel/p5-Shape: Broken for more than 6 months 2020-05-05 devel/pear-PHP_CodeBrowser: Broken for more than 6 months 2020-05-05 devel/pear-PHP_Depend: Broken for more than 6 months 2020-05-05 devel/pear-PHP_PMD: Broken for more than 6 months 2020-05-05 devel/pear-TheSeer_phpDox: Broken for more than 6 months 2020-05-05 devel/picp: Broken for more than 6 months 2020-05-05 devel/pig: Broken for more than 6 months 2020-05-05 devel/pty: Broken for more than 6 months 2020-05-05 devel/py-libiocage: Broken for more than 6 months 2020-05-05 devel/py-lock_file: Broken for more than 6 months 2020-05-05 devel/py-pyev: Broken for more than 6 months 2020-05-05 devel/rpm-spec-mode.el: Broken for more than 6 months 2020-05-05 devel/simple_components: Broken for more than 6 months 2020-05-05 devel/tcloo: Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6 2020-05-05 devel/tkmerge: Broken for more than 6 months 2020-05-05 devel/toh: Broken for more than 6 months 2020-05-05 devel/visualparadigm: Broken for more than 6 months 2020-05-05 dns/autotrust: Broken for more than 6 months 2020-05-05 dns/gdnsd: Broken for more than 6 months 2020-05-05 dns/p5-Stanford-DNSserver: Broken for more than 6 months 2020-05-05 dns/zonecheck: Broken for more than 6 months 2020-05-05 editors/omegaT: Broken for more than 6 months 2020-05-05 finance/cbb: Broken for more than 6 months 2020-05-05 ftp/llnlxdir: Broken for more than 6 months 2020-05-05 ftp/llnlxftp: Broken for more than 6 months 2020-05-05 games/adom: Broken for more than 6 months 2020-05-05 games/bsdrain: Broken for more than 6 months 2020-05-05 games/bunnysay: Broken for more than 6 months 2020-05-05 games/castlevox: Broken for more than 6 months 2020-05-05 games/gnarr: Broken for more than 6 months 2020-05-05 games/hohlin: Broken for more than 6 months 2020-05-05 games/hoichess: Broken for more than 6 months 2020-05-05 games/kajaani-kombat: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-jaymod-21: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-omni-bot: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-omni-bot-0660: Broken for more than 6 months 2020-05-05 games/nadar: Broken for more than 6 months 2020-05-05 games/nxengine: Broken for more than 6 months 2020-05-05 games/oneko: Broken for more than 6 months 2020-05-05 games/seahaven: Broken for more than 6 months 2020-05-05 games/sudoku_solver: Broken for more than 6 months 2020-05-05 games/tetrons: Broken for more than 6 months 2020-05-05 games/xpenguins: Broken for more than 6 months 2020-05-05 games/xvmahjongg: 64-bit unsupported 2020-05-05 games/xvmines: 64-bit unsupported 2020-05-05 graphics/EZWGL: Broken for more than 6 months 2020-05-05 graphics/kix-kmod: Broken for more than 6 months 2020-05-05 graphics/mhgui: Broken for more than 6 months 2020-05-05 graphics/mmrecover: Broken for more than 6 months 2020-05-05 hungarian/hu-phone: Broken for more than 6 months 2020-05-05 hungarian/hu-zipcodes: Broken for more than 6 months 2020-05-05 irc/charybdis: Broken for more than 6 months 2020-05-05 irc/fisg: Broken for more than 6 months 2020-05-05 irc/ircd-ru: Broken for more than 6 months 2020-05-05 irc/ircservices: Broken for more than 6 months 2020-05-05 irc/nethirc: Broken for more than 6 months 2020-05-05 irc/ratbox-services: Broken for more than 6 months 2020-05-05 irc/roxirc: Broken for more than 6 months 2020-05-05 japanese/jstrings: Broken for more than 6 months 2020-05-05 japanese/mg: Broken for more than 6 months 2020-05-05 japanese/ming: Broken for more than 6 months 2020-05-05 japanese/t2ps: Broken for more than 6 months 2020-05-05 java/castor: Broken for more than 6 months 2020-05-05 java/eclipse-windowbuilder: Broken for more than 6 months 2020-05-05 java/jdbcpool: Broken for more than 6 months 2020-05-05 java/jomp: Broken for more than 6 months 2020-05-05 java/langspec: Broken for more than 6 months 2020-05-05 java/xdoclet: Broken for more than 6 months 2020-05-05 korean/xpdf: Broken for more than 6 months 2020-05-05 lang/afnix: Broken for more than 6 months 2020-05-05 lang/elan: Broken for more than 6 months 2020-05-05 lang/gnatcross-aarch64: Broken for more than 6 months 2020-05-05 lang/hope: Broken for more than 6 months 2020-05-05 lang/hugs: Broken for more than 6 months 2020-05-05 lang/ici: Broken for more than 6 months 2020-05-05 lang/icon: Broken for more than 6 months 2020-05-05 lang/newlisp-devel: Broken for more than 6 months 2020-05-05 lang/ohugs: Broken for more than 6 months 2020-05-05 lang/opendylan: Broken for more than 6 months 2020-05-05 lang/phc: Broken for more than 6 months 2020-05-05 lang/starlogo: Broken for more than 6 months 2020-05-05 lang/yap: Broken for more than 6 months 2020-05-05 lang/yap-devel: Broken for more than 6 months 2020-05-05 mail/chk4mail: Broken for more than 6 months 2020-05-05 mail/librfc822: Broken for more than 6 months 2020-05-05 mail/mailmgr: Broken for more than 6 months 2020-05-05 mail/mreport: Broken for more than 6 months 2020-05-05 mail/msgconvert: Broken for more than 6 months 2020-05-05 mail/nullpop: Broken for more than 6 months 2020-05-05 mail/p5-Mail-MailStats: Broken for more than 6 months 2020-05-05 mail/poppassd: Broken for more than 6 months 2020-05-05 mail/prayer: Broken for more than 6 months 2020-05-05 mail/py-cyruslib: Broken for more than 6 months 2020-05-05 mail/qmail-auditor: Broken for more than 6 months 2020-05-05 mail/qmailmrtg7: Broken for more than 6 months 2020-05-05 mail/qmqtool: Broken for more than 6 months 2020-05-05 mail/relaydb: Broken for more than 6 months 2020-05-05 mail/rftp: Broken for more than 6 months 2020-05-05 mail/smtp-gated: Broken for more than 6 months 2020-05-05 mail/spamoracle: Broken for more than 6 months 2020-05-05 math/calctool: 64-bit unsupported 2020-05-05 math/diehard: Broken for more than 6 months 2020-05-05 math/e: Broken for more than 6 months 2020-05-05 math/entropy: Broken for more than 6 months 2020-05-05 math/liblbfgs: Broken for more than 6 months 2020-05-05 math/libtsnnls: Broken for more than 6 months 2020-05-05 math/ltl: Broken for more than 6 months 2020-05-05 math/naturalmath: Broken for more than 6 months 2020-05-05 math/proofgeneral: Broken for more than 6 months 2020-05-05 math/py-basemap-data: Broken for more than 6 months 2020-05-05 math/py-igakit: Broken for more than 6 months 2020-05-05 math/py-rapi: Broken for more than 6 months 2020-05-05 math/sfst: Broken for more than 6 months 2020-05-05 math/truthtable: Broken for more than 6 months 2020-05-05 math/wingz3: Broken for more than 6 months 2020-05-05 math/x12arima: Broken for more than 6 months 2020-05-05 math/xppaut: Broken for more than 6 months 2020-05-05 misc/achievo: Broken for more than 6 months 2020-05-05 misc/auto-multiple-choice: Broken for more than 6 months 2020-05-05 misc/display: Broken for more than 6 months 2020-05-05 misc/esniper: Broken for more than 6 months 2020-05-05 misc/free42-skins: Broken for more than 6 months 2020-05-05 misc/libisocodes: Broken for more than 6 months 2020-05-05 misc/loop: Broken for more than 6 months 2020-05-05 misc/p5-Norge: Broken for more than 6 months 2020-05-05 misc/pantry: Broken for more than 6 months 2020-05-05 misc/phraze: Broken for more than 6 months 2020-05-05 misc/podsleuth: Broken for more than 6 months 2020-05-05 misc/py-osd: Broken for more than 6 months 2020-05-05 misc/rfc: Broken for more than 6 months 2020-05-05 misc/spamcalc: Broken for more than 6 months 2020-05-05 misc/us-zipcodes: Broken for more than 6 months 2020-05-05 misc/xtypo: Broken for more than 6 months 2020-05-05 misc/yaunc: Broken for more than 6 months 2020-05-05 multimedia/clipgrab: Broken for more than 6 months 2020-05-05 multimedia/libsmacker: Broken for more than 6 months 2020-05-05 multimedia/lxdvdrip: Broken for more than 6 months 2020-05-05 multimedia/mjpg-streamer: Broken for more than 6 months 2020-05-05 multimedia/vcdpad: Broken for more than 6 months 2020-05-05 net/erlang-xmlrpc: Broken for more than 6 months 2020-05-05 net/etrace: Broken for more than 6 months 2020-05-05 net/fonulator: Broken for more than 6 months 2020-05-05 net/gkrellmwireless2: Broken for more than 6 months 2020-05-05 net/howl: Broken for more than 6 months 2020-05-05 net/libp0f: Broken for more than 6 months 2020-05-05 net/libsocket++: Broken for more than 6 months 2020-05-05 net/ltm: Broken for more than 6 months 2020-05-05 net/lvwimax: Broken for more than 6 months 2020-05-05 net/mono-zeroconf: Broken for more than 6 months 2020-05-05 net/nph: Broken for more than 6 months 2020-05-05 net/p5-Net-RawSock: Broken for more than 6 months 2020-05-05 net/passlogd: Broken for more than 6 months 2020-05-05 net/phamm: Broken for more than 6 months 2020-05-05 net/pim6-tools: Broken for more than 6 months 2020-05-05 net/pim6dd: Broken for more than 6 months 2020-05-05 net/pim6sd: Broken for more than 6 months 2020-05-05 net/proxy-connect: Broken for more than 6 months 2020-05-05 net/rtpbreak: Broken for more than 6 months 2020-05-05 net/s3ql: Broken for more than 6 months 2020-05-05 net/scnc: Broken for more than 6 months 2020-05-05 net/sip_scenario: Broken for more than 6 months 2020-05-05 net/slurm: Broken for more than 6 months 2020-05-05 net/ssmping: Broken for more than 6 months 2020-05-05 net/tcpdstat: Broken for more than 6 months 2020-05-05 net/uplog: Broken for more than 6 months 2020-05-05 net/vblade: Broken for more than 6 months 2020-05-05 net/wizd: Broken for more than 6 months 2020-05-05 net/wmnetload: Broken for more than 6 months 2020-05-05 net/wmnetmon: Broken for more than 6 months 2020-05-05 net/wmpiki: Broken for more than 6 months 2020-05-05 net/xipmsg: Broken for more than 6 months 2020-05-05 net-im/chattahoochie: Broken for more than 6 months 2020-05-05 net-im/jitsi: Broken for more than 6 months 2020-05-05 net-im/mu-conference: Broken for more than 6 months 2020-05-05 net-im/p5-Jabber-Connection: Broken for more than 6 months 2020-05-05 net-im/p5-Net-ICQ2000: Broken for more than 6 months 2020-05-05 net-im/pidgin-guifications: Broken for more than 6 months 2020-05-05 net-im/pidgin-osd: Broken for more than 6 months 2020-05-05 net-im/yoono: Broken for more than 6 months 2020-05-05 net-mgmt/arpalert: Broken for more than 6 months 2020-05-05 net-mgmt/nagios-check_memcached_paranoid: Broken for more than 6 months 2020-05-05 net-mgmt/netwox: Broken for more than 6 months 2020-05-05 net-mgmt/nstreams: Broken for more than 6 months 2020-05-05 net-mgmt/p5-GRNOC-Config: Broken for more than 6 months 2020-05-05 net-mgmt/p5-GRNOC-TL1: Broken for more than 6 months 2020-05-05 net-mgmt/scli: Broken for more than 6 months 2020-05-05 net-mgmt/snmp++: Broken for more than 6 months 2020-05-05 net-mgmt/victorops-nagios: Broken for more than 6 months 2020-05-05 net-p2p/libpdtp: Broken for more than 6 months 2020-05-05 net-p2p/squall: Broken for more than 6 months 2020-05-05 news/crashmail: Broken for more than 6 months 2020-05-05 news/sn: Broken for more than 6 months 2020-05-05 news/xrn: Broken for more than 6 months 2020-05-05 ports-mgmt/managepkg: Broken for more than 6 months 2020-05-05 portuguese/irpf-pt_BR: Broken for more than 6 months 2020-05-05 print/foxitreader: Broken for more than 6 months 2020-05-05 print/pdfcube: Broken for more than 6 months 2020-05-05 print/pmw: Broken for more than 6 months 2020-05-05 print/rprint: Broken for more than 6 months 2020-05-05 russian/p5-cyrillic: Broken for more than 6 months 2020-05-05 russian/tidyup-mail: Broken for more than 6 months 2020-05-05 science/abinit: Broken for more than 6 months 2020-05-05 science/atom: Broken for more than 6 months 2020-05-05 science/cp2k: Broken for more than 6 months 2020-05-05 science/esys-particle: Broken for more than 6 months 2020-05-05 science/openmx: Broken for more than 6 months 2020-05-05 science/p5-Geo-ReadGRIB: Broken for more than 6 months 2020-05-05 science/py-tensorflow-estimator: Broken for more than 6 months 2020-05-05 security/firewalk: Broken for more than 6 months 2020-05-05 security/hmap: Broken for more than 6 months 2020-05-05 security/ipfcount: Broken for more than 6 months 2020-05-05 security/libbf: Broken for more than 6 months 2020-05-05 security/log2timeline: Broken for more than 6 months 2020-05-05 security/opencdk: Broken for more than 6 months 2020-05-05 security/pad: Broken for more than 6 months 2020-05-05 security/pam_fprint: Broken for more than 6 months 2020-05-05 security/pam_per_user: Broken for more than 6 months 2020-05-05 security/razorback-dispatcher: Broken for more than 6 months 2020-05-05 security/ruby-camellia: Broken for more than 6 months 2020-05-05 security/scanhill: Broken for more than 6 months 2020-05-05 security/sinfp: Broken for more than 6 months 2020-05-05 security/ssh_askpass_gtk2: Broken for more than 6 months 2020-05-05 security/subweb: Broken for more than 6 months 2020-05-05 security/unssh: Broken for more than 6 months 2020-05-05 security/xspy: Broken for more than 6 months 2020-05-05 shells/osh: Broken for more than 6 months 2020-05-05 shells/shell-include: Broken for more than 6 months 2020-05-05 sysutils/abgx360gui: Broken for more than 6 months 2020-05-05 sysutils/autojump: Broken for more than 6 months 2020-05-05 sysutils/backupchecker: Broken for more than 6 months 2020-05-05 sysutils/cdf: Broken for more than 6 months 2020-05-05 sysutils/cdls: Broken for more than 6 months 2020-05-05 sysutils/circonus-agent: Broken for more than 6 months 2020-05-05 sysutils/cloop-utils: Broken for more than 6 months 2020-05-05 sysutils/confman: Broken for more than 6 months 2020-05-05 sysutils/detach: Broken for more than 6 months 2020-05-05 sysutils/disktool: 64-bit unsupported 2020-05-05 sysutils/downtime: Broken for more than 6 months 2020-05-05 sysutils/fusefs-fusexmp_fh: Broken for more than 6 months 2020-05-05 sysutils/fusefs-gunzip: Broken for more than 6 months 2020-05-05 sysutils/goss: Broken for more than 6 months 2020-05-05 sysutils/gpte: Broken for more than 6 months 2020-05-05 sysutils/hidesvn: Broken for more than 6 months 2020-05-05 sysutils/hoz: Broken for more than 6 months 2020-05-05 sysutils/intel-qcu: Broken for more than 6 months 2020-05-05 sysutils/iogen: Broken for more than 6 months 2020-05-05 sysutils/jailctl: Broken for more than 6 months 2020-05-05 sysutils/jx: Broken for more than 6 months 2020-05-05 sysutils/linux-crashplan: Broken for more than 6 months 2020-05-05 sysutils/mkfile: Broken for more than 6 months 2020-05-05 sysutils/mpiexec: Broken for more than 6 months 2020-05-05 sysutils/nfsping: Broken for more than 6 months 2020-05-05 sysutils/phantom: Broken for more than 6 months 2020-05-05 sysutils/ptools: Broken for more than 6 months 2020-05-05 sysutils/realsync: Broken for more than 6 months 2020-05-05 sysutils/rmonitor: Broken for more than 6 months 2020-05-05 sysutils/roottail: Broken for more than 6 months 2020-05-05 sysutils/sb16config: Broken for more than 6 months 2020-05-05 sysutils/sbase: Broken for more than 6 months 2020-05-05 sysutils/setquota: Broken for more than 6 months 2020-05-05 sysutils/sortu: Broken for more than 6 months 2020-05-05 sysutils/stmpclean: Broken for more than 6 months 2020-05-05 sysutils/tmate-slave: Broken for more than 6 months 2020-05-05 sysutils/tss: Broken for more than 6 months 2020-05-05 sysutils/vstrip: Broken for more than 6 months 2020-05-05 sysutils/watchdog: Broken for more than 6 months 2020-05-05 sysutils/wmbsdbatt: Broken for more than 6 months 2020-05-05 sysutils/wmcpuload: Broken for more than 6 months 2020-05-05 sysutils/wmcube: Broken for more than 6 months 2020-05-05 sysutils/wtail: Broken for more than 6 months 2020-05-05 textproc/csv2latex: Broken for more than 6 months 2020-05-05 textproc/da-hyphen: Broken for more than 6 months 2020-05-05 textproc/glark: Broken for more than 6 months 2020-05-05 textproc/html2tex: Broken for more than 6 months 2020-05-05 textproc/htmlsection: Broken for more than 6 months 2020-05-05 textproc/kenlm: Broken for more than 6 months 2020-05-05 textproc/libguess: Broken for more than 6 months 2020-05-05 textproc/libxml++26-reference: Broken for more than 6 months 2020-05-05 textproc/no-hunspell: Broken for more than 6 months 2020-05-05 textproc/p5-MARC: Broken for more than 6 months 2020-05-05 textproc/p5-texcount: Broken for more than 6 months 2020-05-05 textproc/pcrs: Broken for more than 6 months 2020-05-05 textproc/pear-Structures_DataGrid_DataSource_RSS: Broken for more than 6 months 2020-05-05 textproc/pear-Structures_DataGrid_DataSource_XML: Broken for more than 6 months 2020-05-05 textproc/permute: Broken for more than 6 months 2020-05-05 textproc/pocketreader: Broken for more than 6 months 2020-05-05 textproc/py-sgrep: Broken for more than 6 months 2020-05-05 textproc/rss2html: Broken for more than 6 months 2020-05-05 textproc/ruby-xmlparser: Broken for more than 6 months 2020-05-05 textproc/sv-hyphen: Broken for more than 6 months 2020-05-05 textproc/tclExpat: Broken for more than 6 months 2020-05-05 textproc/tex2im: Broken for more than 6 months 2020-05-05 textproc/topic: Broken for more than 6 months 2020-05-05 textproc/uz-hunspell: Broken for more than 6 months 2020-05-05 textproc/xmlprpr: Broken for more than 6 months 2020-05-05 www/ach: Broken for more than 6 months 2020-05-05 www/apache-forrest: Broken for more than 6 months 2020-05-05 www/apercu: Broken for more than 6 months 2020-05-05 www/cblog: Broken for more than 6 months 2020-05-05 www/drood: Broken for more than 6 months 2020-05-05 www/drraw: Broken for more than 6 months 2020-05-05 www/flood: Broken for more than 6 months 2020-05-05 www/grafana2: Broken for more than 6 months 2020-05-05 www/imgsizer: Broken for more than 6 months 2020-05-05 www/jdresolve: Broken for more than 6 months 2020-05-05 www/linkcheck: Broken for more than 6 months 2020-05-05 www/madsonic-standalone: Broken for more than 6 months 2020-05-05 www/mod_auth_external2: Broken for more than 6 months 2020-05-05 www/mod_chroot: Broken for more than 6 months 2020-05-05 www/mod_cvs2: Broken for more than 6 months 2020-05-05 www/mod_domaintree: Broken for more than 6 months 2020-05-05 www/mod_encoding: Broken for more than 6 months 2020-05-05 www/mod_flickr: Broken for more than 6 months 2020-05-05 www/mod_gzip2: Broken for more than 6 months 2020-05-05 www/mod_layout22: Broken for more than 6 months 2020-05-05 www/mod_proctitle: Broken for more than 6 months 2020-05-05 www/mod_tsa: Broken for more than 6 months 2020-05-05 www/mod_vhs: Broken for more than 6 months 2020-05-05 www/p5-AnyEvent-Mojo: Broken for more than 6 months 2020-05-05 www/p5-Apache-Gallery: Broken for more than 6 months 2020-05-05 www/p5-WWW-Google-Video: Broken for more than 6 months 2020-05-05 www/p5-WWW-Shorten-KUSO: Broken for more than 6 months 2020-05-05 www/p5-WWW-Shorten-isgd: Broken for more than 6 months 2020-05-05 www/photo_gallery: Broken for more than 6 months 2020-05-05 www/pwebstats: Broken for more than 6 months 2020-05-05 www/py-django-profiles: Broken for more than 6 months 2020-05-05 www/red5: Broken for more than 6 months 2020-05-05 www/redmine-sidebar_hide: Broken for more than 6 months 2020-05-05 www/rssowl: Broken for more than 6 months 2020-05-05 www/skytemplate: Broken for more than 6 months 2020-05-05 www/surfraw: Broken for more than 6 months 2020-05-05 www/sws: Broken for more than 6 months 2020-05-05 www/tickr: Broken for more than 6 months 2020-05-05 www/tinytinyhttpd: Broken for more than 6 months 2020-05-05 www/udmsearch: Broken for more than 6 months 2020-05-05 www/vee: Broken for more than 6 months 2020-05-05 www/webreport: Broken for more than 6 months 2020-05-05 www/webstats: Broken for more than 6 months 2020-05-05 www/www6to4: Broken for more than 6 months 2020-05-05 x11/deskpaint: Broken for more than 6 months 2020-05-05 x11/dmenu2: Broken for more than 6 months 2020-05-05 x11/gcb: Broken for more than 6 months 2020-05-05 x11/gpctool: Broken for more than 6 months 2020-05-05 x11/ipager: Broken for more than 6 months 2020-05-05 x11/keylaunch: Broken for more than 6 months 2020-05-05 x11/props: 64-bit unsupported 2020-05-05 x11/roxbg: Broken for more than 6 months 2020-05-05 x11/sisctrl: Broken for more than 6 months 2020-05-05 x11/wdm: Broken for more than 6 months 2020-05-05 x11/xaniroc: Broken for more than 6 months 2020-05-05 x11/xmove: Broken for more than 6 months 2020-05-05 x11/xnodecor: Broken for more than 6 months 2020-05-05 x11/xvattr: Broken for more than 6 months 2020-05-05 x11-clocks/tktz: Broken for more than 6 months 2020-05-05 x11-clocks/xtimer: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-dropline-neu: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-dropline-nou: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-gion: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-jini: Broken for more than 6 months 2020-05-05 x11-themes/gtk-aurora-engine: Broken for more than 6 months 2020-05-05 x11-themes/gtk-blueprint-engine: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrina-fancy-clearlooks: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrina-lightblue: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrine-themes: Broken for more than 6 months 2020-05-05 x11-themes/murrine-configurator: Broken for more than 6 months 2020-05-05 x11-themes/nimbus: Broken for more than 6 months 2020-05-05 x11-themes/openbox-themes: Broken for more than 6 months 2020-05-05 x11-themes/rezlooks: Broken for more than 6 months 2020-05-05 x11-themes/ubuntulooks: Broken for more than 6 months 2020-05-05 x11-toolkits/slingshot: 64-bit unsupported 2020-05-05 x11-toolkits/xview-clients: 64-bit unsupported 2020-05-05 x11-wm/fluxconf: Broken for more than 6 months 2020-05-05 x11-wm/ion: Broken for more than 6 months 2020-05-05 x11-wm/matwm2: Broken for more than 6 months 2020-05-05 x11-wm/nickleby: Broken for more than 6 months 2020-05-05 x11-wm/olvwm: 64-bit unsupported 2020-05-05 x11-wm/ratmenu: Broken for more than 6 months Notes: svn path=/head/; revision=534093
* comms/anyremote - update to the 6.7.3Oleksii Samorukov2020-05-042-4/+4
| | | | | | | | Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D24683 Notes: svn path=/head/; revision=533925
* - fix build with -fno-commonDirk Meyer2020-05-041-0/+13
| | | | Notes: svn path=/head/; revision=533914
* comms/ebusd - update to 3.4Oleksii Samorukov2020-05-036-91/+4
| | | | | | | | | | | - Update to the 3.4 version (see https://github.com/john30/ebusd/blob/master/ChangeLog.md) - Remove patches merged by the upstream Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D24678 Notes: svn path=/head/; revision=533778
* Update to 1.4.1Diane Bruce2020-04-293-6/+17
| | | | | | | | | | | | | | | | | | 2019-10-28 Thomas Beierlein <tomjbe@gentoo.org> * NEWS, ToDo: Update NEWS and ToDo files 2019-09-30 Thomas Beierlein <tomjbe@gentoo.org> * src/fldigixmlrpc.c, src/gettxinfo.c, src/globalvars.h, src/main.c, test/data.c: Fix definition of 'rigmode' variable Newest version of hamlib has an extended range of modei definitions and therefore defined it as UInt64. That conflicts with the former definition of 'rigmode' as 32 bit int. Reported by: portscout Notes: svn path=/head/; revision=533336
* =Version 4.1.12=Diane Bruce2020-04-232-4/+4
| | | | | | | | | | | | | | | | 2020-04-23 David Freese <w1hkj@bellsouth.net> 21c86db27: CW/DTR/RTS 762213faf: TX auto RST-sent 24c10fd93: wwv a6dc3db26: File/Audio ddeb2db19: Win10 Socket debug 375b4252c: trx testing db57f4b4a: AFTER macro ddfb5e61a: CWID button Notes: svn path=/head/; revision=532694
* comms/gnuradio: fix build on GCC architecturesPiotr Kubaj2020-04-191-2/+3
| | | | | | | | Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Notes: svn path=/head/; revision=532141
* comms/dcf77pi: update to 3.7.1.1, clean up MakefileRene Ladan2020-04-173-11/+11
| | | | Notes: svn path=/head/; revision=531972
* comms/openzwave-devel: fix build on GCC architecturesPiotr Kubaj2020-04-171-2/+2
| | | | | | | | | | | | Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Adding MAKE_ARGS+= CXX="${CXX}" is necessary because CXX is set up in Makefile. MFH: 2020Q2 (fix build blanket) Notes: svn path=/head/; revision=531918
* comms/minicom: Clean upMateusz Piotrowski2020-04-152-18/+14
| | | | | | | | | | | | | - Use USES=localbase instead of setting LIBS and CPPFLAGS - Set LICENSE_FILE and do not install the license to the documentation directory. - Replace unnecessary "+=" used for CONFIGURE_ARGS with "=". - Remove no-op REINPLACE_CMD. - Use MKDIR instead of INSTALL. - Format the makefile with portfmt. Notes: svn path=/head/; revision=531761
* Update Qt5 to 5.14.2Tobias C. Berner2020-04-133-5/+9
| | | | | | | | | | | | | | Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine Notes: svn path=/head/; revision=531601
* Change MAINTAINER email address to FreeBSD.org oneHiroki Tagato2020-04-131-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=531571
* Update py-sip to 4.19.21 and qscintilla2 to 2.11.4Loïc Bartoletti2020-04-111-0/+1
| | | | | | | | | | | | | | - Update py-sip to 4.19.21 - Update qscintilla2 to 2.11.4 - Replace MASTER_SITE_RIVERBANK with https versions - Replace QSCI2_DISTNAME to match with the new one PR: 245308 Approved by: tcberner (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=531396
* comms/gnuradio: Update 3.8.1.0-rc1 -> 3.8.1.0Yuri Victorovich2020-04-104-5/+8
| | | | | | | | | Also update WWW. Reported by: portscout Notes: svn path=/head/; revision=531337
* - Update WWWDmitry Marakasov2020-04-063-3/+5
| | | | | | | | | | - Pet portlint - Add missing manpage to plist Approved by: portmgr blanket Notes: svn path=/head/; revision=530873
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-045-0/+10
| | | | Notes: svn path=/head/; revision=530719
* comms/wsjtx: Prepare for Qt5-5.14Tobias C. Berner2020-04-041-0/+18
| | | | | | | PR: 244964 Notes: svn path=/head/; revision=530694
* Update to 2.41.3Jochen Neumeister2020-04-032-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=530479
* - Removed zombie dependancy on clang since system clang now worksDiane Bruce2020-04-029-284/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now uses python3 by default remove python2 dependancy - split the VOLK project into separate port Change log from upstream follows ## [3.8.1.0-rc1] - 2020-02-16 ### Changed #### Project Scope - clang-tidy improvements - Throw exceptions by value, catch by reference - `emplace_back` where applicable - `empty()` instead of `vector::size() == 0` ### Fixed #### Project scope - FindQwt paths - floatAlmostEqual unittest assert function wrongly passing on sequence types - Only require boost unittest when testing is enabled - FindLOG4CPP typo #### gnuradio-runtime - block gateway shadowed system port - Flaky message passing unit test contained timeout (not the test's job) - ctrlport/`rpcaggregator` & Co: removed storage of references to scope-lifetime objects - Sine table generation python was wrong - `get_tags_in_range` for delay < (end-start) - premature tag pruning #### gr_modtool - wrong use of `input` -> `raw_input` - allow empty argument list - testing - check for and deny TSB under Python - QA addition bugs #### gr-analog - clipping in FM receiver: remove superfluous gain - C++ generation for multiple blocks #### gr-audio - portaudio source: lock acquisition #### gr-blocks - broken `rotator` workaround #### gr-digital - `map_bb` buffer overflow - `map_bb` thread safety - `additive_scrambler `count based reset #### gr-fec - heap corruption in `async_decoder` - `cc_encoder` was broken for constraint lengths > 8 #### gr-fft - restore Boost 1.53 compat #### gr-qtgui - no longer requiring unnecessary key in `edit_box_msg` #### gr-uhd - fixed examples under Py3 - multichannel objects not populating channels #### GRC - several issues with YAML files - nested objects now properly populate namespaces - comments now included in block bounds calculation - Wiki documentation link removed from OOT blocks' docs tab - Dragging connections to auto-hide ports works now ### Added #### Project Scope - Codec2 development branch / future compat - Boost 1.71 compat - CI now checks for formatting #### gnuradio-runtime - dot graphs now contain message edges #### gr-uhd - UHD Filter API #### GRC - block affinity, buffer sizes available as advanced options for blocks - testing Notes: svn path=/head/; revision=530370
* Update to revsion 1061Baptiste Daroussin2020-04-026-25/+126
| | | | | | | | | | This unbreak building on head PR: 244903 Submitted by: kiwi@oav.net Notes: svn path=/head/; revision=530366
* Update to 1.3.50Diane Bruce2020-04-022-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =Version 1.3.50= 2020-03-29 David Freese <w1hkj@bellsouth.net> cefe16c8: MacOS cu serial ports 6fa841ce: CW sense 205e0e08: Icom Manual Notch dac9fc5d: IC7600 trace 9d9a64ce: FTdx9000D 67bfab3d: FTdx101MP cd7e3294: xmrpc command strings 216de6fd: FTdx101D 00f1c3ff: Remote shutdown 043a4391: FT891 IPO 9d641b07: IC7100 notch f0ad4da1: Poll tuner e1f13d52: Sliders/Auto-on-off 79b18cac: User Command Buttons 96e74e64: Doc Update aaaf2252: mat file aging be747790: KX3 16df0425: IC7100 7f8141d0: mkappbundle e7e7e2d9: Yaesu tuner fe973dd8: Commands Notes: svn path=/head/; revision=530355
* Update to 4.1.11 upstream notes 4.1.10 shoud not be used.Diane Bruce2020-04-022-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =Version 4.1.11= 2020-04-01 David Freese <w1hkj@bellsouth.net> d11526ad6: cwio_morse =Version 4.1.10= 21bcf4e5f: MacOS 980c4fc7a: AWOL CW id button da43e24cd: Macros 81261626a: RigCat config 1cc5d884c: CW 5 wpm 797f24382: audio alert 2020-02-28 John Gibbons <jcg66@case.edu> e9a2ef2dd: analysis mode 2020-02-28 David Freese <w1hkj@bellsouth.net> ece3e2486: flrig auto off 8cc4f134c: maclogger 43382303a: mkappbundle db0427121: nanoIO 93b75e79d: start/stop transitions f4dd622c5: CW DTR-RTS f77503a87: Olivia 2 tones f3ed9232e: Xmlrpc Xcvr 524e5f2b3: mp3 f754c087a: contestia cr b9e0a9a7b: serial port 055d75602: Check Version Notes: svn path=/head/; revision=530276
* Update WWWSunpoet Po-Chuan Hsieh2020-03-311-1/+1
| | | | Notes: svn path=/head/; revision=530168
* Unbreak using renamed distribution siteDiane Bruce2020-03-261-3/+2
| | | | | | | Add local distribution Notes: svn path=/head/; revision=529224
* - Pet porlintDiane Bruce2020-03-262-12/+14
| | | | | | | | - strip binary - regenerate Makefile patch Notes: svn path=/head/; revision=529209
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-9/+2
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.Mark Linimon2020-03-181-1/+2
| | | | | | | | | | | | (Note that these have not yet been re-tested on elfv1.) While here, pet portlint (e.g. location of BROKEN_*, and, in one case, USES). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=528623
* Ubreak on -headDiane Bruce2020-03-178-26/+98
| | | | | | | | | | | Pet portlint regenerate distinfo Clean up Makefile Reported by: pkg-fallout@ Notes: svn path=/head/; revision=528587