summaryrefslogtreecommitdiff
path: root/mail/postfix28/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01Remove non staged ports without pending PR from ma*Baptiste Daroussin1-367/+0
Notes: svn path=/head/; revision=366959
2014-08-21Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree1-1/+1
- Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
2014-08-17mail/libspf2:Tijl Coosemans1-1/+1
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip (Also some white space fixes in dependent ports) Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=365196
2014-07-24net/openldap24-*:Tijl Coosemans1-1/+1
- Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
2014-07-23Reset maintainership for ports not staged with no pending PRBaptiste Daroussin1-1/+1
With hat: portmgr Notes: svn path=/head/; revision=362717
2014-07-04Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans1-0/+1
have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
2014-05-08- Update CONFLICTSSahil Tandon1-1/+1
Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=353237
2014-01-21- Update to 2.8.17Sahil Tandon1-11/+12
- Adopt new LIB_DEPENDS syntax [1] - Pet portlint(1) on PKGNAMESUFFIX placement [1] - Modify shell command to quiet warnings on 10+ [2] - Respect upstream Makefile's warning suppression [3] PR: [1]: ports/185860 [2]: ports/185857 Submitted by: [1]: Yasuhiro KIMURA <yasu@utahime.org> [2]: adamw [3]: koobs (via email) Notes: svn path=/head/; revision=340539
2013-12-10Links dynamically to libcdb after databases/tinycdb updatePawel Pekala1-1/+1
PR: ports/184666 Submitted by: me Approved by: bapt (portmgr) Notes: svn path=/head/; revision=336075
2013-12-05Fixup pkgnames.Mathieu Arnold1-4/+3
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450 Submitted by: mat Approved by: portmgr (bapt) Notes: svn path=/head/; revision=335658
2013-10-27- Update to 2.8.16Sahil Tandon1-1/+1
Notes: svn path=/head/; revision=331749
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
mail) Notes: svn path=/head/; revision=327742
2013-09-15- convert to the new perl5 frameworkAndrej Zverev1-1/+2
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
2013-09-01- Update to 2.8.15 and bump VDAVERSIONSahil Tandon1-2/+2
Notes: svn path=/head/; revision=325913
2013-08-14- Remove MAKE_JOBS_SAFE variableAlex Kozlov1-1/+0
Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
2013-04-26Fix a regression that had crept in with r314621. Do notSahil Tandon1-1/+1
bump PORTREVISION because this does not affect the default package. Notes: svn path=/head/; revision=316548
2013-04-23- Update to 2.8.14 and adjust CONFLICTSSahil Tandon1-10/+14
- Add LICENSE information - Canonicalize 'Created by:' Makefile header - Remove shlib version from LIB_DEPENDS assignment - Correct LDAP_SASL logic - Replace tab with a single space after 'WWW:' in pkg-descr PR: ports/177127 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=316300
2013-03-19- adopt optionsNGJason Helfman1-91/+64
- trim historical header - tighten COMMENT Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314621
2013-01-28Update to 2.8.13 and revise the PKGINSTALL script toSahil Tandon1-3/+5
distinguish between upgrades and fresh installs. Also, mark BROKEN when users try to build WITH_LDAP_SASL but WITHOUT_SASL2. Finally, backport an upstream patch that allows Postfix packages to build in a jail that has IPv6 enabled, but no addresses assigned on any interface. Notes: svn path=/head/; revision=311093
2012-12-10Update PCRE to 8.32Martin Matuska1-1/+1
Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
2012-12-10Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO1-1/+2
This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
2012-08-05Move the rc.d scripts of the form *.sh.in to *.inDoug Barton1-2/+2
Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
2012-08-05Update to 2.8.12Sahil Tandon1-1/+1
Notes: svn path=/head/; revision=302124
2012-06-15- extend CONFLICTSAshish SHUKLA1-1/+1
Approved by: sahil (maintainer) Notes: svn path=/head/; revision=299302
2012-05-23- Update to 2.8.11Sahil Tandon1-1/+1
Notes: svn path=/head/; revision=297248
2012-04-25- Update to 2.8.10Sahil Tandon1-2/+1
Notes: svn path=/head/; revision=295439
2012-04-23Update VDA patch and tweak the conditional thatSahil Tandon1-2/+2
sets IS_INTERACTIVE. Notes: svn path=/head/; revision=295290
2012-03-10- Update to 2.8.9Sahil Tandon1-1/+1
Feature safe: yes Notes: svn path=/head/; revision=293037
2012-02-20Remove library number from pcre LIB_DEPENDS, as thisSahil Tandon1-1/+1
port can compile without incident against older pcre libraries. Notes: svn path=/head/; revision=291911
2012-02-14Bump pcre library dependency due to 8.30 updateMartin Matuska1-1/+2
Notes: svn path=/head/; revision=291338
2012-02-11Update to 2.8.8, set NO_LATEST_LINK, and revise IS_INTERACTIVESahil Tandon1-4/+9
logic to account for additional situations. Notes: svn path=/head/; revision=290905
2011-11-21Shorten some OPTION descriptions such that theySahil Tandon1-7/+7
fit neatly within the dialog(1) box. PR: ports/162688 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Feature safe: yes Notes: svn path=/head/; revision=286139
2011-11-19- Update to 2.8.7Sahil Tandon1-2/+2
Feature safe: yes Notes: svn path=/head/; revision=286106
2011-09-07- Update to 2.8.5 and point to newer VDA patchSahil Tandon1-2/+2
Notes: svn path=/head/; revision=281402
2011-07-26Update to 2.8.4 and use the ports framework toSahil Tandon1-4/+3
create USERS and GROUPS. Also remove replace() function from pkg-install script. PR: ports/158765 Submitted by: ohauer Notes: svn path=/head/; revision=278342
2011-05-09Update to 2.8.3 and point to newer VDA patch. Also addressSahil Tandon1-4/+10
the problem described in ports/155885 by passing additional parameters to the upstream install script. Security: CVE-2011-1720 Notes: svn path=/head/; revision=273868
2011-03-22- Update to 2.8.2Sahil Tandon1-1/+1
Notes: svn path=/head/; revision=271447
2011-02-24- Update to 2.8.1Sahil Tandon1-1/+1
Notes: svn path=/head/; revision=269575
2011-02-20Reactive VDA support with a new upstream patch releasedSahil Tandon1-3/+1
specifically for Postfix version 2.8.0. Notes: svn path=/head/; revision=269368
2011-02-06- Unbreak SPF option with new patch for 2.8.0Sahil Tandon1-2/+1
PR: ports/154465 Submitted by: mm Feature safe: yes Notes: svn path=/head/; revision=268703
2011-02-02Set IS_INTERACTIVE if BATCH and PACKAGE_BUILDING areSahil Tandon1-1/+5
undefined[1]; also, add missing 'ver' in description of the PGSQL option[2]. Prompted by: dougb[1], wxs[2] Feature safe: yes Notes: svn path=/head/; revision=268540
2011-01-24Update to 2.8.0, tweak CONFLICTS, mark MAKE_JOBS_SAFESahil Tandon1-10/+23
and note that the SPF and VDA options are unavailable with this release. Feature safe: yes Notes: svn path=/head/; revision=268192
2010-12-28Add OPTION for SASL authentication via Dovecot 2.x andSahil Tandon1-1/+10
warn users if they erroneously elect both 1.x and 2.x. No bump of PORTREVISION because the default package is unchanged. Notes: svn path=/head/; revision=267098
2010-11-27Update to 2.7.2 and modify pkg-install script to checkSahil Tandon1-1/+1
whether Postfix is already enabled in mailer.conf[1]. Submitted by: ohauer (via email) [1] Notes: svn path=/head/; revision=265255
2010-10-20- Remove dead MASTER_SITESahil Tandon1-1/+0
Reported by: distilator Notes: svn path=/head/; revision=263309
2010-10-06- Update optional SPF patch to version 1.1.0 [1]Sahil Tandon1-3/+3
- Fix CONFLICTS [2] PR: ports/151134 [1] Submitted by: mm@ [1] Noticed by: pav@ [2] Notes: svn path=/head/; revision=262497
2010-09-22- Fix IPv6 support in SPF patchSahil Tandon1-1/+1
PR: ports/150749 Submitted by: mm@ Notes: svn path=/head/; revision=261601
2010-09-13- Update VDA patch to version 2.7.0 [1]Sahil Tandon1-7/+26
- Remove "empty variable" assignment from rc script [1] - Re-introduce optional SPF support [2] - Remove default DISTNAME assignment from Makefile - The affected OPTIONS are off by default, so do not bump PORTREVISION PR: [1]: ports/147731 [2]: ports/150428 Submitted by: [1]: ohauer@ [2]: mm@ Notes: svn path=/head/; revision=261054
2010-06-10- Update to 2.7.1Sahil Tandon1-2/+1
- Unset INVALID_BDB_VER; Berkeley DB 5.x is now supported Approved by: wxs@/itectu@ (mentors, implicit) Notes: svn path=/head/; revision=256278
2010-05-14- Set INVALID_BDB_VER; upstream does not yet support Berkeley DB 5 [1]Sahil Tandon1-12/+5
- Remove OPTION for Kerberos IV - Change my email to @FreeBSD.org PR: ports/146371 [1] Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> [1] Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=254282