1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

4257 Commits

Author SHA1 Message Date
Mathieu Arnold
b4b1816b21 Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by:	Absolight
2018-04-25 22:00:04 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Kirill Ponomarev
9355438f69 Update to 1.30
PR:		227646
Submitted by:	maintainer
2018-04-20 14:32:27 +00:00
Jan Beich
1e53503986 Adjust PORTREVISION order to pet portlint after r467711
Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place
when DISTVERSION*FIX is used.
2018-04-18 14:06:09 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Jan Beich
6fa3ba617b comms/gnuradio: unbreak with boost 1.67
gr-blocks/lib/message_strobe_impl.cc:93:35: error: no matching conversion for functional-style cast from 'float' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>')
        boost::this_thread::sleep(boost::posix_time::milliseconds(d_period_ms));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'float' to 'const boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>' for 1st argument
  class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration
                             ^
/usr/local/include/boost/date_time/time_duration.hpp:286:59: note: candidate template ignored: disabled by 'enable_if' [with T = float]
                                typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) :
                                                          ^

/usr/local/bin/ld: CMakeFiles/tags_demo.dir/tags_demo.cc.o: undefined reference to symbol 'pthread_condattr_init@@FBSD_1.0'
//lib/libthr.so.3: error adding symbols: DSO missing from command line
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** [gr-uhd/examples/c++/tags_demo] Error code 1

PR:		227427
Reported by:	antoine (via exp-run)
Obtained from:	Homebrew
2018-04-18 12:38:19 +00:00
Ganael LAPLANCHE
92345afc6b Update to 2.11.4 2018-04-17 10:06:23 +00:00
Jan Beich
62980771f3 comms/uhd: unbreak with boost 1.67
host/lib/usrp/cores/rx_vita_core_3000.cpp:77:35: error:
      no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka
      'subsecond_duration<boost::posix_time::time_duration, 1000>')
        boost::this_thread::sleep(boost::posix_time::milliseconds(1.0));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR:		227427
Reported by:	antoine (via exp-run)
2018-04-15 04:55:45 +00:00
Rodrigo Osorio
acb2e7d335 Update Gammu to v1.39
Changelist :
 Fixed answering call in AT module.
 Improved support for Huawei E392 and E3131.
 Fixed compatibility of binaries with Windows XP and 2003.
 Improved support for ZTE MF667.
 Updated list of GSM networks and countries.
2018-04-09 18:46:10 +00:00
Bernard Spil
f4f639f030 comms/atslog: Convert to USES=php
Approved by:	infrastructure modernization blanket
2018-04-08 10:47:04 +00:00
Diane Bruce
278005c487 Update klog
April - 0.9.3
- Double clicking on DXCC Widget name of the Entity will show the QSO is providing that status on the Search widget.
- Added DXCC support for Kosovo.
- Bugfix: Default band & mode are now defined as the most used band and mode.
- Bugfix: TX frequency was not saved.
- Bugfix: In the dxcc status widget, some countries were showing the UN flag unappropriately.
- Bugfix: When updating the CTY file, query errors were shown on world.readCTYCSV function.
- Bugfix: When editing the QRZ, the cursor position was not properly maintained.
- Bugfix: Fixed the flags of several DXCC entities that were not correctly shown.
- Bugfix: DXCC Status widget was not listing all the DX entities.
- Bugfix: Modes & Bands where not always properly updated from the Setup.
- Bugfix: Adding new QSO that implies a DXCC or WAZ status already worked failed.
- Bugfix: Updating the WAZ status was not always possible due to a incorrect DB query.
- Updated translations: Danish (TNX Joe), Spanish (EA4TV).
2018-04-06 23:08:50 +00:00
Jose Alonso Cardenas Marquez
5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +00:00
Tobias C. Berner
dc579c4cc2 Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and
thereby does not get the normal default value of
      --no-same-owner --no-same-permissions
passed when extracting. This lead to for example header files
being installed (i.e. copied), with permissions group write
permissions.

Manually append that to the bsd.qt.mk shenanigans (also do the
same in www/qt5-webchannel, which opts out of the bsd.qt.mk value)

PR:		227027
Reported by:	grarpamp@gmail.com
2018-03-29 19:03:17 +00:00
Ganael LAPLANCHE
7e2e889f76 Update to 2.11.2 2018-03-27 12:37:32 +00:00
Baptiste Daroussin
3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00
Yuri Victorovich
321e6555c0 comms/aldo: Update 0.7.5 -> 0.7.7
Port changes:
* Change to DISTVERSION
* Add LICENSE/LICENSE_FILE
* Remove USE_GCC
* Add USES=localbase instead of CPPFLAGS/LIBS

