From owner-svn-ports-all@FreeBSD.ORG Thu Oct 23 19:55:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E853314; Thu, 23 Oct 2014 19:55:14 +0000 (UTC) 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 3150F8C5; Thu, 23 Oct 2014 19:55:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NJtEoS026000; Thu, 23 Oct 2014 19:55:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9NJtDN6025998; Thu, 23 Oct 2014 19:55:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410231955.s9NJtDN6025998@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 23 Oct 2014 19:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371405 - in head/www/zerowait-httpd: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Oct 2014 19:55:14 -0000 Author: antoine Date: Thu Oct 23 19:55:13 2014 New Revision: 371405 URL: https://svnweb.freebsd.org/changeset/ports/371405 QAT: https://qat.redports.org/buildarchive/r371405/ Log: Allow building as a regular user Modified: head/www/zerowait-httpd/files/patch-src_httpd_Makefile head/www/zerowait-httpd/pkg-plist Modified: head/www/zerowait-httpd/files/patch-src_httpd_Makefile ============================================================================== --- head/www/zerowait-httpd/files/patch-src_httpd_Makefile Thu Oct 23 19:54:50 2014 (r371404) +++ head/www/zerowait-httpd/files/patch-src_httpd_Makefile Thu Oct 23 19:55:13 2014 (r371405) @@ -1,16 +1,25 @@ ---- src/httpd/Makefile.orig Sat Sep 16 08:17:17 2006 -+++ src/httpd/Makefile Tue Dec 5 15:10:18 2006 -@@ -18,11 +18,11 @@ +--- src/httpd/Makefile.orig 2006-09-16 12:17:17 UTC ++++ src/httpd/Makefile +@@ -18,12 +18,10 @@ $(CC) $(LDFLAGS) $(OBJS) $(COMMON) built.o -o $@ convert-ranges: $(COMMON) Makefile ../Rules.make convert-ranges.c - $(CC) $(CFLAGS) $(LDFLAGS) $@.c $(COMMON) -o $@ +- chmod +s $@ + $(CC) $(CFLAGS) -I.. $(LDFLAGS) $@.c $(COMMON) -o $@ - chmod +s $@ convert-geoip: $(COMMON) Makefile ../Rules.make convert-geoip.c - $(CC) $(CFLAGS) $(LDFLAGS) $@.c $(COMMON) -o $@ +- chmod +s $@ + $(CC) $(CFLAGS) -I.. $(LDFLAGS) $@.c $(COMMON) -o $@ - chmod +s $@ $(COMMON): + cd ../common &&$(MAKE) +@@ -31,7 +29,6 @@ + install: 0W-httpd + mv ../../bin/0W-httpd ../../bin/0W-httpd~ + cp 0W-httpd ../../bin/0W-httpd +- chmod +s ../../bin/0W-httpd + + clean: + rm -f $(BIN) *.o *~ Modified: head/www/zerowait-httpd/pkg-plist ============================================================================== --- head/www/zerowait-httpd/pkg-plist Thu Oct 23 19:54:50 2014 (r371404) +++ head/www/zerowait-httpd/pkg-plist Thu Oct 23 19:55:13 2014 (r371405) @@ -6,8 +6,6 @@ etc/0W-httpd/countries.ips etc/0W-httpd/countries.rus @sample etc/0W-httpd/httpd.conf.sample @(%%WWWOWN%%,%%WWWGRP%%,6755) sbin/0W-httpd -@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/pids -@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/data -@dirrmtry(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/logs -@dirrmtry etc/0W-httpd -@dirrmtry 0W-httpd +@dir(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/pids +@dir(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/data +@dir(%%WWWOWN%%,%%WWWGRP%%,) 0W-httpd/logs