summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-11-04Make this package build with tcl-8.4.7 and tk-8.4.7.minskim1-5/+5
2004-11-04Make this package build with tcl>=8.4.7.minskim1-3/+3
2004-11-02s/PHP5_VERSION/PHP_BASE_VERS/, to match php4 packagejdolecek3-7/+7
2004-11-01${PREFIX}/lib/php/Net might or might not exist, so remove it usingjdolecek1-1/+2
@unuexec ${RM} -rf
2004-11-01'data' items must be handled same way as 'test' and 'doc' - they are installedjdolecek1-1/+2
into BASE/data/<pkgname>/*
2004-11-01Deal with backslashes in the file names, translate them to forwardjdolecek1-1/+4
slashes. This is necessary e.g. for pear-DIME, which uses backslashes.
2004-11-01use shared pear package support framework for both php4 & php5; based onjdolecek2-11/+62
the former php4 version
2004-11-01default to full dependance on php for anything including this buildlinkjdolecek1-1/+4
2004-11-01Make sure to install the _CLI_ version to ${PREFIX}/bin/php, and _CGI_jdolecek3-14/+16
to ${PREFIX}/libexec/cgi-bin; install also couple more files same way as PHP4 Of particular note is that CLI ignores setting of register_argc_argv (treats as if it would be On), so it's no longer necessary to do anything special for Pear packages to work. g/c MESSAGE warning about the Pear issue.
2004-10-31add patches necessary to build php-imap with PHP5jdolecek3-1/+58
2004-10-31add a USE_PHP_EXT_PATCHES, which makes it possible to have and apply onlyjdolecek1-1/+10
extension-specific patches from php5/patches/
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek2-0/+84
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
2004-10-31fix build on IRIXrecht1-1/+4
patch based upon the one Georg Schwarz provided in PR pkg/27402
2004-10-30don't override LOWER_OPSYS, handle PY_PLATNAME in the same way asgrant4-36/+32
python23.
2004-10-30don't override LOWER_OPSYS just to set PY_PLATNAME. fixes broken PLISTgrant1-5/+3
on Solaris. addresses PR pkg/27053 from Robert Lillack.
2004-10-30Revised to build dynamic (in addition to static) libgnat if Ada languageshannonjr3-5/+10
frontend is built.
2004-10-30Revised to only define a full BUILDLINK_DEPMETHOD if USE_GCC_SHLIB is defined.shannonjr1-2/+7
2004-10-30During print-PLIST, output a comment for the tcl/lib directory.minskim1-1/+3
2004-10-30s/wip/lang/grant4-12/+12
2004-10-30Do not delete lib/tcl when deinstalled; it should be handled by lang/tcl.minskim2-4/+3
Bump PKGREVISION.
2004-10-30Create lib/tcl at post-install and add it to PLIST, because many otherminskim2-3/+6
tcl packages assume that this directory exists and never delete it when deinstalled. This fixes the tcl-fbsql build problem noted in recent bulk builds. Bump PKGREVISION.
2004-10-29Import PHP 5.0.2, based on the pkgsrc-wip PHP5 package.jdolecek11-0/+517
Some of the key features of PHP 5 include: * The Zend Engine II with a new object model and dozens of new features. * XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/). * A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa. * A brand new built-in SOAP extension for interoperability with Web Services. * A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements. * SQLite has been bundled with PHP. For more information on SQLite, please visit their website. * Streams have been greatly improved, including the ability to access low-level socket operations on streams.
2004-10-29Not every implementation of find(1) accepts "file" and "link" asminskim1-2/+2
arguments to "-type"; use "f" and "l" instead.
2004-10-29Modify to build shared (and static) libgnatshannonjr3-5/+11
2004-10-28Fix depends, bump PKGREVISION.wiz1-3/+3
2004-10-28Remove double empty line.wiz1-2/+1
2004-10-28Make sure that STATIC_PERL is set to no on PowerPC platforms so thatjklos1-2/+5
it compiles properly on 2.0 and current systems. PowerPC processors have lots of registers, so this isn't even a loss at all.
2004-10-23Add -fPIC to CFLAGS to make this work on more architectures.kristerw1-2/+3
Bump PKGREVISION. Thanks to Masao Uebayashi for the patch.
2004-10-17Use the installed rather than bundled libltdl.tv1-2/+3
2004-10-17whitespace nittv2-4/+4
2004-10-17Always create empty .system.lock and .systemRootModFile (which randomlyrh1-1/+6
seem not to get extracted by the auto extractor.
2004-10-15Needs -ldl on Interix.minskim1-1/+2
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv4-10/+10
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-15Update linkage to libltdl, now in its own package.tv3-9/+9
2004-10-14Fix directory name for libtool-base explicit dependency.tv1-2/+2
2004-10-14Tell people to fetch the JCE file if necessary.jschauma6-20/+27
Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06). Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - jResourceBundle holds ClassLoader references using SoftReference (not weak) - enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM - Update cacerts with new VeriSign ca certs - (so) Selector.select() throws CancelledKeyException - Internal Error occurs during offet conversion of byte code in rewrite/relocate - SEGV in MapLoops test - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passe d - CMS: vtest died with tiger b26 - JVM crashes during deoptimization phase - CMS thread/SLT deadlock problem - Unable to create Logger during JVM shutdown - 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver - Cannot set different runtime parameters for different 1.4.2_x versions - "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0 - 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux - RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed - Clent VM crash while compiling a large JSP generated method - NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito - RTFEditorKit wrongly parses rtf if fontname has unicode characters - 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris - bf) Direct memory cannot be unreserved while reserving thread sleeps - Hotspot compiler changes behaviour of program - VM segv's running jvmti/jvmpi profiler - J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS - exception thows from jconsole when run any GUI which works fine with jdk1.4.x - Can not eliminate implicit null checks for method invocations based on profile - Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe - /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1 - Regression:4683022 fails for 1.4.2_06-b01 - REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05
2004-10-14Enable pkgviews installation. This closes PR pkg/26104.minskim1-1/+3
2004-10-14This package requires ngettext(), which is provided byminskim1-1/+3
gettext-lib>=0.10.36. Set BUILDLINK_DEPENDS.gettext accordingly.
2004-10-11Use PKGNAME_NOREV instead of PKGNAME for the DIST_SUBDIR (wherereed1-2/+2
the distfiles are stored). This problem was noticed by Richard Rauch and reported in PR 27205.
2004-10-11Fix the "jre" symlink in the various Sun-based JDK packages; it was wrongtv9-21/+16
for quite some time after the ${PREFIX}/java migration. Since pkgsrc now has proper symlink handling in pkg_install, this can now be a simple PLIST entry rather than an @exec/@unexec pair.
2004-10-11+win32-jdktv1-1/+2
2004-10-11win32-jdk, a wrapper around the Win32 Java SDK/Runtime Environment for usetv6-0/+252
on Interix platforms.
2004-10-10fix build on Darwin:grant5-44/+46
- libtool needs -dynamiclib on Darwin to create shared libraries - don't use libtool to create the static libtclstub.a, do it the same way that tcl 8.4 does - name library libtcl83 (as opposed to libtcl8.3) like other platforms - remove PLIST unnecessary hack for Darwin shlib name
2004-10-09s/Runtime Environment/Development Kit/rumble1-1/+1
2004-10-09s/Development Kit/Runtime Environment/rumble2-2/+2
2004-10-09Correct WRKSRC to not use the nb[0-9]* from PKGVERSION.kristerw1-2/+2
2004-10-09Under libtool, only the .la goes in the PLIST now. (I'm not entirelytv2-8/+3
convinced that Darwin needs special handling here. Does the Darwin build *not* use libtool!?)
2004-10-09Fix error in previous (one too many lines deleted from test version).tv1-1/+2
2004-10-09Class Data Sharing, while fast, is apparently also touchy. Do thetv5-10/+22
classes.jsa generation at the last possible moment, in the INSTALL script. (Somewhere in the generated file is a hash of the pathname used to generate it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
2004-10-091. Make the extractor compress the jarfiles. Sun has an annoying tendencytv4-8/+14
to store (mode-0) all classes in jarfiles, which in practice does *not* provide any measureable speedup; rather, let's get back some diskspace. 2. Enable the new Class Data Sharing feature by doing a -Xshare:dump at extract time and installing the resultant classes.jsa.