PR:		226349
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	lambert@lambertfam.org (maintainer timeout; 19 days)
2018-03-23 20:46:26 +00:00
Don Lewis
1592296a88 Bump PORTREVISION on ports depending on devel/libical.
PR:		226460
2018-03-20 02:54:23 +00:00
Ganael LAPLANCHE
998edf3183 Update to 2.11.1 2018-03-19 12:10:01 +00:00
Yuri Victorovich
5d67109438 comms/congruity: Unbreak by fixing shebang
Approved by:	portmgr (port compliance, infrastructure)
2018-03-18 17:00:14 +00:00
Dmitry Marakasov
85f3c2c20c - Update WWW
Approved by:	portmgr blanket
2018-03-18 09:33:16 +00:00
Mark Linimon
a577a897a7 Mark broken on armv7. armv6 results are not yet available (blocked on
openjdk).

Approved by:	portmgr (tier-2 blanket)
2018-03-18 03:06:14 +00:00
Tobias C. Berner
cf2ff32ee7 Update py-sip to 4.19.8 and qscintilla2 to 2.10.3
PR:		226487
Exp-run by:	antoine
2018-03-12 18:06:51 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Yuri Victorovich
eb90be7a8c comms/picocom: Update to 3.1
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Removed the useless option DEBUG
* Removed the patch

PR:		226455
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
2018-03-09 05:35:45 +00:00
Larry Rosenman
84a2f050e9 comms/xastir: fix some portlint warnings I missed 2018-03-04 22:08:54 +00:00
Larry Rosenman
f25f714749 comms/xastir: upgrade to 2.1.0
PR:		226187
Submitted by:	carl@stagecraft.cx (Maintainer)
2018-03-04 21:57:54 +00:00
Rene Ladan
4b856bf8d4 Return pawel@'s ports to the pool after he resigned.
With hat:	portmgr
2018-02-24 22:35:18 +00:00
Jochen Neumeister
3ad33b5883 comms/pear-Horde_ActiveSync: Update to 2.39.1
Approved by:	mentors (implicit)
2018-02-23 20:05:47 +00:00
Tobias C. Berner
a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00
Diane Bruce
ae7e0ca906 ChangeLog v3.7.11
=================

This is a feature release of the 3.7 API series, and incorporates all
the bug fixes implemented in the 3.7.10.2 maintenance release.

Contributors
------------

The following list of people directly contributed code to this
release and the incorporated maintenance release:

* A. Maitland Bottoms <bottoms@debian.org>
* Alexandru Csete <oz9aec@gmail.com>
* Andrej Rode <andrej.rode@ettus.com>
* Andy Walls <awalls.cx18@gmail.com>
* Artem Pisarenko <ArtemPisarenko@users.noreply.github.com>
* Bastian Bloessl <bloessl@ccs-labs.org>
* Ben Hilburn <ben.hilburn@ettus.com>
* Bob Iannucci <bob@sv.cmu.edu>
* Chris Kuethe <chris.kuethe+github@gmail.com>
* Christopher Chavez <chrischavez@gmx.us>
* Clayton Smith <argilo@gmail.com>
* Darek Kawamoto <darek@he360.com>
* Ethan Trewhitt <ethan.trewhitt@gtri.gatech.edu>
* Geof Gnieboer <gnieboer@corpcomm.net>
* Hatsune Aru <email witheld>
* Jacob Gilbert <mrjacobagilbert@gmail.com>
* Jiří Pinkava <j-pi@seznam.cz>
* Johannes Demel <demel@ant.uni-bremen.de>
* Johannes Schmitz <johannes.schmitz1@gmail.com>
* Johnathan Corgan <johnathan@corganlabs.com>
* Jonathan Brucker <jonathan.brucke@gmail.com>
* Josh Blum <josh@joshknows.com>
* Kartik Patel <kartikpatel1995@gmail.com>
* Konstantin Mochalov <incredible.angst@gmail.com>
* Kyle Unice <kyle.unice@L-3com.com>
* Marcus Müller <marcus@hostalia.de>
* Martin Braun <martin.braun@ettus.com>
* Michael De Nil <michael@morsemicro.com>
* Michael Dickens <michael.dickens@ettus.com>
* Nathan West <nathan.west@gnuradio.org>
* Nicholas Corgan <n.corgan@gmail.com>
* Nick Foster <bistromath@gmail.com>
* Nicolas Cuervo <nicolas.cuervo@ettus.com>
* Paul Cercueil <paul.cercueil@analog.com>
* Pedro Lobo <pedro.lobo@upm.es>
* Peter Horvath <ejcspii@gmail.com>
* Philip Balister <philip@balister.org>
* Ron Economos <w6rz@comcast.net>
* Sean Nowlan <nowlans@ieee.org>
* Sebastian Koslowski <koslowski@kit.edu>
* Sebastian Müller <senpo@posteo.de>
* Stephen Larew <stephen@slarew.net>
* Sylvain Munaut <tnt@246tNt.com>
* Thomas Habets <habets@google.com>
* Tim O'Shea <tim.oshea753@gmail.com>
* Tobias Blomberg <email witheld>

