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 Fix: Apply attached patch Patch attached with submission follows: How-To-Repeat: Try to install xlockmore with GTK support (do not matter, GTK1 or GTK2). It will failed.
State Changed From-To: open->feedback I don't see this file being installed in our xlockmore port. More, I see the port disables both gtk and gtk2 in CONFIGURE_ARGS. Have you perhaps modified CONFIGURE_ARGS to allow gtk build? Would you want to make an Gtk2 OPTION for this port?
Responsible Changed From-To: freebsd-ports-bugs->pav Track
pav 2007-06-18 08:45:54 UTC FreeBSD ports repository Modified files: x11/xlockmore Makefile Log: - Introduce new OPTIONS, including Gtk2 option PR: ports/113700 Submitted by: Rashid N. Achilov <achilov-rn@askd.ru> Revision Changes Path 1.107 +41 -5 ports/x11/xlockmore/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"
State Changed From-To: feedback->closed New options added (private mail), patch from PR added.