Bug 159822 - Allow local configure options to finance/gnucash
Summary: Allow local configure options to finance/gnucash
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 22:10 UTC by ag
Modified: 2011-08-19 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (357 bytes, patch)
2011-08-16 22:10 UTC, ag
no flags Details | Diff
Makefile.diff (800 bytes, patch)
2011-08-17 09:49 UTC, ag
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ag 2011-08-16 22:10:12 UTC
	gnucash has the option to support local specific taxes if GNU configure is called
	with --enable-local-specific-tax.
	Howewer, the "usual" paradigm to put build options into /etc/make.conf does not work,
	as CONFIGURE_ARGS cannot be modified.
	With the change in the ports Makefile, one can put

        .if ${.CURDIR:M/usr/ports/finance/gnucash*}
        CONFIGURE_ARGS+=--enable-locale-specific-tax
        .endif

        into ``/etc/make.conf''.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-16 22:10:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 ag 2011-08-17 09:49:42 UTC
Perhaps the cleaner solution is to have another "KNOB"
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-19 18:48:43 UTC
kwm         2011-08-19 17:48:35 UTC

  FreeBSD ports repository

  Modified files:
    finance/gnucash      Makefile 
  Log:
  Add option for experimental localized tax categories [1]
  
  Pet portlint by moving LICENSE block to correct place and moving CPPFLAGS out
  of configure_env.
  
  PR:             ports/159822 [1]
  Submitted by:   Armin Gruner <ag@muc.de> [1]
  
  Revision  Changes    Path
  1.158     +10 -5     ports/finance/gnucash/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 Koop Mast freebsd_committer freebsd_triage 2011-08-19 18:48:48 UTC
State Changed
From-To: open->closed

I committed a OPTIONS knob. Thanks!