Commit graph

74 commits

Author SHA1 Message Date
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Guido Falsi
365b7f538e - Fix paths to html documentation in man pages [1]
- Bump PORTREVISION
- While here perform a whitespace fix and move MAN* variables where
  they belong.

Reported by:	Bjoern Voigt <bjoernv@arcor.de> [1]
Feature safe:	yes
2012-10-20 08:49:11 +00:00
Guido Falsi
56de9c77af - Update to 2.6.0
- Add conflict with mail/courier [1]
- Rename files shared with other ports [2]
- Trim Makefile headers
- Take maintainership

PR:		ports/168616 (fixed by [1] and [2])
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
Approved by:	crees, tabthorpe (mentors, implicit)
2012-09-28 17:26:54 +00:00
Renato Botelho
0300be0fc1 Drop maintainership since i don't use it anymore 2012-08-03 15:35:35 +00:00
Renato Botelho
a2e0353697 Remove lib version from LIB_DEPENDS to silence portlint 2012-07-02 22:24:21 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Renato Botelho
b393a8aa85 - Update to 2.5.5
- Pet portlint
2011-12-28 15:23:08 +00:00
Renato Botelho
3e32e345fc Update to 2.5.4 2011-11-04 20:01:51 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Renato Botelho
6e2ada58d5 Update to 2.5.2 2010-11-08 11:36:48 +00:00
Renato Botelho
b0493922c4 Update to 2.5.1 2010-11-05 16:03:10 +00:00
Renato Botelho
69acddd657 - Update to 2.5.0
- Add new option WITH_DOVECOTAUTH

PR:		ports/147302
Submitted by:	Marko Njezic <mrmax063@maxempire.com>
2010-06-02 17:40:40 +00:00
Renato Botelho
bd5f4988b2 - Update to 2.4.3 2010-05-04 17:30:38 +00:00
Renato Botelho
b9d987605d Update to 2.4.2
PR:		ports/144341
Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
Feature safe:	yes
2010-03-01 11:01:53 +00:00
Renato Botelho
f52ceeeb1a Update to 2.4.0
PR:		ports/143721
Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
Feature safe:	yes
2010-02-22 15:42:00 +00:00
Renato Botelho
517c5c7533 Update to 2.3.0 2010-01-12 13:05:39 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Renato Botelho
45d154cedc Update to 2.2.0
PR:		ports/136217
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2009-07-01 17:12:52 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Renato Botelho
d63008fa88 - My last commit didn't fix the problem, actually, i was not reproducing it
accordingly, now real fix.

