summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-02-09Remove Python 2.1 support.joerg38-2719/+3
2009-02-08Update Icon to 9.4.3asau21-372/+164
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-08welcome to update 12christos4-18/+18
2009-02-07Don't leak the workdir for destdir builds. Patches from OpenBSD ports.joerg4-6/+102
Bump revision.
2009-02-07Get SSL support working on OpenSolaris. Unfortunately on OpenSolairs theadrianp4-8/+50
OpenSSL install is split between /lib and /usr/include/openssl with plays havoc with the php ./configure as it assumes both have the same base directory (e.g. /usr). This patch uses a modified inbuilt check for OpenSSL instead of explicitly specifying a base using --with-openssl.
2009-01-31Move ri data generation from install phase to build phase.taca1-1/+2
No other functional change.
2009-01-29Add RCS Id.wiz2-2/+4
2009-01-29Fix patch.joerg1-1/+1
2009-01-24Add to PRINT_PLIST_AWK for LUA_LDIR and LUA_CDIR.obache1-1/+11
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
2009-01-23Remove comment that doesn't reflect the consensus on how to mark supportjoerg1-5/+2
Python versions.
2009-01-23Any package that determines libraries to link via:dsainty4-4/+24
$PYTHON -c "from distutils import sysconfig; print sysconfig.get_config_var('SHLIBS');" ... where bdb.buildlink.mk has been used and it satisfied the requirement from Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4 library was not itself buildlinked. To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the same conditions as it is pulled in in the package's own makefile. No revision bump required, this almost certainly only affects packages and environments that simply wouldn't build at all prior to the fix. Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
2009-01-22Add a patch so that this package builds for our powerpc portshe3-2/+42
as well. In this case, we fall into the SYS_elf branch together with Linux, but we need a few other specifics to access registers in the sigcontext.
2009-01-21Fix PLIST by adding monodoc entries. From abs@kefren1-1/+23
2009-01-20Use our INSTALL_DATA.sketch3-9/+19
2009-01-19Update to mono 2.2kefren3-7/+8
2009-01-19-monodockefren1-2/+1
2009-01-19Nuke monodoc. It has been integrated into monokefren5-119/+0
2009-01-19Welcome to Mono 2.2.kefren7-30/+300
Changes since version 2.0 include improved performance, Full AOT and SIMD For full changelist see: http://www.mono-project.com/Release_Notes_Mono_2.2
2009-01-19Allow a directory to be excluded from PEAR_DIRRM by specifying ↵abs2-4/+10
PEAR_DIRRM_EXCLUDE
2009-01-18welcome to 6u11christos3-75/+441
2009-01-18more PLIST fixes.christos1-1/+5
2009-01-18welcome to 6u11christos3-20/+13
2009-01-18merge upstream commit b376053de54af4268a31e5a60d1f9e57db30af11:tnn3-5/+14
[perl #49003] pp_ftrread appears to use the wrong access mode for -x when using "use filetest 'access';" Bump PKGREVISION. Noted by Leo R. Lundgren.