Bug 156465 - [PATCH] x11-wm/fvwm2: Fix plist when WITHOUT_NLS
Summary: [PATCH] x11-wm/fvwm2: Fix plist when WITHOUT_NLS
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 10:10 UTC by Guido Falsi
Modified: 2011-04-18 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.77 KB, patch)
2011-04-18 10:10 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2011-04-18 10:10:10 UTC
fvwm2 now allows to define WITHOUT_NLS via options but does not
conditionally exclude the relevant files from the plist.

How-To-Repeat: 
Install x11-wm/fvwm2 and disable NLS from the options framework,
then try make package.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-18 10:10:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-18 14:54:43 UTC
cy          2011-04-18 13:54:33 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/fvwm2         pkg-plist 
  Log:
  Pkg-plist fix when WITHOUT_NLS specified.
  
  PR:             156465
  Submitted by:   Guido Falsi <mad@madpilot.net>
  
  Revision  Changes    Path
  1.26      +15 -15    ports/x11-wm/fvwm2/pkg-plist
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2011-04-18 14:55:18 UTC
cy          2011-04-18 13:55:05 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/fvwm2-devel   pkg-plist 
  Log:
  Pkg-plist fix when WITHOUT_NLS specified.
  
  PR:             156465
  Submitted by:   Guido Falsi <mad@madpilot.net>
  
  Revision  Changes    Path
  1.48      +15 -0     ports/x11-wm/fvwm2-devel/pkg-plist
_______________________________________________
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 Cy Schubert freebsd_committer freebsd_triage 2011-04-18 14:56:19 UTC
State Changed
From-To: open->closed

Patch committed to x11-wm/fvwm2 and x11-wm/fvwm2-devel. Thanks.