aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-243-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* - Fix LICENSEDmitry Marakasov2016-09-241-2/+4
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=422704
* Update email address to jrm@FreeBSD.org for ports that I maintainJoseph Mingrone2016-09-233-3/+3
| | | | | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995 Notes: svn path=/head/; revision=422697
* Make build more robust: add mirror to MASTER_SITES; add TIMESTAMPThomas Zander2016-09-232-1/+3
| | | | | | | | | PR: 212878 Submitted by: samflanker@gmail.com (maintainer) MFH: 2016Q3 (ports-secteam build fix blanket) Notes: svn path=/head/; revision=422685
* Record a dependency on rcs as it was in FreeBSD at the time.Cy Schubert2016-09-231-0/+3
| | | | Notes: svn path=/head/; revision=422667
* lang/php56: Update from 5.6.25 to 5.6.26Torsten Zuehlsdorff2016-09-232-2/+0
| | | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor) Notes: svn path=/head/; revision=422652
* sysutils/hal: fix cd supportSteve Wills2016-09-232-1/+10
| | | | | | | | | PR: 210354 Submitted by: Ivan Klymenko <fidaj@ukr.net> Approved by: gnome@ (kwm) Notes: svn path=/head/; revision=422642
* Update to 4.90G.Adam Weinberger2016-09-222-4/+4
| | | | | | | | | | | | Includes: - Change from using i_dev to using i_ump->um_dev PR: 212901 Submitted by: Trond Endrestol Approved by: maintainer (Larry Rosenman) Notes: svn path=/head/; revision=422641
* sysutils/vagrant: pull in upstream bugfix for ssh auth issuesSteve Wills2016-09-223-1/+21
| | | | | | | | PR: 212754 Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=422637
* - Update to 1.5.0Dmitry Marakasov2016-09-222-4/+4
| | | | | | | | PR: 212851 Submitted by: neel@neelc.org (maintainer) Notes: svn path=/head/; revision=422621
* Respect LDFLAGSBaptiste Daroussin2016-09-221-1/+1
| | | | | | | That allows to use openmp from upcoming openmp infrastructure Notes: svn path=/head/; revision=422619
* Upgrade to 7.4.4Dan Langille2016-09-222-4/+4
| | | | | | | See http://marc.info/?l=bacula-announce&m=147454744514784&w=2 Notes: svn path=/head/; revision=422615
* Update to 8.21.0Matthew Seaman2016-09-223-15/+23
| | | | | | | | | | | - Add license - Placate portlint somewhat - Add new GCRYPT option (default on): this is required is the GNUTLS option is enabled - Delete obsolete '--enable-cached-man-pages' from CONFIGURE_ARGS Notes: svn path=/head/; revision=422609
* Upstream moved to sourceforge.Mathieu Arnold2016-09-221-4/+1
| | | | | | | | | PR: 212810 Submitted by: Franco Fichtner Sponsored by: Absolight Notes: svn path=/head/; revision=422608
* sysutils/epazote: update to 2.0.0William Grzybowski2016-09-223-19/+24
| | | | | | | | PR: 212896 Submitted by: maintainer Notes: svn path=/head/; revision=422605
* lang/php70: Update from 7.0.10 to 7.0.11Torsten Zuehlsdorff2016-09-212-2/+0
| | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor) Notes: svn path=/head/; revision=422569
* Update to 20160918Antoine Brodin2016-09-202-4/+4
| | | | Notes: svn path=/head/; revision=422517
* sysutils/fdupes: Unbreak on DF (modify existing endian.h patch)John Marino2016-09-191-1/+1
| | | | | | | Approved by: DF support blanket Notes: svn path=/head/; revision=422455
* Fix autoconf detection of pthread_setschedparam() -- the test programMatthew Seaman2016-09-195-4/+23
| | | | | | | | | | | | | | needs to be linked against -lpthread. Regenerate patches by 'make makepatch' Take maintainership PR: 212823 Approved by: brd Notes: svn path=/head/; revision=422442
* - Update to 0.4.2Veniamin Gvozdikov2016-09-195-56/+6
| | | | | | | | | | | - Remove broken flag: fixes for new master_sites - Remove patch: pushed to upstream PR: ports/212802 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=422419
* - Switch to options helpersDmitry Marakasov2016-09-194-15/+17
| | | | | | | | | - Cosmetic fixes - Don't install COPYING as documentation - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=422418
* Re-assign jase@'s p5-* ports to perl@Rene Ladan2016-09-181-1/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=422377
* Reset jase@'s ports after taking in his commit bit for safekeeping.Rene Ladan2016-09-182-2/+2
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=422375
* sysutils/password-store: fix man page installation when EXAMPLES is OFFRene Ladan2016-09-181-2/+3
| | | | | | | | PR: 212778 Submitted by: brandon.wandersee@gmail.com Notes: svn path=/head/; revision=422366
* Update Intel microcode to 2016-07-14Thomas Zander2016-09-173-12/+17
| | | | | | | | | PR: 212563 Submitted by: jbeich Approved by: maintainer timeout Notes: svn path=/head/; revision=422334
* Update to 0.8.1, and add USES=gmake.Adam Weinberger2016-09-172-5/+7
| | | | | | | | | | | | sqlite3 is linked statically, so there's no reason to have a runtime dependency on it, so switch it from a LIB_DEPENDS to BUILD_DEPENDS. PR: 212182 Approved by: maintainer timeout Notes: svn path=/head/; revision=422330
* - Chase update of devel/libisofs (revision r422310)Olivier Duchateau2016-09-172-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=422312
* - Update to 5.5Dmitry Marakasov2016-09-162-3/+4
| | | | | | | | PR: 212577 Submitted by: basil@vpm.net.ua (maintainer) Notes: svn path=/head/; revision=422281
* Mark as broken on i386 (found while investigating similar failure onMark Linimon2016-09-161-0/+2
| | | | | | | sparc64). Notes: svn path=/head/; revision=422260
* - Fix build on powerpc64.Marcelo Araujo2016-09-163-3/+25
| | | | | | | | | | - Bump PORTREVISION. Submitted by: demik475_gmail.com Differential Revision: https://reviews.freebsd.org/D7862 Notes: svn path=/head/; revision=422236
* Update to 4.12.1Olivier Duchateau2016-09-152-8/+9
| | | | Notes: svn path=/head/; revision=422205
* Unmark broken on powerpc64Steve Wills2016-09-156-9/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* - Update to 20160801Antoine Brodin2016-09-144-12/+20
| | | | | | | | | | | | | | | - Update MASTER_SITES, making fetchable again - Take maintainership - Clarify LICENSE - Add some missing dependencies - Build python extension - Update WWW PR: 212567 Approved by: maintainer Notes: svn path=/head/; revision=422161
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-1429-7/+55
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove expired ports:Rene Ladan2016-09-1310-372/+0
| | | | | | | | | | | | 2016-08-23 www/mediawiki124: EOL upstream 2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8 2016-08-24 www/moodle28: EOL upstream 2016-08-31 devel/php5-msgpack: This is an older version of the software, please use devel/pecl-msgpack. 2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead 2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear Notes: svn path=/head/; revision=422054
* Fix bounced I/O on unaligned buffers (FreeBSD 11+)Matthias Andree2016-09-122-26/+57
| | | | | | | | | | | | | | | | | | | | The bounce-buffer I/O driver fix in patch-lib_ext2fs_unix__io.c is a prototypical fix, and has been forwarded upstream, but it permits us to pass all self-tests (mostly undo-related) that were still failing on 11.0-RC2 amd64. There is some potential for optimization, posix_memalign() might save us quite a few memcpy() calls and replace the now-repaired code paths by a simple pread[64]() or pwrite[64](). Remove BROKEN, but insist (by setting BROKEN conditionally) on anything that is FreeBSD 11 or newer, or non-i386/non-amd64, that the user runs at least the small self-tests. Revise option descriptions a bit. Bump PORTREVISION. Notes: svn path=/head/; revision=421966
* Add sysutils/chyves:Lars Engels2016-09-125-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | chyves is a bhyve front-end manager. chyves manages type-2 virtualized guests by utilizing hardware virtualization on a base FreeBSD 10.3+ installation. On a base install, only FreeBSD guests can run. However, with the installation of sysutils/grub2-bhyve and sysutils/bhyve-firmware from ports or pkg, most other OSes can run as a guest, including Windows. See DEPENDENCIES section in the man page for more information. chyves is targeted for beginners as well as power users. Beginners should find chyves relatively easy to use with lots of documentation and demonstrations. While power users should find utility with features such as true ZFS clones, PCI passthrough, rapid execution against many guests, disk images, and snapshot reverted states on boot/reboot to name a few of the advanced features. The name 'chyves' is the pluralized, big endian alphabetic increment of bhyve. 'chyves' is pronounced like 'chives', part of the Allium genus. The onion is also in the Allium genus. WWW: http://chyves.org Notes: svn path=/head/; revision=421920
* sysutils/tlsdate: Add SSL flags and support no SSLv3 (LibreSSL)John Marino2016-09-122-2/+18
| | | | | | | Appproved by: SSL blanket Notes: svn path=/head/; revision=421903
* - Fix broken cpuid implementation to fix segfaults and remove need of ↵Dmitry Marakasov2016-09-113-17/+107
| | | | | | | | | | | optimization removal hacks PR: 199186 Submitted by: dim Approved by: maintainer timeout (zont, 1 year) Notes: svn path=/head/; revision=421871
* sysutils/ucspi-ssl: Document SSL requirement and honor its flagsJohn Marino2016-09-111-1/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421870
* sysutils/dmg2img: Document SSL requirement and honor its flagsJohn Marino2016-09-111-1/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421864
* sysutils/deltup: Document SSL requirement, set and honor flags accordinglyJohn Marino2016-09-111-2/+4
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421852
* update to 3.10.0Mikolaj Golub2016-09-112-3/+4
| | | | Notes: svn path=/head/; revision=421842
* update to 1.6.0Mikolaj Golub2016-09-112-3/+4
| | | | Notes: svn path=/head/; revision=421841
* update to 1.1.0Mikolaj Golub2016-09-112-5/+7
| | | | Notes: svn path=/head/; revision=421819
* Fix most of the FreeBSD 11+ issues, except e2undo.Matthias Andree2016-09-112-3/+36
| | | | | | | | | | | | | | | Pull in upstream Git patch for lib/ext2fs/unix_io.c to fix unaligned multi-block writes, and disable the two known failing e2undo patches ONLY for the exact 1.43.3_2, even if "ALLTESTS" is enabled. (Modify the post-patch:: target to avoid that.) The port is still marked BROKEN on FreeBSD 11+ to protect the innocent, but a TRYBROKEN=1 build that will not use e2undo should be fine now. Obtained from: Ted Y. Ts'o (upstream maintainer) Notes: svn path=/head/; revision=421812
* Ignore SIGINFO during self-tests.Matthias Andree2016-09-102-4/+6
| | | | | | | | | | | | | In the FreeBSD-specific patch, when the environment variable e2fsprogs_inhibit_SIGINFO exists (whatever its content, even if empty), do NOT install the SIGINFO handler. Leverage this when running the self-tests. This is to avoid false negatives during the self-tests due to interspersed SIGINFO output redirected from stderr to the log files. Bump PORTREVISION because this changes the e2fsck utility. Notes: svn path=/head/; revision=421726
* Update to new upstream release 1.43.3.Matthias Andree2016-09-107-25/+15
| | | | | | | | | | | | | | | ChangeLog: (also see the log for 1.43.2 that the port skipped!) <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.3> While here, refresh patches, and time-limit programs in self-test suite to 60 s CPU time each, to avoid runaway processes from stalling the self-tests for too long. Still no joy on FreeBSD 11+ - the self-test results hint to massive data loss, and more than 10 self-tests fail. Notes: svn path=/head/; revision=421716
* Mark NO_ARCHEmanuel Haupt2016-09-101-0/+1
| | | | Notes: svn path=/head/; revision=421693
* Mark NO_ARCHEmanuel Haupt2016-09-103-0/+3
| | | | Notes: svn path=/head/; revision=421683