aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Mark for removal in two months since port conflicts with prior existingdb2016-10-032-0/+6
| | | | | | | | | | audio/codec2 (Noted by Maintainer) Note conflict with codec2 PR: ports/210186 Submitted by: Maintainer Reported by: takefu@ Approved by: takefu@
* comms/rtl-sdr: pedantic typo correctionmarino2016-10-011-1/+1
|
* Fix build.mat2016-10-012-104/+105
| | | | | | Reported by: antoine Pointy hat: mat Sponsored by: Absolight
* Only build docs with doxygen inside a DOXYGEN option.mat2016-10-011-4/+4
| | | | Sponsored by: Absolight
* Horde package update:mm2016-09-302-4/+4
| | | | | comms/pear-Horde_ActiveSync 2.35.0 -> 2.37.1 devel/pear-Horde_Core 2.26.1 -> 2.27.0
* * Replace the canonical upstream with a random copy found on GitHub,naddy2016-09-302-3/+9
| | | | | | as decreed by the powers that be. No differences in the extracted source. * Add LICENSE while here.
* Trivial fix for master site.naddy2016-09-291-3/+1
|
* - Update devel/doxygen to 1.8.12antoine2016-09-288-12/+10
| | | | | | - Adjust plist of ports depending on it PR: 212869
* Update the Qt5 ports to 5.6.1.rakuco2016-09-174-11/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916
* Try to fix the package build for DOXYGEN=ON/OFFmr2016-09-152-1325/+1331
|
* Unmark broken on powerpc64swills2016-09-153-6/+0
| | | | These ports built successfully
* GOOGLE_CODE has gone away.mat2016-09-142-0/+4
| | | | | | | | | | - 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
* Some fixes for better ports compatibility suggested my Mathieu.mr2016-09-143-23/+4
| | | | Submitted by: mat@
* Add uhdmr2016-09-141-0/+1
|
* Add the latest stable Ettus-Research USRP Hardware Driver (UHD) Software and ↵mr2016-09-146-0/+1623
| | | | | | | | | | | firmware images. In contrast to comms/usrp it compiles only the host part and not the images. The images are the binaries from ettus. While the port compiles cleanly it doesn't fully work for my B200 but this could be a local HW problem since the B* series is picky about the USB3 HW... Therefore this port is currently not connected to gnuradio.
* comms/kermit: Upgrade version 9.0.302 => 9.0.304 (LibreSSL support)marino2016-09-125-10/+29
| | | | | | | | Fixes when SSL library has no SSLv3, EGD and compression. PR: 198980 Submitted by: brnrd@ Approved by: maintainer timeout (2 months) + SSL blanket
* comms/libimobiledevice: Handle missing SSLv3 casemarino2016-09-102-2/+12
| | | | Approved by: SSL blanket
* Most commonly used build systems support silent builds, when theyamdmi32016-09-103-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* Add Hackrf supportmartymac2016-09-091-2/+5
| | | | Submitted by: ash <ash@aeria.net>
* comms/libmodbus: Update to version 3.1.4.bsam2016-09-073-6/+7
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-062-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* comms/hylafax: Mark Un'BROKEN, Take MAINTAINER'shipkoobs2016-08-201-4/+2
| | | | | | | | * Mark Un'BROKEN * Take MAINTAINERSHIP PR: 200922 Requested by: Dave <dave at ci com au>
* comms/hylafax: Mark broken (runtime failure to receive faxes)marino2016-08-191-0/+2
| | | | PR: 200922
* USE_BDB cleanup.mat2016-08-082-5/+2
| | | | | | | | | | | - 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
* - Update to 1.4cpm2016-08-063-23/+74
| | | | | | | | | | | | | | | | | - Update MAINTAINER to my @FreeBSD.org address - Add LICENSE_FILE - Add bash dependency - Fix shebangs - Add LOGROTATE option to install logrotate scripts - Remove MAKE_JOBS_UNSAFE - Cosmetic changes Changelog: https://sourceforge.net/p/ncid/news/2016/06/ncid-14-released/ Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7419
* - Update devel/doxygen to 1.8.11antoine2016-08-022-3/+3
| | | | | | | - Adjust plist of ports depending on it PR: 211447 Submitted by: maintainer
* Fix collision with getline(3)bapt2016-08-015-0/+64
|
* Cleanup $() variables in ports Makefiles.mat2016-07-201-1/+1
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* Update to 20160710.kevlo2016-07-202-5/+6
|
* When there is a do-install target, do not use a post-install target, domat2016-07-191-9/+13
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Remove @comment $FreeBSD$ from pkg-plist files.mat2016-07-071-1/+0
| | | | Sponsored by: Absolight
* Remove expired ports without open PRs:rene2016-07-056-90/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Horde package update:mm2016-07-022-3/+4
| | | | | | | | | | | comms/pear-Horde_ActiveSync 2.33.3 -> 2.35.0 devel/pear-Horde_Core 2.23.0 -> 2.24.0 www/pear-Horde_Form 2.0.13 -> 2.0.14 www/pear-Horde_Http 2.1.6 -> 2.1.7 mail/pear-Horde_Imap_Client 2.29.7 -> 2.29.8 mail/pear-Horde_Mime 2.9.5 -> 2.10.0 security/pear-Horde_Share 2.0.10 -> 2.1.0 devel/pear-Horde_Util 2.5.7 -> 2.5.8
* Fix packagingantoine2016-06-251-3/+3
| | | | Reported by: pkg-fallout
* Prefer relative links to make packages more relocation friendlybapt2016-06-231-7/+7
|
* Update to 0.61.mat2016-06-222-4/+4
| | | | Sponsored by: Absolight
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-212-51/+52
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* comms/qsstv uses the substitution %%QT_LIBDIR%% [=relative pathdb2016-06-081-2/+2
| | | | | | | | | | | | 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
* Cleanup a bit by passing necessary CMAKE_INSTALL_RPATH in Makefiledb2016-06-042-13/+2
|
* Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+2
|
* Add missing ctype dependency for Horde_ActiveSyncmm2016-06-031-0/+2
|
* Horde package update:mm2016-06-022-3/+3
| | | | | | | comms/pear-Horde_ActiveSync 2.32.0 -> 2.33.3 mail/pear-Horde_Imap_Client 2.29.6 -> 2.29.7 mail/pear-Horde_Mime 2.9.4 -> 2.9.5 www/horde-ansel 3.0.4 -> 3.0.5
* Github cleanup.mat2016-06-016-12/+12
| | | | | | | | | - 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
* Summary: comms/svxlink: Fix build with libc++ 3.8.0db2016-05-281-0/+11
| | | | | | | | | | | | | | | | | During the exp-run in bug 208158, it was found that comms/svxlink gives errors with libc++ 3.8.0 [1]: /wrkdirs/usr/ports/comms/svxlink/work/svxlink-15.11/src/async/audio/AsyncAudioDe +viceAlsa.cpp:551:7: error: call to 'abs' is ambiguous if (::abs(real_rate - sample_rate) > 100) ^~~~~ This is because abs() is being called with an unsigned argument. Fix this by casting 'real_rate' to int, since it was assigned from 'sample_rate' anyhow. PR: ports/209371 Reported by: @dim
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-261-1/+1
| | | | | | | | | | | | | 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
* Update to 2.6.vanilla2016-05-262-3/+4
|
* Update to 1.37.3.vanilla2016-05-252-3/+4
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-192-2/+2
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-1942-75/+75
| | | | Approved by: portmgr blanket
* Fix build under poudriereshurd2016-05-191-0/+1
| | | | | | Poudriere doesn't make dependencies listed in BUILD_DEPENDS available during the patch phase. Add a PATCH_DEPENDS entry to work-around this issue.
* Prevent collision with getline(3)bapt2016-05-141-0/+4
|
* Horde package update:mm2016-05-132-3/+3
| | | | | comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0 www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10
* Prevent collision with getline(3)bapt2016-05-126-238/+202
| | | | While here regen patches
* Update to latest releaseshurd2016-05-104-20/+75
| | | | | Fix relative paths to share directory. Use DATADIR in the software instead of constructing it from PREFIX.
* comms/dcf77pi: update to version 3.5.0rene2016-05-032-3/+3
| | | | | | - pin numbers are now 16 bits - rename some functions to not confuse Doxygen - make some functions public
* Fix incorrect comment and while here add LICENSEdb2016-04-301-1/+3
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-282-2/+2
|
* Fix runtime error due to missing rpathmartymac2016-04-281-1/+2
| | | | | PR: 209073 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
* create USES=gem and update rubygem- ports to use itswills2016-04-282-4/+2
| | | | | | | 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
* Convert to USES=mysqlmadpilot2016-04-271-1/+1
|
* Add back libfecdb2016-04-269-0/+377
| | | | | | | Remove support for obsolete FreeBSD versions Reassign maintainer to hamradio@ Cleanups to make sure it compiles cleanly on clang and gcc Cleanup to (hopefully) allow building on non x86 architectures (untested)
* Fix LoTW export and Preferencesshurd2016-04-253-22/+3
| | | | | We can't directly patch .lrs files since they use length/value strings. Instead, patch the form and regenerate the resource file.
* Update to latest releaseshurd2016-04-252-3/+3
|
* Fix typo in previous commit affecting rotctrl commandlineshurd2016-04-251-1/+1
|
* Update to latest releaseshurd2016-04-2523-140/+160
| | | | | Remove expansion of lat/lon field as upstream says it will never be necessary again.
* Remove expired ports:rene2016-04-2312-256/+0
| | | | | | | | | | | | | | | | | | | | | | | 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
* many ports: mark broken on powerpc64swills2016-04-225-0/+10
|
* Update to 1.37.2mat2016-04-187-40/+57
| | | | | | PR: 208863 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Add missing `_build' suffix to USE_QT5's buildtools and linguisttoolsdanfe2016-04-162-7/+7
| | | | | | | | components and remove second entry of printsupport - Wrap one overly long command in the installation recipe - Properly terminate sentence with a dot and merge two paragraphs in the port description text: they are closely coupled and extra pause is not warranted there, plus first one consisted of just one sentence
* Fix pkg-fallout error and update to latest releaseshurd2016-04-124-21/+19
| | | | | | Add dependency on multimedia/libv4l and qt5-widgets Sort LIB_DEPENDS Add patch to fix issue reported by db@
* Fix error reported by pkg-falloutshurd2016-04-121-5/+1
| | | | | | | Apparently, setting USES=zip doesn't mean you can use UNZIP_CMD in targets after extract. Take this opportunity to remove post-patch target.
* Update comms/amtterm to upstream version 1.4sbruno2016-04-124-154/+3
| | | | | | | Drop patch files as they are included in this revisision. Reviewed by: crees mat Differential Revision: https://reviews.freebsd.org/D5876
* New port: "Yet Another APRS Client" - A Java-based graphical APRS client.shurd2016-04-116-0/+381
| | | | | | | | | YAAC can be used as a stand-alone APRS client, an APRS RF-Internet gateway (I-Gate), or as a AX.25 digipeater. It supports 16 different data reporting views as delivered, and can be extended with user-written "plugins" to add more functionality. YAAC's map rendering does not depend on Internet connectivity, so it can be used wherever a portable computer and radio/TNC can be located.
* Update to latest releaseshurd2016-04-113-10/+7
|
* Update to latest release.shurd2016-04-1127-229/+404
| | | | | DOCS option is back, hopefully it'll stay. Jasper has been switched out for OpenJPEG.
* Fix Make fails with a 32bit architecture.shurd2016-04-082-2/+4
| | | | | | | Also, add strip. PR: 200042 Submitted by: takefu@airport.fm
* Fix plist when Python 3 is the defaultshurd2016-04-081-0/+1
| | | | | USE_PYTHON= py3kplist fixes the issue with files going into __pycache__ on 3.x but not on 2.x
* Change maintainer of my ham radio ports to hamradio@shurd2016-04-085-5/+5
|
* Update to latest releaseshurd2016-04-082-4/+3
|
* Bump PORTREVISION for Hermes changeshurd2016-04-081-0/+1
|
* Add subdirectory for Hermesshurd2016-04-081-2/+11
| | | | | | | -- was already there, just not included in the setup.py file for some reason PR: 208595 Submitted by: Jeffery Baitis <jeff@baitis.net>
* Don't use the include mysql moduleshurd2016-04-081-0/+2
| | | | | | | This module does not work with FPC-3.x and causes errors when connecting to the database. Bump PORTREVISION
* Copy the dist file into WRKSRC and run BRANDELF thereshurd2016-04-081-2/+4
| | | | | Install using the default BINMODE Bump PORTREVISION so it becomes executable for users
* Fix so it does not core on 10.x (shurd@)db2016-04-088-19/+5
| | | | | | | | | Add missing dependancy so it builds man pages and user manual (db@) Since they are using Sourceforge, clean up distfiles (db@) No binary changes. Reviewed by: shurd,db
* Update to latest releaseshurd2016-04-082-4/+3
|
* Update to latest releaseshurd2016-04-082-3/+3
|
* Update svxlink/qtel to latest releaseshurd2016-04-0821-173/+74
|
* Update to latest releaseshurd2016-04-078-15/+42
|
* Update to latest releaseshurd2016-04-072-8/+13
| | | | Now uses Qt5
* Horde package update:mm2016-04-072-3/+3
| | | | | | | | | | | | | | | | | | security/pear-Horde_Auth 2.1.11 -> 2.1.12 security/pear-Horde_Crypt 2.7.2 -> 2.7.3 www/pear-Horde_Css_Parser 1.0.8 -> 1.0.9 www/pear-Horde_Dav 1.1.2 -> 1.1.3 mail/pear-Horde_ListHeaders 1.2.3 -> 1.2.4 sysutils/pear-Horde_Log 2.1.3 -> 2.2.0 devel/pear-Horde_Nls 2.1.1 -> 2.2.0 comms/pear-Horde_SyncMl 2.0.6 -> 2.0.7 mail/horde-imp 6.2.13 -> 6.2.14 mail/horde-ingo 3.2.9 -> 3.2.10 deskutils/horde-nag 4.2.8 -> 4.2.9 devel/horde-timeobjects 2.1.1 -> 2.1.2 mail/horde-turba 4.2.13 -> 4.2.14 mail/horde-webmail 5.2.13 -> 5.2.14 deskutils/horde-groupware 5.2.13 -> 5.2.14
* Add new translationsshurd2016-04-071-1/+3
|
* Update to latest releaseshurd2016-04-072-4/+3
|
* During the exp-run in bug 208158, it was found that comms/telldus-coredim2016-04-051-0/+11
| | | | | | | | | | | | | | | | | gives errors with libc++ 3.8.0 [1]: /wrkdirs/usr/ports/comms/telldus-core/work/telldus-core-2.1.2/service/ProtocolNexa.cpp:59:8: error: call to member function 'insert' is ambiguous str.insert(0, 1, 2); // Repeat two times ~~~~^~~~~~ This is because the third argument to this std::string method is supposed to be a char, not an integer. Fix it by using '\x2' instead. [1] http://package18.nyi.freebsd.org/data/headamd64PR208158-default/2016-03-22_18h30m05s/logs/errors/telldus-core-2.1.2_1.log Approved by: johan@stromnet.se (maintainer) PR: 208523 MFH: 2016Q2
* Upgrade to wsjtx 1.6.0db2016-04-0417-72/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For quick reference, here's a short list of features and capabilities added to WSJT-X since Version 1.5.0: WSPR mode, including coordinated automatic band-hopping and a new two-pass decoder that can decode overlapping signals. EME-motivated features including JT4 (submodes A-G), Echo mode, and automatic Doppler tracking. The JT4 decoder is more sensitive than that in the latest WSJT, and message averaging is fully automated. (Note that submodes JT65B and JT65C are also present in Version 1.6, but the high-sensitivity decoder required for EME with JT65 is not yet included.) Tools for accurate frequency calibration of your radio, so you can be always on-frequency to within about 1 Hz. Mode-specific standard working frequencies accessible from the drop-down band selector. A number of corrections to the Hamlib library, fixing balky rig-control features. A few unreliable features peculiar to particular radios have been removed. Working around bugs with a2x for now PR: ports/208350 Submitted by: takefu@airport.fm
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-01119-361/+361
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-015-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Missed a webkit in USE_QT5 mea culpadb2016-03-311-1/+1
| | | | | Reviewed by: jeff@baitis.net Approved by: jeff@baitis.net
* "can't find the Python and f2py and fail to build"db2016-03-253-33/+63
| | | | | | | Patch provided hard codes the full python path to use. PR: ports/208274 Submitted by: takefu@airport.fm
* Ok, really fix cqrlog. Add missing fpc units.db2016-03-251-3/+4
|
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-242-2/+2
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* Horde package update:mm2016-03-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8 devel/pear-Horde_Alarm 2.2.6 -> 2.2.7 www/pear-Horde_Browser 2.0.11 -> 2.0.12 devel/pear-Horde_Cache 2.5.2 -> 2.5.3 archivers/pear-Horde_Compress 2.1.4 -> 2.1.5 devel/pear-Horde_Core 2.22.6 -> 2.23.0 security/pear-Horde_Crypt 2.7.0 -> 2.7.2 devel/pear-Horde_Date 2.2.0 -> 2.3.0 devel/pear-Horde_Exception 2.0.7 -> 2.0.8 www/pear-Horde_Form 2.0.12 -> 2.0.13 security/pear-Horde_Group 2.1.0 -> 2.1.1 devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4 graphics/pear-Horde_Image 2.3.4 -> 2.3.5 mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6 devel/pear-Horde_Itip 2.1.1 -> 2.1.2 textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3 devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7 mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3 mail/pear-Horde_Mapi 1.0.6 -> 1.0.8 mail/pear-Horde_Mime 2.9.3 -> 2.9.4 mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3 devel/pear-Horde_Nls 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.6 -> 2.1.7 devel/pear-Horde_Prefs 2.7.5 -> 2.7.6 net/pear-Horde_Rpc 2.1.6 -> 2.1.7 security/pear-Horde_Share 2.0.8 -> 2.0.10 mail/pear-Horde_Smtp 1.9.2 -> 1.9.3 net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4 devel/pear-Horde_Timezone 1.0.10 -> 1.0.11 devel/pear-Horde_Token 2.0.8 -> 2.0.9 sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2 www/horde-ansel 3.0.3 -> 3.0.4 ftp/horde-gollem 3.0.7 -> 3.0.8 www/horde-base 5.2.9 -> 5.2.10 mail/horde-imp 6.2.12 -> 6.2.13 mail/horde-ingo 3.2.8 -> 3.2.9 deskutils/horde-kronolith 4.2.15 -> 4.2.16 deskutils/horde-mnemo 4.2.9 -> 4.2.10 deskutils/horde-nag 4.2.7 -> 4.2.8 www/horde-trean 1.1.4 -> 1.1.5 mail/horde-turba 4.2.12 -> 4.2.13 mail/horde-webmail 5.2.12 -> 5.2.13 deskutils/horde-groupware 5.2.12 -> 5.2.13 www/horde-wicked 2.0.4 -> 2.0.5
* Mark as BROKEN ON I386 with CURRENT for now.db2016-03-241-0/+4
| | | | | There is a later version of the USRP code available. Time and effort is better spent on that.
* Changed lazbuild to lazarus in BUILD_DEPENDS to fix build as user.db2016-03-231-1/+1
| | | | | | No other changes. Submitted by: pkg-fallout@
* A WSPR receiver/decoder using libsdr. This implementation embeds the originaldb2016-03-207-0/+103
| | | | | | | | | | WSPR Fortran code into a libsdr processing node, allowing to assemble a WSPR receiver for various sources easily. WWW: https://github.com/hmatuschek/sdr-wspr PR: 207381 Submitted by: Jeffrey Baitis <jeff@baitis.net>
* Add a patch to fix the build with CMake 3.5.0.rakuco2016-03-191-0/+162
| | | | | | | | | | | | | | | Starting with CMake 3.5.0, overriding CMAKE_{BINARY,SOURCE}_DIR does not propagate to other files included with add_subdirectories(); in fact, doing so should in general be avoided. Add a patch to use PROJECT_{BINARY,SOURCE}_DIR instead, which works with all CMake versions. This is also being discussed upstream in <https://github.com/gnuradio/volk/pull/65>. PR: 208033 Obtained from: Fedora Project
* As Jeff's baitisj@pcbsd.org keeps bouncing, replace with a working emaildb2016-03-192-4/+4
| | | | Approved by: baitisj@pcbsd.org via email
* - Update to 1.9.1acm2016-03-185-17/+45
|
* Deprecate and expire in month.rakuco2016-03-151-0/+2
| | | | Unmaintained since 2004, and the website no longer exists.
* comms/qpage: Resurrect portfeld2016-03-1414-0/+272
| | | | | | | | | - New MASTER_SITE - New MAINTAINER - Change to USES=tar:Z - Regenerate patches PR: 206321
* Deprecate ports broken for more than 6 monthsantoine2016-03-141-0/+2
|
* comms/qtel: Fix packaging issuefeld2016-03-102-1/+2
|
* - patch for main deforaos libraryolivier2016-03-081-1/+1
| | | | | | | - bump PORTREVISION for dependencies Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5562
* Update svxlink to 14.08.2.kwm2016-03-064-8/+20
| | | | | | | | | This update contains commits so it builds with c++11. This is needed for the libsigc++20 update to 2.6, which has a hard requirement on a c++11 compiler. As such add USES=compiler:c++11-lib. PR: 207514 Approved by: hamradio@ (db@)
* Update to 3.1p1.rakuco2016-03-065-31/+10
| | | | | | PR: 206959 Submitted by: osidorkin@gmail.com Approved by: johan@stromnet.se (maintainer)
* Update to 0.5.rakuco2016-03-033-5/+5
| | | | | PR: 207609 Submitted by: takefu@airport.fm (maintainer)
* - Update to 0.02lwhsu2016-03-022-4/+3
| | | | | | PR: a207237 Submitted by: Wnlin <heavenruler@gmail.com> Approved by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> (maintainer)
* - Update maintainer's email addresslwhsu2016-03-025-10/+10
| | | | Submitted by: maintainer (via facebook chat)
* 1: Update to 2.5.vanilla2016-03-022-4/+4
| | | | 2: switch to bzip2.
* GUI functions (e.g. waterfall) for libsdr, a simple software defined radiodb2016-03-016-0/+58
| | | | | | | | | (SDR) library. WWW: https://github.com/hmatuschek/libsdr-gui PR: 207380 Submitted by: Jeffrey Baitis <baitisj@pcbsd.org>
* A simple software defined radio (SDR) library.db2016-03-016-0/+81
| | | | | | | | | | | | Although being simple, libsdr is sufficient to write a simple SDR receiver application (github.com/hmatuschek/sdr-rx, above). This RX application supports several input sources (i.e. sound card, files, RTL2382 dongles etc.) and modes (i.e. AM, FM, SSB, CW, etc.). WWW: https://github.com/hmatuschek/libsdr PR: 207379 Submitted by: Jeffrey Baitis <baitisj@pcbsd.org>
* New port: comms/libcodec2.rakuco2016-02-295-0/+55
| | | | | | | | | | Codec 2 is an open source (LGPL licensed) speech codec for 3200 bit/s and below. WWW: http://www.rowetel.com/codec2.html PR: 203145 Submitted by: takefu@airport.fm
* oops I didn't. I did. I forgot to add some patches.db2016-02-245-0/+85
| | | | I'll just go sit in the corner with the pointy hat then.
* Update to 2.5.3martymac2016-02-232-3/+3
|
* Update to 0.20db2016-02-2130-421/+127
| | | | | | | | Clean up submitted patch to work with system clang compiler Change to new upstream repository PR: ports/206705 Submitted by: takefu@airport.fm
* - Add sourceforce to MASTER_SITESmadpilot2016-02-212-2/+3
| | | | - Update WWW line in pkg-descr
* comms/dfu-util: Update version 0.8=>0.9bofh2016-02-192-3/+3
|
* - Switch to mysqli supportmiwi2016-02-181-2/+2
|
* Update my email for ports I maintainolivier2016-02-171-2/+2
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309
* Horde package update:mm2016-02-152-3/+3
| | | | | comms/pear-Horde_ActiveSync 2.31.1 -> 2.31.2 deskutils/horde-kronolith 4.2.13 -> 4.2.14
* comms/wy60: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* comms/unixcw: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+5
| | | | | | link with ncurses, not curses approved by: infrastructure blanket
* comms/qrq: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* comms/predict: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* x11/minicom: document ncurses requirement (USES+=ncurses)marino2016-02-071-2/+2
| | | | | | Also link to ncurses, not curses. approved by: infrastructure blanket
* comm/ibp: document ncurses requirement (USES+=ncurses)marino2016-02-071-3/+7
| | | | | | Also link libncurses, not libcurses. While here, remove extra tabs approved by: infrastructure blanket
* 1: Update to 1.37.0.2vanilla2016-02-052-4/+3
| | | | 2: remove RUN_DEPENDS to devel/cdialog.
* Horde package update:mm2016-02-042-3/+3
| | | | | | comms/pear-Horde_ActiveSync 2.30.6 -> 2.31.1 devel/pear-Horde_Core 2.22.5 -> 2.22.6 deskutils/horde-kronolith 4.2.12 -> 4.2.13
* Horde package update:mm2016-02-034-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6 devel/pear-Horde_Alarm 2.2.5 -> 2.2.6 devel/pear-Horde_Argv 2.0.11 -> 2.0.12 security/pear-Horde_Auth 2.1.10 -> 2.1.11 devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2 www/pear-Horde_Browser 2.0.10 -> 2.0.11 devel/pear-Horde_Cache 2.5.0 -> 2.5.2 archivers/pear-Horde_Compress 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1 devel/pear-Horde_Constraint 2.0.2 -> 2.0.3 devel/pear-Horde_Controller 2.0.3 -> 2.0.4 devel/pear-Horde_Core 2.22.3 -> 2.22.5 security/pear-Horde_Crypt 2.6.1 -> 2.7.0 security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1 www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8 devel/pear-Horde_Data 2.1.3 -> 2.1.4 devel/pear-Horde_Date 2.1.1 -> 2.2.0 devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5 databases/pear-Horde_Db 2.3.0 -> 2.3.1 devel/pear-Horde_Exception 2.0.6 -> 2.0.7 www/pear-Horde_Feed 2.0.3 -> 2.0.4 www/pear-Horde_Form 2.0.11 -> 2.0.12 security/pear-Horde_Group 2.0.5 -> 2.1.0 databases/pear-Horde_HashTable 1.2.3 -> 1.2.4 devel/pear-Horde_History 2.3.5 -> 2.3.6 www/pear-Horde_Http 2.1.5 -> 2.1.6 devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3 dns/pear-Horde_Idna 1.0.3 -> 1.0.4 graphics/pear-Horde_Image 2.3.3 -> 2.3.4 mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5 devel/pear-Horde_Injector 2.0.4 -> 2.0.5 devel/pear-Horde_Itip 2.1.0 -> 2.1.1 mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3 devel/pear-Horde_Lock 2.1.1 -> 2.1.2 sysutils/pear-Horde_Log 2.1.2 -> 2.1.3 devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6 mail/pear-Horde_Mail 2.6.2 -> 2.6.3 mail/pear-Horde_Mapi 1.0.5 -> 1.0.6 mail/pear-Horde_Mime 2.9.2 -> 2.9.3 mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2 devel/pear-Horde_Notification 2.0.3 -> 2.0.4 archivers/pear-Horde_Pack 1.0.5 -> 1.0.6 textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7 devel/pear-Horde_Prefs 2.7.4 -> 2.7.5 devel/pear-Horde_Rdo 2.0.4 -> 2.0.5 www/pear-Horde_Routes 2.0.4 -> 2.0.5 net/pear-Horde_Rpc 2.1.5 -> 2.1.6 security/pear-Horde_Secret 2.0.5 -> 2.0.6 devel/pear-Horde_Serialize 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7 security/pear-Horde_Share 2.0.7 -> 2.0.8 mail/pear-Horde_Smtp 1.9.1 -> 1.9.2 net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0 textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3 devel/pear-Horde_Stream 1.6.2 -> 1.6.3 devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4 devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3 devel/pear-Horde_Support 2.1.4 -> 2.1.5 comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6 www/pear-Horde_Template 2.0.2 -> 2.0.3 textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2 textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3 textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3 devel/pear-Horde_Timezone 1.0.9 -> 1.0.10 devel/pear-Horde_Token 2.0.7 -> 2.0.8 devel/pear-Horde_Translation 2.2.0 -> 2.2.1 net/pear-Horde_Url 2.2.4 -> 2.2.5 devel/pear-Horde_Util 2.5.6 -> 2.5.7 sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1 devel/pear-Horde_View 2.0.5 -> 2.0.6 textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4 textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3 ftp/horde-gollem 3.0.6 -> 3.0.7 www/horde-base 5.2.8 -> 5.2.9 mail/horde-imp 6.2.11 -> 6.2.12 mail/horde-ingo 3.2.7 -> 3.2.8 deskutils/horde-kronolith 4.2.11 -> 4.2.12 deskutils/horde-mnemo 4.2.8 -> 4.2.9 deskutils/horde-nag 4.2.6 -> 4.2.7 devel/horde-timeobjects 2.1.0 -> 2.1.1 www/horde-trean 1.1.3 -> 1.1.4 mail/horde-turba 4.2.11 -> 4.2.12 mail/horde-webmail 5.2.11 -> 5.2.12 devel/horde-whups 3.0.5 -> 3.0.6
* Welcome Centos 6.7miwi2016-01-311-1/+1
| | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
* Update to 20151219.kevlo2016-01-282-3/+3
|
* Update to 2.5.2martymac2016-01-282-3/+3
|
* Update Qt5 to 5.5.1.rakuco2016-01-256-12/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest stable release at time of writing. Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/ New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5 As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work on these ports in kde@'s experimental area51 repository. He's the one who started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden (nolden@kde.org) has contributed the initial version of most of our new Qt5 ports. Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805 with his own patch for the 5.5.1 update. Some of his changes there prompted additional fixes and changes present in the final patch generated from our experimental repository. New ports: - comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location, graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d, x11-toolkits/qt5-uiplugin. General changes in all Qt5 ports: - All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking, which is a problem with qmake-based because the libraries passed to the linker come from the modules .pri files and many are not necessary. - With this change, several ports had their USE_QT5 lines adjusted to explicitly include some libraries that were pulled in implicitly, and to exclude libraries no longer required with -Wl,--as-needed. Changes in specific ports: - devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5 ports by default. It makes the Makefile much simpler, and those options were already on by default. - devel/qt5-core: The clang+base libstdc++ workaround has been expanded and more C++11 features have been disabled when that combination is used by a port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled features have explanations for why they were disabled in the patched header itself. - devel/qt5-designer: uiplugins has been split out following a similar change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having to depend on the big qt5-designer port. - multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of 0.10. - net/qt5-network: The port now depends on libproxy for proxy settings. Using libproxy allows proxy settings to be read from different sources, and also allows .pac files to work with Qt. - www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10. PR: 205805 PR: 206435
* Add patch to fix the build with the upcoming Qt 5.5.1.rakuco2016-01-211-0/+14
| | | | | ./WFPalette.hpp:53:1: error: unknown type name 'Q_DECLARE_METATYPE' Q_DECLARE_METATYPE (WFPalette::Colours);
* Add libfap 1.5, c port for Ham::APRS::FAP Finnish APRS Parser Perldb2016-01-156-0/+48
| | | | | | | module. PR: ports/206159 Submitted by: akh@nobugware.com
* - Update to 1.3miwi2016-01-152-9/+10
| | | | | PR: 206277 Submitted by: maintainer
* Fix LIB_DEPENDSantoine2016-01-141-1/+1
| | | | MFH: 2016Q1
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-135-5/+5
| | | | Approved by: portmgr blanket
* comms/dcf77pi: update to version 3.4.2rene2016-01-112-3/+3
| | | | | | This update fixes a bug in the century calculation which could result in wrongly calculated dates. MFH: 2016Q1
* Update to 2.5.1martymac2016-01-092-3/+5
|
* Add USES=pathfix support for CMake. Some ports that use CMake to buildjhale2016-01-071-1/+1
| | | | | | | | | | | already had USES=pathfix, although it did nothing. For those ports, I either removed it as they were handling the pkgconfig files differently or I removed patches and substitutions that accomplished the same thing as pathfix. Differential Revision: https://reviews.freebsd.org/D850 Reviewed by: antoine, bapt, tijl Approved by: portmgr (bapt)
* Update GStreamer1 to 1.6.2.kwm2016-01-041-1/+1
| | | | | | | | | | | | Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]
* Update to latest resease.shurd2016-01-0414-470/+5
| | | | | | | Patches have been pushed upstream (Yay!) so this should be a lot easier going forward. Thanks to Rick Murphy (K1MU) for helping upstream these bits.
* Cleanup GH_* and variables order.mat2015-12-293-4/+3
| | | | Sponsored by: Absolight
* comms/dcf77pi: update to version 3.4.1rene2015-12-262-3/+3
|
* - Switch to options helpersamdmi32015-12-252-8/+8
| | | | - Simplify patching
* - Switch to options helpersamdmi32015-12-251-0/+1
|
* In some cases c11 libs are needed as well to run.db2015-12-241-2/+1
|
* Update WWW address.shurd2015-12-221-1/+1
|
* - Remove pkg-config dependency from BUILD_DEPENDS, it'spawel2015-12-161-18/+6
| | | | | | | | | | | | implied by USES=pkgconfig - Switch to USES=execinfo, this will use external libexecinfo from ports only when needed - Use options helpers - Remove usage of deprecated MAN1 variable, pkg-plist is handling this anyway PR: 205271 Submitted by: me Approved by: shurd
* New port: comms/freedvshurd2015-12-156-0/+72
| | | | | | | | | | | | FreeDV is a Digital Voice mode for HF radio. FreeDV allows any SSB radio to be used for low bit rate digital voice. Speech is compressed down to 700-1600 bit/s then modulated onto a 1.25 kHz wide signal comprised of 16 QPSK carriers which is sent to the Mic input of a SSB radio. The signal is received by an SSB radio, then demodulated and decoded by FreeDV. FreeDV 700(B) rivals SSB in it's low SNR performance. At high SNRs FreeDV 1600 sounds like FM, with no annoying analog HF radio noise. WWW: http://freedv.org/tiki-index.php
* Reset maintainereadler2015-12-144-4/+4
|
* At very long last land PyQt5 5.5.1 ports.rakuco2015-12-144-0/+37
| | | | | | | | | | | | Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672
* mark some of the ports that don't build on powerpc64 for meswills2015-12-141-0/+2
|
* Mark as broken: unfetchablebapt2015-12-132-0/+4
|
* Horde package update:mm2015-12-122-3/+3
| | | | | | | | | comms/pear-Horde_ActiveSync 2.30.0 -> 2.30.2 devel/pear-Horde_Core 2.22.1 -> 2.22.3 databases/pear-Horde_Db 2.2.3 -> 2.3.0 devel/pear-Horde_Icalendar 2.1.1 -> 2.1.2 mail/pear-Horde_Imap_Client 2.29.3 -> 2.29.4 security/pear-Horde_Perms 2.1.5 -> 2.1.6
* - Update maintainer mail addressmiwi2015-12-111-3/+2
| | | | | | | | | - Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493
* Upgrade comms/mgetty+sendfax to version 1.1.37.olgeni2015-12-1114-94/+94
| | | | | PR: 205152 Submitted by: takefu@airport.fm
* change python version to '-2.7', we don't need symlink of python2.vanilla2015-12-101-1/+1
|
* restore py-gammu.vanilla2015-12-104-0/+28
|
* Upgrade to 1.36.8.vanilla2015-12-108-46/+26
|
* - Whitespace fixesamdmi32015-12-091-8/+10
| | | | | | - Silence patching - Switch to options helpers - Don't install installation instructions
* Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, themat2015-12-082-3/+2
| | | | | | | framework already sets a unique DISTNAME. With hat: portmgr Sponsored by: Absolight
* - Add LICENSE_FILEamdmi32015-12-071-9/+12
| | | | | | - Don't install install instructions - Simplify installation - Switch to options helpers
* - Add LICENSEamdmi32015-12-072-6/+10
| | | | | - Fix pkg-message handling - Switch to options helpers
* - Add LICENSEamdmi32015-12-071-0/+9
| | | | - Switch to options helpers
* Simply remove test per upstream suggestion.shurd2015-12-061-1/+1
| | | | This allows builds against wxWidgets 3.0+ to succeed.
* comms/usbmuxd: apply udev workaround to DragonFly as welljbeich2015-12-061-1/+1
| | | | | | | | | --- 39-usbmuxd.rules --- /usr/bin/sed -r -e 's|@udev_activation_rule[@]|RUN+="@sbindir@/usbmuxd --user usbmux --udev"|g' -e 's|@sbindir[@]|/usr/local/sbin|g' < > 39-usbmuxd.rules || rm 39-usbmuxd.rules sh: Syntax error: redirection unexpected (expecting word) Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/usbmuxd/ Approved by: portmgr blanket
* - Add LICENSEamdmi32015-12-051-1/+4
| | | | - Switch to options helpers
* - Switch to options helpersamdmi32015-12-051-0/+2
|
* - Clarify LICENSEamdmi32015-12-051-1/+4
| | | | | - Add LICENSE_FILE - Switch to options helpers
* Install translations, set LICENSE, and fix up dependenciesshurd2015-11-302-5/+18
| | | | | PR: 201719 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Remove runtime dependency on nec2cshurd2015-11-301-1/+0
| | | | | PR: 196329 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
* Fix build for 9.xshurd2015-11-304-8/+15
|
* Fix runtime segfault due to uninitialised variable, bump PORTREVISIONriggs2015-11-304-12/+51
| | | | | | | | | | While on it: - Pet portlint: regenerate patches using 'make makepatch' - Add LICENSE PR: 204845 Submitted by: yama@jasper.co.jp MFH: 2015Q4 (ports-secteam fix blanket)
* Update to 2.1.3shurd2015-11-2915-173/+299
| | | | | Pull from arrl.org instead of sourceforge, since that seems to be the "official" distribution location. Cleaned up patches and sent them upstream
* Remove expired ports:rene2015-11-2934-676/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream
* Update to lateest release.shurd2015-11-286-6/+26
| | | | This release adds more contest rules.
* Update to latest release.shurd2015-11-284-7/+18
|
* Update to 0.9.2.1shurd2015-11-282-3/+3
|
* Clean up port to use pkgconfigdb2015-11-262-27/+1
| | | | No change to actual port produced binaries results.
* WSJTX ("Weak Signal Communication, by K1JT") offers specific digital protocolsdb2015-11-269-0/+208
| | | | | | | | | optimized for meteor scatter, ionospheric scatter, and EME (moonbounce) at VHF/UHF, as well as HF skywave propagation. The program can decode fraction-of-a-second signals reflected from ionized meteor trails and steady signals 10 dB below the audible threshold. This version is a non python Qt app.
* comms/gkermit: fix MASTER_SITES, unbreakpi2015-11-181-4/+1
| | | | Submitted by: Patrick McMunn <doctorwhoguy@gmail.com>
* - Fix build on HEADamdmi32015-11-181-0/+1
|
* comms/dabstick-radio: Expand patch to support malloc.h-less DFmarino2015-11-134-5/+5
| | | | While here, regenerate the rest of the patches.
* - Fix licenseamdmi32015-11-102-6/+7
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* comms/dcf77pi: update to 3.4.0rene2015-11-092-3/+10
| | | | | | Add option to create Doxygen HTML Changelog: https://github.com/rene0/dcf77pi/releases/tag/3.4.0
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-2/+2
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* - Update to version 2.1, now hosted at GitHubpawel2015-10-304-9/+30
| | | | | | | | | | - Removed need to use gmake or specify ALL_TARGET - Define LICENSE - Respect CFLAGS, CPPFLAGS, LDFLAGS during build - Add DEBUG option PR: 203842 Submitted by: Sergey Kozlov
* Horde package update:mm2015-10-292-3/+3
| | | | | comms/pear-Horde_ActiveSync 2.30.0 -> 2.30.1 mail/horde-turba 4.2.10 -> 4.2.11
* Update to 2.3.2martymac2015-10-282-4/+11
|
* Update to version 20150716martymac2015-10-283-22/+18
|
* Deprecate ports broken for more than 6 monthsantoine2015-10-265-0/+10
|
* Remove badly set BROKENbapt2015-10-241-2/+0
|
* Mark as broken, does not fetchbapt2015-10-241-0/+2
|
* Horde package update:mm2015-10-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.29.2 -> 2.30.0 devel/pear-Horde_Core 2.22.0 -> 2.22.1 devel/pear-Horde_Nls 2.0.5 -> 2.1.0 devel/pear-Horde_Notification 2.0.2 -> 2.0.3 textproc/pear-Horde_Pdf 2.0.5 -> 2.0.6 devel/pear-Horde_Queue 1.1.2 -> 1.1.3 security/pear-Horde_Secret 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.4 -> 2.2.5 devel/pear-Horde_Token 2.0.6 -> 2.0.7 devel/horde-content 2.0.4 -> 2.0.5 ftp/horde-gollem 3.0.5 -> 3.0.6 www/horde-base 5.2.7 -> 5.2.8 mail/horde-imp 6.2.10 -> 6.2.11 mail/horde-ingo 3.2.6 -> 3.2.7 deskutils/horde-kronolith 4.2.9 -> 4.2.11 deskutils/horde-mnemo 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.5 -> 4.2.6 www/horde-passwd 5.0.3 -> 5.0.4 www/horde-trean 1.1.2 -> 1.1.3 mail/horde-turba 4.2.8 -> 4.2.10 mail/horde-webmail 5.2.10 -> 5.2.11 deskutils/horde-groupware 5.2.10 -> 5.2.11
* - Add LICENSE_FILEamdmi32015-10-221-7/+8
| | | | - Pet portlint
* - Update `comms/libirman' port to version 0.4.6danfe2015-10-224-12/+23
| | | | | | - Update MAINTAINER to their new email address PR: 202488 (modified)
* To the pool: do not use the port any more and have no spare time tobsam2015-10-191-1/+1
| | | | maintain it.
* Fix make patchantoine2015-10-171-4/+4
|
* comms/nmealib is not jobs safemarino2015-10-161-2/+4
| | | | | | | nmealib reproducibly fails even with -j2. The build tries to link libnmea before its is built. While here, vertically align a couple of standard definitions.
* Drop 8 support.mat2015-10-156-64/+3
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* Update to 20151011.kevlo2015-10-152-3/+3
|
* comms/py-serial:makc2015-10-142-6/+18
| | | | | | | | | - Use options helpers - Fix packaging with python3 - Add patch to make tools.list_ports usable on FreeBSD (committed upstream) PR: 202887 Approved by: sbz (maintainer timeout 5 weeks)
* graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22marino2015-10-121-1/+1
| | | | | | | | | | | | | GraphicsMagick was just updated, but there was as newer, second PR to upgrade it once more. And again, the shared library version has been bumped (haven't these guys heard of symbol versioning?) While the INDEX references 114 users of GraphicksMagick, I'm going to only bump the same 8 ports as yesterday. The bump script appears to be obsolete (still uses CVS!) PR: 203547 Submitted by: Walter Schwarzenfeld
* Update to 3.5.0db2015-10-115-20/+30
| | | | | | | | | | | | | | | | | | | 2015-09-29 Kamil Ignacak * bugfix: fixing code that resets tone queue on flushing. A bug was found on FreeBSD: after pressing Ctrl+C, application that wanted to stop and delete generator as part of SIGINT handling procedure, got stuck in cw_tq_flush_internal() function, waiting for tone queue to go idle. This never happened. Resetting all tone queue state variables in flush function ensures that the function completes and returns, and that client application can exit. 2015-09-12 Kamil Ignacak * xcwcp: the application souce code files are now ported to Qt5. Build system files have been modified to use Qt5 to build xcwcp. Discovery and adding -fPIC to compiler flags for xcwcp is right now very naive, perhaps that will have to be improved in the future.
* graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21marino2015-10-101-1/+1
| | | | | | | | The shared library versions changed, so bump all the ports that depend on GraphicsMagick by default too. PR: 200304 Submitted by: ports fury
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-103-8/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* comms/ncid: 1.1 -> 1.2pi2015-10-093-6/+7
| | | | | | | | | Changes: See doc/CHANGES - added a hangup-feature - man-pages updated PR: 203615 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1
|
* - Switch to options helpersamdmi32015-10-071-14/+9
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-10-061-1/+4
| | | | | | | - Add missing run-depend on bash - Remove no-op SHEBANG_LANG Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-10-061-0/+3
| | | | - Fix build by linking with libm
* - Add LICENSE_FILEamdmi32015-10-061-0/+3
| | | | | | - Fix build by linking with libm Approved by: portmgr blanket
* Update to 3.7.8db2015-10-047-278/+357
| | | | | | | | | | | | | USE_GCC=yes causes the build to fail on systems where clang and libc++ are used by default (see bug 202143, for example). This essentially means comms/gnuradio currently only builds on 9.x. The problem is caused by the fact that on 10.x and later boost is likely built using clang and libc++, but USE_GCC=yes forces gnuradio to be built with GCC and libstdc++. Ports r392951 mentioned USE_GCC=yes was added because "clang's builtins were conflicting with gnuradio", which does not seem to happen in my tests at least. PR: ports/203500 Submitted by: takefu@airport.fm
* Fix goof with missed plist entriesdb2015-10-042-2/+6
| | | | | Strip libraries Move hamlib.info from plist into Makefile using INFO
* Upgrade fldigidb2015-10-0318-36/+94
| | | | | | | | =Version 3.23.03= FSQ and fixes for FSQ bugs. Various fixes for Olivia/Contestia, macro bug, WEFAX hang on INFO Added ifkp modem
* The Hamlib Group is pleased to announce the release of Hamlib 3.0.db2015-10-0210-203/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release of Hamlib introduces a change to the version scheme. Essentially, the leading '1.' characters have been dropped so '3.0' is a direct follow on from the '1.2.' releases and has been configured to be ABI compatible with the '1.2.' releases. Bug fixes to this release will start with '3.0.1' through '3.0.n'. The next releases will be '3.1' through '3.n' until the next major release. Files are hosted at the Hamlib prjoect page at SourceForge.net: https://sourceforge.net/projects/hamlib/files/hamlib/3.0/ The changes include: Version 3.0 2015-09-20 * Kill RPC backends and rpc.rigd/rpc.rotd * Remove -e|--end-marker option from rigctld and rotctld * Build system updates--remove obsolete macros, autogen.sh now runs autoreconf to invoke Autotools to bootstrap the build system, libltdl is installed into the source tree as a part of the build system bootstrap and is included in the source tarball, ABI version is set to be compatible with the 1.2 series, all Autotools installed files are copied rather than symlinked and put in the build-aux directory, building rigmem and rigmatrix are now user selectable at configure run time, building static libraries are disabled by default. Fixed TCL binding installation, fixed Perl binding build so it is not invoked by 'make dist' and clean up build files. Cleaned up bindings builds to occur in alphabetical order. Use new ax_pkg_swig macro and update ax_python_devel macro. Test for presence of pkg-config before testing for pkg-config use. * Implement new RIT/XIT activation/deactivation through rig_get/set_func +() * IC-PCR1500/2500 default write_delay to 0, IC-746/756, IC-PCR8500 fixes, pcr.c, pcr1500.c: Add DSP support. TNX Paul, KE7ZZ * WinRadio G313 updates. TNX Julian Campbel * Readline editing and history support added to rigctl interactive mode. Implement options for reading and writing history file. * Readline editing and history support added to rotctl interactive mode. Implement options for reading and writing history file. * A new manual draft written in Texinfo added. Both GNU Info and single HTML files are built and distributed, requires makeinfo. * Android build system support. See android/README.android. Android Makefile fragments are included in source tarballs. * Monolithic library, thanks to Remi Chateauneu for the majority of the work! This allows enabling of a single static library so static libs are enabled by default. Removes dependency on libltdl. * Fixes to easycomm, TNX Steve AI4QR. * Fixes to port handling allowing PTT and CAT on the same port. TNX Bill, G4WJS. * New Peaberry models V1 and V2 added to kit backend. TNX ON8VQ and R2AEE. * New IC-7100 model. TNX Martin, CT1IQI. * Use AC_CHECK_LIB macro to search for libusb rather than rely on pkg-config. Preserve environment variables LIBUSB_CFLAGS and LIBUSB_LIBS as user precious variables. Two features, --with-xml-support and --enable-usrp still rely on pkg-config so only invoke pkg-config when either or both of these features are selected. Only the Winradio g313 model uses libdl so test for it only when Winradio backend is enabled. * New IC-M700PRO, IC-M710, IC-M802. * New Icom ID-5100 model. * New rotor, cnctrk by KI4SBL * Many backend fixes and updates from many contributors (see Git log for complete details).
* Horde package update:mm2015-09-282-3/+3
| | | | | | | | | comms/pear-Horde_ActiveSync 2.28.6 -> 2.29.2 devel/pear-Horde_Core 2.20.8 -> 2.22.0 security/pear-Horde_Crypt 2.6.0 -> 2.6.1 graphics/pear-Horde_Image 2.3.2 -> 2.3.3 mail/pear-Horde_Imap_Client 2.29.1 -> 2.29.3 mail/pear-Horde_Mime 2.9.1 -> 2.9.2
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-216-7/+7
|
* - Fix shebangsamdmi32015-09-181-7/+8
| | | | | | - Unsilence install commands Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-183-63/+2
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-173-3/+3
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* Make it so that the default Perl is always called perl5.mat2015-09-144-8/+8
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* - Fix build on 10.x: you can't use gcc when boost is built with clang; and ↵amdmi32015-09-141-4/+6
| | | | | | it builds with clang just fine Approved by: portmgr blanket
* Enforce unicode version of wx (which was already the default but not enforced)bapt2015-09-141-1/+1
|
* Re-apply r396161antoine2015-09-121-0/+4
| | | | | | Ignore on the package builders Reported by: pkg-fallout
* - Fix shebangsamdmi32015-09-121-2/+5
| | | | Approved by: portmgr blanket
* Spell MAKE_JOBS_UNSAFE correctlyantoine2015-09-112-2/+2
|
* Clean up wsjt build and update to reflect latest versiondb2015-09-101-10/+3
| | | | | | Upstream version is now 10 Fix dependency to reflect new naming of tkinter under python3 Fix dependency for kvasd as it is installed in LOCALBASE not LINUXBASE
* Ignore on the package buildersantoine2015-09-051-0/+4
| | | | Reported by: pkg-fallout
* comms/qt5-serialport:makc2015-09-041-1/+2
| | | | | | | - Fix misused PLIST substitution - Add missing files for WITH_DEBUG build Submitted by: Ralf Nolden <nolden@kde.org> via kde-freebsd maillist
* Replace devel/cppunit with devel/cppunit113.jkim2015-09-021-0/+1
| | | | Approved by: bdrewery (maintainer)
* New port: comms/hackrfpi2015-08-317-0/+107
| | | | | | | | | | | | | | HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral capable of transmission or reception of radio signals from 10 MHz to 6 GHz. Designed to enable test and development of modern and next generation radio technologies, HackRF One is an open source hardware platform that can be used as a USB peripheral or programmed for stand-alone operation. WWW: https://greatscottgadgets.com/hackrf/ PR: 199281 Submitted by: Tomek CEDRO <cederom@tlen.pl> Reviewed by: Nicolas Blais <nicblais@clkroot.net>
* comms/ncid: 1.0 -> 1.1pi2015-08-293-10/+12
| | | | | PR: 202721 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
* - Bump PORTREVISION after libzip updatemakc2015-08-283-0/+3
|
* - Update to 3.1p0amdmi32015-08-276-23/+42
| | | | | | PR: 200245 Submitted by: johan@stromnet.se (maintainer) Reported by: admin@lissyara.su
* Fix GSSAPI related (wrongly removed in previous commit).kuriyama2015-08-234-0/+68
| | | | | PR: ports/202278 Submitted by: peter