Bug 160282 - [Maintainer-Update] ports/p5-Mail-SpamAssassin. fix sa-update, allow cascading port
Summary: [Maintainer-Update] ports/p5-Mail-SpamAssassin. fix sa-update, allow cascadin...
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-29 16:10 UTC by Michael Scheidell
Modified: 2011-08-30 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.66 KB, patch)
2011-08-29 16:10 UTC, Michael Scheidell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell 2011-08-29 16:10:10 UTC
#1:  sed for AWL is NOT needed anymore (SA group has deprecated use of AWL, for lots of reasons)

thanks Jason Helfman <jhelfman@experts-exchange.com>
committers: please close bug 159365, replaced by this PR

#2, change PKGNAMEPREFIX = p5 to ? to allow slave ports. (like maybe ja-..)

#3, we found/are tracking down a bug in sa-update where it will continue to try to pull sa-updates from mirrors, even if the TMPDIR is not writable, and/or fsys full.  this is SpamAssassin bug 6655:

<https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6655>

Fix: add the attached patch


Patch attached with submission follows:
How-To-Repeat: rmdir /tmpdir
setenv TMPDIR /tmpdir
sa-update -D

(will try to pull from all three mirrors, over and over)

setenv TMPDIR /tmp

dd if=/dev/zefo of=/tmp/fill bs=1024k (till full)

sa-update -D
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-08-29 16:22:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-08-30 13:43:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-30 13:45:14 UTC
crees       2011-08-30 12:43:25 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-SpamAssassin Makefile 
  Added files:
    mail/p5-Mail-SpamAssassin/files patch-bug6655 
  Log:
  - Remove AWL support code [1]
  - change PKGNAMEPREFIX = p5 to ? to allow slave ports
  - Fix sa-update behaviour when disk full
  
  PR:             ports/160282
  Submitted by:   Michael Scheidell <scheidell@secnap.net> (maintainer), [1] Jason Helfman
  
  Revision  Changes    Path
  1.142     +2 -5      ports/mail/p5-Mail-SpamAssassin/Makefile
  1.1       +50 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-bug6655 (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"