Bug 77553 - [PATCH] mail/qmail: Permit different MANs from slave-ports
Summary: [PATCH] mail/qmail: Permit different MANs from slave-ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 10:00 UTC by Renato Botelho
Modified: 2005-03-08 00:32 UTC (History)
1 user (show)

See Also:


Attachments
qmail-1.03_3.patch (754 bytes, patch)
2005-02-15 10:00 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho 2005-02-15 10:00:26 UTC
I´m doing a new slave port for qmail, and this port will need to install some other MANs.

I believe it won´t affect qmail and slave ports.

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-16 10:34:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer
Comment 2 Renato Botelho 2005-02-16 12:56:56 UTC
Lioux,

I think better you commit this patch, because I se that will be 
necessary change ALL_TARGET variable too.

Thanks a lot

diff -ruN --exclude=CVS /var/jail/data/usr/ports/mail/qmail/Makefile /usr/ports/mail/qmail/Makefile
--- /var/jail/data/usr/ports/mail/qmail/Makefile	Mon Feb 14 16:42:03 2005
+++ /usr/ports/mail/qmail/Makefile	Wed Feb 16 10:51:38 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	qmail
 PORTVERSION?= 	${QMAIL_VERSION}
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://cr.yp.to/software/ \
 		ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
@@ -154,17 +154,17 @@
 NEWALIASES?=	/usr/bin/newaliases
 SENDMAIL?=	/usr/sbin/sendmail
 
-ALL_TARGET=	default dot-qmail.5 qmail-control.5 qmail-getpw.8 \
+ALL_TARGET+=	default dot-qmail.5 qmail-control.5 qmail-getpw.8 \
 		qmail-limits.7 qmail-newmrh.8 qmail-newu.8 qmail-pw2u.8 \
 		qmail-send.8 qmail-start.8 qmail-users.5
 
-MAN1=	forward.1 condredirect.1 bouncesaying.1 except.1 maildirmake.1 \
+MAN1+=	forward.1 condredirect.1 bouncesaying.1 except.1 maildirmake.1 \
 	maildir2mbox.1 maildirwatch.1 mailsubj.1 qreceipt.1 qbiff.1 preline.1 \
 	tcp-env.1
-MAN5=	addresses.5 envelopes.5 maildir.5 mbox.5 dot-qmail.5 qmail-control.5 \
+MAN5+=	addresses.5 envelopes.5 maildir.5 mbox.5 dot-qmail.5 qmail-control.5 \
 	qmail-header.5 qmail-log.5 qmail-users.5 tcp-environ.5
-MAN7=	forgeries.7 qmail-limits.7 qmail.7
-MAN8=	qmail-local.8 qmail-lspawn.8 qmail-getpw.8 qmail-remote.8 \
+MAN7+=	forgeries.7 qmail-limits.7 qmail.7
+MAN8+=	qmail-local.8 qmail-lspawn.8 qmail-getpw.8 qmail-remote.8 \
 	qmail-rspawn.8 qmail-clean.8 qmail-send.8 qmail-start.8 splogger.8 \
 	qmail-queue.8 qmail-inject.8 qmail-showctl.8 qmail-newmrh.8 \
 	qmail-newu.8 qmail-pw2u.8 qmail-qread.8 qmail-qstat.8 qmail-tcpok.8 \
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-03-08 00:32:21 UTC
State Changed
From-To: open->closed

Committed, thanks!