Changes
=======

The GNU Radio project tracks changes via Github pull requests.  You
can get details on each of the below by going to:

https://github.com/gnuradio/gnuradio

Note: Please see the release notes for 3.7.10.2 for details on the bug
fixes included in this release.

### gnuradio-runtime

* \#1077 Support dynamically loaded gnuradio installs (Josh Blum)

### gnuradio-companion

* \#1118 Support vector types in embedded Python blocks (Clayton Smith)

### gr-audio

* \#1051 Re-implemented defunct Windows audio source (Geof Gnieboer)
* \#1052 Implemented block in Windows audio sink (Geof Gnieboer)

### gr-blocks

* \#896 Added PDU block setters and GRC callbacks (Jacob Gilbert)
* \#900 Exposed non-vector multiply const to GRC (Ron Economos)
* \#903 Deprecated old-style message queue blocks (Johnathan Corgan)
* \#1067 Deprecated blks2 namespace blocks (Johnathan Corgan)

### gr-digital

* \#910 Deprecated correlate_and_sync block 3.8 (Johnathan Corgan)
* \#912 Deprecated modulation blocks for 3.8 (Sebastian Müller)
* \#1069 Improved build memory usage with swig split (Michael Dickens)
* \#1097 Deprecated mpsk_receiver_cc block (Johnathan Corgan)
* \#1099 Deprecated old-style OFDM receiver blocks (Martin Braun)

### gr-dtv

* \#875 Added ability to cross-compile gr-dtv (Ron Economos)
* \#876 Improved ATSC transmitter performance (Ron Economos)
* \#894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos)
* \#898 Improved error handling and logging (Ron Economos)
* \#900 Improved DVB-T performance (Ron Economos)
* \#907 Updated examples to use QT (Ron Economos)
* \#1025 Refactor DVB-T2 interleaver (Ron Economos)

### gr-filter

* \#885 Added set parameter msg port to fractional resampler (Sebastian Müller)

### gr-trellis

* \#908 Updated examples to use QT (Martin Braun)

### gr-uhd

* \#872 Added relative phase plots to uhd_fft (Martin Braun)
* \#1032 Replace zero-timeout double-recv() with one recv() (Martin Braun)
* \#1053 UHD apps may now specify multiple subdevs (Martin Braun)
* \#1101 Support TwinRX LO sharing parameters (Andrej Rode)
* \#1139 Use UHD internal normalized gain methods (Martin Braun)

### gr-utils

* \#897 Improved python docstring generation in gr_modtool
2018-02-19 18:23:31 +00:00
Mark Linimon
bb9ec8fe64 Fails the same way on armvX as on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-02-19 03:51:53 +00:00
Diane Bruce
c22a1715f3 Version 2.2.0
wsjt remote mode improvements (Saku, OH1KH)
    CQ-monitor now remembers showing state (Saku, OH1KH)
    "My Alert" is now compared oppsite way: This should fit also compound callsign XX/YOURCALL or YOURCALL/XX (Saku, OH1KH)
    CQ-monitor: Country names (cut to length 15) are now displayed instead of callsign prefixes. (Saku, OH1KH)
    "Show only active band" checkbox addec to Band map filter for quick access. (Saku, OH1KH)
    "Re/Set" button added to Export "Choose fields to export" dialog for set/reset all check boxes in one go. (Saku, OH1KH)
    a lot of CQ monitor improvements (Saku, OH1KH)
    remote wsjt: Short cut key Ctrl+J (Saku, OH1KH)
    help files updated (Saku, OH1KH)
    Voice keyer works now also with FM and AM modes and also from CWkeys windows. (Saku, OH1KH)
    QSO in QSO list window can be sorted in ascending date/time order (oldes QSO first). (Jörg, DL8DTL)
    CQRLOG should work correcly on HiDPI monitors

    630M definition was missing in some functions (Saku, OH1KH)
    ADIF upload didn't work when name or QTH were too long
