Bug 113700 - x11/xlockmore failed to install
Summary: x11/xlockmore failed to install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 07:10 UTC by Rashid N. Achilov
Modified: 2007-06-18 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (365 bytes, patch)
2007-06-15 07:10 UTC, Rashid N. Achilov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.