Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Mar 2016 10:27:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205191] mail/dcc-dccd: Fails stage-qa
Message-ID:  <bug-205191-13-Cc1t5Ep1MK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205191-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205191-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205191

--- Comment #14 from Piotr Kubaj <pkubaj@anongoth.pl> ---
I don't see any reason why this port couldn't use libedit from ports. The d=
iff
is simple:
Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 410510)
+++ Makefile    (working copy)
@@ -22,7 +22,7 @@

 HAS_CONFIGURE=3D yes

-USES=3D  gmake tar:Z
+USES=3D  gmake libedit tar:Z

 OPTIONS_DEFINE=3D        DCCIFD DCCD DCCGREY IPV6 ALT_HOME
 OPTIONS_DEFAULT=3D       DCCIFD DCCM DCCD DCCGREY

It compiles fine on Poudriere with 10.2-RELEASE/amd64.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205191-13-Cc1t5Ep1MK>