* 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
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
- 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
- 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
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
- 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