Commit graph

4908 commits

Author SHA1 Message Date
reed
3f755f63e4 Add support for Darwin. Untested by me.
From PR 40956.
2009-03-07 01:31:45 +00:00
abs
fafa4ffc55 More pkglint 2009-03-06 16:22:55 +00:00
abs
e3ed8eb8c1 pkglint, use ${PLIST.x11} instead of PLIST_SUBST 2009-03-06 16:18:04 +00:00
wiz
82862ea363 Add some patterns for PLIST handling. 2009-03-06 14:28:44 +00:00
wiz
dc440756b2 Convert to user-destdir, and mark as MAKE_JOBS_SAFE=no (latter part
from Ryo HAYASAKA in PR 40743).
2009-03-06 09:55:30 +00:00
adrianp
103f966a2e Add back suhosin patch as a new one for 5.2.9 is out 2009-03-05 23:22:24 +00:00
ahoka
7a019fc940 +vala 2009-03-05 21:56:54 +00:00
ahoka
e30d318d8c Import vala-0.5.7 as lang/vala.
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-05 21:56:29 +00:00
joerg
01204c00a4 Regen in canonical form. 2009-03-05 21:03:35 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
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-05 18:51:26 +00:00
jmcneill
be4487e34b Use http instead of ftp for MASTER_SITES on nbftp, better chance of making
it through a NAT.
2009-03-05 00:43:19 +00:00
abs
2fb2527372 Add openjdk7-bin 2009-03-05 00:26:28 +00:00
abs
f8463612e9 Added lang/openjdk7-bin version 20090129
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-05 00:25:54 +00:00
ahoka
340907b734 Fix to honour PKGMANDIR. 2009-03-04 17:49:04 +00:00
kefren
4a26ce0622 Support for DragonFly. Probably still incomplete, but compilable.
PKGREVISION++
2009-03-04 01:09:19 +00:00
abs
fc59526304 Fix DESTDIR support when building native linux 2009-03-03 11:09:03 +00:00
abs
8f70470804 MAKE_JOBS_SAFE=no 2009-03-03 11:08:40 +00:00
adrianp
e8ee48a17b The PHP development team would like to announce the immediate availability 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-02 22:52:17 +00:00
joerg
d1654fcdd3 DESTDIR support. 2009-03-02 14:27:11 +00:00
joerg
bb65b2534b Fix C++ build on NetBSD 5.x. Bump revision of gcc3-c.
Inspired by patch from Aran Clauson in the GCC Bugzilla.
2009-02-28 18:37:22 +00:00
tnn
eafc74a49c add comment to appease pkglint 2009-02-25 16:16:33 +00:00
sborrill
84cc8d5c1b Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918
Remove this patch when PHP >= 5.2.9 is released as it will contain these
changes

Bump PKGREVISION of php-imap
2009-02-25 08:59:47 +00:00
adrianp
e85005ec0d Fix for suhosin MESSAGE 2009-02-22 23:38:46 +00:00
adrianp
f1140932b9 When building extensions make sure non-standard OpenSSL locations are
also searched if an explicit path is not given.
2009-02-21 17:01:52 +00:00
abs
36e63e8261 Fix PR40090 - remove optionally generated register*.html files in pre-install 2009-02-20 21:42:27 +00:00
abs
b46f783aec move registration.xml fix to pre-install and WRCSRC - suggested by obache@ 2009-02-20 14:37:58 +00:00
taca
efab9dab3d Apply patch from Ruby's repository, revision 22440.
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-20 12:32:26 +00:00
abs
ae5ccf5ed6 since registration.xml is only generated the first time a package is built
on a box, just remove it in post-install so we can have a consistent
package build
2009-02-20 11:56:55 +00:00
abs
7c41642b67 +java/sun-6/lib/servicetag/registration.xml 2009-02-19 16:27:26 +00:00
obache
c06768031a For bmake, empty() take a variable, and M modifier only accept the standard
shell wildcard characters.
2009-02-19 12:24:59 +00:00
obache
23bf3b3676 Change REPLACE_RUBY.old pattern to also match debian style "/usr/bin/ruby1.8". 2009-02-19 12:15:15 +00:00
obache
a3bd53bc5f Update comments, now default python version is 25. 2009-02-18 05:50:31 +00:00
adrianp
1858582092 Add Suhosin patch support via options.mk - no change to default package. 2009-02-17 23:18:55 +00:00
joerg
4e7fda1f14 DESTDIR support 2009-02-17 19:49:57 +00:00
joerg
7e73010726 Use bsd.fast.prefs.mk. 2009-02-17 17:32:38 +00:00
joerg
ec79ed822b Require setuptools 0.6c9 to get consistent native_libs.txt behavior.
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-17 15:32:22 +00:00
taca
9f89df5d55 Miscellaneous message correction. 2009-02-15 03:20:03 +00:00
taca
bdf0dc3728 * Describe USE_RUBY_EXTCONF and USE_RUBY_SETUP.
* 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-15 03:16:37 +00:00
obache
ba7655de1c Re-add missing checksum for jce_policy file.
Part of PR 40644.
2009-02-15 02:33:07 +00:00
abs
f603dd881f Switch to INSTALLATION_DIRS 2009-02-13 23:36:00 +00:00
kefren
aab6d155bc Fix Bug 475132 for amd64. Patch provided by Zoltan Varga 2009-02-12 19:44:50 +00:00
he
121d4bfe8d Update from version 3.0.1376 to 3.0.1376nb1.
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-12 15:24:14 +00:00
adrianp
9b47335f49 Fix detection on OpenSolaris 2009-02-11 21:20:46 +00:00
kefren
784045147a Copy settings.map and web.config to config dir. Fixes pkg/40595
Bump PKGREVISION
2009-02-11 21:03:10 +00:00
joerg
bb9d74ab50 Add missing \ in multiline variable assignments. Only affects AIX. 2009-02-11 15:46:28 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
asau
d40203dfb7 Update Icon to 9.4.3
Notable changes in version 9.4.3:

The system-specific Icon configurations have been reorganized and renamed.
The several BSD configurations have been merged into one.

The macintosh configuration now supports the loadfunc function.

A new porting guide has been written, and a new posix configuration
has been added as a starting point in constructing new ports.

The core library files remain stable. Notable changes include:
- procs/dijkstra          new procedures implement Dijkstra's control structures
- procs/html              add procedure for canonicalization of paths
- procs/matrix2           new procedures for matrix manipulation
- procs/nestlist          new procedures for representing nested lists as strings
- procs/printf            add %e format and fix a rounding problem
- progs/noise             new program for producing a random bitstream
- progs/unclog            improve logic for combining adjacent entries
- gprogs/dlgvu            improve coverage map; allow altitude in GPS data
- gprogs/gallery          faster thumbnail loading for JPEG images
- gprogs/img              many new features
- gprogs/sier             better color choices
- gprogs/trkvu            accept GPS track logs with altitude as the last field

The undocumented save function, which only worked on a few platforms, has been removed.


Approved by <tnn>.
2009-02-08 12:51:04 +00:00
christos
8052251b71 welcome to update 12 2009-02-08 00:23:20 +00:00
joerg
df3e16d130 Don't leak the workdir for destdir builds. Patches from OpenBSD ports.
Bump revision.
2009-02-07 21:45:43 +00:00