| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
2018-09-20 x11-wm/swm: upstream no longer maintained, the screen turns black after starting swm
|
|
|
|
|
|
|
|
|
|
|
| |
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine
|
|
|
|
|
|
|
|
| |
While here, add license, NLS option and bump PORTREVISION
PR: 230918
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
|
|
|
|
|
|
|
|
| |
By default lld does not allow non-PIC code where PIC is required.
Other architectures already apply -fPIC; do so for i386 as well.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
| |
While here, add LICENSE and pet portlint
PR: 230914
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
|
|
|
|
|
|
|
|
| |
While here, add LICENSE and pet portlint
PR: 230912
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
|
|
|
|
|
|
|
|
| |
While here, add license, NLS option and bump PORTREVISION
PR: 230911
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)
|
|
|
|
|
|
|
|
| |
While here, add LICENSE, NLS option and bump PORTREVISION
PR: 230865
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: maintianer timeout (freebsd-ports@dan.me.uk, >3 weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
| |
|
|
|
|
|
|
|
| |
Add option to build with PANGO support for text rendering.
Fix NLS with non-default prefix.
Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.19
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
|
|
|
|
|
| |
Adjust CFLAGS to more closely match upstream.
Changelog: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_2_0
|
|
|
|
|
|
|
| |
x11-wm/i3-gaps was added today.
PR: 230266
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
|
| |
features, including gaps
PR: 230265
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Also switch from PORTVERSION to DISTVERSION
PR: 230901
Submitted by: fullermd@over-yonder.net (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16909
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ActionHandler.cc:603:10: error: case value evaluates to 4294967291, which cannot be
narrowed to type 'int' [-Wc++11-narrowing]
case WORKSPACE_UP:
^
http://beefy11.nyi.freebsd.org/data/head-i386-default/p474051_s336054/logs/pekwm-0.1.17_4,1.log
PR: 230889
Submitted by: tobik
Approved by: Natacha Porté <natbsd@instinctive.eu> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
windowmanager.cc:1929:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
CARD32 geometry[] = { xres, yres };
^~~~
windowmanager.cc:1929:24: note: insert an explicit cast to silence this issue
CARD32 geometry[] = { xres, yres };
^~~~
static_cast<CARD32>( )
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/jewel-0.12.41_4.log
- Make sure the build respects CXXFLAGS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/OBPager.cc:937:19: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing]
char text[2] = { (mDesktopNum % 9) + '1', '\0' };
^~~~~~~~~~~~~~~~~~~~~~~
src/OBPager.cc:937:19: note: insert an explicit cast to silence this issue
char text[2] = { (mDesktopNum % 9) + '1', '\0' };
^~~~~~~~~~~~~~~~~~~~~~~
static_cast<char>( )
1 error generated.
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/obpager-1.8.log
- Make sure the build respects CXXFLAGS
|
|
|
|
|
| |
PR: 230709
Submitted by: tobik
|
|
|
|
|
| |
PR: 230495
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang 6 (on 12-CURRENT) reports the following error during build:
EWMH.cc:250:7: error: non-constant-expression cannot be narrowed from type
'long' to 'unsigned long' in initializer list [-Wc++11-narrowing]
{ static_cast<long>(x), static_cast<long>(y) };
^~~~~~~~~~~~~~~~~~~~
There was also a bug introduced 4 years ago which removed the MAN1 variable a
later INSTALL_MAN macro relied on [1]. This caused a build/install failure
when the TOOLS_ONLY option was enabled.
This change fixes those two issues.
While I'm here level up port compliance:
- Add LICENSE_FILE
- Convert to OPTIONS helpers
- Regenerate patches
[1] http://svnweb.freebsd.org/changeset/ports/346174
[2] https://lists.freebsd.org/pipermail/freebsd-ports/2018-August/114039.html
PR: 226708
Submitted by: <Trond Endrestol ximalas info> (Clang 6 fix)
Approved by: Andrew J. Caines <A J Caines halplant com> (technically)
Approved by: portmgr (implicit, build fixes, framework compliance)
Reported by: Erich Dollansky <freebsd ed lists sumeritec com> [2]
MFH: 2018Q3
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change to USE_GH
* Bump PORTREVISION of dependant ports.
Committing after maintainer timeout
PR: 229961
Submitted by: che@bein.link
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16442
|
|
|
|
|
|
| |
PR: 229297
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16542
|
|
|
|
|
|
| |
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16539
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
|
|
|
|
|
|
| |
created. This tool makes it possible to backup, restore, import,
and export these panel layouts.
WWW: https://git.xfce.org/apps/xfce4-panel-profiles/about/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
|
|
|
|
|
| |
- Remove unneeded USE_LDCONFIG
- Regenerate patch
- Update project home page to https
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- source headers animation-internal.h (from x11-wm/compiz-plugins-main)
and animationaddon.h (from x11-wm/compiz-plugins-extra) include
compiz-animation.h which uses gnu89 inline semantics.
- x11-wm/compiz-plugins-main is built with -std=gnu89 whereas
x11-wm/compiz-plugins-extra is not. This why main animations work
properly whereas extra animations do not.
PR: 217731
Reported by: andy@neu.net
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: freebsd-ports@dan.me.uk (maintainer timeout)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds an option to the dwm port, which makes x11/dmenu
and x11/sterm be runtime dependencies of dwm. The option is enabled
by default so that it's useful to users depending on pkg.
While here:
- Remove unused PATCH_SITES.
- Silence STRIP_CMD.
- Remove now outdated pkg-message.
PR: 227966
Reported by: wkoszek
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16358
|
|
|
|
|
|
|
| |
PR: 227731
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16360
|
|
|
|
| |
Submitted by: Chris Petrik
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.20.0
multimedia/rage:
- Update to 0.3.0
- Switch to meson
x11/terminology:
- Update to 1.2.1
- Switch to meson
x11-wm/enlightenment:
- Update to 0.22.3 [1]
- Fix typo in pkg-message [2]
PR: 224105 [1], 226569 [2]
Submitted by: Nils Beyer [1], Chris Petrik [2]
|
|
|
|
|
|
| |
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
| |
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
|
|
|
|
|
|
| |
$LOCALBASE/bin/python3 is installed. Address the issue.
PR: 229227
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
|
|
|
|
| |
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
While here
- Fix license
- Add missing dependencies
PR: 228317
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (based on)
Kudos to: krion (for patiently test building many iterations of it)
|
|
|
|
| |
PR: 228976
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch has been laying in upstream bugzilla for quite some time, but is
used on some linux distribution packages, such as debian packages.
While here, add missing dependency on xext.
PR: 182002
Submitted by: Brandon Gooch
Obtained from: https://bugs.freedesktop.org/show_bug.cgi?id=46285 (patch)
MFH: 2018Q2
|
|
|
|
| |
Changes: https://github.com/chneukirchen/cwm/blob/v6.3/README
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign to 0mp [1]. The current maintainer hasn't responded to PRs
since 2012.
- While here rename SUPERASMODKEY patch for consistency with the new
volume keys patch
- Fix variable order
PR: 226924 [0], 226929 [1]
Submitted by: Ashish Gupta <ashmew2@gmail.com> [0], 0mp [1]
Approved by: maintainer timeouts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes upstream bugs 1058, 1102, 1111, and 1140. Fluxbox hasn't made a
release for 3 years, so we should stop waiting and patch our ports tree.
https://github.com/fluxbox/fluxbox/commit/dcdde4d32c93d01df205bc06d7dfcbd356be031f
https://sourceforge.net/p/fluxbox/bugs/1140/
https://sourceforge.net/p/fluxbox/bugs/1111/
https://sourceforge.net/p/fluxbox/bugs/1102/
https://sourceforge.net/p/fluxbox/bugs/1058/
PR: 227792
Approved by: maintainer timeout (jgh)
|
|
|
|
|
|
|
| |
Summary of changes:
* Autoconf cleanup
* Fix signed/unsigned warnings
* Misc other code fixes
|
|
|
|
|
|
|
|
|
| |
Add missing dependencies
Summary of changes:
* Autoconf fixes
* Constification
* Misc. code fixes
|
| |
|
| |
|
|
|
|
| |
Submitted by: lwhsu
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Introduce CONTRIB OPTION
- USES localbase:ldflags
- Have port Makefile manage installation due to problematic upstream
install target
PR: 227105
Submitted by: gor@clogic.com.ua (maintainer)
MFH: 2018Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.
Please note:
* Plasma5 cannot be installed at the same time as KDE SC4.
* Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
* To start plasma5, it is recommended to use something like
exec ck-launch-session startkde
* Powermanagement and such is not working :-)
I would like to thank all the people that have helped test it in the past years.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D15096
|
|
|
|
|
| |
While here, also remove '# Created by: Anonymous' line from
x11/cl-clx-sbcl/Makefile.
|
|
|
|
|
| |
Reviewed by: kwm
Approved by: bapt (mentor)
|
| |
|
|
|
|
|
|
| |
PR: 226389
Submitted by: mikael.urankar
Approved by: maintainer timeout (2 weeks)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
|
|
|
| |
PR: 195339
|
| |
|
|
|
|
|
|
| |
PR: 226213
Submitted by: portmaster@bsdforge.com (maintainer)
MFH: 2018Q1 (ports-secteam build fix blanket)
|
|
|
|
| |
depend on the correct version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX
$ dig virgaria.org MX | grep MX
; <<>> DiG 9.12.0 <<>> virgaria.org MX
;virgaria.org. IN MX
$ dig vereshagin.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vereshagin.org MX
;vereshagin.org. IN MX
$ dig sucked-in.com MX | grep MX
; <<>> DiG 9.12.0 <<>> sucked-in.com MX
;sucked-in.com. IN MX
$ dig pkix.net MX | grep MX
; <<>> DiG 9.12.0 <<>> pkix.net MX
;pkix.net. IN MX
$ dig michael-fauste.de MX | grep MX
; <<>> DiG 9.12.0 <<>> michael-fauste.de MX
;michael-fauste.de. IN MX
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
| |
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112638.html
Submitted by: net@arrishq.net (maintainer)
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
as modifier.
Strip binary, fix whitespace.
PR: 225227
Submitted by: Mateusz Piotrowski
Approved by: maintainer timeout (2 weeks)
|
| |
|
|
|
|
| |
- Unbreak and undeprecate (chase libsigc++20 update)
|
|
|
|
|
|
|
|
|
| |
- Include 3rd party patches from
https://github.com/dylanaraps/openbox-patched. These include
support for rounded corners and some bugfixes. They could be
enabled using the new PATCHES option, which is off by default;
- Use INSTALL_TARGET=install-strip to strip binaries as detected
by stage-qa.
|
| |
|
|
|
|
|
| |
Changes this release:
https://launchpad.net/plank/1.0/0.11.4
|
| |
|
|
|
|
|
| |
PR: 224559
Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
making all in programs/fontaliases/freebsd/C...
/usr/local/bin/bdftopcf -t dtinfo.bdf -o dtinfo.pcf
/usr/local/bin/bdftopcf: can't open bdf source file dtinfo.bdf
Reported by: pkg-fallout
|
| |
|
|
|
|
|
| |
- Perform some whitespace fixes and regenrate patch
- Add PORTSCOUT limit
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
New feature: Snap windows to edges
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
|
|
| |
my test build. Leave a note for later.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
| |
All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes. Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.
Approved by: krion, olgeni
Differential Revision: https://reviews.freebsd.org/D13087
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 223162
Submitted by: Thibault Jouan (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Take maintainership
PR: 223080
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add patch from upstream git that fixes an out of bounds read and possible
write if the bar action script returns a NULL as the first character.
It is unclear if this can cause any security issues, but I feel it's prudent
to fix the issue.
MFH: 2017Q4
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
x11-wm/awesome2: Awesome WM 2.x is deprecated use 4.x instead
2017-10-10 x11-wm/awesome3: Awesome WM 3.x is deprecated use 4.x instead
|
| |
|
|
|
|
|
|
|
| |
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
|
|
|
|
|
|
| |
PR: 220058, 205040
Changes: http://repo.or.cz/wmaker-crm.git/blob/HEAD:/NEWS
Submitted by: Marco Beishuizen <mbeis@xs4all.nl>
Approved by: hrs (maintainer timeout)
|
| |
|
| |
|
|
|
|
| |
- Update WWW for jwasm
|
|
|
|
| |
Reported by: rodrigo
|
|
|
|
| |
Reported by: rodrigo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
Add +R for region index to bar formatting.
Add new bar_color_selected and bar_font_color_selected options.
Add new 'ws_empty' action.
Enable padding in the bar_format using '_' character
Handle MappingNotify during startup.
Reset SIGPIPE before execvp().
Correct size for WM_STATE
This release also fixes a bunch of bugs, linux build and man page nits.
FreeBSD specific changes:
Thhe screenshot.sh script is now installed into the examples dir,
instead of bin/. If you are using it, you need to update your
configuration file.
I've reworked the examples handling and hid all examoles behind the
EXAMPLES knob (on by default). This is mostly some example
configurations, but I also added the baraction.sh script which can be
used to do fancier stuff with the status bar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A lot of things have changed for the better since version 5.6 in cwm,
but upstream has stopped tagging new releases. This updates the port
to use a more recent commit to match cwm in OpenBSD more closely.
This is important because configuration options have changed which
makes it harder to share config files between systems.
While here
- Fix license which appears to not be BSD 2-clause but the ISC license
- Update WWW. The old site is gone.
- Remove MASTER_SITES which wasn't really used
Changes: https://github.com/chneukirchen/cwm/compare/v5.6...linux
PR: 222423
Approved by: braakvaak@aol.com (maintainer timeout, 2 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
|
|
|
|
|
|
| |
The patch fixes https://github.com/i3/i3/issues/2846
Approved by: bapt (maintainer)
|
|
|
|
|
| |
PR: 222596
Submitted by: gahr
|
| |
|
|
|
|
|
| |
Reported by: pkg-fallout
With hat: portmgr
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/py-efl to 1.19.0 [1]
- Update x11-wm/enlightenment to 0.21.9 [2]
- Update x11/terminology to 1.1.1
- Mark benchmarks/expedite as broken
PR: 222462 [2]
Submitted by: Gleb Popov [1], Hardy Schumacher [2]
Differential Revision: https://reviews.freebsd.org/D12154 [1]
|
|
|
|
|
|
|
|
| |
- Adjust dependencies (reported by QA script)
- Silence USES portlint warning
PR: 220290
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
|
|
|
| |
Upstream changes: https://github.com/stumpwm/stumpwm/releases/tag/v1.0.1-rc
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of bundling StumpWM, SBCL, and other libraries into one large
executable, pull in SBCL and the other dependencies and use the simple CL
framework that other FreeBSD CL ports use.
Since StumpWM only supports running under SBCL, the port pulls in the
*-sbcl port dependencies and conforms to the framework itself, except that
it directly installs the fasl files instead of having an associated
x11-wm/stumpwm-sbcl. This means no fasl files will be generated under
~/.cache/common-lisp/sbcl-*/ [1] and the package is only made up of the
source, fasl files, and a few small, miscellaneous files. From a user
perspective, they still get an executable, but it is a small shell script
and the package is under 3 MB instead of around 65 MB.
[1] Loading personal modules in ~/.stumpwmrc will still generate fasl files
under ~/.cache/common-lisp/sbcl-*/
|
|
|
|
|
| |
Changes this release:
http://joewing.net/projects/jwm/release-2.3.shtml#v2.3.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
hs-EdisonAPI API for EdisonCore
hs-EdisonCore Efficent, purely-functional data structures
hs-ListLike Generic support for list-like structures
hs-Only Canonical anonymous 1-tuple type
hs-aeson-compat Compatibility layer for aeson
hs-attoparsec-iso8601 Parsing of ISO 8601 dates
hs-base-compat Compatibility with later versions of base
hs-call-stack Support call stacks
hs-clock Access to high-resolution clocks and timers
hs-code-page Adjusting code pages on Windows
hs-colour Data type for colors and transparency
hs-concurrent-output Ungarble output from several threads
hs-cryptohash-md5 Pure MD5 implementation
hs-cryptohash-sha1 Pure SHA-1 implementation
hs-cryptohash-sha256 Pure SHA-256 implementation
hs-data-endian Endian-sensitive data
hs-dbus Client for the D-Bus IPC system
hs-disk-free-space Retrieving information about disk space usage
hs-doctemplates Pandoc-style document templates
hs-ed25519 Ed25519 public-key signature system
hs-fdo-notify FreeDesktop.org's Desktop Notifications
hs-fixed Signed 15.16 precision fixed point arithmetic
hs-fmlist FoldMap lists
hs-foundation Custom Prelude
hs-gitrev Compile-time git revision info
hs-graphviz Binding for the GraphViz library
hs-hackage-security Tools for securing the Hackage package server
hs-half Half-precision floating-point
hs-haskell-lexer Fully compliant Haskell 98 lexer
hs-http-api-data Converting types to and from HTTP API data
hs-integer-logarithms Integer logarithms implementation
hs-io-streams Easy-to-use primitives for I/O using streams
hs-io-streams-haproxy HAProxy protocol version 1.5 support
hs-magic Binding to the libmagic library
hs-microlens Microlens
hs-microlens-th Automated generation of lenses
hs-microstache Mustache templates
hs-monad-unlift Type classes for unlifting monad transformers
hs-monadplus Partial maps and filters over MonadPlus
hs-mono-traversable-instances Extra type classes for mono-traversable
hs-mountpoints Listing currently mounted filesystems
hs-newtype-generics Full replacement of newtype
hs-pretty-show Working with derived Show instances
hs-process-extras Read process input/output as ByteString/Text
hs-psqueues Priority Search Queues
hs-readable Reading data types from ByteString/Text
hs-refact Data type for apply-refact
hs-regex-pcre PCRE backend to accompany regex-base
hs-safe-exceptions Safe, consistent, and easy exception handling
hs-say Send messages to handles in a thread-safe way
hs-scanner Incremental combinator parser for ByteStrings
hs-skylighting Syntax highlighting library binding
hs-terminal-size Get terminal window sizes without ncurses
hs-text-short Data type for keeping short strings in memory
hs-th-abstraction Inspecting types via Template Haskell
hs-th-lift Derive Template Haskell's Lift class
hs-th-lift-instances Orphan instances for commonly used types
hs-tls-session-manager TLS session manager
hs-typed-process Launching/interaction with external processes
hs-unexceptionalio IO without non-error/synchronous exceptions
hs-uri-bytestring RFC3986 compliant URI parser
hs-uri-bytestring-aeson Aeson instance for URI.ByteString
hs-wl-pprint-text Version of wl-pprint to use Text
Updated ports (314):
hs-ALUT 2.4.0.0_1 --> 2.4.0.2
hs-Agda 2.4.2.3 --> 2.5.2
hs-Agda-stdlib 0.9_1 --> 0.13
hs-BNFC 2.8 --> 2.8.1
hs-Boolean 0.2.3 --> 0.2.4
hs-DAV 1.0.7 --> 1.3.1
hs-DRBG 0.5.4 --> 0.5.5
hs-Diff 0.3.2 --> 0.3.4
hs-GLURaw 1.5.0.1 --> 2.0.0.3
hs-GLUT 2.7.0.1_1,1 --> 2.7.0.12,1
hs-Glob 0.7.5_2 --> 0.8.0
hs-HStringTemplate 0.8.3 --> 0.8.6
hs-HTTP 4000.2.20 --> 4000.3.7
hs-HUnit 1.2.5.2_7 --> 1.6.0.0
hs-HaXml 1.25.3 --> 1.25.4
hs-HsOpenSSL 0.11.1.1 --> 0.11.4.9
hs-JuicyPixels 3.2.6 --> 3.2.8.2
hs-List 0.5.2 --> 0.6.0
hs-MemoTrie 0.6.2_2 --> 0.6.8
hs-MissingH 1.3.0.1 --> 1.4.0.1
hs-MonadRandom 0.4 --> 0.5.1
hs-ObjectName 1.1.0.0 --> 1.1.0.1
hs-OpenAL 1.7.0.0 --> 1.7.0.4
hs-OpenGL 2.12.0.1,1 --> 3.0.2.0,1
hs-OpenGLRaw 2.5.1.0_1 --> 3.2.4.0
hs-QuickCheck 2.8.1 --> 2.10.0.1
hs-RSA 2.1.0.1 --> 2.3.0
hs-ReadArgs 1.2.2 --> 1.2.3
hs-STMonadTrans 0.3.3 --> 0.4.3
hs-StateVar 1.1.0.1 --> 1.1.0.4
hs-TypeCompose 0.9.10_2 --> 0.9.12
hs-activehs 0.3.1_12 --> 0.3.2
hs-activehs-base 0.3.0.2_9 --> 0.3.0.4
hs-adjunctions 4.2.1 --> 4.3
hs-aeson 0.8.0.2 --> 1.2.1.0
hs-aeson-pretty 0.7.2 --> 0.8.5
hs-alex 3.1.4 --> 3.2.1
hs-ansi-terminal 0.6.2.1 --> 0.6.3.1
hs-asn1-data 0.7.1_9 --> 0.7.2
hs-asn1-encoding 0.9.0 --> 0.9.5
hs-asn1-parse 0.9.1 --> 0.9.4
hs-asn1-types 0.3.0 --> 0.3.2
hs-async 2.0.2 --> 2.1.1.1
hs-atomic-primops 0.8 --> 0.8.0.4
hs-attoparsec 0.12.1.6 --> 0.13.1.0
hs-authenticate 1.3.2.11 --> 1.3.3.2
hs-auto-update 0.1.2.2 --> 0.1.4
hs-aws 0.12.1 --> 0.16
hs-base-orphans 0.4.4 --> 0.6
hs-basic-prelude 0.5.0 --> 0.6.1.1
hs-bifunctors 5 --> 5.4.2
hs-blaze-builder 0.4.0.1 --> 0.4.0.2
hs-blaze-html 0.8.1.0 --> 0.9.0.1
hs-blaze-markup 0.7.0.2 --> 0.8.0.0
hs-brainfuck 0.1.0.2 --> 0.1.0.3
hs-c2hs 0.28.1_1 --> 0.28.2_1
hs-cabal-install 1.22.6.0 --> 1.24.0.2
hs-cairo 0.13.1.0 --> 0.13.3.1
hs-case-insensitive 1.2.0.4 --> 1.2.0.10
hs-cassava 0.4.3.1 --> 0.5.0.0
hs-cereal 0.4.1.1 --> 0.5.4.0
hs-cgi 3001.2.2.2,1 --> 3001.3.0.2,1
hs-checkers 0.4.3 --> 0.4.7
hs-chunked-data 0.2.0 --> 0.3.0
hs-cipher-aes128 0.7.0.1 --> 0.7.0.3
hs-classy-prelude 0.12.1.1 --> 1.2.0.1
hs-classy-prelude-conduit 0.12.0.1 --> 1.2.0
hs-clientsession 0.9.1.1 --> 0.9.1.2
hs-cmark 0.4.0.1 --> 0.5.5.1
hs-cmdargs 0.10.13 --> 0.10.17
hs-comonad 4.2.7.2 --> 5.0.1
hs-conduit 1.2.5 --> 1.2.11
hs-conduit-combinators 1.0.3 --> 1.1.1
hs-conduit-extra 1.1.9.1 --> 1.1.16
hs-connection 0.2.5 --> 0.2.8
hs-constraints 0.4.1.3 --> 0.9.1
hs-contravariant 1.3.2 --> 1.4
hs-cookie 0.4.1.6 --> 0.4.2.1
hs-cpphs 1.19 --> 1.20.8
hs-criterion 1.1.0.0 --> 1.2.1.0
hs-cryptohash 0.11.6_2 --> 0.11.9
hs-cryptohash-cryptoapi 0.1.3_2 --> 0.1.4
hs-cryptonite 0.6 --> 0.24
hs-css-text 0.1.2.1_2 --> 0.1.2.2
hs-darcs 2.10.1 --> 2.12.5
hs-data-default 0.5.3_7 --> 0.7.1.1
hs-data-default-class 0.0.1_7 --> 0.1.2.0
hs-data-default-instances-base 0.0.1_7 --> 0.1.0.1
hs-data-lens 2.10.7 --> 2.11.1
hs-data-lens-template 2.1.9 --> 2.2
hs-data-pprint 0.2.4 --> 0.2.4.1
hs-deepseq-generics 0.1.1.2 --> 0.2.0.0
hs-dia-base 0.1.1.3 --> 0.1.1.4
hs-directory-tree 0.12.0_2 --> 0.12.1
hs-distributive 0.4.4_2 --> 0.5.2
hs-dlist 0.7.1.1 --> 0.8.0.3
hs-dlist-instances 0.1_2 --> 0.1.1.1
hs-dns 2.0.0 --> 2.0.10
hs-double-conversion 2.0.1.0 --> 2.0.2.0
hs-either 4.4.1 --> 4.4.1.1
hs-ekg 0.4.0.8 --> 0.4.0.13
hs-ekg-core 0.1.1.0 --> 0.1.1.1
hs-ekg-json 0.1.0.0 --> 0.1.0.5
hs-email-validate 2.1.3 --> 2.3
hs-enclosed-exceptions 1.0.1.1 --> 1.0.2
hs-entropy 0.3.7 --> 0.3.8
hs-equivalence 0.3.1 --> 0.3.2
hs-errors 2.0.0 --> 2.2.1
hs-esqueleto 2.4.1 --> 2.5.3
hs-exceptions 0.8.0.2 --> 0.8.3
hs-extra 1.4.1 --> 1.6
hs-fast-logger 2.4.1 --> 2.4.10
hs-feed 0.3.10.0 --> 0.3.12.0
hs-fgl 5.5.2.1 --> 5.5.3.1
hs-file-embed 0.0.9 --> 0.0.10
hs-filestore 0.6.1 --> 0.6.3.1
hs-free 4.12.1 --> 4.12.4
hs-gconf 0.13.0.2 --> 0.13.1.0
hs-generic-deriving 1.8.0 --> 1.11.2
hs-geniplate-mirror 0.7.1 --> 0.7.5
hs-ghc-events 0.4.4.0 --> 0.6.0
hs-gio 0.13.1.0 --> 0.13.3.1
hs-git-annex 5.20150727_1 --> 6.20170520
hs-gitit 0.11.1 --> 0.12.2.1
hs-glib 0.13.1.1 --> 0.13.4.1
hs-gnuidn 0.2.1_3 --> 0.2.2
hs-gtk 0.13.9 --> 0.14.6
hs-gtk2hs 0.13,1 --> 0.13.2.2,1
hs-gtk2hs-buildtools 0.13.0.4_1 --> 0.13.2.2
hs-gtksourceview2 0.13.1.3 --> 0.13.3.1
hs-haddock 2.16.1 --> 2.17.5
hs-haddock-api 2.16.1 --> 2.17.4
hs-haddock-library 1.2.1 --> 1.4.3
hs-happstack-server 7.4.4 --> 7.4.6.4
hs-hashable 1.2.3.3,1 --> 1.2.6.1,1
hs-hashtables 1.2.0.2 --> 1.2.1.1
hs-haskell-src-exts 1.16.0.1 --> 1.19.1
hs-hasktags 0.69.1 --> 0.69.3
hs-hedis 0.6.9 --> 0.9.8
hs-heist 0.14.1.1 --> 1.0.1.0
hs-hexpat 0.20.9 --> 0.20.13
hs-highlighting-kate 0.6 --> 0.6.4
hs-hinotify 0.3.8.1 --> 0.3.9
hs-hint 0.4.2.3 --> 0.7.0
hs-hjsmin 0.1.5.0 --> 0.2.0.2
hs-hlint 1.9.21 --> 2.0.9
hs-hoauth2 0.4.8 --> 0.5.9
hs-hoogle 4.2.41 --> 5.0.12
hs-hourglass 0.2.9 --> 0.2.10
hs-hscolour 1.23,1 --> 1.24.1,1
hs-hslogger 1.2.9 --> 1.2.10
hs-hslua 0.4.0 --> 0.5.0
hs-hspec 2.1.10 --> 2.4.4
hs-hspec-core 2.1.10 --> 2.4.4
hs-hspec-discover 2.1.10 --> 2.4.4
hs-hspec-expectations 0.7.1 --> 0.8.2
hs-html-conduit 1.2.0 --> 1.2.1.1
hs-http-client 0.4.20 --> 0.5.7.0
hs-http-client-tls 0.2.2_2 --> 0.3.5.1
hs-http-conduit 2.1.8 --> 2.2.3.1
hs-http-reverse-proxy 0.4.2 --> 0.4.4
hs-http-types 0.8.6 --> 0.9.1
hs-http2 1.0.4 --> 1.6.3
hs-hxt 9.3.1.15 --> 9.3.1.16
hs-hxt-regex-xmlschema 9.2.0.2 --> 9.2.0.3
hs-ieee754 0.7.6 --> 0.8.0
hs-iproute 1.5.0 --> 1.7.1
hs-js-jquery 1.11.3 --> 3.2.1
hs-kan-extensions 4.2.2 --> 5.0.2
hs-keys 3.10.2 --> 3.11
hs-kqueue 0.1.2.6_2 --> 0.2
hs-language-c 0.5.0 --> 0.6.1
hs-language-javascript 0.5.14.2 --> 0.6.0.10
hs-largeword 1.2.3_2 --> 1.2.5
hs-lens 4.12.3 --> 4.15.3
hs-libmpd 0.9.0.2 --> 0.9.0.6
hs-lifted-async 0.7.0.1 --> 0.9.3
hs-lifted-base 0.2.3.6 --> 0.2.3.11
hs-map-syntax 0.2 --> 0.2.0.2
hs-math-functions 0.1.5.2_2 --> 0.2.1.0
hs-memory 0.8 --> 0.14.6
hs-mime-mail 0.4.9 --> 0.4.13.1
hs-mime-types 0.1.0.6 --> 0.1.0.7
hs-mmorph 1.0.4 --> 1.1.0
hs-monad-control 1.0.0.4 --> 1.0.2.1
hs-monad-logger 0.3.13.2 --> 0.3.24
hs-monad-par 0.3.4.7 --> 0.3.4.8
hs-monadcryptorandom 0.6.1_2 --> 0.7.1
hs-monads-tf 0.1.0.2_2 --> 0.1.0.3
hs-mono-traversable 0.9.2.1 --> 1.0.2
hs-mueval 0.9.1.1.2 --> 0.9.3
hs-murmur-hash 0.1.0.8 --> 0.1.0.9
hs-mutable-containers 0.3.2 --> 0.3.3
hs-mwc-random 0.13.3.2 --> 0.13.6.0
hs-mysql 0.1.1.8 --> 0.1.4
hs-network 2.6.2.1 --> 2.6.3.2
hs-network-info 0.2.0.7 --> 0.2.0.8
hs-network-multicast 0.1.0 --> 0.2.0
hs-network-uri 2.6.0.3 --> 2.6.1.0
hs-nonce 1.0.2 --> 1.0.4
hs-oeis 0.3.6 --> 0.3.9
hs-optparse-applicative 0.11.0.2 --> 0.14.0.0
hs-pandoc 1.15.0.6_1 --> 1.19.2.1
hs-pandoc-citeproc 0.7.3.1 --> 0.10.5.1
hs-pandoc-types 1.12.4.5 --> 1.19
hs-pango 0.13.1.0 --> 0.13.3.1
hs-parallel 3.2.0.6 --> 3.2.1.1
hs-parsec 3.1.9 --> 3.1.11
hs-path-pieces 0.2.0 --> 0.2.1
hs-pcre-light 0.4.0.3 --> 0.4.0.4
hs-persistent 2.2 --> 2.7.0
hs-persistent-sqlite 2.2 --> 2.6.2
hs-persistent-template 2.1.3.4 --> 2.5.2
hs-pointed 4.2.0.2 --> 5
hs-polyparse 1.11 --> 1.12
hs-prelude-extras 0.4_2 --> 0.4.0.3
hs-primitive 0.6 --> 0.6.2.0
hs-probability 0.2.4.1_2 --> 0.2.5.1
hs-profunctors 5.1.1 --> 5.2
hs-pureMD5 2.1.2.1_10 --> 2.1.3
hs-quickcheck-io 0.1.1_2 --> 0.2.0
hs-reflection 2 --> 2.1.2
hs-regex-applicative 0.3.2.1 --> 0.3.3
hs-regex-tdfa 1.2.0_2 --> 1.2.2
hs-resourcet 1.1.6 --> 1.1.9
hs-safe 0.3.9 --> 0.3.15
hs-sandi 0.3.5 --> 0.4.0
hs-scientific 0.3.3.8 --> 0.3.5.1
hs-semigroupoids 5.0.0.3 --> 5.2
hs-semigroups 0.16.2.2 --> 0.18.3
hs-setlocale 1.0.0.4 --> 1.0.0.5
hs-shake 0.15.5 --> 0.15.11
hs-shakespeare 2.0.5 --> 2.0.13
hs-shelly 1.6.3.3 --> 1.6.8.3
hs-simple-sendfile 0.2.21 --> 0.2.25
hs-skein 1.0.9.3 --> 1.0.9.4
hs-snap 0.14.0.6 --> 1.0.0.1
hs-snap-core 0.9.7.2 --> 1.0.2.1
hs-snap-server 0.9.5.1 --> 1.0.2.2
hs-socks 0.5.4_2 --> 0.5.5
hs-split 0.2.2_7 --> 0.2.3.2
hs-statistics 0.13.2.3 --> 0.14.0.2
hs-stm 2.4.4 --> 2.4.4.1
hs-streaming-commons 0.1.12.1 --> 0.1.18
hs-svgcairo 0.13.0.3 --> 0.13.1.1
hs-syb 0.5.1 --> 0.7
hs-syb-with-class 0.6.1.6 --> 0.6.1.7
hs-tagged 0.8.1 --> 0.8.5
hs-tagsoup 0.13.3 --> 0.14.1
hs-tar 0.4.2.1 --> 0.5.0.3
hs-temporary 1.2.0.3_2 --> 1.2.1
hs-test-framework-hunit 0.3.0.1_2 --> 0.3.0.2
hs-test-framework-quickcheck2 0.3.0.3_2 --> 0.3.0.4
hs-texmath 0.8.3 --> 0.9.4.1
hs-text 1.2.1.3 --> 1.2.2.2
hs-threads 0.5.1.3 --> 0.5.1.4
hs-threadscope 0.2.7 --> 0.2.8
hs-time-locale-compat 0.1.1.0 --> 0.1.1.3
hs-timezone-olson 0.1.7 --> 0.1.8
hs-timezone-series 0.1.5.1 --> 0.1.8
hs-tls 1.3.1 --> 1.3.11
hs-torrent 10000.0.0 --> 10000.1.1
hs-transformers-compat 0.4.0.4 --> 0.5.1.4
hs-unix-compat 0.4.1.4 --> 0.4.3.1
hs-unix-time 0.3.5 --> 0.3.7
hs-unlambda 0.1.4.1 --> 0.1.4.2
hs-unordered-containers 0.2.5.1 --> 0.2.8.0
hs-uri 0.1.6.3 --> 0.1.6.4
hs-utf8-string 1 --> 1.0.1.1
hs-utility-ht 0.0.10_2 --> 0.0.14_2
hs-uuid 1.3.11 --> 1.3.13
hs-uuid-types 1.0.2 --> 1.0.3
hs-uulib 0.9.20 --> 0.9.22
hs-vault 0.3.0.4 --> 0.3.0.7
hs-vector 0.10.12.3 --> 0.12.0.1
hs-vector-binary-instances 0.2.1.0_2 --> 0.2.3.5
hs-vector-instances 3.3.1 --> 3.4
hs-vector-space 0.10.2 --> 0.10.4
hs-vector-th-unbox 0.2.1.2 --> 0.2.1.6
hs-void 0.7 --> 0.7.2
hs-vte 0.13.0.2 --> 0.13.1.1
hs-wai 3.0.3.0 --> 3.2.1.1
hs-wai-app-static 3.1.1 --> 3.1.6.1
hs-wai-extra 3.0.10 --> 3.0.20.0
hs-wai-logger 2.2.4.1 --> 2.3.0
hs-warp 3.1.3 --> 3.2.13
hs-warp-tls 3.1.1 --> 3.2.4
hs-webkit 0.13.1.3 --> 0.14.2.1
hs-wx 0.91.0.0 --> 0.92.3.0
hs-wxc 0.91.0.0 --> 0.92.3.0
hs-wxcore 0.91.0.0 --> 0.92.3.0
hs-wxdirect 0.91.0.0 --> 0.92.3.0
hs-x509 1.6.0 --> 1.6.5
hs-x509-store 1.6.0 --> 1.6.2
hs-x509-system 1.6.0 --> 1.6.4
hs-x509-validation 1.6.0 --> 1.6.5
hs-xml-conduit 1.3.1 --> 1.5.1
hs-xml-hamlet 0.4.0.11 --> 0.4.1
hs-xmlhtml 0.2.3.4 --> 0.2.4
hs-xmobar 0.24.3 --> 0.24.5
hs-xss-sanitize 0.3.5.6 --> 0.3.5.7
hs-yaml 0.8.13 --> 0.8.23.1
hs-yesod 1.4.1.5 --> 1.4.5
hs-yesod-auth 1.4.6 --> 1.4.17.2
hs-yesod-auth-hashdb 1.4.2.2 --> 1.6.1
hs-yesod-bin 1.4.13.3 --> 1.5.2.3
hs-yesod-core 1.4.13 --> 1.4.35
hs-yesod-form 1.4.4.1 --> 1.4.12
hs-yesod-persistent 1.4.0.3 --> 1.4.2
hs-yesod-static 1.5.0.2 --> 1.5.3
hs-yesod-test 1.4.3.1 --> 1.5.7
hs-zip-archive 0.2.3.7 --> 0.3.1.1
hs-zlib 0.5.4.2 --> 0.6.1.2
scroll 1.20151219 --> 1.20170122
Removed ports (5):
hs-MonadCatchIO-mtl Deprecated in favor of exceptions
hs-MonadCatchIO-transformers Deprecated in favor of exceptions
hs-citeproc-hs Replaced by pandoc-citeproc
hs-directory Part of the packages shipped with GHC
hs-syb-with-class-instances-text Upstream is unmaintained
This was created together with pgj@.
Reviewed by: pgj, 6yearold_gmail.com
Differential Revision: https://reviews.freebsd.org/D11558
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rename consolekit to consolekit2 to reflect that consolekit2 is a new
project, even if it the continuation of the old consolekit project.
* Expand pkg-descr with some background info.
* Add license
* ConsoleKit2 has been ported to GDbus, so dbus-glib is not anymore required
* Add GObject introspection support for desktops environment such Pantheon or Deepin.
* Thanks to Jesper Schmitz Mouridsen, Ben Woods and Olivier Duchateau for
assisting with there versions of the port, suggesting changes and testing.
PR: 202269
|
|
|
|
|
| |
PR: ports/221102
Submitted by: mikael.urankar@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added missing depend
* Sorted Uses section for portlint
Changelog: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3
PR: 220788
Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
Reviewed by: matthew (mentor), mat
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11755
|
|
|
|
|
| |
PR: 220960
Submitted by: Tomoya Tabuchi <t@tomoyat1.com>
|
|
|
|
|
|
|
| |
- helpes
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 219992
Submitted by: hardy.schumacher <at> gmx <dot> de
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
PR: 219807
Submitted by: fullermd@over-yonder.net (maintainer)
Approved by: robak (mentor), mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11514
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm
PR: 220323
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11469
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
|
|
|
|
|
|
| |
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
|
|
|
| |
Fix in the works, but done to stop fallout mails.
|
|
|
|
|
|
|
|
|
|
| |
(make/leave it on by default)
- Remove DBUS_CMAKE_ON=-DWITH_DBUS=ON: it's already ON by default (set
in awesomeConfig.cmake) so it's not needed and just raises questions
- DBUS_CMAKE_OFF: specify variable type (BOOL) as done everywhere else
in the ports
Approved by: garga (maintainer)
|
| |
|
|
|
|
|
|
| |
- Use PLIST_FILES instead of PLIST
- Do not silence installation messages
- Update WWW
|
|
|
|
|
|
|
|
| |
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
|
|
|
|
|
|
|
|
| |
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
| |
- Move MASTER_SITES to https
PR: 219500
Submitted by: fullermd@over-yonder.net (maintainer)
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
| |
ports origins. While origins work fine this is against what Porter's
Handbook advises.
PR: 219389
Submitted by: myself
Approved by: garga (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
core/window.c:10452: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
core/window.c:11287: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types
core/window.c:11303: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
core/window.c:11356: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
compositor/meta-window-actor.c:887: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
core/display.c:5560: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types
<unknown>:: Fatal: Meta: warnings configured as fatal
<unknown>:: Fatal: Meta: warnings configured as fatal
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
In file included from window1_glade.cc:23:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
| |
- Remove Expiration date
PR: 218496
Submitted by: cmangin@arobas.net
|
|
|
|
|
|
| |
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10527
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
|
|
|
|
|
|
|
|
| |
- Sort USES
- Adjust dependencies (reported by QA script)
PR: 218108
Submitted by: duchateau.olivier@gmail.com
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Ratpoison now depends on libXrandr instead of libXinerama.
- Upstream stopped maintaining a Changelog [1].
- Take maintainership
[1] Refer to the repository log at
http://git.savannah.nongnu.org/cgit/ratpoison.git/log/
for a detailed list of changes.
Obtained from: swills (mentor, implicit)
|
|
|
|
|
|
| |
- Add missing dependency
Approved by: maintainer via irc
|
|
|
|
| |
- Don't install LICENSE with docs
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Replace spaces with tab
PR: 218031
Reported by: rezny
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 218031
Submitted by: Jochen Neumeister (joneum <at> bsdproject <dot> de)
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
PR: 217991
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10092
|
|
|
|
|
| |
Submitted by: olivierd@
With hat: portmgr-secretary
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 217201
Submitted by: hardy.schumacher <at> gmx <dot> de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
array in one file and declared as a pointer in another.
|
|
|
|
|
| |
crash of xfdesktop and produces wrong mime type
- Bump PORTREVISION
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
- Silence stripping
- Regenerate patches
|
|
|
|
|
| |
- Provide better DRM and OpenGL option descriptions
- Define LICENSE_FILE and remove banal comment in the Makefile
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
../../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)
|
|
|
|
| |
Prompted by: mat
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
(LXDE).
WWW: http://www.lxde.org/
|
|
|
|
|
| |
- Add new option, UPOWER
- Adjust dependencies
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- fix a possible problem if PREFIX differs from LOCALBASE
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 215873
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9109
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
WWW: http://subtle.subforge.org/
|
|
|
|
| |
PR: 215337
|
|
|
|
|
| |
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Christoph Moench-Tegeder <cmt@burggraben.net>
|
|
|
|
| |
PR: 215337
|
|
|
|
| |
PR: 215329
|
|
|
|
|
| |
- Silence stripping
- Regenerate patches
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that
have not been bumped since.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
- Remove dependency on python2 symlink
|
|
|
|
| |
- Remove dependency on python2 symlink
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 213975
Submitted by: udvzsolt@gmail.com (maintainer)
|
|
|
|
| |
Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
| |
PR: 213975
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- 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 NO_ARCH
- Switch to options helpers
|
| |
|
|
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
| |
- Switch to options helpers
|
| |
|
|
|
|
|
|
| |
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|