From owner-svn-ports-head@freebsd.org Thu Oct 1 17:31:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A16A6A0D161; Thu, 1 Oct 2015 17:31:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 8F7F21C2E; Thu, 1 Oct 2015 17:31:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t91HVYoU010466; Thu, 1 Oct 2015 17:31:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t91HVYi4010463; Thu, 1 Oct 2015 17:31:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510011731.t91HVYi4010463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Oct 2015 17:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398374 - in head/mail/ecartis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 17:31:34 -0000 Author: amdmi3 Date: Thu Oct 1 17:31:33 2015 New Revision: 398374 URL: https://svnweb.freebsd.org/changeset/ports/398374 Log: - Fix build from plain user; don'r set set[ug]id bits from install, set them via plist PR: 203198 Submitted by: amdmi3 Approved by: jtrigg@ecartis.net (maintainer) Modified: head/mail/ecartis/files/patch-Makefile head/mail/ecartis/pkg-plist Modified: head/mail/ecartis/files/patch-Makefile ============================================================================== --- head/mail/ecartis/files/patch-Makefile Thu Oct 1 17:08:36 2015 (r398373) +++ head/mail/ecartis/files/patch-Makefile Thu Oct 1 17:31:33 2015 (r398374) @@ -1,5 +1,5 @@ ---- Makefile.dist 2006-08-13 03:50:15.000000000 -0500 -+++ Makefile 2014-05-19 20:04:56.636909101 -0500 +--- Makefile.orig 2015-09-18 17:22:35 UTC ++++ Makefile @@ -6,8 +6,8 @@ # they should be set. All of them are conditional on options set in this # file, so it should be relatively easy to determine which branch is correct @@ -11,7 +11,7 @@ # First things first we need to set up some various options since OS's aren't # as nice about things are they could be. -@@ -33,7 +33,7 @@ +@@ -33,7 +33,7 @@ MODDIR = ../modules # Uncomment this if you are on a BSD system AND you want dynamic modules # SunOS (4 and 5 both) also needs this setting. # @@ -20,7 +20,7 @@ # Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1) #OBSDMOD = 1 -@@ -120,7 +120,6 @@ +@@ -120,7 +120,6 @@ GNU_STRFTIME=-DGNU_STRFTIME ifdef BSDIMOD CC=shlicc else @@ -28,7 +28,7 @@ endif # Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. -@@ -129,9 +128,7 @@ +@@ -129,9 +128,7 @@ endif # # It appears that IRIX is also rather stupid, and may require this # to be removed. @@ -39,3 +39,19 @@ # Now set up the initial command line. SUNOS_5 makes this a bit wierd. ifndef SUNOS_5 +@@ -301,7 +298,6 @@ targets: make_modules ecartis + ecartis: ${OBJS} + ${CC} ${EXTRA_LFLAGS} ${LFLAGS} -o ecartis ${OBJS} ${EXTRA_LIBS} ${LIBS} + cp ecartis build/ecartis +- chmod ug+s build/ecartis + + make_modules: + @for dir in ${MODULES}; \ +@@ -321,7 +317,6 @@ make_modules: + + install: targets + cp build/ecartis ${BINDIR} +- chmod ug+s ${BINDIR}/ecartis + ifdef DYNMOD + @for dir in ${MODULES}; do \ + cp build/$${dir}.lpm ${MODDIR}/$${dir}.lpm; \ Modified: head/mail/ecartis/pkg-plist ============================================================================== --- head/mail/ecartis/pkg-plist Thu Oct 1 17:08:36 2015 (r398373) +++ head/mail/ecartis/pkg-plist Thu Oct 1 17:31:33 2015 (r398374) @@ -1,6 +1,6 @@ @owner %%EC_USER%% @group %%EC_GROUP%% -ecartis/ecartis +@(%%EC_USER%%,%%EC_GROUP%%,6755) ecartis/ecartis ecartis/banned ecartis/documentation/Makefile ecartis/documentation/ecartis.sty @@ -65,12 +65,14 @@ ecartis/ecartis.spec ecartis/ecartis.hlp ecartis/ecartis.cfg.dist ecartis/ecartis.aliases.dist -@dirrm ecartis/lists/test/text -@dirrm ecartis/lists/test -@dirrmtry ecartis/lists -@dirrm ecartis/templates -@dirrm ecartis/scripts -@dirrmtry ecartis/queue -@dirrm ecartis/modules -@dirrm ecartis/documentation -@dirrmtry ecartis +@dir ecartis/lists/test/text +@dir ecartis/lists/test +@dir ecartis/lists +@dir ecartis/templates +@dir ecartis/scripts +@dir ecartis/queue +@dir ecartis/modules +@dir ecartis/documentation +@dir ecartis +@owner +@group