/biology/gff2ps/

title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xcftools
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01mit/archivers?h=gstreamer0.10-removal&id=9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082'>Introduce new extensible virtual categories for KDEtcberner2016-10-191-3/+1
| | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
* Update to version 1.10.1, which fixed spurious error message when extractingdanfe2016-10-162-4/+4
| | | | | | | | multi-part RAR files. Found out via: repology.org TIMESTAMP (unar1.10.1_src.zip) = 1463769977
* Update to 0.92ehaupt2016-10-152-4/+10
| | | | Notified by: repology.org
* I have been advised by the maintainer of debootstrap that this port canlinimon2016-10-111-3/+0
| | | | | | be used as a cross-tool. Revert previous commit. Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
* Thank you Uffe for your past work on FreeBSD ports! Hope you'll find timebsam2016-10-101-1/+1
| | | | | | to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
* archivers/zip-ada: Upgrade version 51 => 52marino2016-10-103-27/+50
| | | | Several new programs were identified and installed.
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* Mark as not for sparc64. Debian claims to run on mips and powerpc but Ilinimon2016-10-061-0/+3
| | | | | | do not know whether we support that in the linuxolator. Approved by: portmgr (tier-2 blanket)
* Update to 1.09.adamw2016-10-023-28/+9
| | | | Changes: https://metacpan.org/changes/distribution/Compress-LZO
* Mark BROKEN with Ruby 2.3antoine2016-10-011-0/+3
| | | | Deprecate: Broken will all supported versions of Ruby
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-012-3/+3
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* Update star to 1.5.3mm2016-09-296-8/+212
| | | | | | | | | Allow build with clang Add patch for FreeBSD NFSv4 ACL support PR: 212274 Submitted by: mm@FreeBSD.org Approved by: maintainer timeout
* archivers/zstd: Upgrade version 1.0.0 => 1.1.0marino2016-09-282-4/+4
|
* archivers/freeze: register conflict with multimedia/mltrm2016-09-251-0/+1
| | | | | | | | | Both ports installing bin/melt binary, but freeze lacks corresponding CONFLICTS entry. PR: 171313 Reported by: bartsch@dssgmbh.de Approved by: maintainer timeout
* - Update devel/icu to 57.1.tijl2016-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-234-4/+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)
* - Fix LICENSEamdmi32016-09-221-2/+6
| | | | - Add LICENSE_FILE
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-214-4/+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)
* archivers/snappy-java: new fedora MASTER_SITE to unbreakmarino2016-09-201-3/+1
|
* Convert archivers/quazip-qt5 into a slave port, and switch to cmake for ↵tcberner2016-09-198-79/+37
| | | | | | | | | | | archivers/quazip. * Convert to slaveport, as they are very similar * Switch to cmake in archviers/quazip Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7909
* Update to 5.40.adamw2016-09-172-5/+6
| | | | | PR: 212351 Approved by: maintainer timeout
* Update archivers/quazip and archivers/quazip-qt5 to 0.7.2tcberner2016-09-173-7/+8
| | | | | | | | | | | | | | [The previous commit r22303 skipped archives/quazip] * archivers/quazip Regenerate the qztest.pro patch for archivers/quazip * archivers/quazip-qt5 Drop the coinstallability patch as it is now part of the release Add upstreamed patch by rakuco@ to fix linking Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7726
* Update archivers/quazip and archivers/quazip-qt5 to 0.7.2tcberner2016-09-175-110/+33
| | | | | | | | | | | | * archivers/quazip Regenerate the qztest.pro patch for archivers/quazip * archivers/quazip-qt5 Drop the coinstallability patch as it is now part of the release Add upstreamed patch by rakuco@ to fix linking Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7726
* Update WWW.vanilla2016-09-171-1/+1
| | | | | PR: 212732 Submitted by: shun.fbsd.pr@dropcut.net
* Take maintainership of archivers/quaziptcberner2016-09-161-1/+1
| | | | | | | > I was wondering if you were willing to push archivers/quazip onto kde@ Of course, assign the maintanership to kde@, please. :) Approved by: nivit (previous maintainer), rakuco (mentor)
* Hook pecl-snappy to the buildantoine2016-09-161-1/+1
|
* remove extra WRKSRC.vanilla2016-09-151-1/+0
| | | | Submitted by: mat@
* 1: rename php5-snappy to pecl-snappy.vanilla2016-09-155-55/+8
| | | | | 2: it's php7 compatible now. 3: switch to GITHUB.
* Unmark broken on powerpc64swills2016-09-153-6/+0
| | | | These ports built successfully
* GOOGLE_CODE has gone away.mat2016-09-143-1/+5
| | | | | | | | | | - 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
* - Update to 1.0.7amdmi32016-09-112-4/+4
| | | | | PR: 212161 Submitted by: jjuanino@gmail.com (maintainer)
* Mark NO_ARCHehaupt2016-09-101-0/+1
|
* Most commonly used build systems support silent builds, when theyamdmi32016-09-103-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* - Update to 5.4.0gabor2016-09-092-5/+9
| | | | | | | - Add an option for SFX archive support [1] PR: 209365 [1] Submitted by: Naram Oashat <cyberbotx@cyberbotx.com>
* - Add archives/py-python-lhafileamdmi32016-09-074-0/+30
| | | | | | | | | | The interface is like zipfile extension included in regular python distribution. WWW: http://fengestad.no/python-lhafile/ PR: 211279 Submitted by: cs@innolan.dk
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-064-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* archivers/zstd: Upgrade version 0.8.1 => 1.0.0marino2016-09-026-12/+12
| | | | | | | The copyright of zstd has been transferred to Facebook as part of this v1.0 release. It also comes with a patent grant and a new public streaming API (previously the API was in flux and only available on static builds).
* Good example of how to not hook up tests.mat2016-09-011-4/+2
| | | | Sponsored by: Absolight
* - Fix LICENSEamdmi32016-09-011-5/+6
| | | | | | | | | | - Add LICENSE_FILE - Remove bogus USES=tar:bzip2 - Switch to USES=localbase - Fix build with disabled NLS - Whitespace fix Approved by: portmgr blanket
* - Pet portlintamdmi32016-09-011-6/+7
| | | | - Cosmetic fixes
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-304-4/+4
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* archivers/zip-ada: Upgrade version 50_f1 => 51marino2016-08-283-31/+39
|
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* - Update to 1.59jadawin2016-08-232-4/+4
|
* archivers/paq: Fix when DOCS option is OFFmarino2016-08-192-1/+0
| | | | | | | | No revbump necessary as the port would always fail to build if DOCS option was disabled. PR: 208994 Submitted by: Anton Sayetsky
* archivers/zstd: Upgrade version 0.8.0 => 0.8.1marino2016-08-192-4/+4
|
* archivers/zstd: Mark broken on FreeBSD 9marino2016-08-171-0/+2
| | | | | | | The base compiler on FreeBSD 9 doesn't have __builtin_bswap32 and __builtin_bswap64 defined which causes a build failure. Reported by: pkg-fallout
* Update to lzip version 1.18 which includes the following changes:gerald2016-08-142-3/+4
| | | | | | | | | | | | - New options -a and --trailing-error. - Decompression time has been reduced by 2%. - Removed decompression support for version 0 files. - Some bug fixes. - New chapter 'Trailing data' in the texinfo documentation. Plus the following changes from version 1.17, which we missed: - New chapter 'Quality assurance' in the texinfo documentation. - Reorganization of the compression code.
* - drop maintainership cause of r419133dinoex2016-08-121-1/+1
|
* USE_BDB cleanup.mat2016-08-081-2/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Strip binaryehaupt2016-08-081-0/+4
|
* - Update to 0.23jadawin2016-08-052-3/+4
|
* - Update to 1.58jadawin2016-08-052-3/+4
|
* archivers/xarchive: Remove redundant dependency on unzipmarino2016-08-041-2/+1
| | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Note that it's pulled in by a non-default option. Approved by: infrastructure blanket (removal of redundant deps)
* archivers/file-roller: revisit r406930 (remove unzip)marino2016-08-041-6/+2
| | | | | | | | | | Back in January, I was working under the idea that the ports unzip was desired, but now it's clear that file-roller was just one of many ports that had a redundant requirement on unzip. Revert my January commit and remove the requirement on unzip completely (it's provided by all supported releases of FreeBSD). Approved by: infrastructure blanket (removal of redundant deps)
* Change LICENSE to PHP301.vanilla2016-08-041-1/+1
|
* Update to 1.6.5.vanilla2016-08-042-4/+4
|
* archivers/liborange: Remove redundant dependency on unzipmarino2016-08-041-2/+1
| | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0).
* archivers/fpc-unzip: Remove redundant dependency on unzipmarino2016-08-041-7/+1
| | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). This renders the ports option UNZIP redendant as well, so just remove it completely and bump.
* archivers/unfoo: Remove redundant dependency on unzipmarino2016-08-041-1/+0
| | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0).
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-0317-1/+17
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* - Update to 2.10jadawin2016-08-032-4/+4
|
* Update to version 1.18.10pawel2016-08-023-4/+7
|
* archivers/zstd: Upgrade version 0.7.4 => 0.8.0marino2016-08-016-37/+12
|
* add new port archivers/zstdmarino2016-07-318-0/+123
| | | | | | | | | | | | | Zstd, short for Zstandard, is a real-time compression algorithm providing high compression ratios. It offers a very wide range of compression vs. speed trade-offs while being backed by a very fast decoder. It offers a special mode for small data called "dictionary compression" and it can create dictionaries from any sample set. Zstd is BSD-licensed. Using Izbench on the Silesia compression corpus, zstd ranked at the top with a compression ratio of 2.877, a compression rate of 325 Mb/s, and a decompression rate of 325. Zlib followed at 2.730, 95 Mb/s (C) and 360 Mb/s (D). See WWW page for the full benchmark results.
* - Update to 0.78wen2016-07-302-3/+4
| | | | Changes: http://search.cpan.org/src/BINGOS/Archive-Extract-0.78/CHANGES
* Cleanup patches, a* categories.mat2016-07-27210-862/+911
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-265-5/+5
| | | | With hat: portmgr-secretary
* - Update to 0.5.4.7danilo2016-07-222-5/+14
| | | | - Add GTK options. Xarchiver changed to gtk3 by default, I'll keep gtk2 for now.
* - Add archivers/lhasaamdmi32016-07-215-0/+62
| | | | | | | | | | | | | | | | | | Lhasa is a command line tool and library for parsing LHA archives. Currently it is only possible to decompress archives. Compressing LHA archives may be an enhancement for future versions. The aim is to be compatible with as many different variants of the LHA file format as possible, including LArc (.lzs) and PMarc (.pma). The command line tool aims to be interface-compatible with Unix LHA tool (command line syntax and output), for backwards compatibility with tools that expect particular output. WWW: http://fragglet.github.io/lhasa/ PR: 211177 Submitted by: cs@innolan.dk
* When there is a do-install target, do not use a post-install target, domat2016-07-193-7/+3
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Update to 1.6.4kevlo2016-07-184-17/+18
|
* Add patches for CVE-2016-2334 and CVE-2016-2335.rakuco2016-07-153-0/+44
| | | | | | | | | | | While here, use PORTREVISION?= instead of PORTREVISION= to avoid needlessly bumping PORTREVISION in archivers/p7zip-codec-rar. PR: 211114 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2016Q3 Security: a9bcaf57-4a7b-11e6-97f7-5453ed2e2b49 Security: d706a3a3-4a7c-11e6-97f7-5453ed2e2b49
* - Update to 1.0.6wen2016-07-142-5/+5
| | | | | PR: 211096 Submitted by: jjuanino@gmail.com(maintainer)
* archivers/quazip-qt5 uses the PLIST_SUB for QT_LIBDIR (=relative path to Qt'stcberner2016-07-121-3/+3
| | | | | | | libraries) by mistake. Correct this. Reported by: Ralf Nolden <nolden@kde.org> Approved by: rakuco (mentor)
* archivers/lua-lzlib: add new portjbeich2016-07-105-0/+41
| | | | | | | | | PR: 208514 Submitted by: Daniel Ylitalo <daniel@blodan.se> (based on) Lua bindings to the ZLib compression library. https://github.com/LuaDist/lzlib
* Update to version 1.18.9pawel2016-07-102-4/+4
|
* - Update to 1.0.5amdmi32016-07-082-3/+3
| | | | | PR: 210902 Submitted by: jjuanino@gmail.com (maintainer)
* Remove @comment $FreeBSD$ from pkg-plist files.mat2016-07-071-1/+0
| | | | Sponsored by: Absolight
* This is a reference C implementation of the LZFSE compressor introduced in theskreuzer2016-07-075-0/+34
| | | | | | | | | | Compression library with OS X 10.11 and iOS 9. LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib. WWW: https://github.com/lzfse/lzfse
* Remove expired ports without open PRs:rene2016-07-058-144/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to version 1.18.8pawel2016-07-053-12/+8
|
* Fix ports depending on security/(open|libre)ssl directly.mat2016-07-041-3/+4
| | | | Sponsored by: Absolight
* - Switch to new test frameworkamdmi32016-06-291-1/+1
|
* - Fix licenseamdmi32016-06-291-5/+4
| | | | | | | | - Switch to USES=localbase - Switch to ${TOUCH} PR: 210637 Approved by: naddy@FreeBSD.org (maintainer)
* Convert USE_PHP*=yes into USES=php*mat2016-06-285-15/+7
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-283-3/+3
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* - Update to 0.4.0sunpoet2016-06-273-28/+4
| | | | Changes: https://github.com/google/brotli/releases
* Update to 1.5.delphij2016-06-262-3/+4
|
* Update to 1.8.delphij2016-06-262-3/+4
|
* archivers/libarchive: Update to 3.2.1feld2016-06-242-5/+9
| | | | | | | | | | | This release resolves several vulnerabilities. PR: 210493 MFH: 2016Q2 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302
* Prefer relative links to make packages more relocation friendlybapt2016-06-232-9/+10
|
* Mark as broken with OPENMP optionsbapt2016-06-191-1/+2
|
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.mat2016-06-161-5/+7
| | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577
* Update to 0.630.delphij2016-06-123-3/+6
|
* Update to 2.8arved2016-06-092-3/+4
| | | | | PR: 210092 Submitted by: maintainer
* Work around a bug in FreeBSD 9 make(1).naddy2016-06-091-0/+13
| | | | | | | http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy PR: 210100 Reported by: vas@mpeks.tomsk.su
* Do not attempt to rebuild tar.info after patching configure.naddy2016-06-061-0/+4
| | | | | | | I can't reproduce this on 10.3, but have a report from 9.3. Differences in make(1)? Reported by: Rob Levandowski <robl@macwhiz.com>
* Update to 1.29. User-visible changes:naddy2016-06-044-10/+33
| | | | | | | | * New options: --verbatim-files-from, --no-verbatim-files-from * --null option reads file names verbatim * New options: --owner-map=FILE and --group-map=FILE * New option --clamp-mtime * Deprecated --preserve option removed
* Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+2
|
* Github cleanup.mat2016-06-012-3/+4
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* - Update to 1.0.3amdmi32016-05-292-3/+3
| | | | | PR: 209796 Submitted by: jjuanino@gmail.com (maintainer)
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-261-1/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* - Reset MAINTAINERship due to fatal email bounces (no MX record, no A ↵zi2016-05-251-1/+1
| | | | | | record), maintainer timeouts Reported by: portscout
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-243-3/+3
| | | | Approved by: portmgr blanket
* - Update to 2.08jadawin2016-05-232-3/+4
|
* - Update to 1.5danilo2016-05-212-3/+4
|
* Update to version 1.10, which features:danfe2016-05-202-3/+3
| | | | | | | | | - unar(1) can now extract to stdout - Support for RAR version 5 archives - Handle opening archives with huge number of parts better - Bug fixes for zip64, NSIS, and Squeeze Reported by: portscout
* - Fix trailing whitespace in Makefilesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-1917-41/+41
| | | | Approved by: portmgr blanket
* Pass maintainership to submitterriggs2016-05-151-1/+1
| | | | | PR: 209516 Submitted by: martin@waschbuesch.de
* Horde package update:mm2016-05-131-2/+6
| | | | | comms/pear-Horde_ActiveSync 2.31.8 -> 2.32.0 www/pear-Horde_Css_Parser 1.0.9 -> 1.0.10
* Update to version 1.18.7pawel2016-05-11