Bug 17777 - [PATCH] Postfix port to consistently use INSTALL_* macros
Summary: [PATCH] Postfix port to consistently use INSTALL_* macros
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: torstenb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-04 01:10 UTC by yds
Modified: 2000-11-15 04:52 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (18.98 KB, patch)
2000-04-04 01:10 UTC, yds
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yds 2000-04-04 01:10:00 UTC
	Except for the changes committed in ports/17749 from Martti
Kuparinen the Postfix port does not use INSTALL_* macros as per section
4.4.16.2 of the Handbook. This PR cleans up the Makefile to always use
INSTALL_* macros and honor the NOPORTDOCS flag.

	A somewhat gratuitous change on my part is to hardcode the UID and
GIDs in postfix/pkg/INSTALL. The rational for this change is to make postfix
UID:GID 25 and maildrop GID 24 numerically match the following in
/etc/services:

#		 24/tcp	   any private mail system
#		 24/udp	   any private mail system
smtp		 25/tcp	   mail		#Simple Mail Transfer
smtp		 25/udp	   mail		#Simple Mail Transfer

I'm aware that this strays from the directions given in section 4.4.16.15 of
the Handbook. However since user bind's UID of 53 follows the same
convention of matching the UID and services number and is not mentioned in
the above section of the Handbook, I think this bending of the rules might
be worthwhile. If there's serious objection I can reroll this patch with out
messing with the UID/GID numbers.

	Lastly I converted all the files in the PATCHDIR to unified  format.

How-To-Repeat: 
	See the do-install rule of the postfix/Makefile.
Comment 1 Akinori MUSHA freebsd_committer freebsd_triage 2000-04-16 13:21:27 UTC
Responsible Changed
From-To: freebsd-ports->torstenb

Over to MAINTAINER 
Comment 2 Will Andrews freebsd_committer freebsd_triage 2000-11-15 04:52:42 UTC
State Changed
From-To: open->closed

Committed, thanks.