| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Describe LICENSE for game data
Changes: https://github.com/MegaGlest/megaglest-source/releases/tag/3.13.0
PR: 217725 217726
Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
- bump API change
|
|
|
|
|
|
|
| |
- Update dependencies
PR: 210267
Submitted by: Thibault Payet (maintainer)
|
|
|
|
|
|
|
| |
- While here, convert to options helpers
PR: 205485
Submitted by: monwarez@mailoo.org (maintainer)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
- Cleanup the port
- Pass maintainership to submitter
PR: 205485
Submitted by: monwarez@mailoo.org
|
| |
|
|
|
|
| |
PR: 205570
|
| |
|
| |
|
|
|
|
|
|
|
| |
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
|
| |
|
|
|
|
| |
In preparation for the upcoming CMake update.
|
|
|
|
|
|
|
|
| |
Not only was the previous commit unsavory, it didn't work due to conflict
between libc++ and libstdc++. The added patch from miniz upstream fixes
the breakage.
Suggested by: jbeich
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Megaglest cannot be built under c++11 standard from the latest clang.
It catches a narrowing error. The real solution is to fix the c++
code (it wasn't the only problem, but the first to trigger an error over
a warning). The c++11 standard is required for wx, so it can't be
unspecified. It turns out that gcc48 will not catch the error that clang
does so the temporary fix is to require gcc48 for all FreeBSD releases.
This may work for gcc49 as well, but it's likely that gcc5 will also
catch the bug and break.
So the unsavory short-term solution is to require GCC to build megaglest,
but the long term fix is either patch the code or hopefully update to
new version when upstream fixes the bug (then USE_GCC can be removed).
Reported by: amdmi3
|
|
|
|
| |
The breakage was a result of moving wxgtk30 to c++11 from c++01
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q1
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
| |
I had fixed megaglest in dports a few days ago, not realizing that the
build was also broken on FreeBSD until I saw the PR. Due to the size
of megaglest-data (~265M), I haven't actually tested the fix on FreeBSD
but it should work. The dports fix is more extensive than the PR.
PR: 191225
Submitted by: maintainer (Rusty Nejdl)
|
| |
|
|
|
|
|
| |
Use lua 5.2
Fix build on headless machines (if help2man is found they it tries to generate a man page for the editor which need display)
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
| |
- Update to 3.9.0.4 [1]
- Allow staging
- Convert lib depends to new format
PR: ports/184342 [1]
Submitted by: maintainer
|
|
|
|
| |
games)
|
| |
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
|
|
|
|
|
|
| |
While here, convert from NOPORTDOCS to the OptionsNG variant.
PR: ports/177987
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
- Trim headers
- Remove ABI versions from LIB_DEPENDS
PR: ports/173921 [1]
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Submitter becomes new maintainer
PR: ports/169376
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by: smoeller@nichthelfer.de (maintainer)
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
|
| |
|
|
|
|
|
|
| |
Submitted by: sunpoet (myself)
Tested by: exp-run by linimon
Approved by: linimon (with portmgr hat)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
| |
|
|
|
|
|
|
| |
PR: ports/156895
Submitted by: Sven Moeller <smoeller@nichthelfer.de>
Approved by: maho (mentor)
|
|
|
|
|
|
|
|
| |
with games/glest which also has an option to install this editor.
- Do not bump PORTREVISION as the editor is not installed by default.
Reported by: acm@
Submitted by: Sven Moeller <smoeller AT nichthelfer.de> (maintainer)
|
|
the armies of one of seven different factions: Tech, Magic, Egyptians,
Indians, Norsemen, Persian or Romans (Beta). The game is setup in one of
14 naturally looking settings, which -like the unit models- are crafted
with great appreciation for detail. MegaGlest is heavily based on the
widely known Glest, which it forked from in early 2010.
WWW: http://megaglest.org/
PR: ports/155111
Submitted by: Rusty Nejdl <rnejdl AT ringofsaturn.com>,
Sven Moeller <smoeller AT nichthelfer.de>
|