summaryrefslogtreecommitdiff
path: root/mail/php-imap
AgeCommit message (Collapse)AuthorFilesLines
2020-05-31mail/php-imap: remove unknow configure optionrillig1-2/+1
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2018-03-02pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} updatetaca1-2/+1
2018-02-16also add the options.mk split off Makefile + kerberos supportjdolecek1-0/+34
2018-02-16actually support linking against kerberos-enabled imap-uwjdolecek1-13/+3
use same PKG_OPTIONS_VAR as imap-uw to determine whether the build needs to include kerberos support; this makes this extension actually build against such imap-uw bump PKGREVISION
2016-04-02Reset PKGREVISION after all PHP language packages.taca1-2/+1
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2016-02-25Use OPSYSVARS.jperkin1-15/+5
2015-03-20Reset PKGREVISION with updating of php54, php55 and php56.taca1-2/+1
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2014-01-08Needs pkg-config.jperkin1-1/+3
2013-02-22Reset PKG_REVISION along with update of both php53 and php54.taca1-2/+1
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-12-13Reset PKGREVISION by update of base PHP version.taca1-2/+1
2010-11-25Bump REVISION since CVE-2010-4150 fix was added.taca1-1/+2
2010-02-27Reset PKGREVISION.taca1-2/+1
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-02-25Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918sborrill1-2/+2
Remove this patch when PHP >= 5.2.9 is released as it will contain these changes Bump PKGREVISION of php-imap
2009-02-21Fix for OpenSolaris buildsadrianp1-2/+13
2008-11-13Bump the package revisions of all packages that depend on thetron1-2/+2
"imap-uw" package because of binary incompatibilities.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-03-04Patch around imap_header() dying with SIGABRT if recipient lists are toosborrill1-2/+2
long. Patch appended to PHP bug 42862, so the fix may be incorporated in later PHP releases and thus this patch can be reverted. http://bugs.php.net/bug.php?id=42862 Bump PKGREVISION of php-imap
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+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-08-05Bump PKGREVISION for imap-uw's ABI changes.obache1-1/+2
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-20Explain setting PHP_OPENSSL (from Stoned Elipot)kim1-1/+7
2005-04-16g/c LIBS settingjdolecek1-3/+2
2005-04-15I'm not sure why I need to set PHP_OPENSSL for OpenSSL to be found,kim1-1/+2
but now the package builds again.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-05now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safejdolecek1-3/+2
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-10-31extension modules must be able to override CONFIGURE_ARGS, so includejdolecek1-2/+3
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek2-0/+24
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*