Commit graph

31 commits

Author SHA1 Message Date
Guido Falsi
60dea511f2 - Update courier-authlib to 0.69.1
- Avoid uninstalllation leftovers by fixing plists
- Perform a small whitespace fix
2019-08-20 16:22:06 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Guido Falsi
2dd9174342 - Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings

PR:			231471 [1]
Submitted by:		me
Approved by:		Maintainer timeout [1],
			oliver@ [2]
Differential Revision:	https://reviews.freebsd.org/D17234
2018-10-10 11:54:58 +00:00
Guido Falsi
67f777acfe Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.

The sample files are renamed to ".dist" because that is the name
the tool expects.

Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.

While here convert to localbase.

Suggested by:	Doug McIntyre <merlyn at iphouse.net>
2017-09-28 18:46:27 +00:00
Guido Falsi
0a0779177a - Update devel/courier-unicode to 2.0
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]

On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.

Approved by:		oliver@ (maintainer) [1]
Differential Revision:	https://reviews.freebsd.org/D11467
2017-07-06 11:56:27 +00:00
Guido Falsi
ea2899de51 - Update to devel/courier-unicode to 1.4
- Chase shlib bump
2015-09-07 21:29:19 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Guido Falsi
cf05ce3135 - Update courier-unicode to 1.2
- Update courier-imap to 4.16.1
- Update maildrop to 2.8.2
- Update sqwebmail to 5.8.2
- Update courier-authlib to 0.66.2
- Some plist and Makefile modernization

Approved by:		oliver@ (as maintainer of various of these ports)
Differential Revision:	https://reviews.freebsd.org/D2391
2015-04-30 09:14:47 +00:00
Tijl Coosemans
a3566cb26e */courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
  script
2014-09-07 16:12:36 +00:00
Oliver Lehmann
69baf55a1a add STAGE support 2014-06-11 16:32:47 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Oliver Lehmann
81437648bc update to 0.61.0 2008-07-16 07:39:29 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Oliver Lehmann
39baf03e56 move mail/courier-authlib to security/courier-authlib which is a meta-port now.
Submitted by:		Yarema <yds@CoolRat.org>
In corporation with:	Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself
2005-04-26 19:17:32 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Oliver Lehmann
cebfae0aa0 - Merge sysconfdir and userdb configurable from courier-imap [1]
- Make the port conflicts with mail/courier [1]
- add an option to disable make install-configure to merge new otpions into old cfg files

PR:		ports/79062 [1]
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
2005-04-02 14:28:05 +00:00
Oliver Lehmann
10eea892dd - stop creatng /var/run/authdaemond during the package installation
- create /var/run/authdaemond within the rc.subr Script in case the
  directory doesn't exist.
- Bump PORTREVISION

Suggested By:	brooks
2005-03-15 19:41:41 +00:00
Oliver Lehmann
87869765a8 - change socket and pid location from /usr/local/var/spool/authdaemon/ to /var/run/authdaemond/
- fix default user/group premissions.

PR:		78866
Submitted by:	Artis Caune <Artis.Caune@latnet.lv>
2005-03-15 17:13:49 +00:00
Oliver Lehmann
f6b1bd9aff fix building for cases where WRKDIR is a nfs mount 2005-03-12 17:24:14 +00:00
Oliver Lehmann
a12c1a44c7 update to 0.55
migrate to OPTIONS [1]
add WITH_SYSLOG_FACILITY knob [2]

PR:		78362 [1]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> [1]
		Sascha Holzleiter <sascha@daemonground.de> [2]
2005-03-05 14:00:58 +00:00
Oliver Lehmann
19dbf6437b Add BSD master.passwd processing to pw2userdb
Bump PORTREVISION

PR:		ports/78163
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-03-01 21:02:00 +00:00
Oliver Lehmann
a71a447e87 - fix Makefile [1]
- Bump PORTREVISION
- create and remove PREFIX/var/spool/authdaemon on (de)installation [2]

PR:		ports/78613 [1] - partly
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Noted by:	Gustavo A. Baratto <gbaratto@superb.net> [2]
2005-03-01 19:39:52 +00:00
Oliver Lehmann
72ec293f76 update to 0.54 2005-02-13 13:50:40 +00:00
Oliver Lehmann
c0a3795857 VPOPMAILDIR?= ${LOCALBASE}/vpopmail
update to 0.53
new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB

Submitted by:	"Gustavo A. Baratto" <gbaratto@superb.net>
2005-02-04 18:44:48 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Oliver Lehmann
82837f15a0 fix pkg-plist
Noted by:	kris
2005-01-25 22:24:11 +00:00
Oliver Lehmann
47b6b6d047 don't sed ${WRKSRC}/Makefile.in twice
Noted By:	Atanas <atanas@aplus.net>
2005-01-21 06:11:02 +00:00
Oliver Lehmann
cb034e3273 upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0
Special thanks for testing and sugestions to:	Brian Candler <B.Candler@pobox.com>
2005-01-08 10:25:05 +00:00
Oliver Lehmann
c16332dab7 Add courier-authlib
<quote>
Copies of this library code used to exist in other tarballs: Courier,
Courier-IMAP, and SqWebMail. Building and installing any of these packages
would've automatically installed this authentication code.

The authentication library is now a separate, standalone package. This
authentication library must now be installed, separately, before upgrading
to the following builds (or if installing them for the first time):
Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information.
</quote>

http://www.courier-mta.org/authlib/
2004-12-19 11:25:28 +00:00