Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 12:48:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356478 - head/devel/ncurses/files
Message-ID:  <201406041248.s54CmZct084007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@echo installing ../lib/lib%s$o as $(DESTDIR)$(libdir)/lib%s$o\n", name, name



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