aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.7nivit2016-10-152-3/+4
| | | | ReleaseHistory: https://github.com/Guake/guake/releases
* Update math/libqalculate to 0.9.10jhale2016-10-151-1/+1
| | | | | | | | | - Project is hosted on Github now Update math/qalculate to 0.9.9 - Qalculate now uses GTK+3 - Project is hosted on Github now - Take maintainership Bump PORTREVISION on ports that depend upon libqalculate due to shlib increase
* Fix `linux.ko' false dependency. Starting with version 358.09, the driverdanfe2016-10-121-0/+4
| | | | | | | | | | | includes a new kernel module, `nvidia-modeset.ko', a driver component that works in conjunction with the `nvidia.ko' kernel module. However, previously the build process did not respect LINUX compile (port) option. Adopt the same way this is done for the core driver. PR: 213222 Submitted by: peter
* 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
* Update libXfixes to 5.0.3.kwm2016-10-082-4/+4
| | | | | | | | This version actualy has the fixes for the server responce verification issues. MFH: 2016Q4 Security: 1cf65085-a760-41d2-9251-943e1af62eb8
* Update to 327ehaupt2016-10-082-4/+4
|
* Update libX11 to 1.6.4.kwm2016-10-0817-27/+36
| | | | | | | | | | | | | | | | | Update libXfixes to 5.0.2. Update libXi to 1.7.7. Update libXrandr to 1.5.1. Update libXrender to 0.9.10. Update libXtst to 1.2.3. Update libXv to 1.0.11. Update libXvMC to 1.0.10. Fix a number of issues in the way these X client libraries handle the responses they receive from servers. Submitted by: zeising@ Security: 1cf65085-a760-41d2-9251-943e1af62eb8 MFH: 2016Q4
* Deprecate ports broken for more than 6 monthsantoine2016-10-012-0/+5
|
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-1/+1
| | | | | | | | | | | | | | | | | | | 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)
* multimedia/libvpx: update 1.6.0jbeich2016-09-301-1/+1
| | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
* x11/kde4-workspace: fix OpenGL test for nvidia-driver.dbn2016-09-292-1/+16
| | | | | | Restore patch introduced in r408463 and accidentially removed in r417328. MFH: 2016Q3
* - Update to 0.91.0amdmi32016-09-282-10/+10
|
* - Update devel/efl to 1.18.1gblach2016-09-271-2/+2
| | | | | | | | | | | - Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl
* Update to 326ehaupt2016-09-262-4/+4
|
* multimedia/x264: update to 0.148.2708jbeich2016-09-231-1/+1
| | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677 Differential Revision: https://reviews.freebsd.org/D7958 Approved by: koobs (maintainer)
* Drop ${PORTSDIR} from LIB_DEPENDS in options.tcberner2016-09-161-2/+2
| | | | Approved by: rakuco (mentor)
* - Update to 1.4.0olivierd2016-09-154-12/+24
| | | | | - Remove UNIQUE option - Adjust dependencies (reported by QA script)
* Unmark broken on powerpc64swills2016-09-151-2/+0
| | | | These ports built successfully
* GOOGLE_CODE has gone away.mat2016-09-145-1/+9
| | | | | | | | | | - 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
* Change default option group (from *_UNOFFICIAL to *_APPLICATIONS)olivierd2016-09-141-3/+5
| | | | for deskutils/xfce4-volumed-pulse
* - Update to 0.6.0olivierd2016-09-139-64/+127
| | | | | | | | | | | | | | - Sort USES - Remove unneeded patches - Mark BROKEN on 9 (probably also on 10, lack of feedback [0]), because it requires recent GPU drivers Tested successfully on FreeBSD >= 11.0-RC2 with fallback drivers, scfb [1], and vesa (by me). [0] https://lists.freebsd.org/pipermail/freebsd-xfce/2016-May/001353.html Tested by: Ben Woods (woodsb02@) [1]
* Most commonly used build systems support silent builds, when theyamdmi32016-09-106-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 0.7amdmi32016-09-074-10/+11
| | | | | | | | | | - Regenerate patch - Remove unneeded ncurses dependency - While here, switch to options helpers and fix WWW PR: 212041 Submitted by: udvzsolt@gmail.com Approved by: kitche@kitchetech.com (maintainer)
* Chase update of Poppler after revision r421386olivierd2016-09-062-2/+2
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-065-148/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Correct permissions on kcheckpasscrees2016-09-022-1/+2
| | | | | | | | | Without this, if the port is staged as non-root (default on new poudriere), the file is installed without setuid root and fails to unlock desktops. PR: ports/211218 Submitted by: jhb Approved by: maintainer timeout (kde, 2 months)
* x11/nvidia-driver: Update to 367.44cem2016-09-022-6/+6
| | | | | | | | | | May fix an issue with a dark screen at first Xorg init for some users (reported on GTX960). PR: 212287 Reported by: O. Hartmann <ohartman at zedat.fu-berlin.de> Approved by: danfe, jonathan Differential Revision: https://reviews.freebsd.org/D7723
* - Mention that ``nvidia'' (or ``nvidia-modeset'' as of recently) can be putdanfe2016-09-021-4/+6
| | | | | | | on ``kld_list'' variable in /etc/rc.conf as well (for later loading) - Make s/nvidia/nvidia-modeset/ replacement suggestion more accurate because ``.ko'' suffix is omitted in syntax for both of those files - Improve UPDATING wording for corresponding 20160829 entry accordingly
* - Update to 3.7.2.nobutaka2016-08-314-4/+6
| | | | | | - Move patch-tool_w3mmlconfig_mlconfig.cgi.in to the files dir. It was moved from the files dir in the previous commit by mat (revision 417041).
* Fix damage done in r421117: UPDATING entries do not make good `pkg-message'danfe2016-08-315-20/+15
| | | | | | | | files, especially when there already is existing `files/pkg-message.in'. Unfortunately, this now requires port revision bump in all three ports. Pointy hat to: cem
* nvidia-driver: Add a note about nvidia-modeset.ko for 367.35 updatecem2016-08-303-3/+15
| | | | | | | | | Add a note in pkg-message and UPDATING. Correct a pkg-plist sorting mistake while here. Reviewed by: dhw, wblock Approved by: brd (previous version) Differential Revision: https://reviews.freebsd.org/D7700
* Add x11/xfce4-goodies: Meta-port for ports from the Xfce4 Goodies Projectwoodsb022016-08-303-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | | This meta-port gathers together each of the ports from the Xfce4 Goodies Project and allows them to be easily installed to create a functional desktop environment. Default options include those which do not bring in too many additional dependencies, and are generally recommended for use on a modern Xfce desktop. It also includes ports which are not officially part of the Xfce4 Goodies Project (can not be found at http://goodies.xfce.org/), but are generally recommended for use with Xfce4 on FreeBSD. This goal of this meta-port is to help users get started with Xfce by: 1. Easily installing a sensible list of programs with a single command 2. Find new programs they may be interested in, by reviewing the list of disabled by default options in the port 3. Show people which programs are not recommended for use by the FreeBSD Xfce team (such as obsolete applications) Reviewed by: olivierd (with Xfce hat) Approved by: sbruno (with Xfce hat), mat (mentor) Differential Revision: https://reviews.freebsd.org/D6981
* Properly repomove the patch now that pristine copy was pruned in r421038.danfe2016-08-291-0/+13
|
* Remove wrongly created patch in r421027 which had lost existing history.danfe2016-08-291-13/+0
|
* x11/nvidia-driver: Update to 367.35cem2016-08-298-30/+159
| | | | | | | | | | | | | | | | | * Add needed x11 and xext dependencies Thanks to everyone who submitted patches, tested, and reviewed this update. PR: 201340 Submitted by: Bengt Ahlgren <bengta at sics.se>, Kevin Bowling <kbowling@>, Oleg <zoleg at vusovich.ru>, Tomoaki AOKI <junchoon at dec.sakura.ne.jp>, Ultima <Ultima1252 at gmail.com> Tested by: Jeremy Cox <jeremy.m.cox at gmail.com>, O. Hartmann <ohartman at zedat.fu-berlin.de>, Tomoaki AOKI Approved by: danfe Differential Revision: https://reviews.freebsd.org/D7569
* Add upstream patch for a security issue in karchive:tcberner2016-08-282-1/+45
| | | | | | | | | | | | | | | Directory traversal vulnerability in KArchive before 5.24, as used in KDE Frameworks, allows remote attackers to write to arbitrary files via a ../ (dot dot slash) in a filename in an archive file, related to KNewsstuff downloads. Review the patch is from: https://git.reviewboard.kde.org/r/128749/ Original KF5 review: https://git.reviewboard.kde.org/r/128185/ CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6232 Approved by: rakuco (mentor) Security: 4472ab39-6c66-11e6-9ca5-50e549ebab6c, CVE-2016-6232 MFH: 2016Q3
* x11/xdm: remove part of files/patch-greeter-greet.c that no longer appliespi2016-08-272-10/+1
| | | | | PR: 211624 Reported by: ak
* x11/xdm: minimize the patch to config/xdm-config.cpppi2016-08-262-35/+5
| | | | | | PR: 211624 MFH: 2016Q3 Reported by: ak
* x11/xdm: Use MIT-MAGIC-COOKIE-1 by defaultpi2016-08-266-21/+61
| | | | | | | | | - It is more useful that way - pet portlint for the patches PR: 211624 MFH: 2016Q3 Submitted by: Tobias Kortkamp <t@tobik.me>
* Update to 0.2.2bapt2016-08-252-4/+4
|
* Remove another no-op sed(1) in-place patch: none of the currently supporteddanfe2016-08-241-3/+0
| | | | drivers attempt to allocate fixed width buffer bus_type[] on stack now.
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2414-52/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Lightweight Qt-based terminal emulator.olivierd2016-08-237-0/+73
| | | | | | | WWW: https://github.com/lxde/qtermwidget PR: 210388 Submitted by: Jason Bacon
* Tell to PORTSCOUT to monitor only 1.6.x releases. Others (2.x) requireolivierd2016-08-231-0/+2
| | | | devel Xfce core components
* The mate-screensaver port requires mate-session-manager at run time to work.kwm2016-08-222-3/+3
| | | | | | | | (mate-screensaver:90733): GLib-GIO-ERROR **: Settings schema 'org.mate.session' is not installed While here convert the mate-base port to using the new USE_MATE=session. Submitted by: vermaden <vermaden@interia.pl>
* - Fix build. Build uses gettext independently of NLS.danilo2016-08-211-4/+4
|
* Update to 1.6.0olivierd2016-08-212-4/+5
|
* - Update to 0.37.0danilo2016-08-202-6/+9
| | | | - Adjust dependencies to make QA happy
* Clean up the Makefile after recent changes: put source code and build logicdanfe2016-08-201-25/+26
| | | | | patching closer together and move OPTIONS-related patching thereafter. Non functional.
* Deorbit support for nVidia driver legacy versions, part 3:danfe2016-08-202-22/+4
| | | | | | | | | - libnvidia-cfg.so* files are always installed since version 81.074 - Au contraire, libnvidia-wfb.so.1 is not (since version 195.022) - Remove now useless checks for NVVERSIONs before 180.029 and 185.01829 (always false) and after 304.128 (always true) - Unconditionally rename libGLcore -> libnvidia-glcore in pkg-plist (been that way since version 256.053)
* Deorbit support for nVidia driver legacy versions by cleaning up in-placedanfe2016-08-201-38/+1
| | | | | | | | | | | | | | | patching of the driver(s) source code (part 2): - Only legacy drivers didn't know about new d_mmap() after src r201223, and page queue locking changes after src r207410, r207617, r207644, and r163622; ditto for /return/s/ioctl/sys_&/ after src r225617 - Remove now always true condition when adjusting Linux headers #include's after src r246085 - Contemporary driver versions are now aware of the +1 argument count in vm_map_find() since src r255426 - Do not try to unbreak the build of 173.14.xx series on recent -CURRENT: this legacy driver version was removed by kwm@ in r399180 last year - Remove remaining checks and patching code for outdated NVVERSION values
* In sight of upcoming update, deorbit support for legacy versions (part 1):danfe2016-08-206-133/+14
| | | | | | | | | | | | | | - Make the top comment reflect the current reality - MASTER_SITE_SUBDIR does not have be set later, as it no longer depends on NVVERSION (this also allows to move ONLY_FOR_ARCHS where it belongs) - Delete no longer relevant legacy only versions specific patches; retain EXTRA_PATCHES as this separation would still be needed in new versions - All security patches only touch legacy drivers and thus also deleted - PAE and WBINVD options are now unconditional (independent of NVVERSION) - Drop no longer needed LIB_DEPENDS on libm.so.3 from `misc/compat5x' - Adjust a comment and simplify regexp that had been sitting in my tree - Stop mentioning that this driver does not support PAE-enabled kernels in pkg-message
* New port: devel/grantlee5 and Uses/grantlee.mktcberner2016-08-151-3/+2
| | | | | | | | | | | | | | | | | | | | | The upcoming KDE Frameworks ports need grantlee5 * Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5 * Move header files from devel/grantlee into a subdirectory include/grantlee4 to make sure ports do not pick up the wrong headers * Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed by ports using grantlee (before we set the PLIST_SUB manual in very of the depending ports, which now should not be needed anymore). * The ports depending on devel/grantlee have been modified from LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee to USES=grantlee:4 as this does not affect the package no version bumped was made. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7434
* Add missing LIB_DEPENDS and LICENSE.wxs2016-08-151-0/+4
| | | | Submitted by: olgeni@
* Update to 20150503 and pass maintainer to submitter.wxs2016-08-143-6/+10
| | | | | | PR: 211517 Submitted by: Greg Fitzgerald Reviewed by: wxs@
* Add CPE infoehaupt2016-08-131-1/+2
| | | | | PR: 211795 Submitted by: shun.fbsd.pr@dropcut.net
* x11/antimicro: 2.13 -> 2.22pi2016-08-113-7/+12
| | | | | | | PR: 211712 Changes: https://github.com/AntiMicro/antimicro/blob/master/Changelog Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reviewed by: koobs
* - Switch to using DISTVERSION (Thanks koobs!)kmoore2016-08-091-2/+1
|
* - Update to 1.0.0-Release-p1kmoore2016-08-093-7/+11
|
* Register missing USE* flagsehaupt2016-08-091-1/+3
|
* Add x11/linux-c6-pixman, required by graphics/linux-c6-cairo.tijl2016-08-056-0/+37
| | | | Submitted by: jkim
* x11/workrave: 1.10.1 -> 1.10.15pi2016-08-0513-128/+205
| | | | | | | | | | | | | | | | | - Switch to Gtkmm 3.0 - Switch to GitHub - Take maintainership - Move sound output to external script and remove PULSEAUDIO and GSTREAMER options keeping dependencies small - See URL for changes since 1.10.1 - submitter becomes maintainer No GNOME/XFCE/Cinnamon applets are build atm. Submitter does not use them so can't test them and has not added support for them. If someone wants them please submit patches. The trayicon works fine. PR: 211297 Submitted by: Tobias Kortkamp <t@tobik.me>
* Simplestroke is a simple utility that detects mouse gestures. Itpawel2016-08-044-0/+38
| | | | | | | | | | | | | | | currently detects twelve pre-defined mouse gestures and prints the name of the detected gesture to stdout, if any. The output can then e.g. be used in a simple shell script to execute commands. Example usages could include closing windows in i3 by drawing a Z over them or other window manipulations, or pausing your music player by drawing a left-to-right line. WWW: https://github.com/t6/simplestroke/ PR: 211550 Submitted by: Tobias Kortkamp <t@tobik.me>
* - Add EXAMPLES to OPTIONS_DEFINE (missed in r404643 by amdmi3@), otherwisedanfe2016-08-022-5/+6
| | | | | | packages will miss the *.icc files; this requires port revision bump - Clean up COMMENT and port description by rewording bogus `X11-Servers' to more readable `X11 servers' and wrap one overly long line while at it
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-012-0/+0
| | | | | | | and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This only affects Centos 6 ports because they are the only ones where LINUX_REPO_ARCH != LINUX_RPM_ARCH.
* xbanish hides the mouse cursor when you start typing, and shows itpawel2016-08-014-0/+34
| | | | | | | | | | | again when the mouse cursor moves or a mouse button is pressed. This is similar to xterm's pointerMode setting, but xbanish works globally in the X11 session. WWW: https://github.com/jcs/xbanish/ PR: 211325 Submitted by: Tobias Kortkamp <t@tobik.me>
* - Add USES=autoreconfcpm2016-07-315-1/+87
| | | | | | | | | | | - Enable compatibility with traditional man PR: 210927 Submitted by: cpm Reported by: Rares Vernica <rvernica@gmail.com> Approved by: gnome (maintainer timeout, 3 weeks) Obtained from: Gentoo (https://github.com/gentoo/gentoo/blob/master/gnome-extra/yelp/files/yelp-3.16.0-man-compatibility.patch) MFH: 2016Q3
* Update graphics/exiv2 to 0.25.tcberner2016-07-271-1/+1
| | | | | | | | | | | | As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
* Update to 367.35bland2016-07-262-4/+4
|
* - Update to 1.0.0-BETA2kmoore2016-07-265-65/+73
| | | | - Sync options with upstream TrueOS ports repo
* - Fix licenseamdmi32016-07-242-12/+8
| | | | | - Remove redundant --prefix argument to configure - Switch to options helpers
* x11/xrvt-unicode: chase removal of ttyslot() in baserea2016-07-241-0/+32
| | | | | | | | This function (that returns ID of the tty slot) was removed shortly after utmpx was brought to the base system. Avoid using it in newer FreeBSD versions. ACKed by: thierry@
* New port: x11/py-xdotpi2016-07-165-0/+507
| | | | | | | | | | | | | xdot.py is an interactive viewer for graphs written in Graphviz's dot language. It uses internally the Graphviz's xdot output format as an intermediate format, and PyGTK and Cairo for rendering. xdot.py can be used either as a standalone application from command line, or as a library embedded in your python application. WWW: https://pypi.python.org/pypi/xdot PR: 211059 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* - Pass maintainership to submitteramdmi32016-07-141-2/+5
| | | | | | | | - Add mirror - Add LICENSE PR: 211091 Submitted by: freebsd@skysmurf.nl
* - Clarify LICENSEamdmi32016-07-131-4/+2
| | | | | - Add LICENSE_FILE - Remove unneeded flags
* Take maintainershipbapt2016-07-111-1/+1
|
* Fix .pc pathbapt2016-07-071-1/+4
| | | | | Reported by: Herbert J. Skuhra <herbert@mailbox.org> Pointyhat to: bapt
* Add xcb-util-xrm: XCB utility functions for the X resource managerbapt2016-07-075-0/+36
|
* Remove expired ports without open PRs:rene2016-07-0519-334/+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
* Small program that allows to query and change the XKB layout state frompawel2016-07-045-0/+54
| | | | | | | | | command line. WWW: https://github.com/ierton/xkb-switch PR: 210501 Submitted by: Dmitri Goutnik <dg@syrec.org>
* x11/workrave: Limit Python build dependency to 2.7pi2016-07-041-1/+1
| | | | | | | - because build-dep devel/py-cheetah is also limited to python2.7 PR: 209923 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
* - Add LICENSE_FILEamdmi32016-07-031-2/+5
| | | | | - Add missing dependency - Switch to options helpers
* Fix compiler-warnings. Add LICENSE-declaration.mi2016-07-032-2/+53
| | | | Approved by: maintainer
* Update nVidia legacy driver versions to 304.131 and 340.96, respectively,danfe2016-07-023-10/+10
| | | | | | | | | to gain advantage of added support for X.Org X server ABI 20 (xorg-server 1.18). They also fixed a bug that could cause texture corruption in some OpenGL applications when video memory is exhausted by a combination of simultaneously running graphical and compute workloads. PR: 209027
* Update to upstream revision 3.0.1, add DOCS OPTIONriggs2016-07-014-8/+15
| | | | | | | | | | | | | Detailed log: - Update to upstream revision 3.0.1 - Fix partially corrupt xvt(1) man file - Documentation updates - Slight change to COMMENT, and pkg-descr - Add PORTDOCS - Pet portlint PR: 210711 Submitted by: portmaster@bsdforge.com (maintainer)
* Simplify custom `update-distinfo' convenience target and make it more robust:danfe2016-06-301-8/+5
| | | | | | | | previous join(1)-based implementation depended on how the file is sorted and often failed to work properly. While here, do not suppress default `.bak' suffix when editing files in-place to make debugging easier, shall it be needed.
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-288-8/+8
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* - Switch port to new GitHub homeamdmi32016-06-252-5/+11
| | | | | | | - While here, add LICENSE PR: 210428 Submitted by: eimar.koort@gmail.com (maintainer)
* sysutils/{kfilemetadata|nepomuk-core|nepomuk-widgets}: bump PORTREVISIONpi2016-06-231-1/+0
| | | | | | | x11/kde4-workspace: removed ${CAT} ${PKGMESSAGE} PR: 210255 Submitted by: tijl
* x11/kde4: update to kdelibs version 4.14.10pi2016-06-2312-125/+92
| | | | | | | | | | | | | | | | | | | | | | This is based on the area51 testing repository of the KDE-FreeBSD project, containing work by Raphael Kubo da Costa, Tobias Berner, Ralf Nolden, Adriaan de Groot and probably many more from the KDE team. KDE4 releases have fallen into three tracks now that KDE4 is pretty much end-of-life upstream. There's the libraries, the workspace (Plasma4) and applications. This patch introduces KDE4_KDELIBS_VERSION to track library releases, which are still done infrequently. It bumps the workspace version. It leaves applications alone. This has an effect on some applications pkg-plists where library version numbers need to be changed. Other than that it's supposed to be a minor upgrade, which opens the doors for more reorganization and getting KDE Frameworks 5 in. PR: 210255 Submitted by: Adriaan de Groot <groot@kde.org> (kde), Tobias C.Berner <tcberner@gmail.com> (kde) Exp-run by: antoine
* Update Linux ports to Centos 6.8.tijl2016-06-215-400/+420
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-2110-60/+61
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* Rename all files containing a : in their filename.mat2016-06-1812-43/+43
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* x11/konsole: misc fixes and improvementspi2016-06-162-0/+132
| | | | | | | | | | | | | | | | | | | - fixes readArguments to get all instead of just the first - implements readEnvironment of FreeBSD - fixes handling of %c for remote sessions - add %U (user@) for remote sessions - fixes %D to handle symlinked homedirs This started as a backport of Tobias's patch from https://git.reviewboard.kde.org/r/127525/ No need to bump portrevision, pending update from PR#210255 will take care of that. PR: 209838 Submitted by: matthew@reztek.cz, Tobias C.Berner <tcberner@gmail.com> (kde) Reviewed by: Ralf Nolden <nolden@kde.org> (kde) Approved by: Adriaan de Groot <groot@kde.org> (kde)
* x11/tint: 0.12.9 -> 0.12.11pi2016-06-122-7/+10
| | | | | | | | | | - Fixed crash in tint2conf when adding background - Fixed crash in systray with non-Latin languagess - Battery: do not show negative durations when the sensors return garbage - Add missing dependencies PR: 210204 Submitted by: yamagi@yamagi.org (maintainer)
* - fix for MESAGLjgh2016-06-111-1/+1
| | | | | | /usr/local/include/FTGL/ftgl.h:32:10: fatal error: 'ft2build.h' file not found Reported by: dhw
* - add/enable xinerama support (default)jgh2016-06-101-1/+8
|
* Update to 5.35zeising2016-06-1010-26/+46
| | | | | | | | Add missing dependencies as reported by poudriere. Enable XFT by default. Regenerate patches. Changelog: https://www.jwz.org/xscreensaver/changelog.html
* - Update to 0.1.5olivierd2016-06-102-9/+7
| | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase - Cosmetic changes for documentation PR: 209740 Submitted by: myself Approved by: <horia@racoviceanu.com> (maintainer, timeout > 3 weeks)
* - Update to 325ehaupt2016-06-072-5/+10
| | | | | | - Register the use of xmu xt x11 xpm ice in USE_XORG (prompted by poudriere warning) - Provide an option to enable
* Remove unneeded usage of:mat2016-06-061-1/+1
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* - Regenerate distinfoak2016-06-062-0/+36
| | | | | | | | | - Fix build when Samba is installed and configured as PDC [1] - Make build reproducible [2] PR: 209724 Submitted by: mail_of_sergey@mail.ru Submitted by: amdmi3 [1] [2]
* Deprecate ports broken for more than 6 monthsantoine2016-06-044-0/+8
|
* Remove dependency on displaycalibrator, it's broken since more than 6 monthsantoine2016-06-041-2/+1
|
* Github cleanup.mat2016-06-017-13/+15
| | | | | | | | | - 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
* x11/plasma-scriptengine-ruby: fix buildpi2016-05-291-1/+1
| | | | | | | | | | The commit r415864 (aka "Remove expired misc/kdehier4 and update all of its consumers to not reference it any longer") for x11/plasma-scriptengine-ruby dropped "kdelibs". This re-adds kdelibs to USE_KDE4. PR: 209835 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* - Update to 3.7.0.nobutaka2016-05-283-7/+10
| | | | - Add LICENSE.
* devel/smokeqt, games/katomic, multimedia/gstreamer1-qt4, net-im/kopete-kde4,pi2016-05-281-1/+2
| | | | | | | | | | sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime - update USES in some kde ports Some are cosmetic; some add shebangfix or pathfix where needed PR: 209304 Submitted by: groot@kde.org (kde)
* devel/py-qt4-core cleanups in py-qt4-*pi2016-05-281-2/+3
| | | | | | | - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco
* - Fix build for disabled NLS caseamdmi32016-05-272-21/+6
| | | | | | | | | | - Switch to options helpers - Simplify stripping - Simplify plist handling PR: 202076 Reported by: sascha@root-login.org Approved by: maintainer timeout (horia@racoviceanu.com, 9 months)
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
| | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-2614-14/+14
| | | | | | | | | | | | | 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
* Remove useless WRKSRC definitions.mat2016-05-252-4/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-243-3/+2
| | | | | | 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-244-4/+4
| | | | Approved by: portmgr blanket
* - Pass maintainership to submitteramdmi32016-05-231-8/+7
| | | | | | | | | | | | - While here, minor cleanup - Clarify LICENSE - Add LICENSE_FILE - Remove unneeded flags - Don't needlessly and erroneously patch wish path when TCL is disabled and ${WISH} is not defined - Silence mkdir PR: 209705 Submitted by: guru@unixarea.de
* x11/xtrlock: 2.6 -> 2.8pi2016-05-232-3/+4
| | | | | | | | Changes: http://metadata.ftp-master.debian.org/changelogs/main/x/xtrlock/unstable_changelog PR: 209701 Submitted by: A.J. Fonz van Werven <freebsd@skysmurf.nl> (maintainer)
* Update to 0.2.1bapt2016-05-232-3/+4
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-197-9/+9
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-1941-77/+77
| | | | Approved by: portmgr blanket
* - Update to 0.36.3danilo2016-05-162-3/+4
|
* x11/lemonbar: update 1.1 -> 1.2robak2016-05-152-5/+4
| | | | | PR: 209518 Submitted by: Evgeni Dimitrov <evgeni.dimitrov@gmail.com> (maintainer)
* - Switch to USES=localbaseamdmi32016-05-121-5/+3
| | | | | - Take maintainership - Add distfile mirror
* graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI namingpi2016-05-101-3/+3
| | | | | | | | | | - upgrade fixes the use of the port - py-opengl -> py-PyOpenGL - py-opengl-accelerate -> py-PyOpenGL-accelerate PR: 205472 Submitted by: matthew@reztek.cz Reviewed by: koobs
* x11/gnustep-app: remove expired deskutils/gnustep-notebook from dependenciesrene2016-05-081-2/+1
| | | | | | | | and bump PORTREVISION PR: 209009 Submitted by: myself Approved by: maintainer timeout (theraven, 14 days)
* - Distfile was re-rolledkmoore2016-05-063-6/+7
| | | | | | - Update depends - Improve pkg-descr - Bump PORTREV
* - Fix headernivit2016-05-051-1/+1
|
* AltYo - Drop-down terminal emulator, written in Vala, depends onlynivit2016-05-056-0/+108
| | | | | | on libvte and gtk3. WWW: https://github.com/linvinus/AltYo
* Add static option which also builds xforward-static which can be copiedcy2016-05-042-3/+46
| | | | to a firewall/gateway/proxy machine without a full-blown X insstalled.
* - Update x11/lumina and x11/lumina-i18n to 0.9.0kmoore2016-05-045-13/+18
|
* - Update to 0.36.2danilo2016-05-012-3/+3
|
* x11/xdialog: submitter becomes maintainer, additional mirror sitepi2016-05-011-2/+3
| | | | | PR: 209170 Submitted by: A.J. van Werven <freebsd@skysmurf.nl>
* Make fetchable again.cy2016-05-012-7/+5
| | | | Take maintainership of this port.
* - Update to 0.36.1danilo2016-05-012-3/+3
|
* x11/fbdesk: Fix build with libc++ 3.8.0pi2016-04-301-0/+11
| | | | | PR: 209108 Submitted by: dim
* Provide an option to build with ReGIS graphics support.ehaupt2016-04-271-1/+3
| | | | | PR: 209083 Submitted by: IWAMOTO Kouichi
* Update to 0.2bapt2016-04-232-3/+3
| | | | | | | | | | Changes: - Plug a memory leak - Add a switch to allow running in foreground - Make the default actually really timeout at 1 min not 6s - Change the loop mechanism to actually listen/poll on the xset s. and use the poll timeout to decide when to lock Sponsored by: Essen Hackathon 2016
* Setting IGNORE is probably better than BROKENlme2016-04-231-1/+1
| | | | | Suggested by: cy Sponsored by: Essen Linuxhotel Hackathon 2016
* Convert more ports to USES=(tcl|tk):teagahr2016-04-221-7/+1
|
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* x11/pixman: fix build on powerpc64/powerpcswills2016-04-211-1/+7
| | | | Reviewed by: dumbbell, kwm
* Mark BROKEN: -devel version is older than x11/tintlme2016-04-201-0/+2
| | | | Requested by: maintainer via IRC
* - Update to 0.12.9lme2016-04-203-4/+9
| | | | | | | | | - Add a missing example file - Add INSTALLS_ICONS macro - Add an NLS knob PR: 208921 Submitted by: maintainer
* Unbreak. Hand off to the upstream maintainer. Really...mi2016-04-191-3/+1
|
* Update to 0.5.6.mat2016-04-183-18/+31
| | | | | | PR: 208871 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 1.5.3olivierd2016-04-174-20/+7
|
* - Update audio/chromaprint to 1.3.1jhale2016-04-161-1/+1
| | | | | | | - Chase shlib bump PR: 208819 Submitted by: Ben Woods <woodsb02@gmail.com>
* CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-133-1/+187
| | | | | PR: 206943 Submitted by: xmj
* Unbreak.mat2016-04-123-18/+18
| | | | | | | | While there, split out DOCS and EXAMPLES. PR: 208723 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Unbreak.mat2016-04-123-5/+8
| | | | | | PR: 208722 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Update to 3.0.8sunpoet2016-04-121-2/+1
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* - Add LICENSE_FILEamdmi32016-04-112-2/+23
| | | | - Fix PREFIX/LOCALBASE misuse
* - Update to 0.35.0danilo2016-04-102-3/+3
|
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-01170-863/+863
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-014-7/+7
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.5.0sunpoet2016-04-012-2/+2
| | | | | | - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* - Reassign to the heap, on maintainer's requestculot2016-03-312-2/+2
|
* revert r412141bapt2016-03-302-3/+2
| | | | | | | On FreeBSD 9 the dependency syntax used here will use the "old yacc" which is in in base and not byacc from ports which does not support %pure_parser. Dropping bison as a build dependency is not worth a more complex syntax
* Replace the bison dependency by byaccbapt2016-03-302-2/+3
| | | | | It reduces the number of build dependencies required (bison requires gettext) Also note that byacc is in base since FreeBSD 10.0
* x11/libfm:olivierd2016-03-284-8/+5
| | | | | | | | | | | | | - Update to 1.2.4 - Cosmetic change for documentation files x11/libfm-extra - Update to 1.2.4 - Remove distinfo (not need in slave port) PR: 207579 Submitted by: myself Approved by: horia@racoviceanu.com (maintainer, timeout 1 month)
* - Update security/gnutls to 3.4.10.tijl2016-03-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* Tell the port the correct directory to copy for the package, otherwisekwm2016-03-271-2/+2
| | | | | | we end up with a empty package. Reported by: antoine@
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-1/+1
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix build with old gccbapt2016-03-241-0/+1
|
* Drop MAKE_JOBS_UNSAFE.rakuco2016-03-241-1/+0
| | | | | | | | | The port built fine with -j56 on Poudriere, and it also ran fine. I'm tempted to believe whatever problems there were when the port was initially added to the tree have since been solved, and the port should be make jobs safe now. PR: 207191 Approved by: maintainer timeout (vg, 39 days)
* Add an option to enable XHTML and SVG screen dumps.ehaupt2016-03-211-1/+4
|
* Drop bogus libgnome-keyring dependencyrm2016-03-213-15/+7
| | | | | | | | | | And add dependency upon libsecret where needed. Bump PORTREVISION because of dependency change. For x11/gdm also drop KEYRING option and corresponding logic bits - this functionality is now available unconditionally. Differential Revision: D5690 Reviewed by: kwm, mat
* x11/tint: 0.12.6 -> 0.12.7pi2016-03-192-3/+3
| | | | | | | | | | | | Changes: https://gitlab.com/o9000/tint2/blob/0.12.7/ChangeLog - Fix crash caused by race when reading inconsistent values for _NET_CURRENT_DESKTOP and _NET_NUMBER_OF_DESKTOPS - Fix regression (all desktop tasks not working) - Fix small memory leak in launcher PR: 208112 Submitted by: yamagi@yamagi.org (maintainer)
* - Update to version 1.4.5, which is based on GTK+ 2.x nowdanfe2016-03-165-47/+67
| | | | | | | | - Unbreak fetching: upstream are using Debian CDN officially - Stop demanding GNU make: builds fine with BSD make as well - Define LICENSE (GPLv2), install couple of docs and sample configuration file while here - Update port description text and project web address
* Change header installation location for kdelibs4-based ports.rakuco2016-03-1512-2012/+2028
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* Reduce number of dependencies, add SSL option.rakuco2016-03-151-5/+13
| | | | | | | | | | | | | - Drop dependencies, that are not from ${WRKSRC}/BUILDING.txt. - Add optional OpenSSL support. - Turn (added) XVideo dependency into an option. - Drop obsolete comment (jpeg-turbo can be compiled for non-amd64/i386 architectures since r388256). - Bump PORTREVISION. PR: 203237 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Approved by: maintainer timeout (175 days)
* Mark BROKEN: fails to buildantoine2016-03-141-0/+2
| | | | | | | | cc -I ../../include -W `pkg-config --cflags libSystem gtk+-2.0` -fPIC -Wall -g -O2 -pedantic `pkg-config --cflags libDesktop` -c embed.c embed.c:104:33: error: too few arguments to function call, single argument 'code' was not specified helper->error(NULL, error_get(), 1); Reported by: pkg-fallout
* Deprecate and expire 1 month.rakuco2016-03-141-0/+2
| | | | | The port is unmaintained, does not fetch and there is no associated website to retrieve more information.
* Deprecate ports broken for more than 6 monthsantoine2016-03-141-0/+2
|
* - Add LICENSE_FILEamdmi32016-03-121-2/+4
| | | | | | | - Switch to USES=tar:tbz2 - Switch to options helpers Approved by: portmgr blanket
* Update to 324ehaupt2016-03-112-5/+3
|
* Do not include _POSIX_SOURCE in CPPFLAGS. It removes much termios(4)naddy2016-03-111-0/+2
| | | | | | functionality, resulting in broken tty settings. Approved by: ehaupt
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-085-10/+10
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* - patch for main deforaos libraryolivier2016-03-085-2/+15
| | | | | | | - bump PORTREVISION for dependencies Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5562
* Update to 323ehaupt2016-03-082-3/+3
|
* Add missing pkgconfig dependencybapt2016-03-071-0/+1
|
* - Since our GitHub-hosted distfile support understands external projects,danfe2016-03-073-14/+19
| | | | | | | | use it instead of storing manually-fetched distfile in `local-distfiles', - Remove bogus USE_LDCONFIG knob and avoid symlinking to an absolute path - As support for some older FreeBSD versions was removed in r398738, merge in-place alteration of the `qmltermwidget/lib/kpty.cpp' file (previously conditional) into existing patch
* x11/xcb-proto: fix packaging with python3.5rm2016-03-072-33/+19
| | | | | | | | | | | Utilize py3kplist to fix packaging with python 3.5 and to simplify Makefile. Add LICENSE (MIT) and bump PORTREVISION for package changes. Add NO_ARCH, while here. PR: 205859 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Submitted by: FreeBSD@ShaneWare.Biz (py3kplist suggestion) Approved by: maintainer timeout
* x11/gnome-shell: fix previous commitrm2016-03-061-1/+1
| | | | With hat: gnome
* x11/gnome-shell: add missing runtime dependency upon x11/libgnomekbdrm2016-03-061-1/+3
| | | | | | | | | | | | | | | | | x11/gnome-shell lacks dependency on x11/libgnomekbd. Here is how it can be checked out: 1. Click on language indicator on panel 2. Click on 'Show keyboard layout' button You'll get this error message: Execution of "gkbd-keyboard-display" failed: Command not found Installing of x11/libgnomekbd resolves the issue. PR: 207300 With hat: gnome MFH: 2016Q1
* New xcbautolock. Minimalistic XCB base utility that monitors users activity forbapt2016-03-054-0/+28
| | | | | a user defined period of time (granularity up to the second) and fires up a user define program once the duration is reached without any activity.
* - Chase upstream 0.8.8_2kmoore2016-03-052-4/+4
| | | | - Bump PORTREV
* Update gnome-shell-extensions to 3.18.4.kwm2016-03-042-3/+3
|
* Update gnome-shell to 3.18.4.kwm2016-03-042-3/+3
|
* - Update to 0.8.4nivit2016-03-043-3/+4
|
* Update to 0.2.1 and add DOCS optionolivier2016-03-033-6/+49
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5523
* - Update to 0.34.2danilo2016-03-022-3/+3
|
* - Update to 0.34.1danilo2016-02-272-3/+3
|
* - set maintainerjgh2016-02-271-1/+1
| | | | | PR: 207517 Submitted by: portmaster@bsdforge.com (maintainer)
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵amdmi32016-02-251-1/+1
| | | | | | and security/libotr3 Approved by: portmgr blanket
* Update to 1.3.rakuco2016-02-255-35/+34
| | | | | PR: 207289 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
* - Update to 0.34.0danilo2016-02-232-3/+3
|
* Update MASTER_SITES for the KActivities ports.rakuco2016-02-222-2/+2
| | | | | | Upstream has decided to move existing files to a new location. Ugh. Submitted by: Tobias Berner <tcberner@gmail.com>
* Remove direct dbus dependency.madpilot2016-02-221-3/+2
| | | | | PR: 207176 Submitted by: Henry Hu <henry.hu.sh at gmail.com> (maintainer)
* x11/rofi: 0.15.11 -> 0.15.12pi2016-02-202-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: - Initial `-dump` command for dmenu mode. (#216) - Threading support. o Parallel checking for ASCII. o Parallel string matching. o Autodetect number of HW-threads. o Disabled by default. - Highlight multiple selected rows (#287,#293) - Dmenu can read from file instead of stdin. - Regex matching (#113) - Take Screenshot of rofi using keybinding. - Hotkey for sorting: (#298) Option to set scrollbar width. Improvements: - Fix return code of multi-select. - Update manpage (#289, #291) - Improve speed of reading stdin in dmenu mode. - Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them. (#268, #265, #286) - Correctly set locale, fixing issues with entering special characters. (#282) - DRun mode support `NoDisplay` setting (#283) - Pango markup is matched when filtering. (#273) Bug fixes: - Improve error message (#290) - Correctly switch to next entry on multi-select when list is filtered (#292) - Switch __FUNCTION__ for __func__. (#288) - Fix segfault on empty list and moving through it. (#256,#275) - Fix one off of colors (#269) - Drun fix uninitialized memory (#285) PR: 206846 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: nomoo@nomoo.ru
* x11/rofi: fix I3 optionpi2016-02-202-1/+26
| | | | | | | MFH: 2016Q1 PR: 206846 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: nomoo@nomoo.ru (maintainer)
* - Upstream bumped 0.8.8 with some minor bugfixes, chase themkmoore2016-02-202-3/+4
| | | | - Bump PORTREV
* Update my email for ports I maintainolivier2016-02-176-12/+12
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-1525-64/+99
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
* - Update to 0.8.8kmoore2016-02-115-34/+36
| | | | http://lumina-desktop.org/lumina-desktop-0-8-8-released/
* Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundledmi2016-02-111-0/+1
| | | | | | | | tests and make myself the maintainer to deal with fallout, if any. Bump PORTREVISION of the two other ports, which depend on x265 by default. PR: 206864
* Update xkeyboard-config to 2.17.kwm2016-02-103-4/+7
|
* Update pixman to 0.34.0.kwm2016-02-104-22/+4
|
* x11/kde4-workspace: fix OpenGL tests with nVidia's libGLdbn2016-02-082-1/+16
| | | | | | | | | | | | | | | | | | | | nVidia's libGL causes a segfault in ld-elf if the application that is linking to libGL also links to another library (ordered before linking to libGL) and the second library links to libthr. For example: kwin_opengl_test -> libXft -> libthr -> libGL Two workarounds are known: 1) Change the linking order to have libGL linked first, or 2) Also link to libthr in the (base) application. This patch implements the latter fix. PR: 205149, 206899 MFH: 2016Q1
* - Remove unneeded @diramdmi32016-02-061-1/+0
| | | | Approved by: portmgr blanket
* - Force use unix socketsvsevolod2016-02-052-1/+12
| | | | | | PR: 206050 Submitted by: rozhuk.im at gmail.com Approved by: maintainer
* 1: Update to 1.9.vanilla2016-02-032-12/+6
| | | | 2: switch GITHUB.
* Remove source and intermediate build output from intalled rubygem- portsswills2016-02-021-0/+1
| | | | PR: 192949
* Don't install the network applet. It doesn't work because it uses onkwm2016-02-022-3/+3
| | | | | NetworkManager. This stops cinnamon complaining that one of the applets didn't start when you login.
* Update mate-panel to 1.12.2.kwm2016-02-012-4/+3
|
* x11/xterm: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* Welcome Centos 6.7miwi2016-01-313-279/+279
| | | | | | | | | | | | | | - Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
* - Update to 3.3.4danilo2016-01-302-4/+4
|
* - Update to 0.12.6olivierd2016-01-302-5/+5
| | | | | | | - Adjust MASTER_SITES PR: 206737 Submitted by: <yamagi@yamagi.org> (maintainer)
* In x11/leechcraft, change the syntax of C++11 braced initializers withdim2016-01-283-0/+40
| | | | | | | | | | | | | | | | | multiple elements to correspond to C++ WG paper N3922. E.g, instead of: auto foo { 1, 2, 3, 4 }; one should write: auto foo = { 1, 2, 3, 4 }; This makes the port compile with clang 3.8.0 and higher, or gcc 5.0 and higher. Approved by: vg (maintainer) PR: 206650 MFH: 2016Q1
* Update the MATE DE to 1.12.kwm2016-01-2523-107/+219
| | | | | | | | | | | | * Still build MATE against gtk+ 2 due to gtk+ 3 support not ready for prime time. * Fix loading of a number of applets. We rename a number of applets but didn't change the "config" files the "add applet to panel" dialog uses. [1] * Unbreak the creation of new notes with the stickynotes applet [2] PR: 205391 [1], 200349 [2] Obtained from: GNOME devel repo
* x11/tilda: Promote vte3 from BUILD_DEPENDS to include RUN_DEPENDSmarino2016-01-252-0/+3
| | | | | | | | | | | | | | User got error message, 'Shared object "libvte-2.91.so.0" not found, required by tilda' when launching tilda. Manually installing x11-toolkits/vte3 fixed the issue, so vte3 is clearly more than a build dependency. I've specified RUN_DEPENDS rather than convert BUILD_* to LIB_* given how vte3 was already specified and the fact there's no generic library in pkg-plist. while here, fix the pkg-plist error that showed during build testing by adding share/appdata/tilda.appdata.xml to the list approved by: just fix it.
* Update Qt5 to 5.5.1.rakuco2016-01-252-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest stable release at time of writing. Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/ New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5 As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work on these ports in kde@'s experimental area51 repository. He's the one who started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden (nolden@kde.org) has contributed the initial version of most of our new Qt5 ports. Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805 with his own patch for the 5.5.1 update. Some of his changes there prompted additional fixes and changes present in the final patch generated from our experimental repository. New ports: - comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location, graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d, x11-toolkits/qt5-uiplugin. General changes in all Qt5 ports: - All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking, which is a problem with qmake-based because the libraries passed to the linker come from the modules .pri files and many are not necessary. - With this change, several ports had their USE_QT5 lines adjusted to explicitly include some libraries that were pulled in implicitly, and to exclude libraries no longer required with -Wl,--as-needed. Changes in specific ports: - devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5 ports by default. It makes the Makefile much simpler, and those options were already on by default. - devel/qt5-core: The clang+base libstdc++ workaround has been expanded and more C++11 features have been disabled when that combination is used by a port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled features have explanations for why they were disabled in the patched header itself. - devel/qt5-designer: uiplugins has been split out following a similar change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having to depend on the big qt5-designer port. - multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of 0.10. - net/qt5-network: The port now depends on libproxy for proxy settings. Using libproxy allows proxy settings to be read from different sources, and also allows .pac files to work with Qt. - www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10. PR: 205805 PR: 206435
* Upgrade to 9.22.thierry2016-01-242-4/+3
| | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
* Update to 0.3.1olivierd2016-01-223-13/+20
| | | | | PR: 206261 Submitted by: <tkato432@yahoo.com>
* Update to 0.3.1olivierd2016-01-224-52/+38
| | | | | PR: 206260 Submitted by: <tkato432@yahoo.com>
* New port: x11/libfakekey.rakuco2016-01-226-0/+45
| | | | | | | | | libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox Submitted by: Tobias Berner <tcberner@gmail.com> to the area51 KDE repository
* Update poppler to 0.40.0. [1]kwm2016-01-222-1/+2
| | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
* - Update to 0.8.3nivit2016-01-202-3/+3
| | | | | | PR: 206100 Submitted by: Neel Chauhan <neel@neelc.org> Release notes: https://github.com/Guake/guake/releases/tag/0.8.3
* - Update to 3.0.7sunpoet2016-01-171-10/+21
| | | | | | | | | - Remove duplicate CATEGORIES - Fix LICENSE - Add more RUN_DEPENDS and sort it Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Sponsored by: PortsCamp Taiwan
* On BSD, switching off ICANON does not disable LNEXT (^V) processing.naddy2016-01-162-0/+12
| | | | We explicitly need to unset IEXTEN.
* - Fix path to nvidia-driver's registry profilesamdmi32016-01-131-1/+3
| | | | | | PR: 204627 Submitted by: admin@vladiom.com.ua Approved by: maintainer timeout (bland, 7 weeks)
* Adopt x11/xtermcontrol and upgrade to version 3.3.olgeni2016-01-132-6/+4
| | | | | Remove run dependency on xterm: xtermcontrol can be installed on a headless server and control xterm remotely.
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-1318-19/+18
| | | | Approved by: portmgr blanket
* Instead of simply removing pulseaudio provide an option (off by default)bapt2016-01-123-11/+16
|
* Update to 2.10bapt2016-01-127-152/+28
| | | | Add patches to remove support for pulseaudio
* - Update to 0.33.1danilo2016-01-122-3/+3
|
* Update tilda to 1.3.1rodrigo2016-01-123-7/+7
|
* x11/p5-X11-XCB: 0.12 -> 0.15pi2016-01-122-3/+3
| | | | Changes: added extension_present(), _screens_from_root()
* Fix a crash in gnome-control-center when the Region panel is selectedkwm2016-01-082-0/+12
| | | | | | | | | | on FreeBSD 11. When the region panel is selected it would crash right after printing: GnomeDesktop-WARNING **: locale 'kk_Cyrl_KZ.UTF-8' isn't valid This is because the gnome-desktop code that processes the locale doesn't handle multi language locales like the one above. And the code wasn't taking into account that language might be NULL.
* Update GStreamer1 to 1.6.2.kwm2016-01-042-2/+2
| | | | | | | | | | | | Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]
* Add patch to fix taglib version detectionjhale2016-01-041-0/+11
| | | | Reported by: pkg-fallout
* - Add upstream patch to fix taglib version detectionjhale2016-01-032-1/+36
| | | | | | | - Bump PORTREVISION as FindTaglib.cmake is modified Reported by: pkg-fallout Obtained from: https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=967fc70300d5c2ae34d39b61757b717f6fca8805
* Install desktop entry filepawel2016-01-031-2/+11
| | | | | | PR: 205360 Submitted by: myself Approved by: maintainer timeout
* - Update to 1.5miwi2016-01-032-3/+3
| | | | | PR: 205463 Submitted by: jochen@jochen-neumeister.de
* Fix linking after r404875.rakuco2016-01-031-1/+1
| | | | | | | | | | | | | There was a typo in the line setting LDFLAGS: we need -L/some/dir, not /some/dir. From the logs: /usr/local/lib: file not recognized: Is a directory c++: error: linker command failed with exit code 1 (use -v to see invocation) Thanks to antoine for raising the issue, and sorry for the brain fart. MFH: 2015Q4
* Update to 322ehaupt2016-01-032-3/+3
|
* - Update to 0.33.0danilo2016-01-022-3/+3
|
* - Update to 0.1.4olivierd2016-01-023-8/+6
| | | | | | | | | - Adjust LICENSE blob - Sort USES PR: 205361 Submitted by: myself Approved by: <horia@racoviceanu.com> (maintainer, timeout 2 weeks)
* Chase update of x11/menu-cache, after revision r405055olivierd2016-01-022-1/+2
|