aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Unbreak buildDiane Bruce2015-07-275-65/+61
| | | | | | | | Portaudio cleanups remove obsolete USE_AUTOTOOLS= autoconf Notes: svn path=/head/; revision=392990
* - Update to later version of gnuradioDiane Bruce2015-07-2630-1970/+2158
| | | | | | | | - fix build with portaudio - clang builtin's are conflicting with gnuradio so use USE_GCC for now Notes: svn path=/head/; revision=392951
* comms/mlan3: minor fixesBartek Rutkowski2015-07-202-4/+3
| | | | | | | | | | | - Fix missing protocol in MASTER_SITES - Fix text indentation in pkg-descr Submitted by: danfe Approved by: portmgr (blanket) Notes: svn path=/head/; revision=392560
* comms/mlan3: fix BROKEN=unfetchableBartek Rutkowski2015-07-202-10/+6
| | | | | | | | | | | | - Adjust MASTER_SITES to fix BROKEN=unfetchable - Change maintainer to Chris Hutchinson <portmaster@bsdforge.com> - Correct WWW and text in pkg-descr PR: 199409 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Notes: svn path=/head/; revision=392559
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-163-6/+3
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Open source library for working with the National Marine ElectronicsSteven Kreuzer2015-07-166-0/+67
| | | | | | | | | | | | | | | | | | Association (NMEA) protocol. Features: * Analysis NMEA sentences and granting GPS data in C structures * Generate NMEA sentences * Supported sentences: GPGGA, GPGSA, GPGSV, GPRMC, GPVTG * Multilevel architecture of algorithms * Additional functions of geographical mathematics and work with navigation data WWW: http://nmea.sourceforge.net/ Notes: svn path=/head/; revision=392297
* - Fix shebangsDmitry Marakasov2015-07-141-1/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392063
* - Mark BROKEN: produces unusable libraryDmitry Marakasov2015-07-011-0/+2
| | | | | | | | | | | | | | | When attempling to link with libfec: /usr/local/lib/libfec.so: undefined reference to `find_cpu_mode' /usr/local/lib/libfec.so: undefined reference to `log' cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 200182 Submitted by: amdmi3 Approved by: maintainer timeout (olgeni, 7 weeks) Notes: svn path=/head/; revision=391082
* Spell MAKE_JOBS_UNSAFE correctlyAntoine Brodin2015-06-281-1/+1
| | | | Notes: svn path=/head/; revision=390789
* comms/rxtx: pass maintainer to submitterPhilip M. Gollucci2015-06-271-1/+1
| | | | | | | | | 550 5.1.1 <mirror176@cox.net> invalid recipient Requested by: Submitter Notes: svn path=/head/; revision=390726
* comms/rxtx: mutiple fixesPhilip M. Gollucci2015-06-2712-18/+11692
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile 1) Missing dependancy on plibthread.so.1 Java code base 2) Added commandline debug output in multiple Java files 3) Tided comment statements, tabulation and white space to aid reading of sections of the original source code 4) Added additional debug statements to aid diagnosis in multiple Java files 5) Moved error logging from Zystem to be local in the RXTXPort.java file (was never firing from Zystem); now common with rest of codebase 6) Ensured that RXTX only outputs debug level information when requested. 7) Only enumerate the local ports on initialisation once (use of init_clean), rather than three times. 8) Updated ports lists to reflect current usage pre FreeBSD v10 and post v10. 9) Debug identifier inserted before all calls 10) correctly read the properties file when there are multiple java library paths 11) Enabled the skipping of parrellel ports during scans where they are not used by the invoking java parent base to RXTX (Still allows them to be manually specified in gn.io.parellel env arg) SerialImp.c 12) Tidied code indentation (where needed, it is a medium length file and doesn't provide benifit on areas that work) 13) Added standard out debug support to allow for assessment of interaction with Java code that can be compiled in (DEBUG_STDOUT) 14) Added entry and exist debug statement for key functions 15) where sprintf is being used, ensure that the existing ptr refers to an empty string (uses memset to sizeof) 16) cleared up display tabulation of function headers in entire file (on second enumeration strings contained garbage) 17) Remove LEAVE and ENTRY functions as not working as expected in header. 18) Made sure all debug statements are null pointer terminated (note sprintf is not solely used for debug message formatting) 19) Added condition so that a port that is in use during testread() is still reported as selectable. (If you attempt to open it after the port scan and it is still EBUSY the behaviour is unaltered and will throw a suitable error back) 20) Disabled uucp for lpt ports, as uucp only applies to tty on FreeBSD (so says the Handbook...) 21) RXTXPort:interruptEventLoop - resolved SIGABRT call to process (intended to kill off thread not entire JRE)... 22) RXTXPort:interruptEventLoop now waits for timer in child thread to expire before attempting to closing the thread (delay between 0 and 1000000 sleeps) 23) All debug streams for FreeBSD now forward to same function for uniform formatting. This fixes two downstream issues in the arduino port, which results in missing dependancies, a core dump when uploading, or very slow port enumeration (up to 30s in some cases) when the arduino IDE is first started. PR: 200179 Submitted by: james@elstone.net Approved by: maintainer timeout (mirror176@cox.net ; 45 days) Notes: svn path=/head/; revision=390725
* - Mark BROKEN on 9.x:Dmitry Marakasov2015-06-251-0/+2
| | | | | | | | | | /wrkdirs/usr/ports/comms/gnuradio/work/gnuradio-3.7.4/volk/kernels/volk/volk_8u_x4_conv_k7_r2_8u.h:191: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' Approved by: portmgr blanket Reported by: pkg-fallout Notes: svn path=/head/; revision=390555
* Convert to USES=jpegAntoine Brodin2015-06-222-4/+2
| | | | Notes: svn path=/head/; revision=390310
* All directory handling is now automatic: cleanup plistBaptiste Daroussin2015-06-203-148/+1
| | | | Notes: svn path=/head/; revision=390170
* Horde package update:Martin Matuska2015-06-192-3/+3
| | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5 devel/pear-Horde_Core 2.20.4 -> 2.20.5 devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0 www/horde-base 5.2.5 -> 5.2.6 mail/horde-imp 6.2.8 -> 6.2.9 deskutils/horde-kronolith 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.4 -> 4.2.5 mail/horde-turba 4.2.6 -> 4.2.7 mail/horde-webmail 5.2.6 -> 5.2.7 deskutils/horde-groupware 5.2.6 -> 5.2.7 Notes: svn path=/head/; revision=390104
* - Fix build on CURRENTDmitry Marakasov2015-06-171-0/+2
| | | | | | | | | | | In base revision r281198, sockaddr_l2cap structure was changed, and an #error which fires by default was added as a safety measure to make sure all structure consumers are updated to initialize new fields. This port, however, doesn't seem to use this structure, so it should be safe to just disable the error. Notes: svn path=/head/; revision=389989
* - Fix shebangsDmitry Marakasov2015-06-171-2/+3
| | | | Notes: svn path=/head/; revision=389926
* - Fix configure when both X11 and SMSD options are off [1]Guido Falsi2015-06-159-33/+32
| | | | | | | | | | (this port always requires glib20) - While here regenerate patches to silence portlint warnings Reporterd by: Marc van Houtum <marc at dutchsecurity.net> (by email) [1] Notes: svn path=/head/; revision=389710