2018-02-18 20:33:49 +00:00
Michael Reifenberger
a55fe0bba0 Update to 3.10.3.0 and try to fix compilation under current. 2018-02-18 17:52:52 +00:00
Raphael Kubo da Costa
6699fae7a2 Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
2018-02-18 09:55:10 +00:00
Bernard Spil
7a678b4918 BROKEN_SSL: Add REASON for breakage
Reported by:	matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
7daf6e2c1a security/openssl-devel: Mark broken cat c* 2018-02-16 13:44:47 +00:00
Dmitry Marakasov
365961c745 - Fix plist on non-x86
Reported by:	Michal Meloun <melounmichal@gmail.com>
2018-02-15 14:35:58 +00:00
Mathieu Arnold
f6e7f26602 devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.

Reviewed by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14368
2018-02-15 12:34:49 +00:00
Raphael Kubo da Costa
bb3fdd9409 PyQt: Unconditionally install the .pyi files
r460809 started installing .pyi with the %%PYTHON3%% substitution in the
plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py
only installs the files on Python >= 3.5.

This patch removes the version checks from configure.py (the files are just
unused in earlier Python versions), as it is easier than checking Python 3's
version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).

PR:		225773
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D14361
2018-02-14 21:30:14 +00:00
Diane Bruce
1132ca5499 Update to 1.3.39
=Version 1.3.39=

2018-02-08  David Freese  <w1hkj@bellsouth.net>

	fa86d2e: Memory delete
	93e5e53: IC706MKG
	cfc78d0: OS X build script
	3654db2: IC7850
	bb7ddc3: civ tests
	61f49f2: restore ab
	22b57eb: TT550
2018-02-10 23:28:00 +00:00
Diane Bruce
2cca69ba60 Update
=Version 4.0.16=

2018-02-08  David Freese  <w1hkj@bellsouth.net>

	54c63f9: wo seg fault
	8fa88c7: 8psk lockup problem
	45a8991: Miscellaneous menu
	8ff1cd6: pskrep autostart
	4a78b53: OS X build script
	487db95: Grid Square Contest
	8c36d5f: Logbook Export

2018-01-28  Haris Andrianos  <sv1grb@gmail.com>

	6c19a62: Greek translation update

2018-01-24  David Freese  <w1hkj@bellsouth.net>

	dc384c6: Alert timeouts
	af04127: video
2018-02-10 16:12:43 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Raphael Kubo da Costa
5ebd680c09 Bump PORTREVISION in the PyQt5 ports after r460809. 2018-02-04 20:56:45 +00:00
Alexey Dokuchaev
bd4887e93d - Update `comms/ser2net' to version 3.5
- Drop unneeded `autoreconf' from USES list
- Unroll .for loop when installing documentation

PR:	225507
2018-02-04 08:54:30 +00:00
Dmitry Marakasov
b4b8a14c29 - Update WWWs for all py-qt4* and py-qt5* ports
- Fix plists for py-qt5* for python3 case, adding missing .pyi files

Approved by:	portmgr blanket
2018-02-03 12:45:01 +00:00
Dmitry Marakasov
9269f83f66 - Switch to USES=localbase
- Pet portlint
- Switch to options helpers
- Fix plist for MINIMAL case
- Properly optionize svgalib dependency handling
2018-02-02 16:45:55 +00:00
Jose Alonso Cardenas Marquez
abad76d3e5 - Bump PORTREVISION. Lazarus was updated to 1.8.0 2018-02-01 07:24:58 +00:00
Jason W. Bacon
be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00
Yuri Victorovich
9f9987fc87 comms/tio: Update to 1.29
Change log: https://github.com/tio/tio/releases/tag/v1.29

PR:		225504
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14109
2018-01-29 16:23:52 +00:00
Ganael LAPLANCHE
b07233898d Update to 2.10 2018-01-24 11:13:55 +00:00