aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Sort SUBDIRsSunpoet Po-Chuan Hsieh2018-01-071-1/+1
| | | | Notes: svn path=/head/; revision=458349
* Update to 0.103013Sunpoet Po-Chuan Hsieh2018-01-073-4/+10
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Software-License/Changes Notes: svn path=/head/; revision=458327
* Update to 1.08Sunpoet Po-Chuan Hsieh2018-01-073-5/+25
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/asterisk-perl/CHANGES Notes: svn path=/head/; revision=458326
* Update to 20180104Sunpoet Po-Chuan Hsieh2018-01-072-4/+4
| | | | | | | Changes: https://people.FreeBSD.org/~sunpoet/usbids-20180104.diff Notes: svn path=/head/; revision=458318
* Update Qt5 ports to 5.9.3.Raphael Kubo da Costa2018-01-069-2695/+1803
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849 Notes: svn path=/head/; revision=458293
* - Add thefuck 3.25Guangyuan Yang2018-01-054-0/+39
| | | | | | | | | | | | | | | | Thefuck is a magnificent app which corrects your previous console command. It tries to match a rule for the previous command, creates a new command using the matched rule and runs it. Thefuck comes with a lot of predefined rules, but you can create your own rules as well. WWW: https://github.com/nvbn/thefuck PR: 224263 Approved by: adamw Differential Revision: https://reviews.freebsd.org/D13460 Notes: svn path=/head/; revision=458123
* Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOLJan Beich2018-01-051-2/+0
| | | | | | | The cryptic "error in backend" is emitted by Clang on crash. Notes: svn path=/head/; revision=458101
* Bump PORTREVISION after r457993.Raphael Kubo da Costa2018-01-031-0/+1
| | | | | | | | | | In this case, we dropped a runtime dependency, so it is possible the package could have been created before and just failed at installation time. PR: 224870 Notes: svn path=/head/; revision=457994
* Drop dependency on py-qt5-doc, which was removed in r457921.Raphael Kubo da Costa2018-01-031-1/+1
| | | | | | | PR: 224870 Notes: svn path=/head/; revision=457993
* Update to r51361 from the FreeBSD docset.Marc Fonvieille2018-01-0322-19/+42
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=457972
* Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.Raphael Kubo da Costa2018-01-024-2086/+0
| | | | | | | | | | | | | | | | Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been removed. This is also a requirement for updating the Qt5 ports, as the PyQt5 version currently in the tree has license conflicts with later Qt versions. Big thanks to tcberner for doing most of the work here, and antoine for the exp-run. PR: 224739 Notes: svn path=/head/; revision=457921
* Update to 2.04Sunpoet Po-Chuan Hsieh2017-12-302-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes Notes: svn path=/head/; revision=457612
* Fix WWWSunpoet Po-Chuan Hsieh2017-12-301-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=457570
* Fix WWWSunpoet Po-Chuan Hsieh2017-12-301-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=457569
* Fix WWWSunpoet Po-Chuan Hsieh2017-12-301-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=457568
* Move misc/p5-Asterisk to misc/p5-asterisk-perlSunpoet Po-Chuan Hsieh2017-12-296-7/+7
| | | | | | | | - Add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change Notes: svn path=/head/; revision=457523
* Mark these ports broken on aarch64 (and, where appropriate, armv6/7).Mark Linimon2017-12-291-0/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=457513
* - Update to 1.74Danilo Egea Gondolfo2017-12-282-5/+4
| | | | Notes: svn path=/head/; revision=457478
* Update to 2.03Sunpoet Po-Chuan Hsieh2017-12-272-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes Notes: svn path=/head/; revision=457397
* New port: misc/nnn: Missing terminal file browser for XYuri Victorovich2017-12-276-0/+154
| | | | | | | | | | Submitted by: 224600 Reported by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13646 Notes: svn path=/head/; revision=457381
* Update misc/elixir-mime to version 1.2.0.Jimmy Olgeni2017-12-252-4/+4
| | | | Notes: svn path=/head/; revision=457210
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-232-1/+2
| | | | | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529 Notes: svn path=/head/; revision=457024
* New port: misc/libpostal: Library for parsing/normalizing street addresses ↵Yuri Victorovich2017-12-1811-0/+224
| | | | | | | | | | | | around the world PR: 224262 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13468 Notes: svn path=/head/; revision=456691
* misc/mc: Fix SUBSHELL blank terminal upon opening in xterm with SlangBen Woods2017-12-172-0/+29
| | | | | | | | | | | | | Note: Unfortunately this does not fix this issue on the FreeBSD console. PR: 217758 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> Reported by: Dron <dron_2@ua.fm> Reported by: danfe MFH: 2017Q4 Notes: svn path=/head/; revision=456522
* misc/mc: Update to 4.8.20Ben Woods2017-12-163-5/+8
| | | | | | | | Changes this release: https://midnight-commander.org/wiki/NEWS-4.8.20 Notes: svn path=/head/; revision=456456
* - Those ports fail to build with python3Antoine Brodin2017-12-121-3/+3
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456126
* Update to 20171127Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | | | Changes: https://people.FreeBSD.org/~sunpoet/usbids-20171127.diff Notes: svn path=/head/; revision=455942
* Update to 20171206Sunpoet Po-Chuan Hsieh2017-12-112-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=455941
* Change man pages which are links (gitregrep.1.gz and gitrfgrep.1.gz)Gerald Pfeifer2017-12-102-0/+43
| | | | | | | | | | | | | from absolute links to relative links. Bump PORTREVISION since this does affect the resulting package in a material manner. PR: 224230 Reported by: wosch Notes: svn path=/head/; revision=455914
* - Those ports fail to build with python3Antoine Brodin2017-12-101-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=455913
* gnome-osd is not compatible with python3Antoine Brodin2017-12-091-1/+1
| | | | Notes: svn path=/head/; revision=455845
* metromap is not compatible with python3Antoine Brodin2017-12-091-1/+1
| | | | Notes: svn path=/head/; revision=455834
* New port: misc/py-palettable: Library of color palettes for PythonYuri Victorovich2017-12-084-0/+28
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13419 Notes: svn path=/head/; revision=455773
* Mark these ports as buildable on armv6 after a trybroken run. (AlsoMark Linimon2017-12-081-2/+0
| | | | | | | | | | | tested with trybroken on armv7.) The 'runaway process' ones are most likely just statistical. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455765
* - Add LICENSE_FILEDmitry Marakasov2017-12-042-3/+3
| | | | | | | | | | - Cosmetic fixes - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=455500
* Fix configure options for gnustep-makeDavid Chisnall2017-12-031-1/+1
| | | | | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults. Notes: svn path=/head/; revision=455401
* - Add explicit FLAVOR to a few dependenciesAntoine Brodin2017-12-031-1/+1
| | | | | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3 Notes: svn path=/head/; revision=455392
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-3023-151/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-303-0/+3
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-2/+2
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* New port: misc/crosti: Convert custom image to cross stitch design, edit ↵Yuri Victorovich2017-11-296-0/+258
| | | | | | | | | | stitch designs Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13266 Notes: svn path=/head/; revision=455151
* - Add LICENSE_FILEDmitry Marakasov2017-11-291-6/+9
| | | | | | | | - Switch to USES=localbase - Optionize docs installation Notes: svn path=/head/; revision=455117
* - Add classic offensive fortunes removed from FreeBSD base in 2013 (r248200)Alex Kozlov2017-11-292-6/+6
| | | | | | | | Submitted by: Jeremy Chadwick <jdc@koitsu.org> (maintainer) Suggested by: ak Notes: svn path=/head/; revision=455087
* misc/py-tqdm: Update to 4.19.4Danilo G. Baio2017-11-282-4/+4
| | | | | | | | | | Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.4 PR: 223941 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=455082
* - Add LICENSEDmitry Marakasov2017-11-281-6/+17
| | | | | | | | - Add missing xorg depends - Switch to options helpers Notes: svn path=/head/; revision=455042
* - Add missing COMMENT, WWWDmitry Marakasov2017-11-282-2/+8
| | | | | | | | - Add LICENSE - Cosmetic fixes Notes: svn path=/head/; revision=455029
* New port: misc/py-colorbrewer: Constants from Cynthia Brewer's ColorBrewerYuri Victorovich2017-11-284-0/+26
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13255 Notes: svn path=/head/; revision=455016
* New port: misc/fortune-mod-freebsd-classic: Classic FreeBSD fortunes ↵Yuri Victorovich2017-11-254-0/+52
| | | | | | | | | | | | (including offensives) PR: 223798 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13214 Notes: svn path=/head/; revision=454877
* - Add LICENSEDmitry Marakasov2017-11-242-5/+6
| | | | | | | | | | - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=454814
* New port: misc/free42: Simulation of the HP-42S scientific calculator and ↵Yuri Victorovich2017-11-2210-0/+175
| | | | | | | | | | HP-82240 printer Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13177 Notes: svn path=/head/; revision=454664