summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-03-17fix destdir buildkefren1-4/+7
bump PKGREVISION
2009-03-16FreeBSD on amd64 builds ossaudiodev.so as well.tnn1-4/+2
Noted by Jens Rehsack.
2009-03-08Move the PYTHON_VERSION_REQD logic from extension.mk to pyversion.mk.joerg2-12/+12
It shouldn't hurt and allows including application.mk and extension.mk in any order.
2009-03-07Add support for Darwin. Untested by me.reed1-1/+4
From PR 40956.
2009-03-06More pkglintabs3-5/+5
2009-03-06pkglint, use ${PLIST.x11} instead of PLIST_SUBSTabs3-14/+14
2009-03-06Add some patterns for PLIST handling.wiz1-1/+6
2009-03-06Convert to user-destdir, and mark as MAKE_JOBS_SAFE=no (latter partwiz1-2/+6
from Ryo HAYASAKA in PR 40743).
2009-03-05Add back suhosin patch as a new one for 5.2.9 is outadrianp2-4/+7
2009-03-05+valaahoka1-1/+2
2009-03-05Import vala-0.5.7 as lang/vala.ahoka5-0/+451
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It's also planned to generate GIDL files when gobject- introspection is ready.
2009-03-05Regen in canonical form.joerg1-1/+2
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg2-9/+2
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-03-05Use http instead of ftp for MASTER_SITES on nbftp, better chance of makingjmcneill1-2/+2
it through a NAT.
2009-03-05Add openjdk7-binabs1-1/+2
2009-03-05Added lang/openjdk7-bin version 20090129abs4-0/+1248
This is a package for the NetBSD (currently i386 5.0) binaries of the OpenJDK 7 kit. Many thanks to christos@ for the port and jmcneill@ for compiling up the binaries in the first place. This is not intended to preclude a real package that builds openjdk7 from source, but can hopefully serve as a useful bootstrap jdk for that and other purposes.
2009-03-04Fix to honour PKGMANDIR.ahoka2-3/+7
2009-03-04Support for DragonFly. Probably still incomplete, but compilable.kefren10-15/+143
PKGREVISION++
2009-03-03Fix DESTDIR support when building native linuxabs1-2/+3
2009-03-03MAKE_JOBS_SAFE=noabs1-1/+2
2009-03-02The PHP development team would like to announce the immediate availability ↵adrianp6-43/+27
of PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.9: * Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott) * Fixed a crash on extract in zip when files or directories entry names contain a relative path. (Pierre) * Fixed explode() behavior with empty string to respect negative limit. (Shire) * Fixed a segfault when malformed string is passed to json_decode(). (Scott) Key enhancements in PHP 5.2.9 include: * Added optional sorting type flag parameter to array_unique(). Default is SORT_REGULAR. (Andrei) * Fixed bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()). (Rob) * A number of fixes in the mbstring extension (Moriyoshi) * Fixed bug #44336 (Improve pcre UTF-8 string matching performance). (frode at coretrek dot com, Nuno) * Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob) * Fixed bug #46748 (Segfault when an SSL error has more than one error). (Scott) * Fixed bug #46889 (Memory leak in strtotime()). (Derick) * Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault). (Dmitry) * Fixed bug #47165 (Possible memory corruption when passing return value by reference). (Dmitry) * Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses as invalid). (Ilia) * Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux). (Matt) * Over 50 bug fixes.
2009-03-02DESTDIR support.joerg3-9/+21
2009-02-28Fix C++ build on NetBSD 5.x. Bump revision of gcc3-c.joerg3-2/+28
Inspired by patch from Aran Clauson in the GCC Bugzilla.
2009-02-25add comment to appease pkglinttnn1-1/+2
2009-02-25Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918sborrill2-1/+29
Remove this patch when PHP >= 5.2.9 is released as it will contain these changes Bump PKGREVISION of php-imap
2009-02-22Fix for suhosin MESSAGEadrianp1-3/+3
2009-02-21When building extensions make sure non-standard OpenSSL locations areadrianp2-1/+15
also searched if an explicit path is not given.
2009-02-20Fix PR40090 - remove optionally generated register*.html files in pre-installabs1-1/+7
2009-02-20move registration.xml fix to pre-install and WRCSRC - suggested by obache@abs1-5/+3
2009-02-20Apply patch from Ruby's repository, revision 22440.taca4-5/+40
It fixes OCPS(Online Certificate Status Protocol) verify method wasn't always return false when verify was failed in OpenSSL's correspondence library. (It might be possible security risk for using OCPS. Fix small PLIST improvement, too. Bump PKGREVISION.
2009-02-20since registration.xml is only generated the first time a package is builtabs2-3/+6
on a box, just remove it in post-install so we can have a consistent package build
2009-02-19+java/sun-6/lib/servicetag/registration.xmlabs1-1/+2
2009-02-19For bmake, empty() take a variable, and M modifier only accept the standardobache1-3/+5
shell wildcard characters.
2009-02-19Change REPLACE_RUBY.old pattern to also match debian style "/usr/bin/ruby1.8".obache1-2/+2
2009-02-18Update comments, now default python version is 25.obache1-2/+2
2009-02-17Add Suhosin patch support via options.mk - no change to default package.adrianp4-4/+27
2009-02-17DESTDIR supportjoerg3-14/+16
2009-02-17Use bsd.fast.prefs.mk.joerg1-2/+2
2009-02-17Require setuptools 0.6c9 to get consistent native_libs.txt behavior.joerg1-3/+3
No recursive bump as packages either have been broken or are working correctly with older versions. While here, fix the Python version comment.
2009-02-15Miscellaneous message correction.taca1-2/+2
2009-02-15* Describe USE_RUBY_EXTCONF and USE_RUBY_SETUP.taca1-1/+15
* Add USE_RUBY_SETUP_PKG which use devel/ruby-setup as setup script instead of a script bundled with original distfiles since it is useful to support DESTDIR.
2009-02-15Re-add missing checksum for jce_policy file.obache1-1/+4
Part of PR 40644.
2009-02-13Switch to INSTALLATION_DIRSabs1-8/+6
2009-02-12Fix Bug 475132 for amd64. Patch provided by Zoltan Vargakefren3-3/+25
2009-02-12Update from version 3.0.1376 to 3.0.1376nb1.he3-2/+17
Pkgsrc changes: o Add a patch so that our PowerPC-based ports are properly detected by the dtoa configuration logic, by also recognizing __powerpc__ to indicate big-endian float format. This should fix PR#40624.
2009-02-11Fix detection on OpenSolarisadrianp1-2/+2
2009-02-11Copy settings.map and web.config to config dir. Fixes pkg/40595kefren1-1/+6
Bump PKGREVISION
2009-02-11Add missing \ in multiline variable assignments. Only affects AIX.joerg1-3/+3
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.