From owner-dev-commits-ports-all@freebsd.org Fri Aug 20 14:35:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E87E66182B; Fri, 20 Aug 2021 14:35:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Grkgc24cXz3wM7; Fri, 20 Aug 2021 14:35:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28C1B1A6FB; Fri, 20 Aug 2021 14:35:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17KEZ8vf012902; Fri, 20 Aug 2021 14:35:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17KEZ850012901; Fri, 20 Aug 2021 14:35:08 GMT (envelope-from git) Date: Fri, 20 Aug 2021 14:35:08 GMT Message-Id: <202108201435.17KEZ850012901@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Koichiro Iwao Subject: git: 93147d549224 - 2021Q3 - security/softether: cleanup unnecessary CFLAGS & LDFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 93147d5492249ff905c49f47aa561fd82d9dbebe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2021 14:35:08 -0000 The branch 2021Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=93147d5492249ff905c49f47aa561fd82d9dbebe commit 93147d5492249ff905c49f47aa561fd82d9dbebe Author: Koichiro Iwao AuthorDate: 2021-08-16 06:20:45 +0000 Commit: Koichiro Iwao CommitDate: 2021-08-20 14:30:34 +0000 security/softether: cleanup unnecessary CFLAGS & LDFLAGS (cherry picked from commit c9f4c589af0201fc3c0d8d53720c82104ecbad66) --- security/softether/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/security/softether/Makefile b/security/softether/Makefile index 165d85a3fc8c..3fb96f25697b 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -34,9 +34,6 @@ PLIST_SUB= SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDI SUB_LIST= SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDIR}" SUB_FILES= pkg-message vpncmd -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - # a pity the source directory has such a naming scheme, but well WRKSRC= ${WRKDIR}/v${DISTVERSION}