Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 19:39:54 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367075 - in head/sysutils/syslog-ng: . files
Message-ID:  <201409021939.s82JdsqJ018324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Sep  2 19:39:53 2014
New Revision: 367075
URL: http://svnweb.freebsd.org/changeset/ports/367075
QAT: https://qat.redports.org/buildarchive/r367075/

Log:
  Properly fix stage error when building non-root.
  
  PR:		193136

Modified:
  head/sysutils/syslog-ng/Makefile
  head/sysutils/syslog-ng/files/patch-Makefile.in

Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile	Tue Sep  2 19:00:40 2014	(r367074)
+++ head/sysutils/syslog-ng/Makefile	Tue Sep  2 19:39:53 2014	(r367075)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.5.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 DISTVERSION=	$(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
 DISTFILES=	syslog-ng_${DISTVERSION}.tar.gz

Modified: head/sysutils/syslog-ng/files/patch-Makefile.in
==============================================================================
--- head/sysutils/syslog-ng/files/patch-Makefile.in	Tue Sep  2 19:00:40 2014	(r367074)
+++ head/sysutils/syslog-ng/files/patch-Makefile.in	Tue Sep  2 19:39:53 2014	(r367075)
@@ -6,8 +6,8 @@
  	    $(am__strip_dir) \
 -	    echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$f )"; \
 -	    ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$f ) || exit $$?; \
-+	    echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$p )"; \
-+	    ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$p ) || exit $$?; \
++	    echo " ( cd '$(DESTDIR)$(libtestdir)' && chmod u+w $$f && $(RANLIB) $$f )"; \
++	    ( cd "$(DESTDIR)$(libtestdir)" && chmod u+w $$f && $(RANLIB) $$f ) || exit $$?; \
  	  else :; fi; \
  	done
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021939.s82JdsqJ018324>