| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
|
|
|
|
| |
PR: 232310
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 231493
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
- add LICENSE to pet portlint
- remove BROKEN_powerpc64 since the cause has been fixed in ports r471400
- adjust to upstream's new info page handling
- fix parallel installation of flavored mail/py-notmuch
PR: 229075
Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Relnotes: https://notmuchmail.org/pipermail/notmuch/2018/026684.html
|
|
|
|
|
| |
PR: 227892
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Upstream release notes:
https://notmuchmail.org/pipermail/notmuch/2018/026376.html
PR: 227203
Submitted by: seschwar@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update ports to version to 0.26.
- Unconditionally install completions according to Porter's Handbook Chapter 6.31.
without adding extra dependencies.
- Turn on the MANPAGES option by default. Building the manual pages is kept as an option
to allow for more minimal custom builds.
- Remove RUBY option as it never did anything. There are no build or install instructions
in the Makefile nor %%RUBY%% references in pkg-plist.
Building with the RUBY option enabled makes absolutely no difference to the produced package.
The only thing ever requiring the Ruby bindings to the Notmuch library is the Vim client,
which isn't built either.
- Turn mail/py-notmuch into a slave port of mail/notmuch.
- Split off EMACS option into the flavor aware slave port mail/notmuch-emacs.
- Split off MUTT option into the slave port mail/notmuch-mutt.
- Perform miscellaneous cleanups.
PR: 225059
Submitted by: seschwar AT gmail.com
Reviewed by: mat, fluffy, maintainers
Approved by: maintainers
Differential Revision: D13944
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
|
|
|
|
| |
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
| |
- update NOTMUCH_SKIP_TESTS variable
Approved by: jpaetzel (mentor)
|
|
|
|
| |
Approved by: jpaetzel (mentor)
|
|
|
|
|
| |
Approved by: misha (maintainer)
Differential Revision: https://reviews.freebsd.org/D11752
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
- fix pkg-plist issues
- patch notmuch-emacs-mua to remove bashisms
- upgrade to version 0.24.2
Upstream changes:
https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=2e86a4da55c29e0751d950839cdcbe40234ca8ba
Approved by: mp39590@gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D11644
|
|
|
|
| |
Approved by: jpaetzel (implicit)
|
|
|
|
| |
Approved by: jpaetzel (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS_INSTALL
- Update WWW
- Bump PORTREVISION for dependent ports
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
|
|
|
|
| |
Approved by: jpaetzel (implicit)
|
|
|
|
| |
Approved by: jpaetzel (implicit)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
|
| |
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
|
|
|
|
|
|
|
| |
- update TEST_DEPENDS
- patch port's test infrastructure to use GNU coreutils
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
| |
- add support for 'test' target
Approved by: wg (mentor)
|
|
|
|
|
|
| |
PR: 214860
Submitted by: pkubaj@anongoth.pl
Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor)
|
|
|
|
|
|
|
|
| |
- add MUTT option to install notmuch-mutt utility
PR: 214781
Submitted by: pkubaj@anongoth.pl
Approved by: mp39590@gmail.com (maintainer), jpaetzel (mentor)
|
|
|
|
|
|
|
|
| |
- Allow build on FreeBSD 9
- Move options block to correct place
PR: 213240 [1]
Submitted by: maintainer [1]
|
|
|
|
|
|
|
| |
- While here, cosmetic fixes
PR: 212588
Submitted by: mp39590@gmail.com (maintainer)
|
|
|
|
|
| |
PR: 209665
Reported by: marino
|
|
|
|
|
| |
PR: 209665
Submitted by: mp39590@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
The configure argument for docs+doxygen is "--with-docs" and
"--without-docs", not "--with-api-docs". I check configure to be sure.
The build was failing everywhere with "Unrecognized option" error message
during configure phase.
Approved by: just-fix-it
|
|
|
|
|
|
|
|
|
|
| |
- New MANPAGES and DOXYGEN options to control building of documentation (DOXYGEN option is used to build API manpage)
- RUBY option to support ruby bindings
- General port cleanup
- While here, add LICENSE_FILE
PR: 211266
Submitted by: mp39590@gmail.com (maintainer)
|
|
|
|
|
| |
PR: 209665
Submitted by: mp39590@gmail.com (maintainer)
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 206973
Submitted by: mp39590@gmail.com (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
|
|
|
|
|
| |
PR: 201884
Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
MFH: 2015Q3
|
|
|
|
|
|
|
|
|
| |
- Change maintainer to mp39590@gmail.com
- Delete obsolete patches
PR: 201272
Submitted by: Mikhail <mp39590@gmail.com>
Approved by: Ross Timson <ross@rosstimson.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Add options to customize build
- Mark ignored for everything below 9.0 release
PR: 198464
Submitted by: mp39590@gmail.com
Approved by: maintainer(timeout, >14 days)
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
PR: 191969
Submitted by: mp39590 (gmail.com)
Approved by: maintainer timeout
QA fixes by: marino
|
|
|
|
|
|
|
|
|
|
|
| |
- while here convert to staging, adopt new lib_depends format, move gmake
into uses
This includes a patch that fixed building with Clang so it should now build
fine on FreeBSD 10. Also switched to using gmime2.6
PR: 185396
Submitted by: maintainer, ross@rosstimson.com
|
|
|
|
| |
mail)
|
| |
|
|
|
|
| |
purge one empty file).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
|
|
|
|
|
|
|
| |
- Cleanup Makefile header
- Reformat pkg-descr
- Bump PORTREVISION for databases/xapian-core shlib change
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
|
|
|
|
|
|
| |
Changes: http://notmuchmail.org/news/release-0.15.2/
PR: ports/176291
Submitted by: Ross Timson <ross@rosstimson.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Define LICENSE (GPLv3)
- Respect PREFIX, cleanup Makefile
PR: ports/175607
Submitted by: maintainer
|
|
|
|
|
|
|
| |
PR: 174229
Submitted by: ross@rosstimson.com
Approved by: maintainer, darwinsurvivor@gmail.com
Feature safe: yes
|
|
|
|
| |
Approved by: portmgr@ (implicit)
|
| |
|
|
application
PR: ports/165468
Submitted by: Doug Penner <darwinsurvivor@gmail.com>
Approved by: gabor (mentor, implicit)
|