ports/113700: xlockmore failed to install
Rashid N. Achilov
achilov-rn at askd.ru
Fri Jun 15 06:10:04 UTC 2007
>Number: 113700
>Category: ports
>Synopsis: xlockmore failed to install
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 15 06:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Rashid N. Achilov
>Release: 6.2-RELEASE
>Organization:
LLC "AS-System Complex"
>Environment:
FreeBSD to-495.askd.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Fri Feb 16 18:47:32 NOVT 2007 root at to-495.askd.ru:/usr/obj/usr/src/sys/Sentry i386
>Description:
xlockmore port failed to install because it tried to install text file xglockrc as executable program file and tried to strip it. That was done because to install file improperly uses ${INSTALL_PROGRAM} instead of ${INSTALL_DATA} macros. Patch to xglock/Makefile.in attached
>How-To-Repeat:
Try to install xlockmore with GTK support (do not matter, GTK1 or GTK2). It will failed.
>Fix:
Apply attached patch
Patch attached with submission follows:
--- xglock/Makefile.in.old Wed Oct 25 08:01:51 2006
+++ xglock/Makefile.in Fri Jun 15 12:57:48 2007
@@ -123,7 +123,7 @@
install-ad :
$(top_srcdir)/mkinstalldirs $(datadir)/xlock
- $(INSTALL_PROGRAM) $(top_srcdir)/xglock/xglockrc $(datadir)/xlock/xglockrc
+ $(INSTALL_DATA) $(top_srcdir)/xglock/xglockrc $(datadir)/xlock/xglockrc
uninstall : @UNINSTALL_XGLOCK@
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list