1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

227 Commits

Author SHA1 Message Date
Bryan Drewery
2324655f20 - Add NO_STAGE until validated to be safe for upcoming staging support 2013-09-20 15:58:09 +00:00
Bryan Drewery
2c7ec98c83 Fix qmail-spamcontrol build on head without gcc
Reported by:	bapt
2013-09-14 15:23:52 +00:00
Bryan Drewery
4750c6ff48 Add file meant for r325421 2013-08-26 23:31:42 +00:00
Bryan Drewery
1ffe5a449c - Fix build with clang and on head
Reported by:	bapt
2013-08-26 23:30:41 +00:00
Andrej Zverev
e22cb3e0ce - Convert to new perl5 framework
Approved by:	bdrewery@ (maintainer)
2013-08-20 11:43:44 +00:00
Bryan Drewery
32cf2e6ffe - Fix spamcontrol build after r324008 removed perl from PATCH_DEPENDS
in bsd.perl.mk
2013-08-19 13:17:01 +00:00
Bryan Drewery
3751c1c1ba - Fix options conversion for bmake
Submitted by:	Joseph Schaefer <joesuf4@gmail.com>
2013-06-18 23:03:14 +00:00
Bryan Drewery
aff2c3704c - Fix qmail-mysql build with clang and recent mysql-client
Reported by:	miwi via pointyhat
2013-06-14 21:13:41 +00:00
Bryan Drewery
485d5cb399 Add working mirror for tls patch 2013-03-29 18:12:28 +00:00
Renato Botelho
3c8c5f0b8d Fix typo on var name
Approved by:	maintainer
2013-03-26 14:38:41 +00:00
Bryan Drewery
63f96859ce - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
2013-03-15 22:03:42 +00:00
Bryan Drewery
f636527174 - Fix error when QMAIL_PREFIX is not defined due to extra spaces
"Makefile", line 653: Need an operator
  make: fatal errors encountered -- cannot continue
2013-03-11 19:43:29 +00:00
Bryan Drewery
678eff9c21 - Cleanup example rc file
- Support SHUTDOWN
 - Check for needed files/dependencies in precmd
 - Respect LOCALBASE
 - Make rclint happy
- Rename symlink from qmail.sh to qmailsmtpd
- Rename installed example rc file from qmail-smtpd.rcNG to qmailsmtpd
2013-02-23 18:49:29 +00:00
Bryan Drewery
7b01d09ebb - Fix runtime crash when using SMTPEXTFORK option due to
calling strtok(3) without string.h included.
  Not reported "upstream" as the last update was 2009
  and the site is dead.

Reported by:	Christopher Weimann <christopher@weimann.us>
2013-02-06 04:49:01 +00:00
Bryan Drewery
1bc9954783 - Remove indefinite article from COMMENT
- Avoid directly including bsd.openssl.mk by including
  bsd.port.options.mk and using proper USE_OPENSSL
2013-02-05 23:26:48 +00:00
Renato Botelho
5e451ad65e Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
2012-12-18 13:56:17 +00:00
Renato Botelho
ce3032abb9 - Update TLS patch to v2, what address an issue that qmail-remote loops on
malformed server response
- Bump PORTREVISION

Reported by:	Dirk Engling <erdgeist@erdgeist.org>
Feature safe:	yes
2012-10-16 13:35:28 +00:00
Renato Botelho
1f88b73f96 Fix OptionsNG commit, i committed the wrong version
Pointyhat to:	garga@
Feature safe:	yes
2012-10-13 15:43:27 +00:00
Renato Botelho
e38fe07518 Convert mail/qmail to OptionsNG
Feature safe:	yes
2012-10-13 14:16:02 +00:00
Renato Botelho
f73ec4c6b0 Fix MAILDIRQUOTA patch that was calculating the wrong email size.
PR:		ports/168870
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
2012-10-11 13:35:55 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Alex Kozlov
014232b649 Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources)
2012-04-12 02:30:54 +00:00
Renato Botelho
c463b5c65e Fix URL to download smtp-auth patch 2012-02-18 13:19:03 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Renato Botelho
6dcf941c1b Respect CC and STRIP
PR:		ports/162492
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
2011-11-16 21:18:26 +00:00
Adam Weinberger
047e56b829 Typo fix in a printed string.
Approved by:	garga (maintainer)
2011-09-30 15:20:48 +00:00
Chris Rees
6757d8fc61 - Add SMTPAUTHUSER and SRS support
- While here, use WANT_QMAIL rather than hideous relative include

PR:		ports/159964
Submitted by:	Nicolas de Bari Embriz <nbari@dalmp.com>
Approved by:	garga (carte blanche via email)
2011-09-09 17:28:30 +00:00
Renato Botelho
df9f14e134 Fix qmail, qmail-tls, qmail-mysql and qmail-ldap build with clang 2011-07-26 22:13:55 +00:00
Renato Botelho
19760f48f0 - Make qmail use USERS and GROUPS [1]
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl

PR:		ports/157622 [1]
Submitted by:	crees [1]
2011-07-18 20:55:29 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Renato Botelho
6dff9d42fb - Update spamcontrol patch to 2.6.24
- Remove MD5

Feature safe:	yes
2011-02-07 16:25:13 +00:00
Renato Botelho
8d9c1f0443 When server announce auth as "PLAIN LOGIN" instead of the common inverse order
"LOGIN PLAIN" make sure qmail-remote can authenticate.
2010-09-20 13:35:44 +00:00
Renato Botelho
adc1d2316a Update spamcontrol patch to 2.6.23 2010-09-16 13:58:41 +00:00
Renato Botelho
3d5a5bc862 - Really fix qmail-spamcontrol build now, i was building ucspi-ssl after
install_spamcontrol.sh and it must run before since this script need to copy
  ssl.a to correct place
- Bump PORTREVISION
2010-08-11 00:23:31 +00:00
Renato Botelho
eb9e6caa4d - Add perl build dependency, missed on last commit
- Bump PORTREVISION

Reported by:	QAT
2010-08-10 21:09:18 +00:00
Renato Botelho
c34fd65773 Update spamcontrol to 2.6.22 2010-08-10 20:07:05 +00:00
Renato Botelho
697b95bd06 Fix build with utmpx
Reported by:	pointyhat by erwin@
2010-04-06 11:51:22 +00:00
Renato Botelho
78ee99eb30 Remove references pointing to PORT_NOTE, a file that doesn't exist anymore
Reported by:	Elliot Denk <elliotdenk at googlemail.com>
Feature safe:	yes
2010-02-25 10:51:07 +00:00
Renato Botelho
35ffaa0b9a Fix build on 9-CURRENT after utmp -> utmpx
Provided by:	ed@
2010-01-19 10:26:57 +00:00
Renato Botelho
9927229e72 Define rules for PORTSCOUT checking in some of my ports 2010-01-05 11:48:17 +00:00
Renato Botelho
19c5907d88 Update spamcontrol patch to 2527 2009-12-23 17:29:38 +00:00
Renato Botelho
32565f020f Fix docs installation on qmail-ldap
PR:		ports/140866
Submitted by:	Hiroyuki Seino <seichan-ml@wakhok.ne.jp>
2009-11-27 10:21:27 +00:00
Renato Botelho
8dc5f0acd2 - Update (fix bug) SMTPEXTFORK code (affects only qmail-ldap port)
- Add JMS's Greet Delay feature on Qmail-LDAP
- Enhace qmail-smtpd logs (spamcontrol-like) on qmail-ldap

PR:		ports/140255
Submitted by:	Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
2009-11-04 18:06:27 +00:00
Renato Botelho
c2123b387e Fix qmtpc + outgoingip patch to prevent a segfault when both are applied
PR:		ports/136176
Submitted by:	Bryan Drewery <bryan@shatow.net>
2009-07-01 17:27:44 +00:00
Renato Botelho
a8194128d7 - Fix shell errors on make certificate
PR:		ports/136082
Submitted by:	Bryan Drewery <bryan@shatow.net>
2009-06-28 14:15:01 +00:00
Renato Botelho
cc97a5cc60 - Update qmail-spamcontrol to 2525a 2009-06-16 16:38:27 +00:00
Renato Botelho
b9974ad42c - Update to 2523 2009-05-06 21:13:30 +00:00
Renato Botelho
6dace6b6ad - Fix segfaulting on amd64 adding alloc.h on cdbmake_add.c
PR:		ports/133709
Submitted by:	Milos Vyletel <milos.vyletel@gmail.com>
2009-04-21 14:17:38 +00:00
Renato Botelho
1723e851f3 - Make SENDERCHECK4 patch respect OPTIONS
- Bump PORTREVISION

Submitted by:	Martin Lesser <ml@bettercom.de>
Approved by:	portmgr (pav)
2009-04-15 16:39:44 +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