Date: Tue, 1 Sep 2009 09:55:38 GMT From: Dereckson <dereckson@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138440: [www/woof] Install currently broken, trivial fix Message-ID: <200909010955.n819tcr4053714@www.freebsd.org> Resent-Message-ID: <200909011000.n81A0FOk094559@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138440 >Category: ports >Synopsis: [www/woof] Install currently broken, trivial fix >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 01 10:00:15 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909010955.n819tcr4053714>