aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11/libXcomposite: Update to 0.4.5Niclas Zeising2019-06-162-4/+6
| | | | | | | | | | | | | Update libXcomposite to 0.4.5 This is a maintenance release, with mosttly small fixes in the build system. add INSTALL_TARGET=install-strip to strip binaries and libraries Sponsored by: B3 Init Notes: svn path=/head/; revision=504364
* x11-toolkits/libXmu: Update to 1.1.3Niclas Zeising2019-06-162-4/+6
| | | | | | | | | | | | | | | | Update x11-toolkits/libXmu to 1.1.3 This is a minor maintenance release with small bug fixes, build configuration improvments and janitorial cleanups. add INSTALL_TARGET=install-strip to strip binaries and libraries Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002978.html Sponsored by: B3 Init Notes: svn path=/head/; revision=504363
* x11-fonts/libFS: Update to 1.0.8Niclas Zeising2019-06-162-6/+12
| | | | | | | | | | | | | | | | | | Update x11-fonts/libFS to 1.0.8 This release contains a fixes for a bunch of sign comparision warnings, and changes to the build system add LICENSE and LICENSE_FILE pet portlint a bit, move USES= earlier use INSTALL_TARGET=install-strip to strip binaries and files Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002970.html Sponsored by: B3 Init Notes: svn path=/head/; revision=504362
* cad/freecad: improve pyside2 detectionChristoph Moench-Tegeder2019-06-162-0/+32
| | | | | | | | | | | | | pyside2 changed the way it reported it's variables (they're cmake target properties now, not variables) sometime over the last releases. FreeCAD did not support pyside2's new way of doing thing, resulting in certain dialogs not working. PR: 237987 Reported by: denverh at comcast dot net Notes: svn path=/head/; revision=504361
* net-mgmt/pmacct: fix pkg-plist for the default caseKurt Jaeger2019-06-164-52/+80
| | | | | | | | PR: 238464 Reported by: Michael Proto <mike@jellydonut.org> Notes: svn path=/head/; revision=504360
* devel/folly: Upstream patches; Fix bogus SYS_gettid-related code; Mark ↵Yuri Victorovich2019-06-169-92/+8
| | | | | | | | | | broken on i386 PR: 238608 Reported by: jbeich (bogus SYS_gettid and i386 failure) Notes: svn path=/head/; revision=504359
* textproc/sd: Update to 0.6.1Tobias Kortkamp2019-06-162-108/+124
| | | | | | | Changes: https://github.com/chmln/sd/compare/sd-0.5.0...0.6.1 Notes: svn path=/head/; revision=504358
* Add an entry for netatalk3.Joe Marcus Clarke2019-06-161-0/+26
| | | | | | | | | Document the netatalk3 remote code execution vulnerability fixed in 3.1.12. PR: 238573 Notes: svn path=/head/; revision=504357
* Update to 2.3.5.Joe Marcus Clarke2019-06-162-4/+4
| | | | Notes: svn path=/head/; revision=504356
* Now that devel/openmp has been enabled on powerpc64, fix these newlyMark Linimon2019-06-163-3/+5
| | | | | | | | | | | unblocked ports on GCC-based systems: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=504355
* Update to 2.2.115Jochen Neumeister2019-06-162-4/+4
| | | | | | | | | | | Changelog: - Responsive skin: Simplify CSS for custom backgrounds, remove repetition. - Update documentation. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=504354
* Clean up LIB_DEPENDSAntoine Brodin2019-06-1633-33/+33
| | | | Notes: svn path=/head/; revision=504353
* net-mgmt/py-prometheus-client: Update to 0.7.0Luca Pizzamiglio2019-06-162-4/+4
| | | | | | | Sponsored by: Berlin Devsummit 2019 Notes: svn path=/head/; revision=504352
* New port: shells/yashChristian Weisgerber2019-06-165-0/+276
| | | | | | | | | | | | | | | | | | | | | Yash, yet another shell, is a POSIX-compliant command line shell. Yash is intended to be the most POSIX-compliant shell in the world while supporting features for daily interactive and scripting use. Notable features are: * Global aliases * Arrays * Socket redirection, pipeline redirection, and process redirection * Brace expansion and extended globbing * Fractional numbers in arithmetic expansion * Prompt command and command-not-found handler * Command line completion with predefined completion scripts for more than 100 commands * Command line prediction based on command history WWW: https://yash.osdn.jp/index.html.en Notes: svn path=/head/; revision=504351
* Enable build on powerpc64. (It has been tested to build correctly.)Mark Linimon2019-06-161-1/+1
| | | | | | | | | | | | | | Right now powerpc* are still GCC-based, so openmp functionality is still not in the base system by default. Looking at the errorlog results might cause you to think this change would unblock 308 builds, in reality, all but 28 of them are otherwise blocked on lang/R, where powerpc64 is not in ONLY_FOR_ARCHS. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=504350
* games/aquaria: include dirent.h instead of sys/dir.h which is scheduled for ↵Rene Ladan2019-06-162-1/+16
| | | | | | | | | | | | | removal. While here modernize USES PR: 238616 Approved by: maintainer (jbeich) Event: Berlin Hackathon 2019 Notes: svn path=/head/; revision=504349
* Update to 6.4.21Jochen Neumeister2019-06-163-1880/+676
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=504348
* www/bluefish: Do not bundle MIME database filesBen Woods2019-06-162-17/+3
| | | | | | | | | | | | | | | | | | Instead, the MIME database files will be created as a post-install step thanks to USES=desktop-file-utils and USES=shared-mime-info. This prevents the bluefish package (and other packages) from clobbering the local MIME database, causing package conflicts and checksum mismatches. https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107752.html Reported by: Werner Lehmann <lehmannwer@gmail.com> Reported by: tech-lists@zyxst.net Submitted by: tijl MFH: 2019Q2 Notes: svn path=/head/; revision=504347
* Update to 5.2.1Jochen Neumeister2019-06-1610-24/+20
| | | | | | | | | Changelog: https://wordpress.org/news/2019/05/wordpress-5-2-1-maintenance-release/ Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=504346
* - Set MAKE_JOBS_UNSAFE=yes to fix build on powerpc64. [*]MANTANI Nobutaka2019-06-167-28/+29
| | | | | | | | | | | - Regenerate patches with make makepatch. - Pet portlint. PR: 238304 [*] Submitted by: pkubaj [*] Notes: svn path=/head/; revision=504345
* Missing run-depends in net-im/quaternionAdriaan de Groot2019-06-161-1/+2
| | | | | | | | | | | | - Without the QQC packages, Quaternion runs but doesn't show anything in the central chat area. You won't notice that in a KDE Plasma environment, where those packages are installed as dependencies of other things, but in a bare xmonad environment, it matters. Reported by: nassai (on Matrix) Notes: svn path=/head/; revision=504344
* Remove games/freeciv-soundsTobias Kortkamp2019-06-166-45/+1
| | | | | | | It is unused and games/freeciv already comes with the same sound files. Notes: svn path=/head/; revision=504343
* Low-level PHP binding for libvipsRene Ladan2019-06-164-0/+30
| | | | | | | | | | | | | | | | This extension lets you use the libvips image processing library from PHP 7. It is intentionally very low-level: modules such as https://github.com/libvips/php-vips try to layer a nice API on top of this. WWW: https://github.com/libvips/php-vips-ext PR: 238609 Submitted by: punkt.de Hosting Team <mops@punkt.de> Event: Berlin hackathon 2019 Notes: svn path=/head/; revision=504342
* lang/cmucl{-extra}: Reset MAINTAINERKubilay Kocak2019-06-162-2/+2
| | | | | | | | PR: 238604 Submitted by: Lorenzo Salvadore <phascolarctos protonmail ch> (maintainer) Notes: svn path=/head/; revision=504341
* Document GraphicsMagick vulnerabilitySunpoet Po-Chuan Hsieh2019-06-161-0/+25
| | | | Notes: svn path=/head/; revision=504340
* Update to 20190615Sunpoet Po-Chuan Hsieh2019-06-162-4/+4
| | | | | | | Changes: https://github.com/rbenv/ruby-build/releases Notes: svn path=/head/; revision=504339
* Take maintainershipSunpoet Po-Chuan Hsieh2019-06-161-4/+4
| | | | Notes: svn path=/head/; revision=504338
* Update to 0.51Sunpoet Po-Chuan Hsieh2019-06-162-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Test-Strict Notes: svn path=/head/; revision=504337
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504336
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504335
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504334
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504333
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504332
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504331
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504330
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504329
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504328
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504327
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504326
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504325
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504324
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504323
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504322
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504321
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504320
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504319
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504318
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504317
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504316
* Update WWWSunpoet Po-Chuan Hsieh2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504315