svn commit: r356478 - head/devel/ncurses/files

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 4 12:48:36 UTC 2014


Author: bapt
Date: Wed Jun  4 12:48:35 2014
New Revision: 356478
URL: http://svnweb.freebsd.org/changeset/ports/356478
QAT: https://qat.redports.org/buildarchive/r356478/

Log:
  add forgotten patch to allow staging as unpriviledge user
  this patch is laying in my working copy for a long time but I have missed to run svn add ...
  
  Reported by:	Wolfgang Jenkner <wjenkner at inode.at>

Added:
  head/devel/ncurses/files/
  head/devel/ncurses/files/patch-no-double-ranlib   (contents, props changed)

Added: head/devel/ncurses/files/patch-no-double-ranlib
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ncurses/files/patch-no-double-ranlib	Wed Jun  4 12:48:35 2014	(r356478)
@@ -0,0 +1,10 @@
+--- mk-1st.awk.orig	2010-08-07 22:42:30.000000000 +0200
++++ mk-1st.awk	2013-11-05 16:30:42.386549863 +0100
+@@ -439,7 +439,6 @@
+ 					symlink("libncurses.a", "libcurses.a")
+ 					printf ")\n"
+ 				}
+-				printf "\t$(RANLIB) $(DESTDIR)$(libdir)/%s\n", lib_name
+ 				if ( host == "vxworks" )
+ 				{
+ 					printf "\t at echo installing ../lib/lib%s$o as $(DESTDIR)$(libdir)/lib%s$o\n", name, name


More information about the svn-ports-head mailing list