aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libxalloc
ModeNameSize
-rw-r--r--Makefile588logstatsplainblame
-rw-r--r--distinfo61logstatsplainblame
d---------files36logstatsplain
-rw-r--r--pkg-comment48logstatsplainblame
-rw-r--r--pkg-descr140logstatsplainblame
-rw-r--r--pkg-plist135logstatsplainblame
> | | - Add missing dependency Approved by: maintainer via irc * - Fix shebangsamdmi32017-04-212-3/+4 | | | | - Don't install LICENSE with docs * x11-wm/e16: update to 1.0.18gahr2017-04-172-5/+7 | | | | | | | | | | | | | - Use AC_USE_SYSTEM_EXTENSIONS. - Build .xz tarball too. - Use RandR data to populate screens structure. - Remove unused Mode.display.xinerama_active. - Refactor some screen stuff. - Refactorization in WarpFocus(). - Window list: Show windows on same head as pointer first. - Drop incomplete HAVE_STDARG_H stuff. - Fix warning with recent pango. - Warning fixes for gcc 7. * - Remove unused `shebangfix' from USESdanfe2017-04-132-2/+3 | | | | | | | - Delete interpreter shebang from file that is not meant to be executed and does not have executable permissions - Don't use capital letter after colon * - Update x11-wm/awesome to 4.1garga2017-04-1210-97/+457 | | | | | | | | | | - Create x11-wm/awesome3 for users who want to keep running 3.5.x because API is not backward compatible - Add UPDATING note - Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for users to convert configuration files to 4.x Differential Revision: https://reviews.freebsd.org/D10341 * - Add options to select between ALSA and PULSEAUDIOgblach2017-04-051-6/+11 | | | | | | | | - Bump PORTREVISION - Replace spaces with tab PR: 218031 Reported by: rezny * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-013-1/+3 | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 * Fix people using LICENSE_DISTFILES in the wrong way.mat2017-03-311-2/+2 | | | | Sponsored by: Absolight * Update to 0.21.7gblach2017-03-302-5/+7 | | | | | PR: 218031 Submitted by: Jochen Neumeister (joneum <at> bsdproject <dot> de) * - Update devel/libpthread-stubs to 0.4ashish2017-03-291-3/+3 | | | | | | | | - Chase libpthread-stubs update, and also switch to BUILD_DEPENDS from LIB_DEPENDS, as port is now only .pc file PR: 218015 Submitted by: rezny * Assign new maintainertobik2017-03-221-1/+1 | | | | | | | PR: 217991 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10092 * Take in olivierd@'s commit bit on his request.rene2017-03-192-2/+2 | | | | | Submitted by: olivierd@ With hat: portmgr-secretary * Mark the remaining ports depending on Google Code as DEPRECATED, with anmat2017-03-041-0/+2 | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight * Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13tcberner2017-03-034-10/+10 | | | | | | | | | | | * Update xmonad to 0.13 * New required ports devel/hs-directory * Required update of x11/hs-X11 to 0.13 PR: 217012 Reviewed by: mat Approved by: maintainer timeout (2 weeks), rakcuo (mentor) Differential Revision: https://reviews.freebsd.org/D9548 * Unbreak porttobik2017-02-276-39/+78 | | | | | | | | | | - Move from Google Code to GitHub - Update maintainer email PR: 213190 Submitted by: Mageirias Anastasios <anastasios@mageirias.com> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9822 * Update to 0.21.6gblach2017-02-262-4/+4 | | | | | PR: 217201 Submitted by: hardy.schumacher <at> gmx <dot> de * Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-0/+11 | | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 * Remove -fPIC and fix the real problem where a variable is defined as antijl2017-02-162-3/+21 | | | | array in one file and declared as a pointer in another. * - Remove previous patch (creation of folder in context menu), it causesolivierd2017-02-161-5/+1 | | | | | crash of xfdesktop and produces wrong mime type - Bump PORTREVISION * Add -fPIC to various ports to enable them to build on armv6.linimon2017-02-101-0/+2 | | | | Approved by: portmgr (tier-2 blanket) * - Fix CONFLICTS on wmii-develamdmi32017-02-084-14/+14 | | | | | - Silence stripping - Regenerate patches * - Allow to build without `devel/libconfig' and Xinerama supportdanfe2017-02-061-6/+14 | | | | | - Provide better DRM and OpenGL option descriptions - Define LICENSE_FILE and remove banal comment in the Makefile * - Update `x11-wm/compton' to the latest snapshotdanfe2017-02-064-47/+33 | | | | | | | - Add missing X.org libraries to USE_XORG list - Install stripped binary (subject to WITH_DEBUG) - Rename wrongly named patch and regenerate them - Convert to option helpers while I'm at here * Prefer -std=gnu89 over -fgnu89-inlinejbeich2017-02-051-1/+1 | * x11-wm/afterstep-stable: unbreak with clang 4.0jbeich2017-02-0211-151/+2 | | | | | | | | | | | | ../../libAfterStep/libAfterStep.a(colorscheme.o): In function `make_ascolor_scheme': colorscheme.c:(.text+0x1e1b): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e40): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e65): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1e89): undefined reference to `make_grad_argb' colorscheme.c:(.text+0x1eb1): undefined reference to `make_grad_argb' ../../libAfterStep/libAfterStep.a(colorscheme.o):colorscheme.c:(.text+0x1ed1): more undefined references to `make_grad_argb' follow Reported by: antoine (via exp-run) * Unbreak the INDEX build after r432934.danfe2017-02-011-1/+1 | | | | Prompted by: mat * Fix build by using autoreconfamdmi32017-01-291-3/+3 | * x11-wm/rubygem-uh-wm: create portswills2017-01-274-0/+32 | | | | | | | | | | | uhwm is a minimalistic tiling and stacking window manager for X. It shares some similarities with dwm and wmii, but is written in ruby so you can configure and extend features directly with ruby code. WWW: https://rubygems.org/gems/uh-wm PR: 216434 Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr> * LXAppearance is a theme switcher for the Lightweight X11 Desktop Environmentolivierd2017-01-256-0/+120 | | | | | | (LXDE). WWW: http://www.lxde.org/ * - Update to 0.5.3olivierd2017-01-259-19/+125 | | | | | - Add new option, UPOWER - Adjust dependencies * x11-wm/rubygem-uh-layout: create portswills2017-01-244-0/+24 | | | | | | | | | Tiling and stacking layout for uh-wm ruby gem. WWW: https://rubygems.org/gems/uh-layout PR: 216029 Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr> * Fix graphics/py-poppler-qt4: fails to build with clang 4.0tcberner2017-01-221-0/+15 | | | | | | | | | | | Import upstream commit http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f for issue https://sourceforge.net/p/fluxbox/bugs/1138/ PR: 216176 Approved by: portmgr blanket, rakuco (mentor) MFH: 2017Q1 * - add LICENSEdinoex2017-01-221-0/+3 | | | | - fix a possible problem if PREFIX differs from LOCALBASE * - fix a possible problem if PREFIX differs from LOCALBASEdinoex2017-01-225-172/+115 | * Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-216-6/+6 | * - Fix creation of folder from desktop context menuolivierd2017-01-131-5/+6 | | | | | | | | | | | - Bump PORTREVISION While I'm here, switch to optional extra build target (when NLS option is unset) PR: 214207 Reported by: Marko Cupac MFH: 2017Q1 * x11-wm/wmname: fix URLlifanov2017-01-101-1/+1 | | | | | | | | PR: 215873 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9109 * Cleanup NO_BUILD and NO_INSTALL usage.mat2016-12-291-1/+0 | | | | Sponsored by: Absolight * Update x11-wm/hs-xmonad & x11-wm/hs-xmonad-contrib to 0.12tcberner2016-12-297-66/+10 | | | | | | | | | | * Removes all patches including XFORK_FIX (it seems it is not needed anymore). * New port as dependency: devel/hs-setlocale PR: 213579 Submitted by: Martin Sugioarto <martin@sugioarto.com> Approved by: maintainer timeout (2 months), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8191 * Add a port of subtle, grid-based manual tiling window manager.danfe2016-12-288-0/+171 | | | | WWW: http://subtle.subforge.org/ * Make ${LOCALBASE}/etc/xdg/menus the home of XDG menus.cy2016-12-211-0/+3 | | | | PR: 215337 * Fix NLS build.cy2016-12-211-5/+4 | | | | | Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Christoph Moench-Tegeder <cmt@burggraben.net> * Update 2.6.6 --> 2.6.7cy2016-12-207-78/+544 | | | | PR: 215337 * Update to 0.21.5gblach2016-12-182-4/+4 | | | | PR: 215329 * - Fix CONFLICTS on wmiiamdmi32016-12-144-8/+8 | | | | | - Silence stripping - Regenerate patches * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-095-5/+5 | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. * Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2 | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. * Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-091-0/+1 | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. * Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-0/+1 | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. * Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added intijl2016-12-084-3/+4 | | | | | r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. * Update to 0.11.3olivierd2016-12-072-5/+9 | * x11-wm/mutter: Update to 3.18.4cpm2016-12-034-7/+11 | | | | | | | | | | | | | - Update mutter to 3.18.4 - Add LICENSE and LICENSE_FILE - Record TIMESTAMP and distinfo checksum (3.18.4) - Regenerate patches with make makepatch - Add WWW to pkg-descr PR: 214289 Submitted by: cpm Reviewed by: amdmi3, feld (mentors) Approved by: kwm (GNOME team), amdmi3, feld (mentors) * - Fix build when python symlink is not presentantoine2016-11-231-2/+5 | | | | - Remove dependency on python2 symlink * - Fix build when python symlink is not presentantoine2016-11-231-2/+5 | | | | - Remove dependency on python2 symlink * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1 | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. * - Update to version 1.1.1danfe2016-11-153-29/+20 | | | | | | | | | | | - Employ USES+=localbase:ldflags instead of manually setting CFLAGS and LDFLAGS - Propagate our standard `prefix' and `mandir' to inner Makefile and thus get rid of hand-rolled `do-install' target - Install `doc/standards.html' and convert to options helper target - Simplify PLIST_FILES and sanitize port description text while here TIMESTAMP (evilwm-1.1.1.tar.gz) = 1436791316 * Use OPTION helpers for DOCSriggs2016-11-132-3/+11 | | | | | PR: 213975 Submitted by: udvzsolt@gmail.com (maintainer) * Update to 4.13bapt2016-11-104-26/+34 | | | | Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt * - Add LICENSEamdmi32016-11-086-21/+26 | | | | - Switch to options helpers * x11-wm/herbstluftwm: track more dependenciesjbeich2016-11-021-2/+2 | | | | | PR: 213975 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) * x11-wm/bspwm: update to 0.9.2jbeich2016-11-024-12/+21 | | | | | | | | - Pass maintainership to the submitter Changes: https://github.com/baskerville/bspwm/compare/0.9.1...0.9.2 PR: 213949 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> * - Add LICENSEamdmi32016-10-301-1/+5 | | | | | - Add NO_ARCH - Switch to options helpers * Update to 4.12.1olivierd2016-10-262-7/+11 | * Use USES=pathfix where applicable.mat2016-10-211-1/+0 | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 * ${RM} already has -f.mat2016-10-212-2/+2 | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight * - Add NO_ARCHamdmi32016-10-211-1/+4 | | | | - Switch to options helpers * Update to 0.21.3gblach2016-10-132-4/+4 | * Thank you Uffe for your past work on FreeBSD ports! Hope you'll find timebsam2016-10-101-1/+1 | | | | | | to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) * - Fix LICENSEamdmi32016-09-281-12/+15 | | | | | - Add LICENSE_FILE - Switch to options helpers * - Update devel/efl to 1.18.1gblach2016-09-274-7/+20 | | | | | | | | | | | - 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 * - drop maintainershipdinoex2016-09-261-1/+1 | * GOOGLE_CODE has gone away.mat2016-09-143-1/+5 | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight * Most commonly used build systems support silent builds, when theyamdmi32016-09-101-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * - Bump PORTREVISIONjgh2016-09-094-412/+48 | | | | | | | | | | | | | | | | | | | - Remove DISTFILES variable - Add LICENSE_FILE for MIT license - Add proxy dependencies to LIB_DEPENDS and USE_XORG - Remove WANT_GNOME and GNOME option [1] - Add PORTDATA variable - Use new options helpers and remove bsd.port.options.mk include - Fix patch for disabled NLS option - Simplify docs installation - Change sed patch for util/fbsetbg and regenerate files/patch-util_fbsetbg - Adapt pkg-plist - adjust pkg-descr while here [1] http://git.fluxbox.org/fluxbox.git/commit/?id=a2558a2b14054058342d9946deefd7c72dc2d887 PR: 211814 Submitted by: lightside@gmx.com * Add missing braces in polkit example rules.olivierd2016-08-231-2/+2 | | | | | | PR: 212061 Submitted by: <yuri@rawbw.com> MFH: 2016Q3 * x11-wm/jwm: Update to 2.3.6woodsb022016-08-233-4/+7 | | | | | | | | | - Update LICENSE deatils to MIT, as per upstream change - Add LIB_DEPENDS on print/freetype2: as detected by stage-qa, for XFT option Approved by: adamw (mentor) Relnotes: http://joewing.net/projects/jwm/release-2.3.shtml#v2.3.6 Differential Revision: https://reviews.freebsd.org/D7596 * - Add LICENSEamdmi32016-08-201-9/+7 | | | | | | | - Switch to USES=localbase - Switch to options helpers - Fix build with disabled NLS - Verbosify build * Update to version 1.12.0pawel2016-08-173-4/+6 | | | | | PR: 211825 Submitted by: Demetris Procopiou (maintainer) * - Update to version 1.11.91pawel2016-08-06