Bug 153125 - [PATCH] x11/xcolorsel Fix RUN_DEPENDS and build with NO_INSTALL_MANPAGES2
Summary: [PATCH] x11/xcolorsel Fix RUN_DEPENDS and build with NO_INSTALL_MANPAGES2
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 16:50 UTC by Nicola Vitale
Modified: 2010-12-13 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2010-12-13 16:50 UTC, Nicola Vitale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale freebsd_committer freebsd_triage 2010-12-13 16:50:07 UTC
1) x11/xcolorsel requires x11/rgb as run-dependency
2) package build fails if you define NO_INSTALL_MANPAGES (see http://goo.gl/tsVym )

Fix: Patch attached with submission follows:
How-To-Repeat: 1) Install x11/xcolorsel and try to run the program, you get this error:

Error: Cannot open RgbTxtFile "/usr/local/lib/X11/rgb.txt".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-13 16:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-13 17:24:06 UTC
nivit       2010-12-13 17:24:00 UTC

  FreeBSD ports repository

  Modified files:
    x11/xcolorsel        Makefile distinfo 
  Log:
  - Add x11/rgb to RUN_DEPENDS
  - Bump PORTREVISION
  - Fix package build when NO_INSTALL_MANPAGES is defined
  - Remove MD5 checksum from distinfo
  
  PR:             ports/153125
  Submitted by:   nivit
  
  Revision  Changes    Path
  1.15      +5 -1      ports/x11/xcolorsel/Makefile
  1.4       +0 -1      ports/x11/xcolorsel/distinfo
_______________________________________________
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 3 Nicola Vitale freebsd_committer freebsd_triage 2010-12-13 17:26:18 UTC
State Changed
From-To: open->closed

Committed, thanks!