From owner-svn-ports-head@FreeBSD.ORG Thu Feb 12 14:33:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D99699B; Thu, 12 Feb 2015 14:33:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 68883A40; Thu, 12 Feb 2015 14:33:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1CEXA9N016336; Thu, 12 Feb 2015 14:33:10 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1CEXAru016335; Thu, 12 Feb 2015 14:33:10 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502121433.t1CEXAru016335@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 12 Feb 2015 14:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378877 - head/security/reop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2015 14:33:10 -0000 Author: koobs Date: Thu Feb 12 14:33:09 2015 New Revision: 378877 URL: https://svnweb.freebsd.org/changeset/ports/378877 QAT: https://qat.redports.org/buildarchive/r378877/ Log: security/reop: Quietly clean up after myself Remove commented out *FLAGS Modified: head/security/reop/Makefile Modified: head/security/reop/Makefile ============================================================================== --- head/security/reop/Makefile Thu Feb 12 14:28:58 2015 (r378876) +++ head/security/reop/Makefile Thu Feb 12 14:33:09 2015 (r378877) @@ -20,9 +20,6 @@ MAKE_ARGS+= CPPFLAGS="-D_NSIG=NSIG" \ CFLAGS+="-I${LOCALBASE}/include -Iother -Wno-pointer-sign" \ PREFIX="${STAGEDIR}${PREFIX}" -#CFLAGS+= -I${LOCALBASE}/include -Iother -#LDFLAGS+= -L${LOCALBASE}/lib -lsodium - PLIST_FILES= bin/reop \ man/man1/reop.1.gz