Summary: | [PATCH] Fix port: mail/qmail should use USERS | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Rees <utisoft> |
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Chris Rees
2011-06-05 11:20:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool) Hey, Is the patch at [1] OK? If you don't have time I'll commit it -- it Tinderboxes fine. Thanks! Chris http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157622 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. > I'm working on this, it's not so easy to say if a change on qmail port
> is fine, you need to test all slave ports with all patch combinations to
> be sure the change doesn't break anything.
Oops, we already had this conversation.... sorry for nagging!
Chris
Hey Renato, I noticed that the build problem with qmail-spamcontrol is simply because the patches from the UIDs fix aren't included in the build because of the PATCHDIR= ${.CURDIR}/files. I've added the relevant patchfiles to EXTRA_PATCHES. It now builds fine. http://www.bayofrum.net/~crees/patches/qmail-spamcontrol.diff Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. garga 2011-07-18 20:55:29 UTC FreeBSD ports repository Modified files: mail/qmail Makefile mail/qmail/files pkg-install.in mail/qmail-spamcontrol Makefile mail/qmail-ldap Makefile Added files: mail/qmail/files patch-Makefile patch-auto_uids-c-dist Log: - 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] Revision Changes Path 1.51 +3 -0 ports/mail/qmail-ldap/Makefile 1.41 +3 -1 ports/mail/qmail-spamcontrol/Makefile 1.153 +11 -8 ports/mail/qmail/Makefile 1.1 +31 -0 ports/mail/qmail/files/patch-Makefile (new) 1.1 +16 -0 ports/mail/qmail/files/patch-auto_uids-c-dist (new) 1.9 +2 -60 ports/mail/qmail/files/pkg-install.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |