summaryrefslogtreecommitdiffstats
path: root/mail/libetpan
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.48rafan2006-11-043-6/+6
| | | | | | | - Pass maintainership to submitter PR: ports/105110 Submitted by: Pawel Pekala
* - Update to 0.46rafan2006-09-133-6/+5
| | | | | PR: ports/103157 Submitted by: Mark Kane <mark at mkproductions.org>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-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.novel2006-07-061-1/+2
|
* Update to 0.45.netchild2006-04-082-8/+4
|
* Fix an include in an installed header. This fixes the configure stepnetchild2006-04-021-1/+4
| | | | of sylpheed-claws.
* upgrade to 0.44ijliao2006-03-243-126/+12
|
* Conversion to a single libtool environment.ade2006-02-232-0/+2
| | | | Approved by: portmgr (kris)
* Update to 0.42.netchild2006-01-302-6/+5
|
* Chase gnutls update.novel2006-01-091-1/+2
|
* Update to 0.41.lawrance2005-12-183-6/+5
| | | | | PR: ports/90555 Submitted by: Ports Fury
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.netchild2005-11-083-5/+5
|
* Update to 0.39mnag2005-09-243-4/+5
| | | | | | PR: ports/86524 Submitted by: Daniel Gustafson <dege@hobbit.se> Approved by: pav (mentor)
* Fix dependency on cyrus-sasl2vs2005-07-281-1/+1
| | | | | PR: ports/84209 Submitted by: Anatoliy Borodin
* Update to 0.38.novel2005-07-214-5/+11
| | | | | PR: 83857 Submitted by: Ports Fury
* - Update to version 0.37novel2005-07-042-4/+11
| | | | | PR: 82941 Submitted by: Ports Fury
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 0.36krion2005-02-252-5/+5
| | | | | PR: ports/77973 Submitted by: Ports Fury
* Update to version 0.35krion2004-12-303-5/+10
| | | | | PR: ports/75626 Submitted by: Port Fury
* Update to version 0.34krion2004-11-093-4/+4
| | | | | PR: ports/73733 Submitted by: Ports Fury
* Update to version 0.33krion2004-08-286-38/+18
| | | | | PR: ports/71062 Submitted by: Ports Fury
* Fix build with gcc 3.4arved2004-08-061-0/+10
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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 knobkrion2004-03-301-2/+1
| | | | Approved by: portmgr
* SIZEify.trevor2004-03-171-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.32krion2003-12-186-28/+18
| | | | | PR: 60340 Submitted by: Ports Fury
* - Update to version 0.31krion2003-12-115-5/+25
| | | | | PR: 60145 Submitted by: Ports Fury
* - Update to 0.30pav2003-11-223-3/+14
| | | | | | PR: ports/59582 Submitted by: Ports Fury Approved by: adamw (mentor)
* - Update to version 0.29krion2003-10-073-4/+7
| | | | | PR: 57703 Submitted by: Ports Fury
* - don't clobber any given LDFLAGSdinoex2003-09-011-2/+2
| | | | resolves conflitcs with bsd.openssl.mk
* upgrade to 0.28ijliao2003-05-123-2/+19
| | | | | PR: 51859 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-202-1/+1
|
* upgrade to 0.27ijliao2003-01-033-6/+15
| | | | | PR: 46422 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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.adamw2002-11-062-1/+2
| | | | Approved by: pat
* wrong md5 last commitijliao2002-09-071-1/+1
| | | | Submitted by: rafan@muse.csie.ntu.edu.tw
* upgrade to 0.26ijliao2002-09-073-6/+12
| | | | | PR: 42489 Submitted by: Ports Fury
* Fix pkg-comment format.vanilla2002-09-014-6/+15
| | | | | | | Do not install .la file PR: ports/42245 Submitted by: Ports Fury.
* add libetpan 0.25ijliao2002-06-275-0/+100
libEtPan! - a mail library
OpenPOWER on IntegriCloud