Bug 116312 - [PATCH] mail/qmail-scanner
Summary: [PATCH] mail/qmail-scanner
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 18:20 UTC by Felippe de Meirelles Motta
Modified: 2007-10-05 15:38 UTC (History)
0 users

See Also:


Attachments
file.diff (6.30 KB, patch)
2007-09-12 18:20 UTC, Felippe de Meirelles Motta
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felippe de Meirelles Motta 2007-09-12 18:20:01 UTC
- The script configure wasn't being executed correctly, therefore, script
that would have to be generated (qmail-scanner-queue.pl), this correct one
for execution of the application.

Reported by William Olson <wolson@gmail.com>, thanks! :)

Fix: Patch attached with submission follows:
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2007-09-13 03:39:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2007-09-22 21:38:27 UTC
State Changed
From-To: open->feedback

Wait for maintainer's feedback.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-05 15:20:02 UTC
garga       2007-10-05 14:19:52 UTC

  FreeBSD ports repository

  Modified files:
    mail/qmail-scanner   Makefile 
    mail/qmail-scanner/files pkg-install.in pkg-message.in 
  Log:
  - There are some problems to run configure since 2.x update, so, fix it now
  - Bump PORTREVISION because of previous reason
  - Add --no-QQ-check on CONFIGURE_ARGS to permit package build
  - Remove MANUAL_PACKAGE_BUILDING
  - Add a note on pkg-message allerting user that it needs qmail built with
    QMAILQUEUE patch applied.
  
  PR:             ports/116312
  Submitted by:   maintainer
  Reworked by:    lwhsu, garga
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.18      +35 -40    ports/mail/qmail-scanner/Makefile
  1.3       +6 -4      ports/mail/qmail-scanner/files/pkg-install.in
  1.3       +21 -10    ports/mail/qmail-scanner/files/pkg-message.in
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2007-10-05 15:38:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!