diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-22 21:49:51 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-22 21:49:51 +0000 |
commit | f62edf2c38dea42973a418f7d604baa16fb894c0 (patch) | |
tree | e2ea77067b37a00c26a52bf7a8ef69c9a311cc0c /net/easysoap/files/patch-src-Makefile.in | |
parent | - The ftp/mirror port's lchat.pl file uses the old pack('S n a4 x8', ...) (diff) |
Update to version 0.8.0. This updates the code to current C++ standards,
thus removing the dependeny on GCC 2.95 which prevented this port building
for half a year.
Move maintainership back to the ports@ pool. [1]
Approved by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> (maintainer) [1]
Notes
Notes:
svn path=/head/; revision=228843
Diffstat (limited to 'net/easysoap/files/patch-src-Makefile.in')
-rw-r--r-- | net/easysoap/files/patch-src-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/easysoap/files/patch-src-Makefile.in b/net/easysoap/files/patch-src-Makefile.in new file mode 100644 index 000000000000..390fd3e38d81 --- /dev/null +++ b/net/easysoap/files/patch-src-Makefile.in @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig 2006-11-10 18:48:39.000000000 +0100 ++++ src/Makefile.in 2009-02-22 13:04:06.000000000 +0100 +@@ -375,6 +375,7 @@ + @list='$(lib_LIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + p="`echo $$p | sed -e 's|^.*/||'`"; \ ++ chmod u+w $(DESTDIR)$(libdir)/$$p; \ + echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \ + $(RANLIB) $(DESTDIR)$(libdir)/$$p; \ + else :; fi; \ |