diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-06-16 18:25:57 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-06-16 18:25:57 +0000 |
commit | 59b6b9896b8f281da8a1fc1a3b7de5aae77a2a74 (patch) | |
tree | 6319c04f7f24c30fbe251e23093c01a19681d419 /mail/dcc-dccd/files/patch-configure | |
parent | Update devel/erlang-gpb to version 3.27.1. (diff) |
* Updated to 1.3.159
* Added upstream configure switches for DCC
* Remove gmake
* Fixed portlint items
* Install stripped
Currently, this port is out of compliance with FreeBSD porting standards
and is in desperate need to be modernized. @cwd is depricated, and will
be removed in the future. The ALT_HOME Option will also need to be
removed or reworked which changes the home directory to /var/dcc.
Libmilter nolonger depends on sendmail and various comments will also be
updated to match current FreeBSD porting practices.
PR: 216799
Submitted by: Vernon Schryver <vjs@rhyolite.com>
Reviewed by: matthew (mentor)
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11207
Notes
Notes:
svn path=/head/; revision=443717
Diffstat (limited to 'mail/dcc-dccd/files/patch-configure')
-rw-r--r-- | mail/dcc-dccd/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/dcc-dccd/files/patch-configure b/mail/dcc-dccd/files/patch-configure deleted file mode 100644 index 9bcd32fd18be..000000000000 --- a/mail/dcc-dccd/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2014-08-06 14:43:42 UTC -+++ configure -@@ -1961,7 +1961,7 @@ case "$TARGET_SYS" in - # compressed via /usr/share/mk - mancat=man - MANX='$(MAN8)' -- USE_DCCMANINSTALL='# USE_DCCMANINSTALL=no' -+ USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - Darwin) - # default to /usr/local/man/man8 and use nroff files |