summaryrefslogtreecommitdiff
path: root/mail/libetpan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build WITH_GNUTLS=yes.Stefan Walter2007-10-011-7/+8
| | | | | | | | - Unconditionally depend on curl, expat2 and cyrus-sasl2. PR: 115875 Submitted by: bf <bf2006a@yahoo.com> Patch by: maintainer
* - Update to 0.52Martin Wilke2007-08-222-11/+8
| | | | | PR: 115150 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-2/+2
| | | | bump PORTREVISIONs.
* - Fix buildMartin Wilke2007-03-251-0/+2
| | | | | | | | - Bump PORTREVISION PR: 110794 Submitted by: miwi Approved by: maintainer
* update to 0.49Ion-Mihai Tetcu2007-01-123-6/+5
| | | | | PR: ports/107782 Submitted by: Pawel Pekala (maintainer)
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-1/+2
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* - Update to 0.48Rong-En Fan2006-11-043-6/+6
| | | | | | | - Pass maintainership to submitter PR: ports/105110 Submitted by: Pawel Pekala
* - Update to 0.46Rong-En Fan2006-09-133-6/+5
| | | | | PR: ports/103157 Submitted by: Mark Kane <mark at mkproductions.org>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-061-1/+2
|
* Update to 0.45.Alexander Leidinger2006-04-082-8/+4
|
* Fix an include in an installed header. This fixes the configure stepAlexander Leidinger2006-04-021-1/+4
| | | | of sylpheed-claws.
* upgrade to 0.44Ying-Chieh Liao2006-03-243-126/+12
|
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+2
| | | | Approved by: portmgr (kris)
* Update to 0.42.Alexander Leidinger2006-01-302-6/+5
|
* Chase gnutls update.Roman Bogorodskiy2006-01-091-1/+2
|
* Update to 0.41.Sam Lawrance2005-12-183-6/+5
| | | | | PR: ports/90555 Submitted by: Ports Fury
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 0.40.Alexander Leidinger2005-11-083-5/+5
|
* Update to 0.39Marcus Alves Grando2005-09-243-4/+5
| | | | | | PR: ports/86524 Submitted by: Daniel Gustafson <dege@hobbit.se> Approved by: pav (mentor)
* Fix dependency on cyrus-sasl2Volker Stolz2005-07-281-1/+1
| | | | | PR: ports/84209 Submitted by: Anatoliy Borodin
* Update to 0.38.Roman Bogorodskiy2005-07-214-5/+11
| | | | | PR: 83857 Submitted by: Ports Fury
* - Update to version 0.37Roman Bogorodskiy2005-07-042-4/+11
| | | | | PR: 82941 Submitted by: Ports Fury
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 0.36Kirill Ponomarev2005-02-252-5/+5
| | | | | PR: ports/77973 Submitted by: Ports Fury
* Update to version 0.35Kirill Ponomarev2004-12-303-5/+10
| | | | | PR: ports/75626 Submitted by: Port Fury
* Update to version 0.34Kirill Ponomarev2004-11-093-4/+4
| | | | | PR: ports/73733 Submitted by: Ports Fury
* Update to version 0.33Kirill Ponomarev2004-08-286-38/+18
| | | | | PR: ports/71062 Submitted by: Ports Fury
* Fix build with gcc 3.4Tilman Keskinoz2004-08-061-0/+10
|
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | Approved by: portmgr
* SIZEify.Trevor Johnson2004-03-171-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Update to version 0.32Kirill Ponomarev2003-12-186-28/+18
| | | | | PR: 60340 Submitted by: Ports Fury
* - Update to version 0.31Kirill Ponomarev2003-12-115-5/+25
| | | | | PR: 60145 Submitted by: Ports Fury
* - Update to 0.30Pav Lucistnik2003-11-223-3/+14
| | | | | | PR: ports/59582 Submitted by: Ports Fury Approved by: adamw (mentor)
* - Update to version 0.29Kirill Ponomarev2003-10-073-4/+7
| | | | | PR: 57703 Submitted by: Ports Fury
* - don't clobber any given LDFLAGSDirk Meyer2003-09-011-2/+2
| | | | resolves conflitcs with bsd.openssl.mk
* upgrade to 0.28Ying-Chieh Liao2003-05-123-2/+19
| | | | | PR: 51859 Submitted by: Ports Fury
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* upgrade to 0.27Ying-Chieh Liao2003-01-033-6/+15
| | | | | PR: 46422 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* wrong md5 last commitYing-Chieh Liao2002-09-071-1/+1
| | | | Submitted by: rafan@muse.csie.ntu.edu.tw
* upgrade to 0.26Ying-Chieh Liao2002-09-073-6/+12
| | | | | PR: 42489 Submitted by: Ports Fury
* Fix pkg-comment format.Vanilla I. Shu2002-09-014-6/+15
| | | | | | | Do not install .la file PR: ports/42245 Submitted by: Ports Fury.
* add libetpan 0.25Ying-Chieh Liao2002-06-275-0/+100
libEtPan! - a mail library