Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2009 21:49:09 -0800
From:      Maxim Sobolev <sobomax@sippysoft.com>
To:        Ion-Mihai Tetcu <itetcu@FreeBSD.ORG>
Cc:        cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG
Subject:   Re: cvs commit: ports/net/asterisk16 Makefile distinfo pkg-plist ports/net/asterisk16/files nocodecnego-patch-Makefile patch-main::Makefile
Message-ID:  <4B08D0D5.7070100@sippysoft.com>
In-Reply-To: <20091122020412.ba3053a6.itetcu@FreeBSD.org>
References:  <200911202343.nAKNh9is073823@repoman.freebsd.org> <20091122020412.ba3053a6.itetcu@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ion-Mihai Tetcu wrote:
> On Fri, 20 Nov 2009 23:43:09 +0000 (UTC)
> Maxim Sobolev <sobomax@FreeBSD.org> wrote:
> 
>> sobomax     2009-11-20 23:43:09 UTC
>>
>>   FreeBSD ports repository
>>
>>   Modified files:
>>     net/asterisk16       Makefile distinfo pkg-plist 
>>     net/asterisk16/files nocodecnego-patch-Makefile 
>>                          patch-main::Makefile 
>>   Log:
>>   o Update to 1.6.0.18.
>>   
>>   o comment section that explicitly includes bsd.port.options.mk, we don't
>>   need this functionality now, while it creates issues with Makefile.local
> 
> What issues, exactly? I very much want options.mk to work.

The issue was that the following construction results in Makefile.local 
being imported twice, causing warning about duplicate targets:

.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
#OPTIONS+=      ZAPTEL          "Enable Zaptel support" off
# Include this since we have altered OPTIONS.
.include "$(PORTSDIR)/Mk/bsd.port.options.mk"
.endif

Regards,
-- 
Maksym Sobolyev
Sippy Software, Inc.
Internet Telephony (VoIP) Experts
T/F: +1-646-651-1110
Web: http://www.sippysoft.com
MSN: sales@sippysoft.com
Skype: SippySoft



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B08D0D5.7070100>