Bug 113700

Summary: x11/xlockmore failed to install
Product: Ports & Packages Reporter: Rashid N. Achilov <achilov-rn>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Rashid N. Achilov 2007-06-15 07:10:03 UTC
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.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-15 12:29:53 UTC
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? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-15 12:29:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-18 09:46:01 UTC
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"
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-18 09:46:10 UTC
State Changed
From-To: feedback->closed

New options added (private mail), patch from PR added.