From owner-svn-ports-all@FreeBSD.ORG Sat Sep 13 09:16:20 2014 Return-Path: Delivered-To: svn-ports-all@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 85A23E6B; Sat, 13 Sep 2014 09:16:20 +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 70351102; Sat, 13 Sep 2014 09:16:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8D9GKPS001886; Sat, 13 Sep 2014 09:16:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8D9GKsw001884; Sat, 13 Sep 2014 09:16:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409130916.s8D9GKsw001884@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 13 Sep 2014 09:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368078 - in head/textproc/openjade: . 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: Sat, 13 Sep 2014 09:16:20 -0000 Author: antoine Date: Sat Sep 13 09:16:19 2014 New Revision: 368078 URL: http://svnweb.freebsd.org/changeset/ports/368078 QAT: https://qat.redports.org/buildarchive/r368078/ Log: Allow staging as a regular user Added: head/textproc/openjade/files/patch-Makefile.lib.in (contents, props changed) Modified: head/textproc/openjade/Makefile Modified: head/textproc/openjade/Makefile ============================================================================== --- head/textproc/openjade/Makefile Sat Sep 13 08:37:15 2014 (r368077) +++ head/textproc/openjade/Makefile Sat Sep 13 09:16:19 2014 (r368078) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${DATADIR} INSTALL_TARGET= install install-man +MAKE_ENV= STRIP="${STRIP}" PLIST_SUB= XMLCATMGR=${XMLCATMGR} \ CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} Added: head/textproc/openjade/files/patch-Makefile.lib.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/openjade/files/patch-Makefile.lib.in Sat Sep 13 09:16:19 2014 (r368078) @@ -0,0 +1,11 @@ +--- Makefile.lib.in.orig 2002-01-22 11:57:53 UTC ++++ Makefile.lib.in +@@ -28,7 +28,7 @@ + + install: + $(mkinstalldirs) $(DESTDIR)$(libdir) +- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) lib$(LIB).la $(DESTDIR)$(libdir) ++ $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) lib$(LIB).la $(DESTDIR)$(libdir) + + depend: depend_src + depend.temp: $(GENSRCS)