Bug 138402 - [patch] www/awffull is not reading configuration file
Summary: [patch] www/awffull is not reading configuration file
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: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 14:50 UTC by Sascha Klauder
Modified: 2010-01-08 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (394 bytes, patch)
2009-08-31 14:50 UTC, Sascha Klauder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Klauder 2009-08-31 14:50:05 UTC
awffull is searching its configuration file in /etc, because the 
port Makefile is missing the --with-etcdir parameter. Patch is
attached.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-31 14:50:44 UTC
Maintainer of www/awffull,

Please note that PR ports/138402 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138402

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-31 14:50:47 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2010-01-08 20:58:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-01-08 21:30:40 UTC
glarkin     2010-01-08 21:30:31 UTC

  FreeBSD ports repository

  Modified files:
    www/awffull          Makefile pkg-descr 
  Log:
  - Added --with-etcdir configuration option to comply with hier(7) [1]
  - Fixed Makefile typo (BUILD_DEPENS)
  - Cleaned up some portlint warnings
  - Reformatted pkg-descr
  - Bumped PORTREVISION
  
  PR:             ports/138402
  Submitted by:   Sascha Klauder <sascha@trimind.de> [1]
  Approved by:    maintainer (implicit; timeout 130 days)
  
  Revision  Changes    Path
  1.7       +5 -5      ports/www/awffull/Makefile
  1.2       +3 -2      ports/www/awffull/pkg-descr
_______________________________________________
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 5 Greg Larkin freebsd_committer freebsd_triage 2010-01-08 21:30:45 UTC
State Changed
From-To: feedback->closed

Committed with some additional modifications, thank you!