Commit Graph

55 Commits

Author SHA1 Message Date
Mathieu Arnold
135fdeebb9 all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Joseph Mingrone
4c42925142 editors/emacs: Update to 27.2
This is a bug-fix release with no new features.

https://www.gnu.org/software/emacs/news/NEWS.27.2

Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D27700
2021-03-26 00:40:44 +00:00
Alexey Dokuchaev
46b152bc9c Update to version 3.12.
Reported by:	maintainer
2021-02-20 20:43:01 +00:00
Alexey Dokuchaev
36f44a9e1a Update to version 3.11.1 (bugfix release).
Requested by:	maintainer
2021-01-06 07:25:39 +00:00
Alexey Dokuchaev
f0a8df1498 - Update `mail/mailutils' to version 3.11
- Add `required_files' and `configlint' to rc scripts
- Emacs ports: chase shared library version bump

Submitted by:	maintainer
2020-12-25 08:17:49 +00:00
Alexey Dokuchaev
0d5ba7690e Fix searching over the unread messages in the IMAP mailboxes.
Submitted by:	maintainer
2020-11-05 09:39:23 +00:00
Alexey Dokuchaev
3bcd999431 Backport some IMAP-related fixes from the upstream repository.
Requested by:	maintainer
2020-10-03 08:07:20 +00:00
Alexey Dokuchaev
309cfce988 Backport upstream patch to unbreak the build with SQL support enabled.
PR:	249358
2020-09-17 06:27:59 +00:00
Alexey Dokuchaev
273ea71300 - Update to version 3.10
- Remove dead NNTP support
- Bump Python requirement to 3.0+

Reported by:	maintainer
2020-08-17 08:12:34 +00:00
Alexey Dokuchaev
caac0101ca - Update to version 3.9
- Add FRIBIDI option

Reported by:	maintainer
2020-03-17 04:20:16 +00:00
Alexey Dokuchaev
9cbaaa1aa1 Remove DEBUG option and amend CONFIGURE_ARGS according to WITH_DEBUG.
Users often got confused as to why installed binaries are stripped when
they've selected DEBUG option, which should not have been an option in
the first place, but a user-facing variable.  Now sanity is restored.
2019-12-16 10:12:04 +00:00
Alexey Dokuchaev
71581c5758 Unbreak the build with LDAP option selected (for some reason, the problem
does not occur on FreeBSD 11.3 and 12.0):

  ld: error: .../libmu_auth.so: undefined reference to ber_memfree
  ld: error: .../libmu_auth.so: undefined reference to ber_memvfree
  ld: error: .../libmu_auth.so: undefined reference to ber_set_option

It looks like an underlinking case, but I do not possess enough of domain
knowledge to properly describe what had changed in our linker and why it
was not a problem before.

Reported by:	maintainer
2019-12-04 18:01:23 +00:00
Joseph Mingrone
6e85c48e1a mail/mailutils: Update to 3.8; fix circular [1] / missing dependencies
- Remove the build dependency on Emacs since the installed elisp file is
  simple and does not need to be byte compiled.

- Collapse the EMACS option in to the MH option [2].

PR:		235890
Submitted by:	John Hein <jcfyecrayz@liamekaens.com> [2]
Reported by:	John Hein <jcfyecrayz@liamekaens.com> [1]
Reviewed by:	John Hein <jcfyecrayz@liamekaens.com>
Approved by:	danfe, Zeus Panchenko <zeus@gnu.org.ua> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D22351
2019-11-24 18:43:59 +00:00
Alexey Dokuchaev
c00e6c9a08 Unbreak the test suite and hook it to our framework.
Submitted by:	maintainer
Obtained from:	upstream
2019-11-23 11:56:20 +00:00
Alexey Dokuchaev
48808bbb3d Cherry-pick the following two changes from the upstream Git repository
at http://git.savannah.gnu.org/cgit/mailutils.git:

  018df5d628f4e093f7e45c00b48ffc11b234d8cf - Minor fix
  113e144dedbebb5bc659eadc7f329450bb374606 - Fix mandatory locking

Requested by:	maintainer
2019-07-31 11:44:17 +00:00
Alexey Dokuchaev
c54f3cac10 Add missing USES+=iconv because most of Mailutils programs use functions
it provides, but dependency was not recorded in the package.  This bug
went unnoticed for a long time because `libiconv.so.2' library typically
exists on any FreeBSD installation, and was revealed by recent exp-run.

Since port revision was bumped just now in the previous commit, abuse it
and do not bump again.

PR:	229613
2019-06-27 09:28:35 +00:00
Alexey Dokuchaev
3186e08e7c Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it.  Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans).  One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable.  It is very old,
there are newer versions available so it should be fixed by updating.

One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.

PR:		229613
Exp-run by:	antoine

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
2019-06-27 09:02:56 +00:00
Alexey Dokuchaev
cbe8c05f72 Update to version 3.7.
Submitted by:	maintainer
2019-06-24 10:14:07 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Alexey Dokuchaev
dd3113eab4 - Update `mail/mailutils' to version 3.6
- Stop hardcoding shlib version suffix in the pkg-plist
  to reduce the churn of it upon every version update

Prodded by:	maintainer
2019-02-26 13:45:20 +00:00
Alexey Dokuchaev
cd362e61da - Update `mail/mailutils' to version 3.5
- Now supports Berkeley DB versions 5 and 6
- Add GUILE_USES=pkgconfig because guile-config requires it
- Because our `lang/guile2' is outdated, add GUILE_BROKEN

PR:	229613 (related)
2018-11-12 15:50:44 +00:00
Alexey Dokuchaev
936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Mathieu Arnold
ba0451ba80 Remove dependencies on lang/python.
Fix where appropriate.

Sponsored by:	Absolight
2018-07-13 06:55:32 +00:00
Joseph Mingrone
107b408c31 USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
2018-05-31 01:18:05 +00:00
Joseph Mingrone
a3cc513bfc Flavorize and modernize Emacs ports
- 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
2018-02-01 18:03:09 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Alexey Dokuchaev
95010a2e6f Allow to build with debugging support.
Requested by:	maintainer
2017-11-28 01:11:09 +00:00
Alexey Dokuchaev
d1e7fc13b1 Update mail/mailutils' and mail/mailfromd' to versions 3.4 and 8.4,
respectively.  These are bug-fix releases.

Reported by:	maintainer
2017-11-06 12:59:17 +00:00
Alexey Dokuchaev
3a13584257 - Update `mail/mailutils' to version 3.3
- Switch to GDBM as default database: BDB v4.8 is deprecated (later versions
  are incompatible) and is not widely supported (e.g. by sendmail et al.)

Submitted by:	maintainer

TIMESTAMP (mailutils-3.3.tar.xz) = 1508319536
2017-10-19 13:33:34 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- 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
2017-06-27 13:46:53 +00:00
Alexey Dokuchaev
cc8dbd7128 Update `mail/mailutils' to version 3.2.91-29
As the port serves alpha version now, reorder MASTER_SITES

Requested by:	maintainer
2017-06-18 10:12:03 +00:00
Alexey Dokuchaev
c0406a867c Mention that `mail/mailutils' toolset is strictly RFC-compliant.
Requested by:	maintainer
2017-04-20 14:53:08 +00:00
Alexey Dokuchaev
19f99aa7cc - Update `mail/mailutils' to version 3.2.91, amend MASTER_SITES [*]
- Drop some Guile-related files from pkg-plist that were removed upstream

Submitted by:	maintainer [*]
2017-04-12 14:23:10 +00:00
Alexey Dokuchaev
ed12be4f21 - Update to version 3.2
- Drop `iconv' and `makeinfo' from USES list, they are not needed
- When linking against Guile, explicitly depend on libgmp.so:math/gmp
  (per `stage-qa' warning)
- Do not hardcode library version in pkg-plist, use PLIST_SUB mechanism

Reported by:	maintainer
2017-03-19 19:09:18 +00:00
Alexey Dokuchaev
f9cf13ca6d - Unbreak MH option and introduce EMACS one
- Simplify startup (rc.d) scripts a bit
- Minor port description adjustments
2016-12-30 19:16:19 +00:00
Alexey Dokuchaev
a7181ea211 - USES+=localbase is required for NLS-less builds
- Install startup scripts and documentation files
- Amend COMMENT text and bump port revision

Submitted by:	maintainer (rc.d scripts)
2016-12-28 12:01:54 +00:00
Alexey Dokuchaev
a1e5a44c37 Unbreak GUILE option. During generation of documentation, docstrings and
other information is extracted from preprocessed (cc -E) *.c files using
bundled clexer tool, which is part of GINT [1].

Under some circumstances (probably subject to the compiler, as the problem
does not occur on 9.3 and -CURRENT), ``arglist (SCM mbox)'' expression in
`mu_mailbox.c' becomes separated by the linemarker (# 470 "mu_mailbox.c").

Upstream maintainer believes that preprocessor is wrong, but might include
a workaround in clexer for this situation.  Meanwhile, just suppress line
markers with -P switch since they are normally ignored anyway.

http://puszcza.gnu.org.ua/software/gint/ [1]
2016-12-28 11:59:40 +00:00
Alexey Dokuchaev
09f1f438af - Do not pass ${PREFIX}/lib/${PORTNAME} to ldconfig(8), those shared
objects are loaded as plugins during runtime
- Do not try to override MAKEINFO (does not seem to change anything)
- Prevent `install-exec-hook' from calling chmod(1), this also fixes
  warnings during Q/A stage [1]
- Allow to build against Kyoto Cabinet

Reported by:	pkg-fallout [1]
2016-12-23 11:31:54 +00:00
Alexey Dokuchaev
86d8c53161 - Resurrect `mail/mailutils' port removed back in 2014: it is under
active development again and we have new maintainer for the port
- Update to version 3.1.1, define LICENSE (GPLv3+), improve COMMENT
- Drop `--disable-build-comsat' (not sure why it was disabled before)
- Convert to option helpers; fix noticed pkg-plist issues
- Strip binaries on installation; drop standard option descriptions
- Remove MAKE_JOBS_UNSAFE (we'll ask for forgiveness if it breaks)
- Reformat port description and spell ``Swiss Army knife'' correctly
- Pass maintainership to the submitter

Submitted by:	Zeus Panchenko
2016-12-21 19:04:07 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
Antoine Brodin
edeacf1ad9 Set expiration date: marked deprecated since july 2013 2014-02-23 20:55:57 +00:00
Martin Wilke
30015b772b - Stage support 2014-02-15 10:13:33 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Matthias Andree
b7909a4e47 Move GUILE_* options before bsd.options.mk so they can take effect. 2013-07-17 21:38:09 +00:00
Matthias Andree
5040a69fa7 Fix GUILE option for "OFF" case (GUILE_CONFIGURE_OFF, rather than a dup' _ON)
Submitted by:	jgh
2013-07-17 21:29:25 +00:00
Matthias Andree
9cc5f670f8 Mark DEPRECATED, until some has the time to look after it. 2013-07-17 19:04:56 +00:00
Matthias Andree
6c4c65ef49 - Return port to ports@, at the maintainers request (private mail in
response to a bug report); Attila Nagy is not using the port any more.

- Add/fix GUILE option (to make it build in Tinderbox) and fix the pkg-plist
  accordingly, so that the port now installs successfully and uninstalls
  without left-over files with default options (i. e. no options) and
  with GUILE enabled.

- Remove versions from LIB_DEPENDS.

WARNING: THIS PORT NEEDS MORE ATTENTION, known issues:

- movemail is reported to stall on messages containing NUL bytes in the
  middle of (body) lines

- enabling the PYTHON option causes pkg-plist breakage, missing
  bin/popauth, and other issues

- Note the upstream has released a 2.99.96 alpha/beta version earlier
  this year, but I did not have the time to review bug fixes and other
  changes.  It seems a massive overhaul, partial rewrite, though.
2013-07-17 18:58:39 +00:00