cvs commit: ports/net/asterisk16 Makefile distinfo pkg-plist ports/net/asterisk16/files nocodecnego-patch-Makefile patch-main::Makefile

Maxim Sobolev sobomax at sippysoft.com
Sun Nov 22 06:02:59 UTC 2009


Ion-Mihai Tetcu wrote:
> On Fri, 20 Nov 2009 23:43:09 +0000 (UTC)
> Maxim Sobolev <sobomax at 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 at sippysoft.com
Skype: SippySoft


More information about the cvs-ports mailing list