Bug 154754 - [patch] port www/suphp fix leftover during package building
Summary: [patch] port www/suphp fix leftover during package building
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-13 21:50 UTC by Olli Hauer
Modified: 2011-02-22 00:41 UTC (History)
1 user (show)

See Also:


Attachments
suphp.diff (1.19 KB, patch)
2011-02-13 21:50 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2011-02-13 21:50:05 UTC
Fix lefetover during package building

During deinstall apxs -e -A ... is executed, this will normally
remove the LoadModule $modulename line if there is any, else a
line with an '#' in front of LoadModule $modulename is added.

Since apxs is not executed during port install the commented line
will be added during deinstall into httpd.conf and this leads to a
build failed with leftover in tinderbox and pointyhat.FreeBSD.org

How-To-Repeat: Build the module with apache22 and inspect httpd.conf after install
and deinstall of the port

Reference: 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8-exp.20110129080700/suphp-0.7.1_3.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-13 21:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->yzlin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-22 00:05:47 UTC
ohauer      2011-02-22 00:05:41 UTC

  FreeBSD ports repository

  Modified files:
    www/suphp            Makefile distinfo 
  Log:
    - fix pkg-plist if installed from port (leftover in httpd.conf)
    - remove MD5 from distfile
  
  PR:             ports/154754
  Submitted by:   myself
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.42      +2 -1      ports/www/suphp/Makefile
  1.14      +0 -1      ports/www/suphp/distinfo
_______________________________________________
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 Olli Hauer freebsd_committer freebsd_triage 2011-02-22 00:41:18 UTC
State Changed
From-To: open->closed

Committed! 


Comment 4 Olli Hauer freebsd_committer freebsd_triage 2011-02-22 00:41:18 UTC
Responsible Changed
From-To: yzlin->ohauer

Committed!