ports/138440: [www/woof] Install currently broken, trivial fix
Dereckson
dereckson at gmail.com
Tue Sep 1 10:00:15 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list