svn commit: r352802 - head/devel/libdap/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 2 09:47:30 UTC 2014


Author: sunpoet
Date: Fri May  2 09:47:30 2014
New Revision: 352802
URL: http://svnweb.freebsd.org/changeset/ports/352802
QAT: https://qat.redports.org/buildarchive/r352802/

Log:
  - Allow "make package" as user

Added:
  head/devel/libdap/files/
  head/devel/libdap/files/patch-tests-Makefile.in   (contents, props changed)

Added: head/devel/libdap/files/patch-tests-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libdap/files/patch-tests-Makefile.in	Fri May  2 09:47:30 2014	(r352802)
@@ -0,0 +1,11 @@
+--- tests/Makefile.in.orig	2014-04-25 02:36:57.000000000 +0800
++++ tests/Makefile.in	2014-04-29 09:42:04.506722750 +0800
+@@ -868,7 +868,7 @@
+ 	  if test -f $$p; then \
+ 	    $(am__strip_dir) \
+ 	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
+-	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
++	    ( cd "$(DESTDIR)$(libdir)" && chmod u+w $$f && $(RANLIB) $$f && chmod u-w $$f) || exit $$?; \
+ 	  else :; fi; \
+ 	done
+ 


More information about the svn-ports-all mailing list