CVS log for ports/mail/anubis/Makefile
Up to [FreeBSD] / ports / mail / anubis
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:48 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 12 13:46:55 2011 UTC (4 months, 4 weeks ago) by gabor
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- Track dependencies after databases/gdbm update
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jul 31 15:07:06 2011 UTC (6 months, 1 week ago) by jlaffaye
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- Chase guile shared lib bump - Add an entry to UPDATING
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jul 21 12:43:36 2011 UTC (6 months, 3 weeks ago) by jlaffaye
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
- Chase gpgme shared lib bump. - Add an entry to UPDATING Reviewed by: tabthorpe
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jun 5 18:43:07 2011 UTC (8 months ago) by novel
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Chase security/gnutls update and add an UPDATING entry.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Feb 25 14:08:30 2011 UTC (11 months, 2 weeks ago) by johans
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Chase security/gsasl update
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 14 21:38:40 2011 UTC (11 months, 3 weeks ago) by dhn
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +101 -83 lines
- Update to 4.1.1 - Pass maintainership to submitter - Remove MD5 checksum - Mark MAKE_JOBS_UNSAFE - Add LICENSE PR: ports/154641 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:35 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Aug 16 18:04:28 2009 UTC (2 years, 5 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:31 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jul 27 04:30:48 2008 UTC (3 years, 6 months ago) by linimon
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Reset sergei@ due to maintainer-timeouts and no response to email. Hat: portmgr
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:42:43 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:51:34 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Mar 3 11:56:59 2008 UTC (3 years, 11 months ago) by novel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Chase security/gnutls shlib version bump - Add an entry to UPDATING
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jul 1 08:56:08 2007 UTC (4 years, 7 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Chase gnutls shared library version chase: adjust DEPENDS lines and bump PORTREVISIONs.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jan 2 08:54:08 2007 UTC (5 years, 1 month ago) by novel
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
- Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed May 10 22:36:46 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
Remove USE_REINPLACE from ports starting with M
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 9 16:34:16 2006 UTC (6 years, 1 month ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Chase gnutls update.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:54 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:06 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Dec 21 08:59:40 2004 UTC (7 years, 1 month ago) by clement
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -2 lines
- Rework gpgme03 port to avoid conflict with gpgme 1.0 - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Dec 11 05:31:21 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Switch gpgme dependency to gpgme03.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 13 12:34:06 2004 UTC (7 years, 3 months ago) by sergei
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +10 -1 lines
- This port installs GNU message catalogs, so add explicit USE_GETTEXT and USE_ICONV, respect WITHOUT_NLS knob - Bump PORTREVISION PR: ports/71575 Submitted by: leeym
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 7 20:49:32 2004 UTC (7 years, 11 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Buffer overflow and format string fixes. (Also don't put several patches in a single file.) Approved by: sergei Obtained from: upstream Reported by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 25 22:41:49 2003 UTC (8 years, 3 months ago) by sergei
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -9 lines
- Convert USE_* variables to WITH_* PR: 58525 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: krion (implicit)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 23 10:09:43 2003 UTC (8 years, 3 months ago) by sergei
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
- Apply vendor's security patch - Bump PORTREVISION Submitted by: Wojciech Polak <polak@gnu.org> Approved by: krion (implicitly)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Oct 23 05:42:45 2003 UTC (8 years, 3 months ago) by sergei
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Change to my @FreeBSD.org address. Approved by: krion
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 6 21:44:23 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Use INFO, DOCSDIR and EXAMPLESDIR macros PR: 55321 Submitted by: maintainer
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Apr 18 05:39:42 2003 UTC (8 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +12 -16 lines
[MAINTAINER] mail/anubis: USE_GETOPT_LONG, cosmetique - Convert to USE_GETOPT_LONG - Cosmetique: whitespace changes - Cosmetique: unroll .for loop in post-install PR: ports/51094 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:42:12 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
De-pkg-comment.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 7 14:09:18 2003 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +34 -34 lines
[MAINTAINER] Update mail/anubis to 3.6.2 PR: ports/46669 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 11 08:27:46 2002 UTC (9 years, 3 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5 lines
- Update to 3.6.0 - Project moved to GNU - update MASTER_SITE and pkg-descr - Even though Anubis now uses GnuTLS by default, the port still default to using OpenSSL instead (GnuTLS support will come later) PR: 45174 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:46:55 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -1 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 5 21:12:57 2002 UTC (9 years, 3 months ago) by obraun
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Use PORTCOMMENT variable instead of pkg-comment file. PR: ports/44937,ports/44938,ports/44939,ports/44940,ports/44941, ports/44942,ports/44943,ports/44944,ports/44945 Submitted by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 15 15:08:35 2002 UTC (9 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +31 -4 lines
- Update port to 3.5.0. - Remove pkg-message; display compile-time options dynamically in pre-fetch target (a la apache port). PR: 44086 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Sep 29 05:47:32 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
forgot bump port revision last commit...
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Sep 29 05:46:40 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -0 lines
forgot to add pkg-message last commit
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 29 05:08:14 2002 UTC (9 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -3 lines
Remove reference to pkg-message, which is not present in the repo (accidentally not committed?)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 19 21:09:11 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +63 -12 lines
- Update to 3.4.6 - Add several compile-time knobs: - WITHOUT_OPENSSL=yes Disable the OpenSSL library support - WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support - WITH_PCRE=yes Enable the PCRE library support - WITH_PAM=yes Enable the Pluggable Authentication Modules support - WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support - Take maintainership PR: 42746 Submitted by: Sergei Kolobov <sergei@kolobov.com> (new maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 31 17:45:36 2002 UTC (9 years, 5 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -4 lines
- Update anubis to 3.4.2 - Install .info and addition documentation - Fix Makefile to install the startup script and examples even if NOPORTDOCS is defined (those items are NOT documentation) PR: 42215 Submitted by: sergei@kolobov.com
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 19 07:51:14 2002 UTC (9 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
upgrade to 3.4.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 16 13:36:29 2002 UTC (9 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
upgrade to 3.4.0
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 31 18:52:14 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
add anubis 3.3.0 An outgoing mail processor
