Bug 152746 - [maintainer update] Update www/mod_tsa makefile for using AP_FAST_BUILD
Summary: [maintainer update] Update www/mod_tsa makefile for using AP_FAST_BUILD
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 15:50 UTC by Dmitry Banschikov
Modified: 2010-12-07 21:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Banschikov 2010-12-01 15:50:07 UTC
    When AP_FAST_BUILD is set "yes", SRC_FILE must me excplicitly specified. Because port sources consists from more then one file.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-01 15:50:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-07 04:16:04 UTC
Responsible Changed
From-To: apache->pgollucci

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-07 21:24:36 UTC
pgollucci    2010-12-07 21:24:30 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_tsa          Makefile 
  Log:
  - with AP_FAST_BUILD / AP_GENPLIST, SRC_FILE is required if there is >1 .c file
    that needs to be linked in.
  
  PR:             ports/152746
  Reported by:    Dmitry Banschikov <ubique@peterhost.ru> (maintainer)
  
  Revision  Changes    Path
  1.2       +5 -0      ports/www/mod_tsa/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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-07 21:24:37 UTC
State Changed
From-To: open->closed

Committed, Thanks!