svn commit: r367075 - in head/sysutils/syslog-ng: . files

Cy Schubert cy at FreeBSD.org
Tue Sep 2 19:39:54 UTC 2014


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
  


More information about the svn-ports-head mailing list