Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/qmailanalog/Makefile

[BACK] Up to [FreeBSD] / ports / mail / qmailanalog

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 23 23:04:00 2012 UTC (2 weeks, 4 days ago) by garga
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Fix wrong warnings on logfile adding a missing include

Submitted by:	Allan Kintigh <allank@nbs-inc.com>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 28 17:53:20 2009 UTC (2 years, 10 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:41:01 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 4 12:34:45 2006 UTC (5 years, 6 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jan 30 16:31:34 2006 UTC (6 years ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -3 lines
- Add a patch to read tai64n date format with no need of tai64nlocal
  external application [1]
- Remove USEREINPLACE
- Unquote BROKEN

PR:		ports/92425 [1]
Submitted by:	Luca Morettoni <luca@morettoni.net> [1]

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:11 2006 UTC (6 years ago) by krion
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -11 lines
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Dec 20 15:19:44 2005 UTC (6 years, 1 month ago) by garga
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Make it fetchable again

Noticed by:	Steve Clement <steve@ion.lu>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jul 11 16:47:16 2005 UTC (6 years, 7 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Change MAINTAINER to my @FreeBSD.org account

Approved by:	flz (mentor)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon May 30 20:46:07 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -9 lines
- Use BROKEN instead a comparison using temporary files and exit 1
- Force PREFIX to /var/qmail when it's not set

PR:		ports/81675
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 11 13:03:55 2005 UTC (6 years, 10 months ago) by barner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Change maintainer's email address.

Approved by:		arved (mentor)
PR:			ports/79162

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 5 08:04:30 2005 UTC (6 years, 10 months ago) by flz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -4 lines
- Remove perl dependency.
- Sort packing list.
- SIZE'ify.

PR:		ports/79372
Submitted by:	maintainer

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 13 17:03:27 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
- Change direct use of perl to ${PERL};
- Take maintainership.

PR:		75022
Submitted by:	Renato Botelho.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 20 08:33:15 2004 UTC (7 years, 9 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
After Kris pointed out dosirak's dissatisfaction with the way dns/djbdns
changed the permissions on $PREFIX and $PREFIX/bin, fix the same problem
in two other ports of DJB software.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 10 17:26:43 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Tidy up whitespace.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Mar 22 09:07:39 2004 UTC (7 years, 10 months ago) by nbm
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Drop maintainership.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:06:05 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:	Oliver Eikemeier

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 20 13:51:40 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:05:58 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:45:20 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -6 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 24 14:04:39 2001 UTC (10 years, 8 months ago) by nbm
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Fix master site

PR:		27496
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:31:24 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 13 20:00:40 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
Update to use PORTNAME/PORTVERSION

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 25 11:05:34 2000 UTC (12 years ago) by nbm
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Claim maintainership of a port I submitted.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:29:44 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -6 lines
echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:50:46 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change Id->FreeBSD.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 22 23:33:02 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon May 3 02:46:44 1999 UTC (12 years, 9 months ago) by steve
Branches: NBM
CVS tags: v0_70, RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of qmailanalog version 0.70.
A collection of tools to analyze qmail-send's activity.

PR:		8900
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 3 02:46:44 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options