From owner-svn-ports-all@freebsd.org Sat Jun 11 20:11:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98FF6AF033B; Sat, 11 Jun 2016 20:11:15 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66B4F2ECB; Sat, 11 Jun 2016 20:11:15 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5BKBEZf001478; Sat, 11 Jun 2016 20:11:14 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5BKBEsN001477; Sat, 11 Jun 2016 20:11:14 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201606112011.u5BKBEsN001477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Sat, 11 Jun 2016 20:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416749 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 20:11:15 -0000 Author: garga Date: Sat Jun 11 20:11:14 2016 New Revision: 416749 URL: https://svnweb.freebsd.org/changeset/ports/416749 Log: - Stop forcing -lssp_nonshared since libc already include it in every link. It should fix build when world is built with WITHOUT_SSP - Bump PORTREVISION PR: 203380 Submitted by: Kenneth Salerno Sponsored by: Rubicon Communications (Netgate) Modified: head/security/sudo/Makefile Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Sat Jun 11 19:48:27 2016 (r416748) +++ head/security/sudo/Makefile Sat Jun 11 20:11:14 2016 (r416749) @@ -3,6 +3,7 @@ PORTNAME= sudo PORTVERSION= 1.8.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SUDO @@ -19,7 +20,6 @@ CPE_VENDOR= todd_miller USE_LDCONFIG= yes GNU_CONFIGURE= yes LDFLAGS+= -lgcc -LDFLAGS+= -lssp_nonshared CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \