aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-206-7/+7
| | | | Notes: svn path=/head/; revision=397395
* - Fix shebangsDmitry Marakasov2015-09-181-7/+8
| | | | | | | | | - Unsilence install commands Approved by: portmgr blanket Notes: svn path=/head/; revision=397249
* - Drop 8.x supportDmitry Marakasov2015-09-183-63/+2
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=397240
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-163-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 Notes: svn path=/head/; revision=397077
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=396892
* - Fix build on 10.x: you can't use gcc when boost is built with clang; and ↵Dmitry Marakasov2015-09-141-4/+6
| | | | | | | | | it builds with clang just fine Approved by: portmgr blanket Notes: svn path=/head/; revision=396889
* Enforce unicode version of wx (which was already the default but not enforced)Baptiste Daroussin2015-09-131-1/+1
| | | | Notes: svn path=/head/; revision=396849
* Re-apply r396161Antoine Brodin2015-09-121-0/+4
| | | | | | | | | Ignore on the package builders Reported by: pkg-fallout Notes: svn path=/head/; revision=396735
* - Fix shebangsDmitry Marakasov2015-09-111-2/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396709
* Spell MAKE_JOBS_UNSAFE correctlyAntoine Brodin2015-09-102-2/+2
| | | | Notes: svn path=/head/; revision=396595
* Clean up wsjt build and update to reflect latest versionDiane Bruce2015-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 Notes: svn path=/head/; revision=396569
* Ignore on the package buildersAntoine Brodin2015-09-051-0/+4
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=396161
* comms/qt5-serialport:Max Brazhnikov2015-09-031-1/+2
| | | | | | | | | | - Fix misused PLIST substitution - Add missing files for WITH_DEBUG build Submitted by: Ralf Nolden <nolden@kde.org> via kde-freebsd maillist Notes: svn path=/head/; revision=396044
* Replace devel/cppunit with devel/cppunit113.Jung-uk Kim2015-09-011-0/+1
| | | | | | | Approved by: bdrewery (maintainer) Notes: svn path=/head/; revision=395789
* New port: comms/hackrfKurt Jaeger2015-08-307-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> Notes: svn path=/head/; revision=395641
* comms/ncid: 1.0 -> 1.1Kurt Jaeger2015-08-293-10/+12
| | | | | | | | PR: 202721 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=395531
* - Bump PORTREVISION after libzip updateMax Brazhnikov2015-08-283-0/+3
| | | | Notes: svn path=/head/; revision=395464
* - Update to 3.1p0Dmitry Marakasov2015-08-266-23/+42
| | | | | | | | | PR: 200245 Submitted by: johan@stromnet.se (maintainer) Reported by: admin@lissyara.su Notes: svn path=/head/; revision=395372
* Fix GSSAPI related (wrongly removed in previous commit).Jun Kuriyama2015-08-234-0/+68
| | | | | | | | PR: ports/202278 Submitted by: peter Notes: svn path=/head/; revision=395094
* Consistently spell out ONLY_FOR_ARCHS_REASON due to SSE (and other SIMDAlexey Dokuchaev2015-08-231-2/+2
| | | | | | | | | | | | | instructions) use. Particularly, saying "SSE extensions" is superfluous, as SSE abbreviation itself means "Streaming SIMD Extensions". Correct way to refer to particular (CPU-agnostic) technology is "SIMD instruction set", which is not limited to MMX, SSE family, AVX, NEON, etc. Since "instruction set" looks a bit too formal in the option description, use more casual and shorter word "instructions". Notes: svn path=/head/; revision=395091
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-223-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
* Remove debugging echoDiane Bruce2015-08-191-2/+1
| | | | | | | Actually use correct dependancy for kvasd Notes: svn path=/head/; revision=394818
* - Fix buildJose Alonso Cardenas Marquez2015-08-191-2/+3
| | | | Notes: svn path=/head/; revision=394801
* Fix previous commit.Mathieu Arnold2015-08-191-1/+1
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=394780
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-1927-286/+120
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.Raphael Kubo da Costa2015-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of defining a variable that is almost always based on CONFIGURE_ENV, just use CONFIGURE_ENV directly. This also matches the behavior of other ports that do not use autotools (so most ports can just worry about CONFIGURE_ENV). Additionally, the fact that we do not use ?= means we do not have problems if another file in Uses/ needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to USES would matter). Ports which set CMAKE_ENV have been adjusted accordingly. In most cases, CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being: * databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has no effect on the build system. * devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already retrieved from the CMAKE_CXX_COMPILER variable in the build system. * graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there has no effect on the build system. Reviewed by: makc Differential Revision: https://reviews.freebsd.org/D3403 Notes: svn path=/head/; revision=394572
* Disable ccache since a submake explicitly discards the enivronment.Stephen Hurd2015-08-181-1/+2
| | | | | | | Reported by amdmi3@ Notes: svn path=/head/; revision=394564
* Unbreak wsjtDiane Bruce2015-08-1711-6266/+260
| | | | | | | | Current head python code uses python3 so update to reflect that both wsjt and the upcoming wsjtx port rely upon Linux binary kvasd Notes: svn path=/head/; revision=394510
* Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDSMark Felder2015-08-171-3/+4
| | | | | | | PR: 202338 Notes: svn path=/head/; revision=394507
* - Fix build by adding missing dependencyDmitry Marakasov2015-08-171-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=394458
* Fix build - perl used during build.Stephen Hurd2015-08-161-1/+2
| | | | Notes: svn path=/head/; revision=394389
* Add missing RUN_DEPENDSMark Felder2015-08-151-5/+6
| | | | | | | | | Sort USES PR: 202338 Notes: svn path=/head/; revision=394319
* Remove the DEBUG option.Stephen Hurd2015-08-151-4/+2
| | | | Notes: svn path=/head/; revision=394293
* Update to version 1.0Stephen Hurd2015-08-152-40/+20
| | | | | | | | Clean up Makefile to use new options format Remove incorrect INSTALLS_ICONS usage Notes: svn path=/head/; revision=394292
* Update to 3.4Stephen Hurd2015-08-154-8/+7
| | | | | | | Use makepatch for files/* Notes: svn path=/head/; revision=394270
* Update to 3.4.2 (also updates comms/xcwcp).Stephen Hurd2015-08-154-8/+8
| | | | | | | Use makepatch for files/* Notes: svn path=/head/; revision=394269
* Update to 3.7.4Stephen Hurd2015-08-152-4/+3
| | | | | | | | | | Major changes since 3.6.22: - Added support for the HermesLite radio. - Add repeater offset and CTCSS tone to favourites screen. - Support for full-screen mode. Notes: svn path=/head/; revision=394268
* Update to 8.2.12Stephen Hurd2015-08-1519-55/+52
| | | | | | | Maintenance release. Notes: svn path=/head/; revision=394267
* Update to 3.22.13, fix portlint warnings.Stephen Hurd2015-08-153-6/+18
| | | | | | | | | | | | | | This release adds the FSQ modem. Fix the following two portline warnings: WARN: Makefile: [25]: the options to USES are not sorted. Please consider sorting them. WARN: Makefile: you should only use ".if ${PORT_OPTIONS:MDOCS}" to wrap installation of files into /usr/local/share/doc if the collection of files is large and it takes considerable time to copy. Notes: svn path=/head/; revision=394266
* kvasd is a binary Linux common driver program used by wsjt and wsjtxDiane Bruce2015-08-125-0/+56
| | | | Notes: svn path=/head/; revision=394035
* - editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez2015-08-091-2/+2
| | | | | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up Notes: svn path=/head/; revision=393766
* Horde package update:Martin Matuska2015-08-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6 devel/pear-Horde_Alarm 2.2.4 -> 2.2.5 security/pear-Horde_Auth 2.1.8 -> 2.1.10 www/pear-Horde_Browser 2.0.9 -> 2.0.10 archivers/pear-Horde_Compress 2.1.2 -> 2.1.3 devel/pear-Horde_Core 2.20.5 -> 2.20.8 security/pear-Horde_Crypt 2.5.3 -> 2.6.0 www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7 devel/pear-Horde_Data 2.1.2 -> 2.1.3 devel/pear-Horde_Date 2.1.0 -> 2.1.1 devel/pear-Horde_Exception 2.0.5 -> 2.0.6 www/pear-Horde_Form 2.0.9 -> 2.0.11 devel/pear-Horde_History 2.3.4 -> 2.3.5 devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1 graphics/pear-Horde_Image 2.3.1 -> 2.3.2 mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1 devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5 mail/pear-Horde_Mail 2.6.0 -> 2.6.2 mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.4 -> 2.1.5 devel/pear-Horde_Prefs 2.7.3 -> 2.7.4 net/pear-Horde_Rpc 2.1.4 -> 2.1.5 devel/pear-Horde_Serialize 2.0.3 -> 2.0.4 devel/pear-Horde_Support 2.1.3 -> 2.1.4 textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2 devel/pear-Horde_Util 2.5.5 -> 2.5.6 sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0 www/horde-ansel 3.0.2 -> 3.0.3 ftp/horde-gollem 3.0.3 -> 3.0.4 www/horde-base 5.2.6 -> 5.2.7 mail/horde-imp 6.2.9 -> 6.2.10 mail/horde-ingo 3.2.5 -> 3.2.6 deskutils/horde-kronolith 4.2.8 -> 4.2.9 deskutils/horde-mnemo 4.2.6 -> 4.2.7 www/horde-passwd 5.0.2 -> 5.0.3 www/horde-trean 1.1.1 -> 1.1.2 mail/horde-turba 4.2.7 -> 4.2.8 mail/horde-webmail 5.2.7 -> 5.2.9 deskutils/horde-groupware 5.2.7 -> 5.2.9 www/horde-wicked 2.0.3 -> 2.0.4 Notes: svn path=/head/; revision=393466
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-024-4/+4
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* - Switch to @sampleDmitry Marakasov2015-07-312-17/+9
| | | | Notes: svn path=/head/; revision=393330
* Add aprsd to dialer group in GIDs so membership is automatically handledMark Felder2015-07-301-1/+1
| | | | Notes: svn path=/head/; revision=393252
* comms/aprsd: Modernize portMark Felder2015-07-307-241/+72
| | | | | | | | | | | | | | USE_RC_SUBR USERS and GROUPS instead of custom script Unmute some install steps LICENSE The rc script now passes rclint Approved by: db Differential Revision: https://reviews.freebsd.org/D3104 Notes: svn path=/head/; revision=393250
* - Fix shebangsDmitry Marakasov2015-07-301-2/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393235
* - Fix shebangsDmitry Marakasov2015-07-301-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393233
* - Fix shebangsDmitry Marakasov2015-07-291-2/+9
| | | | | | | | | | - Fix script installation Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393171
* Update devel/doxygen to 1.8.10Antoine Brodin2015-07-272-2/+2
| | | | | | | | PR: 201365 exp-run: self Notes: svn path=/head/; revision=392994