Bug 133633 - [PATCH] www/mod_dtcl: apache@ cleanups
Summary: [PATCH] www/mod_dtcl: apache@ cleanups
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: 2009-04-12 03:40 UTC by Philip M. Gollucci
Modified: 2009-04-12 04:23 UTC (History)
1 user (show)

See Also:


Attachments
mod_dtcl-0.12.0_1.patch (602 bytes, patch)
2009-04-12 03:40 UTC, Philip M. Gollucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci freebsd_committer freebsd_triage 2009-04-12 03:40:01 UTC
- APACHE_COMPAT=yes is deprecated

Port maintainer (mi@aldan.algebra.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-12 03:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-12 03:40:14 UTC
Maintainer of www/mod_dtcl,

Please note that PR ports/133633 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/133633

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-12 03:40:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-04-12 04:13:51 UTC
mi          2009-04-12 03:13:35 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_dtcl         Makefile 
    www/mod_dtcl/files   Makefile.bsd 
  Added files:
    www/mod_dtcl/files   patch-warning 
  Log:
  APACHE_COMPAT is deprecated and means Apache-2.2, with which this port is
  not compatible. Switch to USE_APACHE=1.3
  
  PR:     ports/133633
  Submitted by:   Philip M. Gollucci
  
  While here quiet down some const-related warnings up to the standards of
  WARNS=2.
  
  Revision  Changes    Path
  1.23      +1 -1      ports/www/mod_dtcl/Makefile
  1.12      +2 -1      ports/www/mod_dtcl/files/Makefile.bsd
  1.1       +53 -0     ports/www/mod_dtcl/files/patch-warning (new)
_______________________________________________
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 Mikhail Teterin freebsd_committer freebsd_triage 2009-04-12 04:22:21 UTC
State Changed
From-To: feedback->closed

The fix (and some other improvements) have been committed. Thanks!