From owner-svn-ports-head@FreeBSD.ORG Sun Jun 8 15:23:04 2014 Return-Path: Delivered-To: svn-ports-head@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 681C1DFD; Sun, 8 Jun 2014 15:23:04 +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 54EA72EC7; Sun, 8 Jun 2014 15:23:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s58FN4Z7031959; Sun, 8 Jun 2014 15:23:04 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s58FN35e031957; Sun, 8 Jun 2014 15:23:03 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406081523.s58FN35e031957@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 8 Jun 2014 15:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357045 - in head/misc/bottlerocket: . 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-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 08 Jun 2014 15:23:04 -0000 Author: vanilla Date: Sun Jun 8 15:23:03 2014 New Revision: 357045 URL: http://svnweb.freebsd.org/changeset/ports/357045 QAT: https://qat.redports.org/buildarchive/r357045/ Log: Stagify. Modified: head/misc/bottlerocket/Makefile head/misc/bottlerocket/files/patch-aa Modified: head/misc/bottlerocket/Makefile ============================================================================== --- head/misc/bottlerocket/Makefile Sun Jun 8 15:20:23 2014 (r357044) +++ head/misc/bottlerocket/Makefile Sun Jun 8 15:23:03 2014 (r357045) @@ -15,5 +15,4 @@ GNU_CONFIGURE= yes ALL_TARGET= br PLIST_FILES= bin/br -NO_STAGE= yes .include Modified: head/misc/bottlerocket/files/patch-aa ============================================================================== --- head/misc/bottlerocket/files/patch-aa Sun Jun 8 15:20:23 2014 (r357044) +++ head/misc/bottlerocket/files/patch-aa Sun Jun 8 15:23:03 2014 (r357045) @@ -1,6 +1,6 @@ ---- Makefile.in.old Tue Dec 28 15:12:47 1999 -+++ Makefile.in Tue Dec 28 15:12:59 1999 -@@ -23,7 +23,7 @@ +--- Makefile.in.orig 1999-07-18 03:03:14.000000000 +0800 ++++ Makefile.in 2014-06-08 23:21:27.239061744 +0800 +@@ -23,7 +23,7 @@ includedir = @includedir@ CFLAGS = @CFLAGS@ @@ -9,3 +9,14 @@ DEFS=@DEFS@ LIBS=@LIBS@ INSTALL= @INSTALL@ +@@ -49,8 +49,8 @@ br_cmd.o: ${srcdir}/br_cmd.c ${srcdir}/b + ${CC} ${CFLAGS} ${DEFS} -c ${srcdir}/br_cmd.c + + install: br +- ${INSTALL} -d -m 755 ${bindir} +- ${INSTALL} -m 555 br ${bindir} ++ ${INSTALL} -d -m 755 $(DESTDIR)${bindir} ++ ${INSTALL} -m 555 br $(DESTDIR)${bindir} + + clean: + -rm -f *.o br