From owner-freebsd-ports@FreeBSD.ORG Thu Mar 20 22:47:59 2014 Return-Path: Delivered-To: freebsd-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 F17CA88F; Thu, 20 Mar 2014 22:47:59 +0000 (UTC) Received: from mail4.riverwillow.net.au (mail4.riverwillow.net.au [202.125.45.59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82C5EF71; Thu, 20 Mar 2014 22:47:59 +0000 (UTC) Received: from rwpc15.gfn.riverwillow.net.au (riverw1.lnk.telstra.net [165.228.239.138]) (authenticated bits=56) by mail4.riverwillow.net.au (8.14.8/8.14.8) with ESMTP id s2KMWgtg010882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 21 Mar 2014 08:32:44 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=m4001; t=1395354764; bh=s6y+Xvmj2jpN9f8be6POwvm59VtsRto28V9tcuopRfQ=; h=Date:From:To:Cc:Subject; b=WJUnCHUPYt4oCEaD542E045DtioBjCgeKBPPhr48X5GR6IK3igwv9AvFNMasDBOSl 6ik5VOZMaf3qwCzg93uC/4gf/JJLk7Y89ZLsS4D1+taAdfh4s5rZ4LgrV1Eha07zdr G1TiuFU4nyA45Xw5lkYOTTcy4eNGhPfz7lerXnaA= Date: Fri, 21 Mar 2014 09:32:42 +1100 From: John Marshall To: freebsd-ports@freebsd.org Subject: OpenLDAP Server 2.4.39 upgrade loses syslog Message-ID: <20140320223242.GA51777@rwpc15.gfn.riverwillow.net.au> Mail-Followup-To: freebsd-ports@freebsd.org, delphij@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc User-Agent: Mutt/1.5.23 (2014-03-12) Cc: delphij@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 22:48:00 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I just upgraded the net/openldapserver port (r348655) and discovered that the server did not open a syslog socket, so no logging. I checked the configure output and confirmed that --enable-syslog was correctly auto-detecting syslog. I traced this behaviour to the new DEBUG Makefile option introduced in r348654. The new DEBUG option is not included in OPTIONS_DEFAULT, so it is disabled by default for upgrades. Enabling the DEBUG option restores the syslog functionality. I suggest that DEBUG should be added to OPTIONS_DEFAULT to retain existing syslog functionality by default. I plan to submit a PR later today. Thank you Xin LI for maintaining this port! Regards, --=20 John Marshall --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlMrbIoACgkQw/tAaKKahKIl6wCdFR2ACEafmhOCpA8yN3/lEoic R+sAoIfdbHPXL0l8lvQbqwvcltGgCOXW =n9jW -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz--