From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 19 18:04:35 2014 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76AE14F9; Sun, 19 Jan 2014 18:04:35 +0000 (UTC) Received: from mail-gg0-x236.google.com (mail-gg0-x236.google.com [IPv6:2607:f8b0:4002:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20C801086; Sun, 19 Jan 2014 18:04:35 +0000 (UTC) Received: by mail-gg0-f182.google.com with SMTP id e27so1935745gga.27 for ; Sun, 19 Jan 2014 10:04:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type; bh=r34QOPSSTXELZ5WP06yW4sX/s739mp6EWzkx0XcspBQ=; b=v6170f4rj/fJrhbcF+orhnjb3RGjqCNGyyAymIiRbaOxrAKKTNxIKc+R+xfbHCWB2F +zZFCLfKbMjeqPE83yr65WC2KT6fAd6ODjUeN4iOSBsRraxbR9yA30j3ykfbWHA/5gLA sr+s07urP9ImkD5raSzJ1NRjiyW9Cd2uHV6Vy6sAks88b2HC/visow0FiHy9Zm9+mIfb KogBZ//KNeRw0U51LCYoYO/3Jvbefha/qinTACw6m4kio6+3t4TRHGdLa0Sj08rDCvFS Vll2l59gEM0DMNtUYDjshVjbPKX7oulIk1wwz3cGDGE3hB+4NaGj3zJEb4PuDq1dlE3e lI6w== X-Received: by 10.236.155.100 with SMTP id i64mr13374228yhk.42.1390154674296; Sun, 19 Jan 2014 10:04:34 -0800 (PST) Received: from [192.168.137.178] ([201.55.128.238]) by mx.google.com with ESMTPSA id w50sm32750357yhc.15.2014.01.19.10.04.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 19 Jan 2014 10:04:33 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <52DC1452.7090205@freebsd.org> Date: Sun, 19 Jan 2014 16:07:14 -0200 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mjl@luckie.org.nz, KATO Tsuguru Subject: Re: ports/185881: [patch] dns/ddclient does not start after update to 3.8.2 References: <201401191630.s0JGU3fE029217@freefall.freebsd.org> In-Reply-To: <201401191630.s0JGU3fE029217@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------020407010501030606090403" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 18:04:35 -0000 This is a multi-part message in MIME format. --------------020407010501030606090403 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Matthew, please, can you test this patch? I think that is better keep the config file in the original path. --------------020407010501030606090403 Content-Type: text/x-patch; name="ddclient.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ddclient.patch" Index: Makefile =================================================================== --- Makefile (revision 340325) +++ Makefile (working copy) @@ -39,7 +39,7 @@ 's|/usr|${PREFIX}|g' @${REINPLACE_CMD} -e \ 's|%%PERL%%|${PERL}| ; \ - s|%%ETCDIR%%|${ETCDIR}| ; \ + s|%%ETCDIR%%|${PREFIX}/etc| ; \ s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/ddclient do-install: --------------020407010501030606090403--