From owner-svn-ports-all@FreeBSD.ORG Tue Feb 3 21:08:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C9791AC; Tue, 3 Feb 2015 21:08:24 +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 18098DED; Tue, 3 Feb 2015 21:08:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13L8Nxk074423; Tue, 3 Feb 2015 21:08:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13L8NmP074421; Tue, 3 Feb 2015 21:08:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502032108.t13L8NmP074421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 21:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378375 - in head/net/poptop: . files 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.18-1 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: Tue, 03 Feb 2015 21:08:24 -0000 Author: amdmi3 Date: Tue Feb 3 21:08:22 2015 New Revision: 378375 URL: https://svnweb.freebsd.org/changeset/ports/378375 QAT: https://qat.redports.org/buildarchive/r378375/ Log: - Fix install from non-root - Strip library Modified: head/net/poptop/Makefile head/net/poptop/files/patch-plugins_Makefile Modified: head/net/poptop/Makefile ============================================================================== --- head/net/poptop/Makefile Tue Feb 3 20:36:32 2015 (r378374) +++ head/net/poptop/Makefile Tue Feb 3 21:08:22 2015 (r378375) @@ -43,5 +43,6 @@ post-patch: post-install: (cd ${WRKSRC}/samples && ${INSTALL_DATA} pptpd.conf \ ${STAGEDIR}${PREFIX}/etc/pptpd.conf.sample) + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pptpd/pptpd-logwtmp.so .include Modified: head/net/poptop/files/patch-plugins_Makefile ============================================================================== --- head/net/poptop/files/patch-plugins_Makefile Tue Feb 3 20:36:32 2015 (r378374) +++ head/net/poptop/files/patch-plugins_Makefile Tue Feb 3 21:08:22 2015 (r378375) @@ -11,7 +11,7 @@ LDADD = -lutil -INSTALL = install -o root -prefix = /usr/local -+INSTALL ?= install -o root ++INSTALL ?= install +prefix = $(PREFIX) PLUGINS = pptpd-logwtmp.so