Reported by:	Yasuhiro KIMURA <yasu@utahime.org>
2009-02-25 11:31:20 +00:00
Renato Botelho
f0c840eb66 - Fix REINPLACE_CMD syntax when WITH_AUTHLIB=yes
PR:		ports/132040 (based on)
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2009-02-24 13:49:37 +00:00
Ion-Mihai Tetcu
e7f6fe4014 Add MAILDROP_LOG_COLUMNS which controlls the lenght of the 'File:' line in the
logs. Default it to 72 (like in the sources), which plus the message size gives
80 (= standard # of columns in a terminal). If you watch the logs under X
something like 140 will probably use your screen width more usfully.

Approved by:	maintainer
2009-02-18 07:00:44 +00:00
Pav Lucistnik
f28d272707 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:05:49 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Renato Botelho
7defe72cdd - Take maintainership 2008-07-28 11:25:46 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Xin LI
66168bdde5 - Update to 2.0.4.
- "WANT_FAM_SYSTEM=fam" might have been too restrictive,
   so remove it.

Submitted by:	KIMURA Yasuhiro <yasu utahime org>
PR:		ports/112201
Approved by:	maintainer timeout
2007-06-06 01:57:14 +00:00
Sergei Kolobov
d6b3e0e507 - Update to 2.0.3
- Explicitly require fam rather than gamin

PR:		ports/110211
Submitted by:	KIMURA Yasuhiro (yasu AT utahime DOT org)
2007-03-21 17:01:15 +00:00
Gabor Kovesdan
c0ce4105e7 Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:	portmgr (erwin), erwin (mentor)
2007-01-29 19:05:07 +00:00
Sergei Kolobov
0ea2a0b745 - Update to 2.0.2
- Install quotawarnmsg.sample file [1]
- Add WITH_FAM knob to explicitly enable optional support for FAM
  in addition to autodetecting its presence; utilize USE_FAM for dependency
  (choose between devel/gamin and devel/fam according to user's preference)

PR:		ports/95169 [1]
Submitted by:	Rui Lopes <rgl@ruilopes.com> [1]
2006-05-02 22:54:36 +00:00
Edwin Groothuis
83d3bc6b32 [PATCH] mail/maildrop: Update to 2.0.1
Update to latest release version 2.0.1.

PR:		ports/90915
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-12-26 09:40:44 +00:00
Oliver Lehmann
3c879ce4c5 chase courier-authlib move 2005-04-26 19:22:11 +00:00
Sergei Kolobov
10baee1330 - Add patch to work around the problem where maildrop exits with
"flock() failed" error when an attempting to route messages to /dev/null.
  Patch is submitted upstream.
- Bump PORTREVISION

PR:		ports/80106
Submitted by:	David Lay <dsl@webize.com.au>
2005-04-26 13:25:18 +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
Sergei Kolobov
2d5e84ec2d - Fix MAILDROP_SUID/SGID - Maildrop was installed without suid/sgid bit
even if MAILDROP_SUID/MAILDROP_SGID option is set - fixed
  NOTE: this changes behavior of these options so that suid/sgid bit
        is set only if these options are explicitly specified.
        There is no default value for these options now.
- Bump PORTREVISION

PR:		ports/78715
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-03-14 14:36:16 +00:00
Michael Nottebrock
bec9097a7d Near miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE). 2005-03-09 15:36:55 +00:00
Sergei Kolobov
2e6f503b6d - Fix WITH_AUTHLIB=yes case by patching LIBS in Makefile.in [1]
(adds -rpath=${LOCALBASE}/lib/courier-authlib). Unlike the previous
  solution (add it to LDFLAGS) this does work

PR:		ports/77874
Submitted by:	Thomas T. Velhdouse <veldy@veldy.net> (error report)
Obtained from:	Douglas Fraser <doug@idmf.net> [1] (actual fix)
2005-03-09 12:41:42 +00:00
Michael Nottebrock
5eec531566 make(1) in 5.2.1-RELEASE can't handle the generated Makefiles either. 2005-03-02 18:50:08 +00:00
Sergei Kolobov
17c455125d - Build fails under RELENG_4 unless USE_GMAKE=yes.
Make it conditional on OSVERSION since RELENG_5 and HEAD
  does not have that problem

Noticed by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-02-22 10:08:10 +00:00
Sergei Kolobov
4fe7702b93 - Update to the latest version - 1.8.0
- Maildir quota is now enabled by default.
  The following options were deleted:
  - WITH_MAILDIRQUOTA
  - WITH_TRASHQUOTA
- New option WITH_AUTHLIB is added, which provides optional support for
  Courier Auth Library (mail/courier-authlib port).
- Userdb authentication, LDAP and MySQL support are provided through
  courier-authlib now, thus the following options
  - WITH_USERDB
  - WITH_LDAP
  - WITH_MYSQL
  have been superceded by WITH_AUTHLIB.

WARNING! WARNING! WARNING!
- Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the
  resulting binary cannot properly locate libcourierauth.so.0 library:

  yasu@sugar[22]% ldd /usr/local/bin/maildrop
  /usr/local/bin/maildrop:
          libcourierauth.so.0 => not found (0x0)
       	  libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000)
       	  libm.so.2 => /usr/lib/libm.so.2 (0x280d3000)
       	  libc.so.4 => /usr/lib/libc.so.4 (0x280ee000)

  This is because libcourierauth.so.0 is not installed in the standard library
  path of dynamic linker.
  One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib'
  to linker flags. Unfortunately, this breaks the installation procedure.

  A solution to this problem is being actively sought, and I hope it will be
  fixed shortly.

PR:		ports/76786
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-02-21 11:31:55 +00:00
Sergei Kolobov
32f19772fa - Add two new knobs:
WITH_TRASHQUOTA=yes   Include deleted messages, and the Trash folder,
                        in the estimated quota usage for maildirs.
                        Requires WITH_MAILDIRQUOTA. [1]
  MAILDROP_TRUSTED_USERS=<user> Specify users allowed to use the -d option [2]
- Bump PORTREVISION

PR:		ports/68077 [1], ports/65520 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1],
		Mantas Kaulakys <mantas@stotis.lt> [2]
2004-07-04 22:45:03 +00:00
Oliver Eikemeier
6cdab236e9 typo 2004-06-25 14:55:48 +00:00
Sergei Kolobov
64cce5be94 - Support sourcing of Makefile.local by including <bsd.port.pre.mk>
even though I think there are better ways to store per-port configuration:
  sysutils/penv or sysutils/portupgrade ports or /etc/make.conf file)

PR:		ports/64660
Submitted by:	George Hartzell <hartzell@kestrel.alerce.com>
2004-04-11 21:38:48 +00:00
Sergei Kolobov
2c35eef485 - Update to 1.6.3
- Remove patched we do not need anymore
- Disable database extensions by default;
  use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr

PR:		58968 [1], 56329 [2], 59807 [3]
Submitted by:	oleg dashevskii <be9-ml@be9.ru> [1],
		Paul Dlug <paul@aps.org> [2],
		Harold Paulson <haroldp@internal.org> [3]
2003-12-23 16:33:36 +00:00
Sergei Kolobov
06f74d91e0 - Take maintainership 2003-12-21 20:37:54 +00:00
Pete Fritchman
522edc86e6 Relinquish maintainership to ports@. 2003-12-21 01:53:10 +00:00
Pete Fritchman
62ba0b8f21 Specify /usr/sbin/sendmail (mailwrapper) as the default sendmail binary
to use by default now, unless the user specifies NO_MAILWRAPPER.

Submitted by:	Thomas Seck <tmseck@netcologne.de>
2003-04-06 15:31:07 +00:00
Pete Fritchman
30367412d8 - update to 1.5.2
- document port options at the top of the Makefile
- install documentation

PR:		49974
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-03-27 03:45:21 +00:00