aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Add new port x11/lemonbar v1.1marino2015-12-224-0/+52
| | | | | | | | | | | | The PR was for bar-aint-recursive v1.0, but the project was renamed and got a new release since the PR was submitted nearly a year ago. PR: 196682 Submitted by: evgeni.dimitrov (gmail) bar is a lightweight bar entirely based on XCB. Provides full UTF-8 support, basic formatting, RandR and Xinerama support and EWMH compliance without wasting your precious memory.
* - Switch to options helpersamdmi32015-12-193-7/+8
| | | | - Regenerate patches with `make makepatch`
* Remove ${STAGEDIR} from pyc/pyo files installed with kdelibs's CMake macros.rakuco2015-12-195-13/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 200018 is caused by the .pyc/.pyo files installed by devel/py-pykde4 containing references to the stage directory in them. When editors/kate-plugin-pate is built by a user with write-access to those PyKDE4 .pyc/.pyo files, they are rewritten automatically by Python to point to their current location, which most of the times is different from the staging location of where devel/py-pykde4 was built. This at the very least leads to a filesystem violation in Poudriere. The fix I landed upstream involves making kdelibs's PythonCompile.py accept a --destination-dir parameter with the directory we want to register in the .pyc/.pyo files, just like several ports do in their build or post-install targets by calling Python's compileall.py module with -d. The patches in files/ look somewhat confusing because we already patch PythonMacros.cmake to build .pyo files and had to integrate the other patches into it. At least I have added some context to patch-cmake_modules_PythonMacros.cmake to reduce the confusion. Bump PORTREVISION in affected ports: - devel/py-pykde4: Install .pyc/.pyo files with ${STAGEDIR} in them. - games/kajongg: The plist now includes .pyo files, and was adjusted to work with Python 3 in the future if necessary. - x11/kdelibs4: Install new CMake files. - x11/plasma-scriptengine-python: Install .pyc/.pyo files with ${STAGEDIR} in them. PR: 200018 MFH: 2015Q4
* Fix usage of ${PERL5}.mat2015-12-181-3/+0
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* - Update to 0.15.9.jkim2015-12-163-22/+8
| | | | | | | | - Add options to disable Avahi and CUPS. - Fix dependencies for sound support. - Remove pkg-message with out-dated information. PR: 205338
* - Update to 1.2amdmi32015-12-153-12/+14
| | | | | | | | - Add NO_ARCH - Fix fetch PR: 205226 Submitted by: tkato432@yahoo.com
* At very long last land PyQt5 5.5.1 ports.rakuco2015-12-144-0/+36
| | | | | | | | | | | | Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672
* Update to 0.12.3olivierd2015-12-132-3/+3
| | | | | PR: 205073 Submitted by: <yamagi@yamagi.org> (maintainer)
* Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.rakuco2015-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143
* x11/dmenu: simplify patching (like r403180)jbeich2015-12-133-61/+4
| | | | | | | Override variables instead of trying to fix them, sometimes incorrectly. PR: 205236 Approved by: portmgr blanket
* x11/dmenu: update to 4.6jbeich2015-12-134-24/+22
| | | | | | | | | | | | - Explicitly track direct fontconfig dependency - Define LICENSE_FILE as MIT has many styles https://fedoraproject.org/wiki/Licensing:MIT Changes: http://lists.suckless.org/dev/1511/27503.html PR: 205236 Reported by: Jakub Lach, Randy Westlund Pointy hat to: jbeich (timeout-happy) Approved by: r403178 regression
* x11/dmenu: make XINERAMA=on actually workjbeich2015-12-131-0/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q4
* x11/rofi: update 0.15.7 -> 0.15.11junovitch2015-12-132-5/+15
| | | | | | | | | | - Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11 - LIB_DEPENDS: Add x11/startup-notification - USES: Sort and add shebangfix - Add I3 support option PR: 204675 Submitted by: nomoo@nomoo.ru (maintainer) (with several changes)
* Update to the lastest GNOME 3.16 releases.kwm2015-12-125-9/+6
|
* - Move print/py-cups to print/py-pycupssunpoet2015-12-111-2/+2
| | | | - Bump PORTREVISION for dependent ports
* - Switch to options helpersamdmi32015-12-111-1/+3
| | | | - Don't install useless and empty docs
* PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.rakuco2015-12-092-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for landing PyQt5 ports, generalize devel/py-qt4's bsd.pyqt.mk and make it a proper file in Uses/. Ports wishing to depend on PyQt4 ports can now do the following: USES= pyqt:4 USE_PYQT= foo bar_build baz_run Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST and the introduction of the PYQT_SIPDIR plist substitution variable. The rest of the contents of Uses/pyqt.mk are pretty much identical to what we had in bsd.pyqt.mk with additional processing of USE_PYQT. Even though this patch touches files in many different ports, the goal is for it to be a no-op from an end-user perspective (so that the basic infrastructure is landed before the other, riskier changes): no dependencies have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists should remain exactly the same, since PYQT_SIPDIR currently contains the same value that used to be hardcoded in the plists. Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he took the initiative to work on PyQt5 and sent D2910 to Phabricator with the original version of this patch. Tobias Berner (tcberner@gmail.com) later applied it to kde@'s experimental area51 repositories and did some more work on it.
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.mat2015-12-082-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* FPC ecosystem: Upgrade version 2.6.4 => 3.0.0marino2015-12-062-27/+1
| | | | | | | | | | | | | This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
* multimedia/x265: update to 1.8jbeich2015-12-051-0/+1
| | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. PR: 204990 Submitted by: Anton Sayetsky <vsasjason@gmail.com>
* Update giflib to 5.1.1antoine2015-12-041-1/+1
| | | | PR: 204492
* - Update to 3.3.3danilo2015-12-032-4/+4
|
* Make devel/qt4's clang+base libstdc++ patch work without changes to ↵rakuco2015-11-302-47/+5
| | | | | | | | | | | | | | x11/kdelibs4. Unconditionally including ciso646 in qglobal.h to check for libc++ makes including qglobal.h from C programs fail. qglobal.h is not supposed to be used in C programs, but kdelibs4's FindQt.cmake ends up calling CHECK_SYMBOL_EXISTS() instead of CHECK_CXX_SYMBOL_EXISTS() to check if some macros are defined. Since kdelibs4 is in maintenance mode, our changes to it can be avoided if we just check for __cplusplus before including ciso646 (<initializer_list> is not available in C anyway).
* Remove expired ports:rene2015-11-297-267/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream
* Mark BROKEN: unfetchableantoine2015-11-281-0/+2
| | | | Reported by: pkg-fallout
* Add patch for the port to build with CMake 3.4.0.rakuco2015-11-261-0/+15
|
* - Update to 3.3.2danilo2015-11-262-4/+4
|
* x11/thingylaunch - take back maintainershipgahr2015-11-251-1/+1
|
* Update babl to 0.1.14.kwm2015-11-244-4/+29
|
* - Update to 0.32.0danilo2015-11-232-3/+3
|
* Update appstream-glib to 0.5.4.kwm2015-11-221-1/+1
| | | | | Switch from custom code to using USES=libarchive. Adjust BUILD_DEPEND lines in where needed.
* Add CPE info, and fix some whitespace issues.kwm2015-11-221-3/+5
| | | | | PR: 204695 Submitted by: shun <shun.fbsd.pr@dropcut.net>
* x11/xxkb: 1.11 -> 1.11.1, change of license from ART10 to ART20pi2015-11-223-10/+10
| | | | | | PR: 204288 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: alexander.pohoyda@gmx.net (maintainer timeout)
* When LANG is set to ru_RU.UTF-8 for example xfce4-keyboard-settings wouldkwm2015-11-193-0/+138
| | | | | | | | | segfault. This was due to libxklavier passing invalid UTF-8 strings to a few glib functions which require a UTF-8 string. Add code to libxklavier to pass correct UTF-8 string to glib. Submitted by: rum1cro@yandex.ru
* Fix lockscreen bypass.kwm2015-11-182-0/+208
| | | | | MFH: 2015Q4 Security: 68847b20-8ddc-11e5-b69c-c86000169601
* Update to 0.15.8.jkim2015-11-172-4/+3
| | | | MFH: 2015Q4
* Fixup issue with implicit pthread linkage.bland2015-11-151-1/+2
| | | | | | | Still curious to understand why it is needed at the first place as libgthread supposed to pull the dependency. PR: 203372
* multimedia/libvpx: update 1.5.0jbeich2015-11-151-0/+1
| | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html PR: 204478 Exp-run by: antoine Approved by: ashish (maintainer)
* - Add LICENSE_FILEamdmi32015-11-141-2/+3
| | | | | | - Remove obsolete reinplace Approved by: portmgr blanket
* - Fix license handlingamdmi32015-11-141-3/+9
| | | | | - Optionize docs - Switch to options helpers
* - Clarify LICENSEamdmi32015-11-142-3/+6
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
* x11/xpra: Add patch to support build on malloc.h-free DFmarino2015-11-131-0/+11
|
* Update xkbcomp to 1.3.1.kwm2015-11-112-3/+3
|
* Mark a few ports BROKEN: unfetchableantoine2015-11-099-0/+18
|
* - Fix LICENSEamdmi32015-11-061-1/+4
| | | | - Strip library
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-052-5/+5
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* - Update to 0.31.3danilo2015-11-032-3/+3
|
* Remove some debugs and works in progress that snuck in with previous commit.zeising2015-10-281-3/+2
| | | | MFH: 2015Q4
* Update to 5.34zeising2015-10-282-5/+6
| | | | | | | | This update fixes a lock bypass vulnerability, where the screen can be unlocked without authorization. MFH: 2015Q4 Security: 4b9393b8-7c0c-11e5-a010-080027ddead3
* - Fix shebang properlyamdmi32015-10-271-0/+2
| | | | Approved by: portmgr blanket
* - Update to Lumina 0.8.7kmoore2015-10-268-20/+37
|
* Deprecate ports broken for more than 6 monthsantoine2015-10-261-0/+2
|
* Avoid building unnecessary demos and tests.jmmv2015-10-211-0/+5
| | | | | | | | | | The pixmap package does not install neither the demos nor the tests it includes, yet these get built as part of "make all". Disable them to shorten build times and, particularly, to workaround ld(1) crashes triggered by them in powerpc64; see PR bin/202284 for details. Reviewed by: kwm (maintainer), bdrewery (mentor) Differential Revision: https://reviews.freebsd.org/D3372
* Update xinput to 1.6.2.kwm2015-10-202-3/+3
|
* Update xkbevd to 1.1.4.kwm2015-10-2040-86/+60
| | | | Obtained from: Xorg devel repo
* Update xkbprint to 1.0.4.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xlsatoms to 1.1.2.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xmag to 1.0.6.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xmh to 1.0.3.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xmodmap to 1.0.9.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xvinfo to 1.1.3.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xkeyboard-config to 2.16.kwm2015-10-204-16/+17
| | | | | | Regen patch because upstream changed whitespace. Obtained from: Xorg devel repo
* Update xproto to 7.0.28.kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xorg-docs to 1.7.1kwm2015-10-202-3/+3
| | | | Obtained from: Xorg devel repo
* Update xman to 1.1.4.kwm2015-10-203-27/+3
| | | | Obtained from: Xorg devel repo
* Update pixman to 0.32.8.kwm2015-10-203-5/+6
| | | | | | Add portscout macro to ignore devel versions. Obtained from: Xorg devel repo
* Update randrproto and libXrandr to 1.5.0.kwm2015-10-204-7/+6
| | | | Obtained from: Xorg devel repo
* Drop no longer needed EXTRACT_SUFX as our GitHub support gives sufficientlydanfe2015-10-202-3/+2
| | | | unique names to the distfiles.
* - Update to 0.15.7.jkim2015-10-205-43/+121
| | | | | | | - Add options to allow excluding some features. - Pass stage-qa and remove runtime dependency for audio/pulseaudio. [1] PR: 202549 [1]
* x11/virtualgl: 2.3.3 -> 2.4.1pi2015-10-209-58/+73
| | | | | | | | | Changes: https://github.com/VirtualGL/virtualgl/blob/master/ChangeLog.txt PR: 202804 Submitted by: Ultima1252@gmail.com, matthew@reztek.cz Approved by: David Mackay <davidjx8p@gmail.com> (maintainer)
* Improve shebangfix frameworkamdmi32015-10-193-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* - Switch to options helpersamdmi32015-10-192-5/+6
| | | | | | - Fix WWW: Approved by: portmgr blanket
* - Unbreak the build on -CURRENT by explicitly linking against libm as adanfe2015-10-182-2/+15
| | | | | | | | | | | | | remedy to the following error: [100%] Linking C executable bmpanel2 /usr/bin/ld: undefined reference to symbol `truncf@@FBSD_1.0' (try adding -lm) //lib/libm.so.5: could not read symbols: Bad value - While here fix long standing issue of -L${LOCALBASE}/lib being required in LDFLAGS while USES=pkgconfig due to missing LINK_DIRECTORIES() call in the top-level `CMakeLists.txt'
* Drop 8 support.mat2015-10-152-8/+3
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Clarify LICENSEamdmi32015-10-151-6/+6
| | | | | | | | - Add LICENSE_FILE - Drop unneeded WX_UNICODE - Don't install empty and unneeded (INSTALL) docs - Switch to options helpers - Pet portlint
* Remove the 173.14.39 nvidia-driver. it doesn't support a xorg-server newerkwm2015-10-132-14/+0
| | | | | then 1.15. And also marked forbidden. (MOVED entry snuck in the xserver update itself).
* x11/xvkbd: Upgrade version 3.6 => 3.7marino2015-10-103-56/+59
| | | | | PR: 203486 submitted by: ports fury
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-103-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 0.31.2danilo2015-10-092-3/+3
|
* Properly check for the charging flag in the returned battery statusjhb2015-10-092-1/+29
| | | | | | | to determine if the battery is charging. Reviewed by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D3849
* - Fix buildamdmi32015-10-091-1/+1
| | | | Approved by: portmgr blanket
* Remove trailing whitespace from Makefiles, M-X.olgeni2015-10-083-3/+3
|
* Add a way to cleanly handle terminfo.db file used by devel/ncursesamdmi32015-10-083-7/+14
| | | | | | | | | | | | | | | | | | | | | | This database contains compiled terminfo entries and is merged from a large part which comes with ncurses themselves and compiled .terminfo files installed by other ports (currently only rxvt-unicode and jfbterm) - Now the database is always kept up to date, regardless of port installation order (both ncurses installed before .terminfo files and the other way around work as expected) - All affected ports now support clean deinstallation and do not produce stage-qa errors - Affected ports are simplified, as they now only need to define USES=terminfo - rxvt-unicode no longer pulls in ncurses: the dependency is not really needed for anything beside updating it's own database - The patch contains Q/A test to check whether a port needs, or needs not USES=terminfo Approved by: portmgr (mat, bapt) Differential Revision: D3747
* - Drop 8.x supportamdmi32015-10-071-8/+1
| | | | Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-10-072-8/+1
| | | | | | | - Only use pkg-message specific to WCHAR option when the option is enabled - Drop 8.x support Approved by: portmgr blanket
* - Add empty directories to plistamdmi32015-10-032-1/+3
| | | | Approved by: portmgr blanket
* - Update to 5.33madpilot2015-10-0210-78/+104
| | | | | | | | | | | | | - Resolves the obnoxious startup message issue [1] - Add options NLS and XFT - Convert to USES=autoreconf - Don't install pam file when PAM option is disabled - Regenerate patches PR: 201254 Submitted by: Will B. <will_brokenbourgh at yahoo.com> Approved by: Maintainer timeout MFH: 2015Q4 [1]
* - Update to 0.31.1danilo2015-10-022-3/+3
|
* - Drop 8.x supportamdmi32015-10-021-4/+0
| | | | Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-10-013-84/+19
| | | | | | | - Switch to options helpers - Fix installation command Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-10-011-12/+6
|
* - Fix plist for WITHOUT=PAM caseamdmi32015-10-011-4/+1
| | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-09-281-5/+1
| | | | Approved by: portmgr blanket
* Remove expired port:rene2015-09-276-57/+0
| | | | 2015-09-26 x11/xlogout: Useless cruft from 1989
* Update to 355.11bland2015-09-263-9/+11
|
* Update to 355.11bland2015-09-262-9/+14
| | | | PR: 203323
* Ensure terminfo registration is done during post installationbapt2015-09-261-1/+1
|
* Convert to @samplebapt2015-09-262-26/+11
| | | | Use options helpers
* Convert a bunch of @exec into proper @postexecbapt2015-09-261-1/+1
|
* Fix a typo for x11/nvidia-driver-304.jkim2015-09-251-1/+1
| | | | | Spotted by: Lena at lena dot kiev dot ua Approved by: danfe (maintainer, implicit)
* - Drop 8.x supportamdmi32015-09-251-68/+20
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* Lists DOCS in OPTIONS_DEFINE, fix typo in RUN_DEPENDS for the MAPI option.kwm2015-09-251-2/+2
| | | | Submitted by: truckman@
* - Update x11/nvidia-driver to 346.96.jkim2015-09-254-15/+17
| | | | | | | - Update x11/nvidia-driver-340 to 340.93. - Update x11/nvidia-driver-304 to 304.128. Approved by: danfe (maintainer)
* - Update to 1.5.1olivierd2015-09-223-5/+15
| | | | | | - Sort USES - Add patch, which disables Mugshot (utility to edit user profile), and MenuLibre (menu editor), they are not yet present in ports tree
* Typos, whitespace and capitalization fixes (S-X).olgeni2015-09-212-2/+2
|
* x11/virtualgl: minor cleanupjbeich2015-09-201-13/+3
| | | | | | | - Convert to USE_GL - Convert to USE_XORG Approved by: portmgr blanket
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-09-195-49/+48
| | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
* - Add missing USES=pkgconfig, fix build with LIBRSVG2amdmi32015-09-181-11/+5
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* Update to 0.9.1gblach2015-09-182-3/+3
|
* - Switch to options helpersamdmi32015-09-171-14/+4
| | | | - Make imlib2 support non-optional, port doesn't build with it disabled
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* Update the Qt4 ports to 4.8.7.rakuco2015-09-163-4/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to upstream, this is the last planned Qt4 release. A list of changes since 4.8.6 can be found here: <http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7> Porting notes and changes: - Remove several patches that have been upstreamed. - Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1] - Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the original patch is part of the release (curiously enough, the original patch was never actually used, as the ?= assignment in r362837 after r362770 was never possible). This works around the way compiler support for C++11 features is detected in Qt 4.8.7: while it originally only uses the compiler to determine if something is supported or not, the initializer lists feature also depends on the C++ standard library being used. It's a problem in FreeBSD 9.x, where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use clang to build a port but use libstdc++ from base (GCC 4.2). The latter obviously does not support initializer lists, and the build fails because Qt tries to include headers that do not exist (<initializer_list>). Since detecting libstdc++'s version is not trivial (we need to include a non-lightweight header like cstdio and then check for __GLIBCXX__), we just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used (there should be no reason for someone to be using clang with GCC 4.8's libstdc++, for example). x11/kdelibs4's FindQt4.cmake had to include a backported change from the upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h makes the build fail. This patch contains changes by me, makc@ and alonso@. PR: 202552 [1] PR: 202808 [exp-run] Submitted by: pawel@ [1]
* - Switch to options helpersamdmi32015-09-151-13/+5
| | | | | | - Fix build without NLS Approved by: portmgr blanket
* Update to 0.15.6.jkim2015-09-152-4/+3
|
* Update to 0.10.7 (bugfix)olivierd2015-09-142-3/+3
|
* Make it so that the default Perl is always called perl5.mat2015-09-142-6/+6
| | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
* Mark as broken: does not fetchbapt2015-09-141-0/+1
|
* - Update to 0.31.0danilo2015-09-143-21/+3
|
* Clean options by using options helpersbapt2015-09-132-72/+27
| | | | | | | | Remove gtk1 option Nuke usage of HAVE_GOME. Please notice that the port is stil wrong as it still relies on the configure script to autodetect things instead of controling it depending on options. At least it is now a bit cleaner
* Fix build on 9.xgblach2015-09-131-1/+1
|
* Update to 0.9.0gblach2015-09-103-3/+4
|
* - Switch to options helpersamdmi32015-09-081-5/+1
| | | | Approved by: portmgr blanket
* Update to 3.5.1.nobutaka2015-09-053-34/+12
|
* - Drop 8.x supportamdmi32015-09-051-11/+3
| | | | Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-051-10/+2
| | | | Approved by: portmgr blanket
* - Add an upstream patch for archivers/py-lz4 to export its version number.jkim2015-09-052-27/+2
| | | | - Remove a local hack for x11/xpra to properly detect LZ4 version.
* Update to 0.15.5.jkim2015-09-053-5/+5
|
* Update gnome-shell-extensions to 3.16.2.kwm2015-09-043-3/+4
|
* Update mate-terminal to 1.10.1.kwm2015-09-042-3/+3
|
* Update mate-destkop to 1.10.2.kwm2015-09-043-3/+46
|
* - Add LICENSEamdmi32015-09-041-4/+5
| | | | - Switch to options helpers
* - Switch to USES=tar:tgzamdmi32015-09-031-13/+4
| | | | | | | - Drop 8.x support - Switch to options helpers Approved by: portmgr blanket
* - Drop 8.x supportamdmi32015-09-032-25/+1
| | | | Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-09-031-4/+2
|
* - Update to 0.12.2amdmi32015-09-023-16/+4
| | | | | | | - Simplify passing etcdir to cmake PR: 202542 Submitted by: yamagi@yamagi.org (maintainer)
* - Switch to options helpersamdmi32015-09-021-5/+1
|
* - Pet portlintamdmi32015-09-021-5/+3
| | | | - Switch to options helpers
* - Switch to options helpersamdmi32015-09-011-4/+2
|
* Update librsvg2 to 2.40.10.kwm2015-08-292-2/+4
| | | | | | | | | | Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the gtk-engines2 run dependacy. Update ports to take the dependacy changes into account. PR: 202378 Exp-run by: antoine@
* Fix multiple issues with the wireless information reported by i3status forjhb2015-08-292-1/+76
| | | | | | | | | | | | | | | | | an interface: - Instead of hoping that the currently associated AP will show up as the first AP in the list of scan results, fetch the BSSID of the currently associated AP and use that to fetch station info for the AP. This provides more frequently updated signal strength information than scan results and reliably provides information when multiple APs are in range. - Do not treat the RSSI value as a raw signal value in dBm. Instead, use the same formula as ifconfig(8) to compute a signal value. - Do not report the beacon interval value as a signal quality level. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D3369
* Update to 320ehaupt2015-08-283-15/+3
|
* Add licenseehaupt2015-08-271-1/+3
|
* Fix utmpx registrationehaupt2015-08-272-0/+12
| | | | | Notified by: Christian Jachmann <Jachmann@unitix.org> Submitted by: Thomas Dickey <dickey@his.com> (author)
* Drop USES=iconv.rakuco2015-08-261-2/+2
| | | | | | The port only has a run-time dependency on iconv(1) in a small font-related Perl script, and iconv(1) is part of base in all FreeBSD releases we support.
* - Switch to options helpersamdmi32015-08-242-37/+24
| | | | - Update to 0.89.1
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages.
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-214-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include a patch for addressing timer issues [1] - Add support for building both GHC and Haskell ports with Clang, either from ports or the base system - Discontinue supporting Haskell Platform, use Stackage instead as a reference - Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs - Update Gtk2Hs to version 0.13 [2] - Update Pandoc to version 1.15.0.6 - Update git-annex to version 5.20150727 - Update Darcs to 2.10 [3] - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (48): converters/hs-aeson-pretty JSON pretty-printing library and command-line tool converters/hs-sandi Data encoding library devel/hs-StateVar State variables devel/hs-base-orphans Backwards-compatible orphan instances for base devel/hs-bytestring-mmap Mmap support for strict ByteStrings devel/hs-constraints Constraint manipulation devel/hs-data-ordlist Set and bag operations on ordered lists devel/hs-easy-file Cross-platform File handling devel/hs-extra Extra functions devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like functions devel/hs-haddock-api Documentation-generation tool for Haskell libraries devel/hs-hex Convert strings into hexadecimal and back devel/hs-hourglass Simple performant time related library devel/hs-hsb2hs Preprocesses a file, adding blobs from files as string literals devel/hs-hspec-core Testing Framework for Haskell devel/hs-hspec-discover Automatically discover and run Hspec tests devel/hs-js-flot Obtain minified flot code devel/hs-js-jquery Obtain minified jQuery code devel/hs-lifted-async Run lifted IO operations asynchronously and wait for their results devel/hs-map-syntax Syntax sugar for defining maps devel/hs-memory Memory and related abtraction stuff devel/hs-mutable-containers Abstactions and concrete implementations of mutable containers devel/hs-newtype Typeclass and set of functions for working with newtypes devel/hs-old-locale Locale library devel/hs-old-time Time library devel/hs-preprocessor-tools Framework for extending Haskell's syntax via quick-and-dirty preprocessors devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale and time-1.5 devel/hs-uuid-types Type definitions for Universally Unique Identifiers math/hs-Agda-stdlib Agda standard library math/hs-adjunctions Adjunctions and representable functors math/hs-kan-extensions Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM net-p2p/hs-torrent BitTorrent file parser and generater net/hs-aws Amazon Web Services (AWS) for Haskell net/hs-network-uri URI manipulation security/hs-cryptonite Cryptography Primitives sink security/hs-nonce Generate cryptographic nonces shells/hs-shelly Shell-like (systems) programming in Haskell sysutils/hs-ekg-json JSON encoding of ekg metrics textproc/hs-bencode Parser and printer for bencoded data textproc/hs-cassava CSV parsing and encoding library textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser and renderer textproc/hs-pandoc-citeproc Supports using pandoc with citeproc textproc/hs-regex-applicative Regex-based parsing with applicative interface textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using regex-tdfa textproc/hs-rfc5051 Simple unicode collation as per RFC5051 www/hs-http2 HTTP/2.0 library including frames and HPACK www/hs-multipart HTTP multipart split out of the cgi package Updated ports (317): archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1 archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7 archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2 archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5 audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0 audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0 audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2 benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0 converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2 converters/hs-json 0.7_8 --> 0.9.1 databases/hs-esqueleto 1.4.4_1 --> 2.4.1 databases/hs-hedis 0.6.5 --> 0.6.9 databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8 databases/hs-persistent 1.3.1.1_1 --> 2.2 databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2 databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4 devel/hs-BNFC 2.6.0.3_8 --> 2.8 devel/hs-Boolean 0.2.1_1 --> 0.2.3 devel/hs-ConfigFile 1.1.2_1 --> 1.1.4 devel/hs-List 0.5.1_8 --> 0.5.2 devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1 devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3 devel/hs-MonadRandom 0.1.13_1 --> 0.4 devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0 devel/hs-QuickCheck 2.6_6 --> 2.8.1 devel/hs-ReadArgs 1.2.1_8 --> 1.2.2 devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3 devel/hs-ShellCheck 0.3.5 --> 0.3.8 devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2 devel/hs-alex 3.1.3_1 --> 3.1.4 devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1 devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3 devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0 devel/hs-asn1-parse 0.8.1_1 --> 0.9.1 devel/hs-asn1-types 0.2.3_1 --> 0.3.0 devel/hs-async 2.0.1.5_1 --> 2.0.2 devel/hs-atomic-primops 0.6.0.6_1 --> 0.8 devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2 devel/hs-basic-prelude 0.3.8_1 --> 0.5.0 devel/hs-bifunctors 4.1.1.1_1 --> 5 devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1 devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0 devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0 devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0 devel/hs-boxes 0.1.3_1 --> 0.1.4 devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2 devel/hs-c2hs 0.17.2_1 --> 0.26.1 devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0 devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1 devel/hs-checkers 0.3.2_1 --> 0.4.3 devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0 devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1 devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1 devel/hs-cmdargs 0.10.9_1 --> 0.10.13 devel/hs-conduit 1.1.7_1 --> 1.2.5 devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3 devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1 devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0 devel/hs-cpphs 1.18.5_1 --> 1.19 devel/hs-darcs 2.8.5 --> 2.10.1 devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1 devel/hs-data-pprint 0.2.3_1 --> 0.2.4 devel/hs-datetime 0.2.1_12 --> 0.3.1 devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2 devel/hs-dlist 0.7.1_1 --> 0.7.1.1 devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1 devel/hs-either 4.3.0.1_1 --> 4.4.1 devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1 devel/hs-equivalence 0.2.5_1 --> 0.3.1 devel/hs-errors 1.4.7_1 --> 2.0.0 devel/hs-exceptions 0.6.1_1 --> 0.8.0.2 devel/hs-fast-logger 2.2.0_1 --> 2.4.1 devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1 devel/hs-file-embed 0.0.7_1 --> 0.0.9 devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3 devel/hs-filestore 0.6.0.3_1 --> 0.6.1 devel/hs-free 4.9_1 --> 4.12.1 devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1 devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2 devel/hs-generic-deriving 1.6.3_1 --> 1.8.0 devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0 devel/hs-gio 0.12.5.3_1 --> 0.13.1.0 devel/hs-git-annex 5.20140817_1 --> 5.20150727 devel/hs-glib 0.12.5.4_1 --> 0.13.1.1 devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4 devel/hs-haddock 2.14.3_1 --> 2.16.1 devel/hs-haddock-library 1.1.0_1 --> 1.2.1 devel/hs-happy 1.19.4_1 --> 1.19.5 devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1 devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2 devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0 devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1 devel/hs-hasktags 0.69.0_1 --> 0.69.1 devel/hs-hastache 0.6.0_1 --> 0.6.1 devel/hs-hinotify 0.3.7_1 --> 0.3.8.1 devel/hs-hint 0.4.2.0_1 --> 0.4.2.3 devel/hs-hlint 1.9.3_1 --> 1.9.21 devel/hs-hoogle 4.2.34_1 --> 4.2.41 devel/hs-hslogger 1.2.4_1 --> 1.2.9 devel/hs-hslua 0.3.13_1 --> 0.4.0 devel/hs-hspec 1.11.0_1 --> 2.1.10 devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1 devel/hs-keys 3.10.1_1 --> 3.10.2 devel/hs-language-c 0.4.5_1 --> 0.4.7 devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2 devel/hs-lens 4.3.3_1 --> 4.12.3 devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6 devel/hs-mmorph 1.0.3_1 --> 1.0.4 devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4 devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2 devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3 devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7 devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1 devel/hs-mtl 2.1.3.1_1 --> 2.2.1 devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2 devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8 devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2 devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6 devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3 devel/hs-primitive 0.5.2.1_1 --> 0.6 devel/hs-profunctors 4.2.0.1_1 --> 5.1.1 devel/hs-project-template 0.1.4.1_1 --> 0.2.0 devel/hs-random 1.0.1.1_10 --> 1.1 devel/hs-reflection 1.5.1_1 --> 2 devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2 devel/hs-resourcet 1.1.2.3_1 --> 1.1.6 devel/hs-safe 0.3.7_1 --> 0.3.9 devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8 devel/hs-securemem 0.1.3_1 --> 0.1.9 devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3 devel/hs-shake 0.13.2_1 --> 0.15.5 devel/hs-silently 1.2.4.1_7 --> 1.2.5 devel/hs-stm 2.4.2_6 --> 2.4.4 devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4 devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1 devel/hs-syb 0.4.1_1 --> 0.5.1 devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6 devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3 devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4 devel/hs-tagged 0.7.2_1 --> 0.8.1 devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1 devel/hs-text 1.1.0.0_1 --> 1.2.1.3 devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1 devel/hs-threads 0.5.1.2_1 --> 0.5.1.3 devel/hs-threadscope 0.2.4_1 --> 0.2.7 devel/hs-timezone-olson 0.1.4_1 --> 0.1.7 devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1 devel/hs-transformers-base 0.4.2_1 --> 0.4.4 devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4 devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4 devel/hs-unix-time 0.3.3_1 --> 0.3.5 devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1 devel/hs-utf8-string 0.3.8_1 --> 1 devel/hs-uuagc 0.9.51_1 --> 0.9.52.1 devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0 devel/hs-uuid 1.3.3_1 --> 1.3.11 devel/hs-uulib 0.9.16_1 --> 0.9.20 devel/hs-vault 0.3.0.3_1 --> 0.3.0.4 devel/hs-vector 0.10.9.1_1 --> 0.10.12.3 devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1 devel/hs-vector-instances 3.3_1 --> 3.3.1 devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2 devel/hs-void 0.6.1_1 --> 0.7 devel/hs-word8 0.1.1_1 --> 0.1.2 dns/hs-dns 1.4.2_1 --> 2.0.0 graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6 graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0 graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3 graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4 graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3 lang/hs-brainfuck 0.1_15 --> 0.1.0.2 lang/hs-unlambda 0.1.3_8 --> 0.1.4.1 mail/hs-email-validate 2.0.1_1 --> 2.1.3 mail/hs-mime 0.4.0.1_1 --> 0.4.0.2 mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9 mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6 math/hs-Agda 2.4.0.2_1 --> 2.4.2.3 math/hs-NumInstances 1.3_6 --> 1.4 math/hs-categories 1.0.6_1 --> 1.0.7 math/hs-comonad 4.2.2_1 --> 4.2.7.2 math/hs-contravariant 1.1_1 --> 1.3.2 math/hs-data-lens 2.10.5_1 --> 2.10.7 math/hs-data-lens-template 2.1.8_1 --> 2.1.9 math/hs-ieee754 0.7.3_10 --> 0.7.6 math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2 math/hs-pointed 4.1_1 --> 4.2.0.2 math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3 math/hs-semigroups 0.15.2_1 --> 0.16.2.2 math/hs-statistics 0.13.2.1_1 --> 0.13.2.3 math/hs-vector-space 0.8.7_1 --> 0.10.2 net/hs-connection 0.2.3_1 --> 0.2.5 net/hs-gsasl 0.3.5_1 --> 0.3.6 net/hs-hoauth2 0.4.3 --> 0.4.8 net/hs-iproute 1.3.1_1 --> 1.5.0 net/hs-network 2.4.2.3_1 --> 2.6.2.1 net/hs-network-info 0.2.0.5_1 --> 0.2.0.7 net/hs-network-multicast 0.0.11_1 --> 0.1.0 net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8 net/hs-simple-sendfile 0.2.15_1 --> 0.2.21 print/hs-hscolour 1.20.3_8,1 --> 1.23,1 security/hs-DRBG 0.5.2_1 --> 0.5.4 security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1 security/hs-RSA 2.0.0_1 --> 2.1.0.1 security/hs-SHA 1.6.4.1_1 --> 1.6.4.2 security/hs-cipher-aes 0.2.8_1 --> 0.2.11 security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1 security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1 security/hs-cprng-aes 0.5.2_1 --> 0.6.1 security/hs-crypto-api 0.13_1 --> 0.13.2 security/hs-crypto-conduit 0.5.4_1 --> 0.5.5 security/hs-crypto-numbers 0.2.3_1 --> 0.2.7 security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8 security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3 security/hs-crypto-random 0.0.7_1 --> 0.0.9 security/hs-entropy 0.3.2_1 --> 0.3.7 security/hs-gnutls 0.1.5_1 --> 0.2 security/hs-pwstore-fast 2.4.1_1 --> 2.4.4 security/hs-skein 1.0.9_1 --> 1.0.9.3 security/hs-tls 1.2.8_1 --> 1.3.1 security/hs-x509 1.4.11_1 --> 1.6.0 security/hs-x509-store 1.4.4_1 --> 1.6.0 security/hs-x509-system 1.4.5_1 --> 1.6.0 security/hs-x509-validation 1.5.0_1 --> 1.6.0 sysutils/hs-angel 0.5.0_1 --> 0.6.2 sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8 sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0 textproc/hs-Diff 0.3.0_1 --> 0.3.2 textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3 textproc/hs-HaXml 1.24.1_1 --> 1.25.3 textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6 textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4 textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0 textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2 textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4 textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10 textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0 textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0 textproc/hs-hexpat 0.20.6_1 --> 0.20.9 textproc/hs-highlighting-kate 0.5.11.1 --> 0.6 textproc/hs-hs-bibutils 5.0_6 --> 5.5 textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0 textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15 textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1 textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2 textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4 textproc/hs-lhs2tex 1.18.1_8 --> 1.19 textproc/hs-pandoc 1.13.2 --> 1.15.0.6 textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5 textproc/hs-parsec 3.1.5_1 --> 3.1.9 textproc/hs-polyparse 1.9_6 --> 1.11 textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6 textproc/hs-tagsoup 0.13.1_1 --> 0.13.3 textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3 textproc/hs-texmath 0.8.0.1 --> 0.8.3 textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3 textproc/hs-xml 1.3.13_6 --> 1.3.14 textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1 textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11 textproc/hs-xml-types 0.3.4_1 --> 0.3.6 textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4 textproc/hs-yaml 0.8.8.4_1 --> 0.8.13 www/hs-DAV 1.0.1_1 --> 1.0.7 www/hs-HTTP 4000.2.10_1 --> 4000.2.20 www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11 www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1 www/hs-cookie 0.4.1.2_1 --> 0.4.1.6 www/hs-gitit 0.10.6.1_1 --> 0.11.1 www/hs-hS3 0.5.8_1 --> 0.5.9 www/hs-happstack-server 7.3.7_1 --> 7.4.4 www/hs-heist 0.13.1.2_1 --> 0.14.1.1 www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0 www/hs-http-client 0.3.6.1_1 --> 0.4.20 www/hs-http-conduit 2.1.4_1 --> 2.1.8 www/hs-http-date 0.0.4_8 --> 0.0.6.1 www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2 www/hs-http-server 1.0.4_1 --> 1.0.6 www/hs-http-types 0.8.5_1 --> 0.8.6 www/hs-oeis 0.3.5_1 --> 0.3.6 www/hs-path-pieces 0.1.4_1 --> 0.2.0 www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3 www/hs-shakespeare 2.0.1.1_1 --> 2.0.5 www/hs-snap 0.13.2.8_1 --> 0.14.0.6 www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2 www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1 www/hs-wai 3.0.1.1_1 --> 3.0.3.0 www/hs-wai-app-static 3.0.0_1 --> 3.1.1 www/hs-wai-extra 3.0.1.2_1 --> 3.0.10 www/hs-wai-logger 2.2.0_1 --> 2.2.4.1 www/hs-warp 3.0.0.5_1 --> 3.1.3 www/hs-warp-tls 3.0.0_1 --> 3.1.1 www/hs-webkit 0.12.6.1_1 --> 0.13.1.3 www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6 www/hs-yesod 1.2.6.1_1 --> 1.4.1.5 www/hs-yesod-auth 1.3.4_1 --> 1.4.6 www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2 www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3 www/hs-yesod-core 1.2.19_1 --> 1.4.13 www/hs-yesod-form 1.3.14_1 --> 1.4.4.1 www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3 www/hs-yesod-static 1.2.4_1 --> 1.5.0.2 www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1 x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1 x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1 x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1 x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0 x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9 x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1 x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3 x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0 x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2 x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0 x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0 x11-wm/hs-xmonad 0.11_10 --> 0.11.1 x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4 x11/hs-xmobar 0.21_1 --> 0.23.1 Removed ports (14): devel/hs-MaybeT Support for computations with failures (deprecated) devel/hs-geniplate Use template Haskell to generate Uniplate-like functions (upstream support is discontinued) devel/hs-glade Binding to the glade library (upstream support is discontinued) devel/hs-haskell-platform The Haskell Platform (it is not tracked any more) devel/hs-ranges Ranges and various functions on them (deprecated) devel/hs-testpack Test Utility Pack for HUnit and QuickCheck (upstream is unmaintained) graphics/hs-soegtk GUI functions as used in the book "The Haskell School of Expression" (upstream support is discontinued) lang/hs-epic Compiler for a simple functional language (it is not needed any more) math/hs-nats Natural numbers (it has been merged into the base library of GHC) multimedia/hs-gstreamer Binding to the GStreamer open source multimedia framework (upstream support is discontinued) [2] www/hs-scgi Haskell library for writing SCGI programs (deprecated) www/hs-yesod-platform Meta package for Yesod (upstream support is discontinued) www/hs-yesod-routes Effective routing for Yesod (upstream support is discontinued) x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream support is discontinued) PR: 181049 [1] PR: 197925 [2] PR: 200684 [3] Submitted by: arrowdodger <6yearold@gmail.com> [1] Obtained from: FreeBSD Haskell
* remove empty pkg-plistpgollucci2015-08-211-1/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* Update to 319ehaupt2015-08-202-4/+4
|
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-2/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* Bump PORTREVISION for libupower-glib library version bump in r393607.tijl2015-08-173-0/+3
|
* Update to 3.5.0.nobutaka2015-08-173-4/+4
|
* - Update to 0.8.0nivit2015-08-164-10/+6
| | | | | | | | - Add x11/keybinder to run dependencies - Remove post-build target (globalhotkey replaced by keybinder) - Update web site URL in pkg-descr Relnotes: https://github.com/Guake/guake/releases/tag/0.8.0
* Upgrade tilda to 1.2.4rodrigo2015-08-142-3/+3
|
* - Fix shebangsamdmi32015-08-131-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* x11/sterm: update 0.5->0.6pgollucci2015-08-122-3/+3
| | | | | | PR: 201549 Submitted by: mmatalka@gmail.com Approved by: maintainer timeout (kitche@kitchetech.com ; 17 days)
* Fix some nits with displaying Ethernet media status exposed by the recentjhb2015-08-122-1/+46
| | | | | | | | | | | | | | extended Ethernet media states: - Don't apply IFM_SUBTYPE to the raw subtype in the description table. IFM_SUBTYPE() requires a fully populated word and was truncating values in the table when comparing resulting in false matches (notably "10GBase-KX4" for the no media case). - Explicitly check for IFM_ETHER. - Use SIOCGIFXMEDIA when present to obtain extended media states. - Explicitly handle "no carrier". PR: 202247 Reviewed by: bapt
* Re-commit ofnetchild2015-08-104-35/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs)
* Rewrite options helperolivierd2015-08-091-9/+6
| | | | Obtained from: Xfce devel repo
* - editors/lazarus update to 1.4.2acm2015-08-091-1/+1
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* - Update to 0.12.1olivierd2015-08-086-205/+63
| | | | | | | | | | | - Use new mirror - Adjust dependencies - Rewrite options helper (remove DOCS and PYCONF options) - Update WWW entry (pkg-descr), project is now hosted on GitLab.com PR: 202137 Submitted by: myself Approved by: yamagi (maintainer)
* Switch to USES=execinfo.kwm2015-08-061-3/+2
| | | | Submitted by: Ting-Wei Lan
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0630-341/+277
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Correct usage of USE_GNOME. This went unnoticed due to the the GCONF optionkwm2015-08-051-1/+1
| | | | | | being on by default which depends on py-gnome2. Which in turn pulled in py-gtk2. USE can only be used in combination with a option in the FOO_USE= GNOME=pygtk2 format.
* Revert an upstream patch to fix LZ4 compression.jkim2015-08-051-0/+26
|
* Update to 0.15.4.jkim2015-08-053-4/+6
|
* Cleanup some abusive use of GH_TAGNAME.mat2015-08-044-6/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.8.6kmoore2015-08-046-14/+11
| | | | - Update WWW: to new website url
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-038-9/+9
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Update poppler to 0.34.0. [1]kwm2015-08-031-0/+1
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-025-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* - Convert x11/libfm and x11/libfm-extra to Master-Slave Portriggs2015-08-014-39/+17
| | | | | | | | | (same application, CATEGORIES, DISTFILES, install path) - Bump PORTREVISION - Move patches to Makefile PR: 200825 Submitted by: horia@racoviceanu.com (maintainer)
* - Convert x11/libfm and x11/libfm-extra to Master-Slave Portriggs2015-08-016-105/+56
| | | | | | | | | | (same application, CATEGORIES, DISTFILES, install path) - Bump PORTREVISION - Add missing fm-actions header - Move patches to Makefile PR: 200824 Submitted by: horia@racoviceanu.com (maintainer)
* Add missing runtime dependencies.jkim2015-08-011-0/+3
| | | | | PR: 202012 MFH: 2015Q3
* - Update to 3.3.0danilo2015-08-014-233/+5
|
* - Fix indentsvg2015-07-281-1/+1
|
* - Update to 0.15.7vg2015-07-284-24/+3
| | | | Submitted by: nomoo@nomoo.ru (maintainer via email)
* Update MATE DE to 1.10.0.kwm2015-07-2848-985/+615
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* - Add LICENSE/LICENSE_FILE.vg2015-07-284-25/+107
| | | | | | | | | | | | | | | | | | - Fix build with BITTORRENT and new libtorrent-rasterbar (obtained from Github repo). - Use linguisttools instead of lisguist; - Remove Qt build tools from runtime dependencies; - Add declarative/webkit dependencies - they're required by default; - Remove qtdbus from core dependencies (disabled by default; can be used by some plugins); - Remove gettext dependency (not used). - Explicitly depend on devel/pcre and devel/pkgconf. - Add unaccounted devel/qjson dependency for some plugins. - The same for gstreamer-plugins (LMP option). - Regenerate patches. PR: ports/201774 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Unbreak INDEX, reverting r392921antoine2015-07-264-373/+35
| | | | With hat: portmgr
* 64 bit linuxulator support (not activated by default):netchild2015-07-264-35/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore)
* Update to 0.15.3.jkim2015-07-232-4/+3
|
* - Fix builddanilo2015-07-192-0/+19
| | | | - Disable HTML support for now
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-2/+1
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* x11/tint-devel: 20150506 -> 20150710pgollucci2015-07-173-31/+7
| | | | | | | - Removed python based configuration tool PR: 201454 Submitted by: yamagi@yamagi.org (maintainer)
* - Update to 0.29.0danilo2015-07-162-3/+3
|
* Update to 1.6.0olivierd2015-07-164-5/+26
|
* Remove unconnect gmessagebapt2015-07-151-1/+0
| | | | | Reported by: linimon Pointy hat: bapt
* Lumina Desktop Environment localization fileskmoore2015-07-155-0/+626
| | | | WWW: https://github.com/pcbsd/lumina
* - Update to 0.8.5kmoore2015-07-153-564/+9
|
* Update to libXfont-1.4.5-4.el6_6tijl2015-07-152-7/+8
| | | | | | | | MFH: 2015Q3 Security: http://lists.x.org/archives/xorg-announce/2014-May/002431.html Security: CVE-2014-0209 Security: CVE-2014-0210 Security: CVE-2014-0211
* Upstream has disappeared and development ceasedbapt2015-07-154-43/+0
|
* Convert to USES=metaport.kwm2015-07-141-7/+1
| | | | | PR: 201497 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Convert to USES=metaportbapt2015-07-131-7/+1
| | | | | PR: 201499 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Convert to USES=metaportbapt2015-07-131-9/+1
| | | | | PR: 201487 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Update to 1.1.0olivierd2015-07-123-6/+8
|
* - Fix buildamdmi32015-07-101-2/+2
| | | | Pointyhat to: kmoore
* Fixmat2015-07-091-1/+1
| | | | | Pointy hat to: kmoore Sponsored by: Absolight
* Drop .la file.kwm2015-07-072-4/+2
| | | | While here, remove obsolete MCom tag
* - Rename x11/docker -> x11/docker-traykmoore2015-07-063-1/+2
|
* Drop maintainershipbapt2015-07-051-1/+1
|
* Update to 3.5.0.32bapt2015-07-053-6/+5
|
* Allow build libxcb and xcb-proto with python3rm2015-07-053-15/+35
| | | | | | | | | Since version 1.11 libxcb successfully builds with pytnon3, so we don't need to limit python version anymore. PR: 194748 194749 Submitted by: rm (myself) Approved by: maintainer timeout (6 months+)
* multimedia/{lib}x264: Update to 0.144.2533 and major refactorkoobs2015-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.144.2533 (from upstream stable branch) [1] - Switch x264 and libx264 ports to master/slave ports respectively - Bump PORTREVISION for dependent ports as the shared library version has changed. multimedia/x264: - Clean up and update "updating instructions" in Makefile header - Tweak COMMENT - Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the libx264 port. - Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in libx264 port. - Place common configure arguments in a CONFIGURE_COMMON_ARGS variable to make overriding values without duplication easier. - Use --prefix configure argument over post-patch replacements - Enable stripping of binaries and libraries if DEBUG is off. Remove post-install target STRIP_CMD accordingly. - Delete patch-Makefile in favour of patching WRKSRC/configure to identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now covered upstream without needing patches. - Patch out a bogus compiler argument check (cc_check) that results in -Wno-maybe-uninitialized being added to CFLAGS causing causes warnings when clang is cc. The cc_check function checks for basename $CC to identify compiler type (icl, clang, gcc, etc). multimedia/libx264: - Remove all Makefile entries that are duplicated or common and found in the master port (x264). - Set lib as the PKGNAMEPREFIX - Tweak COMMENT - Delete upstreamed ARM patches [1] - Delete all but one patch, as they duplicate those in x264. - Dont remove pkgconfig/libdata directory Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable Based on: PR: 201260 [1] Submitted by: Andrey Cherkashin <andoriyu gmail com> [1]
* - Fix build with GTK3amdmi32015-07-021-1/+1
| | | | | | | | PR: 200280 Reported by: fidaj@ukr.net Submitted by: amdmi3 Approved by: olivierd (xfce) MFH: 2015Q3
* - Make implicit dependency on gettext explicit (and enable by default)johans2015-07-021-1/+9
| | | | | | | | | also disable autodetection when not desired - Strip installed library - Bump portrevision PR: 201256 Submitted by: Andriy Voskoboinyk
* Update GNUstep ports to their latest versions.theraven2015-07-011-1/+2
| | | | | | | Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961
* Update to 0.15.2.jkim2015-06-302-3/+3
|
* Spell MAKE_JOBS_UNSAFE correctlyantoine2015-06-281-1/+1
|
* Useless cruft from 1989. Mark as deprecated, expires in three months.naddy2015-06-271-0/+3
|
* Drop INSTALLS_ICONS, it only usefull for GTK+ programs.kwm2015-06-271-2/+1
| | | | | | This fixes stage sanity checking. Submitted by: Tobias Berner <tcberner@gmail.com>
* Convert to USES=jpegantoine2015-06-2313-30/+21
|
* - Update to 0.15.1.jkim2015-06-234-7/+9
| | | | | | - Take over maintainership. Approved by: swills (maintainer)
* - Strip libraryamdmi32015-06-191-3/+4
|
* - Add LICENSE_FILEamdmi32015-06-171-2/+4
| | | | - Fix shebangs
* x11/libXxf86vm: add missing man page to plistavilla2015-06-152-10/+12
| | | | | | PR: 199981 Submitted by: yuri@rawbw.com Approved by: x11 (maintainer timeout)
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* Update to 0.15.0.jkim2015-06-115-68/+123
| | | | Approved by: swills (maintainer)
* x11/hotwire-shell: drop pyxml dependencyrm2015-06-102-8/+5
| | | | | | | | | | | | | | | | | This port depends on prehistoric pyxml library, but it doesn't using it actually. Here is two modules that it's using: >>> import xml.sax, xml.sax.handler >>> from xml.sax.saxutils import escape Both of them are in python standard library for quite some time, so this dependency can be just dropped altogether. While here, remove redundancy in COMMENT, limit python version to 2.x because of pygtk2, sort USE_PYTHON components and remove not-functioning WWW link. Approved by: ashish (maintainer, by email)
* - Don't include empty directories in the packageamdmi32015-06-102-33/+5
| | | | Approved by: vg
* multimedia/libvpx: update to 1.4.0jbeich2015-06-091-0/+1
| | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks)
* - Fix build when NLS option is disabledolivierd2015-06-092-3/+14
| | | | | | | - Bump PORTREVISION PR: 200704 Submitted by: Kevin Zheng
* - Drop @dirrm* from plistamdmi32015-06-081-219/+32
| | | | Approved by: portmgr blanket
* x11/xpra: update to 0.14.25swills2015-06-073-3/+4
| | | | PR: 200626
* - Switch to USES=autoreconfamdmi32015-06-041-4/+8
| | | | - Add LICENSE
* - Update to 0.7.2nivit2015-06-025-12/+22
| | | | Relnotes: https://github.com/Guake/guake/releases
* - Update to 0.15.5amdmi32015-06-022-3/+4
| | | | | PR: 200572 Submitted by: nomoo@nomoo.ru (maintainer)
* Update to version 0.8.3pawel2015-05-312-4/+4
| | | | | PR: 200073 Submitted by: graudeejs@gmail.com (maintainer)
* Cleanup USE_GITHUB usage.mat2015-05-312-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 0.4.2 (bugfix)olivierd2015-05-312-3/+3
|
* Update to 26052015.novel2015-05-303-6/+21
| | | | This is a new snapshot I extracted from the OpenBSD CVS repo.
* Update to 0.4.1olivierd2015-05-303-3/+4
|
* Correctly create the library with a SONAMEbapt2015-05-301-1/+1
| | | | Bump revision of the users
* Fixup USE_GITHUB usage.mat2015-05-282-5/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.89.0amdmi32015-05-272-6/+13
| | | | - Fix shebangs
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0
| | | | Approved by: portmgr blanket
* Update to 0.10.6 (bugfix)olivierd2015-05-262-3/+3
|
* - Update to 0.10.5olivierd2015-05-263-5/+8
| | | | - Rewrite description (pkg-descr file)
* Update to upstream version 2.7riggs2015-05-232-4/+4
| | | | | PR: 200378 Submitted by: horia@racoviceanu.com (maintainer)
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-232-6/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-1912-19/+25
| | | | | With hat: portmgr Sponsored by: Absolight
* - Strip libraryamdmi32015-05-161-1/+3
| | | | - Add LICENSE_FILE
* Update to upstream snapshot 20150506riggs2015-05-152-8/+8
| | | | | PR: 199989 Submitted by: yamagi@yamagi.org (maintainer)
* MASTER_SITES cleanup.mat2015-05-1433-56/+33
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Replace spaces with commas in GNOME dependenciesolivierd2015-05-121-2/+4
| | | | | | | - Fix gettext detection PR: 200019 Submitted by: Andriy Voskoboinyk
* Cleanup DIST* variables.mat2015-05-122-7/+3
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Add LICENSEamdmi32015-05-091-1/+5
| | | | - Strip libraries
* - Add LICENSE_FILEamdmi32015-05-081-0/+3
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-1/+2
| | | | Approved by: portmgr blanket