summaryrefslogtreecommitdiff
path: root/mail/cue
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2011-12-18Fixes for OpenSSL without MD2 support.obache3-5/+57
2011-12-17mail/cue: Mask DragonFly; OpenSSL 1.0 support missingmarino1-1/+4
According to the commit on 2009-12-15, the previous version of mail/cue (20090209) was patched to support OpenSSL 1.0. However, mail/cue still uses MD2 which is not built by default by OpenSSL 1.0. The update to version 20100426 on 2011-11-27 did not improve the situation. Until mail/cue is fixed upstream or patched here to avoid using MD2, it is being marked NOT-FOR-DRAGONFLY.
2011-11-27Update cue to 20100426.obache11-457/+176
Based on PR pkg/45557 by YAMAMOTO Takeshi. Some bug fixes include most of pkgsrc patches.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-12-15Overhaul mail/cue pacakge.taca10-47/+455
* Add patches to fix build problem with OpenSSL 1.0.0 beta and later. * Generase "-DUSE_SSL" instead of "-DSSL". Similar changes are CANNA and ZLIB. (In the case of ZLIB, it could be change to use HAVE_ZLIB_H.) * Split Makefile to use hacks.mk and options.mk. * And miscellaneous pkglint clean up. There should be no functional change and fix PR pkg/42452.
2009-12-15LICENSE=modified-bsd.obache1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-02-15Upadte cue to 20090209.obache4-68/+6
Patch provided by YAMAMOTO Takashi in PR 40623. no changelog...
2008-09-19Catch up with OpenSSL interface changes.joerg3-4/+53
2008-05-02Update cue to 20080211 snap.obache2-7/+6
Patch provided by YAMAMOTO Takashi in PR 38561. Changes is unknown.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-6/+9
their files via a custom do-install target.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-01-02Update cue to 20061225.obache2-6/+6
Patch provided by ISIHARA Takanori in PR 35335. Changes are undocumented.
2006-10-22- prevent extra -O from being added to optimizer flagsschwarz5-8/+54
- added patches for IRIX and for SGI ido cc
2006-10-07Update cue to 20060417, provided by ISIHARA Takanori via PR 33153.obache4-17/+18
Changelog isn't available.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-08Assume that DragonFly's getaddrinfo works, the test is broken forjoerg3-1/+35
jails which don't have IPv6 addresses even if the same package can be used on normal system. Include openssl/dsa.h to get struct dsa_st on newer OpenSSL versions.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-6/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23:odify to use bsd.options.mk. This package now supports "inet6",jlam1-10/+18
"idea", and "canna" as package options, and the "canna" option is now built by default. Users that don't want canna support by default should set PKG_OPTIONS.cue= ${PKG_DEFAULT_OPTIONS} -canna in /etc/mk.conf.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-10upgrade to 20050131. minor bugfixesitojun2-6/+6
2005-01-18update to 20050110. hide more sender-ID/SPF related fields by default.itojun2-7/+6
2004-12-18make sure IDEA support is only included if USE_IDEA == yes.grant1-2/+2
fixes part of PR pkg/28542 from Georg Schwarz.
2004-12-05This package depends on zlib. Make it explicit, so it builds on platformscube1-1/+5
without a native zlib. PKGREVISION++. Closes PR#28550 by Georg Schwarz.
2004-10-28upgrade to 20041025. hide sender ID fields (as discussed in MARID IETF wg)itojun2-7/+6
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-17disable IPv6 on Solaris because this package thinks getaddrinfo isgrant1-2/+3
broken and doesn't build: checking whether to enable ipv6... yes checking ipv6 stack type... unknown checking getaddrinfo bug... buggy Fatal: You must get working getaddrinfo() function.
2004-05-07upgrade to 2004/4/26. pgp decoder enhancements and bugfixes.itojun2-6/+6
2004-05-02Update mail/cue to 20040329. Provided by ISIHARA Takanori in PR pkg/25169.xtraeme3-11/+8
Changes unknown...
2004-04-24Convert to buildlink3.snj1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-07upgrade to 20040301. lots of buffer management fixes.itojun2-6/+6
2004-02-09upgrade to 20040209. base64 decoding fix, mbox file handling update.itojun2-6/+6
2004-01-02update to 20031201. supports iso-8859-15.itojun2-6/+6
2003-11-25upgrade to 20031117. properly handle mailcap. some stability fixes.itojun2-7/+6
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-10-29upgrade to 10/27 snapshot. better charset guessing, accept more iso-2022itojun2-6/+6
escape sequences, do not confuse decoded comment as structured field separator
2003-10-01remove PKGREVISIONitojun1-2/+1
2003-10-01upgrade to 20030922 snapshot. don't SEGV with certain operation (forwarditojun4-259/+6
multiple emails without body), use G1 designation/invocation for 96-char ISO charsets, and other fixes.
2003-08-04make it compilable with openssl 0.9.7. bump PKGREVISION to 1 (20030714nb1).itojun4-2/+256
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-17Introduce CUE_USE_CANNA, which determines whether to enable Canna support.uebayasi1-6/+9
Default is NO. This addresses PR19010 by Takashi Yamamoto.
2003-07-16upgrade to 20030714. s/mime related improvementsitojun2-7/+7
2003-06-16upgrade to 20030616. MIME header decoding is more robuset against brokenitojun2-6/+6
encodings.