From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 13:31:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66A22300 for ; Tue, 12 Aug 2014 13:31:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1F62EE1 for ; Tue, 12 Aug 2014 13:31:08 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 6b4c by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 13:31:07 +0000 From: Antoine Brodin Date: Tue, 12 Aug 2014 13:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364702 - in head/sysutils/libutempter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ea171c.6b4c.2bb277c1@svn.freebsd.org> 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: Tue, 12 Aug 2014 13:31:08 -0000 Author: antoine Date: Tue Aug 12 13:31:07 2014 New Revision: 364702 URL: http://svnweb.freebsd.org/changeset/ports/364702 QAT: https://qat.redports.org/buildarchive/r364702/ Log: Stage support Modified: head/sysutils/libutempter/Makefile head/sysutils/libutempter/files/patch-Makefile Modified: head/sysutils/libutempter/Makefile ============================================================================== --- head/sysutils/libutempter/Makefile Tue Aug 12 12:59:08 2014 (r364701) +++ head/sysutils/libutempter/Makefile Tue Aug 12 13:31:07 2014 (r364702) @@ -13,7 +13,6 @@ COMMENT= Interface to record user sessio USES= gmake tar:bzip2 USE_LDCONFIG= yes -NO_STAGE= yes .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 900004 Modified: head/sysutils/libutempter/files/patch-Makefile ============================================================================== --- head/sysutils/libutempter/files/patch-Makefile Tue Aug 12 12:59:08 2014 (r364701) +++ head/sysutils/libutempter/files/patch-Makefile Tue Aug 12 13:31:07 2014 (r364702) @@ -1,31 +1,30 @@ ---- Makefile.orig 2007-02-19 13:14:08.000000000 +0100 -+++ Makefile 2007-07-17 23:42:11.000000000 +0200 -@@ -30,18 +30,18 @@ +--- Makefile.orig 2007-02-19 12:14:08 UTC ++++ Makefile +@@ -30,9 +30,9 @@ MAP = lib$(PROJECT).map TARGETS = $(PROJECT) $(SHAREDLIB) $(STATICLIB) INSTALL = install -libdir = /usr/lib -libexecdir = /usr/lib -includedir = /usr/include --DESTDIR = -+libdir = /lib -+libexecdir = /libexec -+includedir = /include -+DESTDIR = $(PREFIX) ++libdir = $(PREFIX)/lib ++libexecdir = $(PREFIX)/libexec ++includedir = $(PREFIX)/include + DESTDIR = WARNINGS = -W -Wall -Waggregate-return -Wcast-align -Wconversion \ - -Wdisabled-optimization -Wmissing-declarations \ +@@ -40,8 +40,8 @@ WARNINGS = -W -Wall -Waggregate-return - -Wmissing-format-attribute -Wmissing-noreturn \ -Wmissing-prototypes -Wpointer-arith -Wredundant-decls \ -Wshadow -Wstrict-prototypes -Wwrite-strings -CPPFLAGS = -std=gnu99 $(WARNINGS) -DLIBEXECDIR=\"$(libexecdir)\" -CFLAGS = $(RPM_OPT_FLAGS) +CPPFLAGS = -std=gnu99 $(WARNINGS) -+CFLAGS+= -DLIBEXECDIR=\"$(PREFIX)$(libexecdir)\" ++CFLAGS+= -DLIBEXECDIR=\"$(libexecdir)\" LDLIBS = all: $(TARGETS) -@@ -63,15 +63,20 @@ +@@ -63,15 +63,20 @@ $(STATICLIB): iface.o iface.o: iface.c utempter.h