bug fixes, and adaptations to new compilers
- Switch to the smaller .tar.bz2 distfile and make a few implicit
dependencies explicit (as reported by `stage-qa')
- Rename `test/help' demo program to `test/help_dialog' in order
to unbreak against upcomig `devel/ninja' update to version 1.9.0
- The ABI is 100% compatible with the previous version so no port
revision bumps are necessary for consumer ports
- Chase HTTP redirection in the MASTER_SITES and WWW: line
PR: 235507 (ninja-related)
Add radio options IMAGICK_X11 and IMAGICK_NOX11
to be able to install www/igal2 with or without
the X11 dependencies pulled by imagemagik.
IMAGICK_NOX11 is the default build option.
PR: 236392
Submitted by: Krzysztof <ports@bsdserwis.com>
Upstream has officially abandoned the port some time ago and the software
was maintained then for a while by the Debian project.
But even Debian will now pull the plug and rssh won't be available in their
next stable release. Considering these facts it makes sense to let this port
expire towards the end of Q2.
PR: 235121
Approved by: miwi (mentor), maintainer
Differential Revision: https://reviews.freebsd.org/D19503
Provides an object interface for a GPS point (e.g. Position, Velocity and
Time).
This is a re-write of Net::GPSD::Point with the goal of being more re-usable.
WWW: https://metacpan.org/release/GPS-Point
PR: 235820
Submitted by: Brian Scott <bscott@bunyatech.com.au>
Reviewed by: tcberner (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19420
Qt5, but it would still be an unused leaf port, largely
unmaintained upstream. Instead, can it ahead of the Qt4 cleanup.
2019-03-15 textproc/soprano: Qt4 has been EOL since december 2015
PR: 235501
Update to DragonflyBSD 5.5.0 sources.
Pulled sail from NetBSD, since it wasn't working.
Remake patches
PR: 236377
Submitted by: Joachim Werner <jockl@pianojockl.org>
This allows the documentation -- HTML produced through gtkdoc -- to
be removed from the package. It also tightens up the build requirements
a little bit.
Committed with some changes from the submitted patch.
PR: 236257
Submitted by: rozhuk.im@gmail.com
Forward port r469788 from lang/gcc6 since apparently people are still using
the -mretpoline option that is specific to clang, and gcc9-devel is going
to branch into gcc9 in a rew months and that one later the default version
of GCC in use:
Filter the -mretpoline command-line option, which is understood by
recent versions of clang (and used in the context of the Spectre
security issues), but not GCC (which uses different options for the
same) from CFLAGS and CXXFLAGS.
This avoids the build of this port via bootstrap, which is the default
and leverages both the system compiler (clang in most cases) plus a just
built version GCC, to fail due to the latter not knowing -mretpoline.
PR: 228205
Submitted by: rozhuk.im@gmail.com
1) evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires
a space between literal and identifier [-Wreserved-user-defined-literal]
2) pekwm/ActionHandler.cc:631:10: error: case value evaluates to 4294967294,
which cannot be narrowed to type 'int' [-Wc++11-narrowing]
- Set LICENSE_FILE
- Add tests
- One test (test_lots_of_names) is disabled now as it fails
- Remove six from dependencies (support for Python 2 was dropped in
f22f421e4e)
- Improve package description
PR: 236019
Reviewed by: mat
Approved by: mat (mentor), maintainer timeout (2 weeks)
Differential Revision: https://reviews.freebsd.org/D19269
I meant WWWDIR_REL not WWWDIR here but the usage of @mode macro was wrong.
It does not take a file argument. Use COPYTREE_BIN instead to keep
executable permissions for binaries.
PR: 236243
Reported by: tobik
While here,
- Quit using ${CHMOD} during do-install, handle permissions in pkg-plist
PR: 236243
Submitted by: gettoknowmi <gettoknowmi@yahoo.com>
Reported by: Yuta MASUMOTO <owata@owatan.jp> (plist issue)
This port was deleted due to no public distfiles. Now upstream distributes
tarballs on GitHub [1].
- Update to 0.9.12
- Add USES=autoreconf:build and a bootstrap file; define the target pre-configure
- Make the manual within the post-build target
- Add USE_CXXSTD=c++11
- Add options COLOR_QUANTIZATION, NLS, MULTITHREADING, XMP
- Add LICENSE_FILE
- Patch tools/install-manpages for proper echoing (no functional change)
- Remove the port name from COMMENT to follow the guidelines of the handbook
- Strip the executable within the post-install target
- Submitter is the new MAINTAINER
[1] https://github.com/jwilk/pdf2djvu
PR: 236299
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>