Bug 132723 - [PATCH] games/gnubg: --enable-nls twice appear in CONFIGURE_ARGS
Summary: [PATCH] games/gnubg: --enable-nls twice appear in CONFIGURE_ARGS
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 09:40 UTC by kaoru
Modified: 2009-03-17 20:40 UTC (History)
1 user (show)

See Also:


Attachments
gnubg-0.15_2.patch (506 bytes, patch)
2009-03-17 09:40 UTC, kaoru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaoru 2009-03-17 09:40:02 UTC
--enable-nls twice appear in CONFIGURE_ARGS (!WITHOUT_NLS case).
make -DWITHOUT_NLS runs './configure --enable-nls --disable-nls'.

Please remove --enable-nls from 1st CONFIGURE_ARGS= section.

Port maintainer (gahr@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-17 09:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-17 20:36:55 UTC
gahr        2009-03-17 20:36:46 UTC

  FreeBSD ports repository

  Modified files:
    games/gnubg          Makefile 
  Log:
  - Remove duplicate from CONFIGURE_ARGS
  
  PR:             132723
  Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
  
  Revision  Changes    Path
  1.25      +1 -1      ports/games/gnubg/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 3 Pietro Cerutti freebsd_committer freebsd_triage 2009-03-17 20:36:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!