From owner-svn-ports-all@FreeBSD.ORG Thu Jun 4 21:09:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 491D49DF; Thu, 4 Jun 2015 21:09:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37C3214B0; Thu, 4 Jun 2015 21:09:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t54L9JVQ017047; Thu, 4 Jun 2015 21:09:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t54L9J7M017046; Thu, 4 Jun 2015 21:09:19 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201506042109.t54L9J7M017046@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 4 Jun 2015 21:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388548 - head/lang/linux-f10-tcl85 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 21:09:19 -0000 Author: bapt Date: Thu Jun 4 21:09:18 2015 New Revision: 388548 URL: https://svnweb.freebsd.org/changeset/ports/388548 Log: Allow packagins as a user Modified: head/lang/linux-f10-tcl85/Makefile Modified: head/lang/linux-f10-tcl85/Makefile ============================================================================== --- head/lang/linux-f10-tcl85/Makefile Thu Jun 4 21:08:20 2015 (r388547) +++ head/lang/linux-f10-tcl85/Makefile Thu Jun 4 21:09:18 2015 (r388548) @@ -15,6 +15,7 @@ CONFLICTS= linux-f8-tcl84-[0-9]* linux-c USE_LINUX= f10 USE_LINUX_RPM= yes +USE_LINUX_RPM_BAD_PERMS= yes RPMVERSION= 1.fc10 BRANDELF_FILES= usr/bin/tclsh8.5 USE_LDCONFIG= yes