From nobody@FreeBSD.org  Tue Sep  1 09:55:38 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 82359106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Sep 2009 09:55:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 715838FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Sep 2009 09:55:38 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n819tcjn053715
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 1 Sep 2009 09:55:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n819tcr4053714;
	Tue, 1 Sep 2009 09:55:38 GMT
	(envelope-from nobody)
Message-Id: <200909010955.n819tcr4053714@www.freebsd.org>
Date: Tue, 1 Sep 2009 09:55:38 GMT
From: Dereckson <dereckson@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [www/woof] Install currently broken, trivial fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         138440
>Category:       ports
>Synopsis:       www/woof: Install currently broken, trivial fix
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 01 10:00:15 UTC 2009
>Closed-Date:    Thu Sep 03 03:29:21 UTC 2009
>Last-Modified:  Thu Sep  3 03:30:09 UTC 2009
>Originator:     Dereckson
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD ixion.dereckson.be 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The woof port install the executable as data and not script, so the chmod doesn't allow execution
>How-To-Repeat:
make install
rehash
woof
>Fix:
Replace INSTALL_DATE by INSTALL_SCRIPT in Makefile's do-install section (cf. patch)

Patch attached with submission follows:

--- Makefile.orig       2009-09-01 11:49:34.000000000 +0000
+++ Makefile    2009-09-01 11:49:49.000000000 +0000
@@ -21,6 +21,6 @@
 PLIST_FILES=   bin/woof

 do-install:
-       ${INSTALL_DATA} ${DISTDIR}/woof ${PREFIX}/bin/woof
+       ${INSTALL_SCRIPT} ${DISTDIR}/woof ${PREFIX}/bin/woof

 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Wed Sep 2 20:12:52 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138440 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Thu Sep 3 03:29:20 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138440 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138440: commit references a PR
Date: Thu,  3 Sep 2009 03:29:25 +0000 (UTC)

 amdmi3      2009-09-03 03:29:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/woof             Makefile 
   Log:
   - Install script with correct permssions
   
   PR:             138440
   Submitted by:   Dereckson <dereckson@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +5 -4      ports/www/woof/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
