From owner-freebsd-ports@FreeBSD.ORG Mon Jun 9 06:57:20 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A02EA597 for ; Mon, 9 Jun 2014 06:57:20 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 174AC22CB for ; Mon, 9 Jun 2014 06:57:19 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id e16so2819513lan.14 for ; Sun, 08 Jun 2014 23:57:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-type:content-transfer-encoding; bh=ICCRPZBeoLyem1oX4k26U/mNGyNH1RA46SF2NVjv9Gc=; b=H4yoQ0Wmk0iUUh0gHNuLjcHvoE/cbh2fdHmmM9rnLLN4OJkM9OgNPJGMAuzym4V/Bf NTzr5qqR8oDBOzn6Nhrm374gGSWz/qEk+sezPRiq76LcYNgoVgfXlGXcpYCxFDR//lJQ jW//+AO0zvhoiuAsiAo9vPWYVdOBNIuf7tPgsapX3GwZVVcFS2cEKKo3UOseJbs/5+wx A32K70LWXDv5z2SfewPxtNhs2InloLz6QJ17dEoC5U5scNi+Y38oSy4Cqxy/rYbEZHA9 X2WHkfymFNaAjLJfuZ+InjRuGFWH1XV9sEH6/hBZz2rBd4mJkW6wniiciOdVBsM0O39B ZFIw== X-Received: by 10.152.198.129 with SMTP id jc1mr300731lac.63.1402297037794; Sun, 08 Jun 2014 23:57:17 -0700 (PDT) Received: from alex.super ([195.238.246.110]) by mx.google.com with ESMTPSA id o8sm14883865laj.10.2014.06.08.23.57.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Jun 2014 23:57:16 -0700 (PDT) From: "Alex V. Petrov" To: pakhom706@gmail.com Subject: FreeBSD Port: zoneminder-1.25.0_3 Date: Mon, 09 Jun 2014 14:57:12 +0800 Message-ID: <1838482.3X6I4liAbM@alex.super> User-Agent: KMail/4.12.5 (FreeBSD/10.0-STABLE; KDE/4.12.5; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 06:57:20 -0000 Hello! You plan a new port? Release 1.27.0 March 15th, 2014 And the current port is not building on the 10-amd64 stable: zm_logger.cpp:113:28: error: use of undeclared identifier 'isatty' if ( fileno(stderr) && isatty(fileno(stderr)) ) ^ zm_logger.cpp:445:62: error: use of undeclared identifier 'getpid' mLogFile = stringtf( "%s.%05d", tempLogFile.c_str(), getpid() ); ^ zm_logger.cpp:526:15: error: use of undeclared identifier 'getpid' tid = getpid(); // Process id ^ 3 errors generated. *** Error code 1 Stop. make[3]: stopped in /usr/ports/multimedia/zoneminder/work/ZoneMinder-1.25.0/src *** Error code 1 -- ----- Alex V. Petrov