From owner-svn-ports-all@FreeBSD.ORG Fri Sep 12 22:43:51 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0F11EE3; Fri, 12 Sep 2014 22:43:51 +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 9313E64C; Fri, 12 Sep 2014 22:43:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CMhp0x007478; Fri, 12 Sep 2014 22:43:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CMhpCu007476; Fri, 12 Sep 2014 22:43:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409122243.s8CMhpCu007476@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 12 Sep 2014 22:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368070 - in head/net/beacon: . 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: Fri, 12 Sep 2014 22:43:51 -0000 Author: antoine Date: Fri Sep 12 22:43:50 2014 New Revision: 368070 URL: http://svnweb.freebsd.org/changeset/ports/368070 QAT: https://qat.redports.org/buildarchive/r368070/ Log: Do not violate stagedir (and allow staging as a regular user) Added: head/net/beacon/files/ head/net/beacon/files/patch-src__Makefile.in (contents, props changed) Modified: head/net/beacon/Makefile Modified: head/net/beacon/Makefile ============================================================================== --- head/net/beacon/Makefile Fri Sep 12 22:39:11 2014 (r368069) +++ head/net/beacon/Makefile Fri Sep 12 22:43:50 2014 (r368070) @@ -30,12 +30,8 @@ IPV6_DESC= Enable IPv6 PTR lookups IPV6_CONFIGURE_ENABLE= ipv6 IPV6_BUILD_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 -.include - post-install: ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Net/Multicast/Beacon/Beacon.so - cd ${WRKSRC}/src/FreeBSD/ && \ - ${INSTALL_DATA} beacon ${STAGEDIR}${PREFIX}/etc/rc.d ${RM} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal* @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Added: head/net/beacon/files/patch-src__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/beacon/files/patch-src__Makefile.in Fri Sep 12 22:43:50 2014 (r368070) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2011-02-05 03:32:41 UTC ++++ src/Makefile.in +@@ -397,7 +397,7 @@ + @if test -f $(DESTDIR)$(sysconfdir)/beacon.conf; then :; else \ + $(INSTALL_DATA) -v beacon.conf $(DESTDIR)$(sysconfdir); \ + fi +-@HAVE_FREEBSD_TRUE@ @$(INSTALL_SCRIPT) -v FreeBSD/beacon $(prefix)/etc/rc.d ++@HAVE_FREEBSD_TRUE@ @$(INSTALL_SCRIPT) -v FreeBSD/beacon $(DESTDIR)$(prefix)/etc/rc.d + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded.