summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-09-29Use jbuilder-jit-license as license file.wiz1-2/+2
2005-09-28Fixed pkglint warnings.rillig1-3/+3
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig6-14/+14
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed deprecated use of NO_PATCH.rillig1-6/+1
2005-09-28Removed empty PKGREVISION.rillig1-2/+1
2005-09-28Removed trailing white-space.rillig3-12/+12
2005-09-28Removed trailing white-space.rillig2-6/+6
2005-09-28Removed trailing white-space.rillig1-1/+1
2005-09-26Add missing file to PLIST. Bump PKGREVISION.wiz2-2/+4
2005-09-24enable on solaris. seems to work ok heredmcmahill1-1/+2
2005-09-23Use security patch in official Ruby's ftp server instead of adding locally.taca4-175/+8
This dosen't change anything to installed binaries nor built package.
2005-09-22Depend on current pkgsrc version of sablevm-classpath; bump PKGREVISION.wiz1-3/+3
2005-09-21Ensure that errno really comes from errno.h and only define it asjoerg9-16/+121
extern, if it's not a macro. Teach configure about DragonFly. OKed by maintainer.
2005-09-21Add a patch for fix the security problem which allows an arbitrary codetaca2-3/+9
to run bypassing the safe level check. Bump PKGREVISION.
2005-09-21Add a patch for fix the security problem which allows an arbitrary codetaca3-3/+162
to run bypassing the safe level check. The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list. Bump PKGREVISION.
2005-09-21Allow Python 2.3 to build dynamic modules on DragonFly.joerg2-18/+26
2005-09-20revert last - thanks to wiz for poking me to find the real cause of theabs1-3/+3
breakage.
2005-09-19Set PKGNAME= rather than PKGNAME?=abs1-3/+3
Previously php-gettext would end up with a PKGNAME of php-{ver}, with obviously breakage.
2005-09-19Rearrange configure script a little:taca3-47/+29
- Correct case statement moving "interix3*)" to before "interrix*)" since "interix3*)" wouldn't match and always match to "interix*)". - Remove "interix3*" in the case condition which always "interix*" pattern. This dosen't fix anything bulding on Interix3 (SFU 3.5) and on other platforms, but fix obvious mistake in configure script.
2005-09-19Add buildlink file. It's required by textproc/py-dtml.hira1-0/+21
Reviewed by minskim@.
2005-09-18Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.taca8-3/+128
Bump PKGREVISION.
2005-09-18Adding DrafonFly BSD support provided by Joerg Sonnenberger.taca5-30/+103
Bump PKGREVISION.
2005-09-17Make installed files match PLIST on Darwin. This addresses theminskim2-6/+15
installation problem noted in PR pkg/31324.
2005-09-17Update to 1_4_2_09 (dist files for 1_4_2_08 no longer available).dillo5-23/+23
Okayed by maintainer, okayed during freeze by wiz.
2005-09-11Move default definition of DIST_SUBDIR for Ruby relatedtaca2-9/+9
from modules.mk to rubyversion.mk. This should fix devel/ruby-rd-mode package.
2005-09-09Allow versions of PHP newer than 5.0.4nb1 to satisfy BUILDLINK_RECOMMENDED.schmonz1-2/+2
Fixes build of ap-php and PHP modules.
2005-09-08Use TCL_VERSION and TK_VERSION instead of hardcoding the Tcl/Tkminskim1-6/+10
version numbers.
2005-09-08Update php5 to version 5.0.5. This is maintenance release, aimed atjdolecek4-25/+12
bug fixes only with only few and minor new features. Full changelog available at: http://mirrors.inway.cz/ChangeLog-5.php#5.0.5
2005-09-07Fix build under Solaris x86, by deactivating jit enginetonio1-2/+2
2005-09-07Set maintainer to tech-pkg. Bruce is not maintaining thesereed1-2/+2
packages. Thank you Bruce for helping with pkgsrc.
2005-09-06oups, included "../../mk/pthread.buildlink3.mk" in the wrong filetonio2-3/+3
2005-09-06kaffe uses pthreadtonio1-1/+2
2005-09-06Add ${BUILDLINK_LDADD.dl} to LIBS as lua has no configure script tojlam1-1/+2
detect and add "-ldl" (on systems that need it) by itself during the build. This addresses pkg/31171.
2005-09-06Update lang/kaffe-esound to 1.1.5tonio1-5/+6
2005-09-06Update lang/kaffe-x11 to 1.1.5tonio2-12/+24
added dependancies on libart2 gtk2
2005-09-06Update lang/kaffe to 1.1.5tonio11-206/+197
regenerate buildlink3 approved by wiz@
2005-09-06Fix build under darwin anf gcc4tonio3-1/+37
Patches taken from darwinports (thanks toby)
2005-09-05Update to 3.1.5:wiz6-131/+19
Changes from 3.1.4 to 3.1.5 --------------------------- 1. The random() suite has been updated to a current FreeBSD version, which works on systems with > 32-bit ints. 2. A new option, `--exec' has been added. It's like -f but ends option processing. It also disables `x=y' variable assignments, but not -v. It's needed mainly for CGI scripts, so that source code can't be passed in as part of the URL. 3. dfa.[ch] have been synced with GNU grep development. This also fixes multiple regex matching problems in multibyte locales. 4. Updated to Automake 1.9.5. 5. Updated to Bison 2.0. 6. The getopt* and regex* files were synchronized with current GLIBC CVS. See the ChangeLog for the versions and minor edits made. 7. `configure --disable-nls' now disables just gawk's own translations. Gawk continues to work with the locale's numeric formatting. This includes a bug fix in handling the printf ' flag (e.g., %'d). 8. Gawk is now multibyte aware. This means that index(), length(), substr() and match() all work in terms of characters, not bytes. 9. Gawk is now smarter about parsing numeric constants in corner cases. 11. Not closing open redirections no longer causes gawk to exit non-zero. 10. The VMS port has been updated. 11. Changes from Andrew Schorr at the xmlgawk project to provide for open hooks from extensions are now included. This will let the xmlgawk extension work in the standard gawk. 12. Updated to gettext 0.14.4. Gawk no longer includes its own copy of the gettext `intl' library, following current GNU practice to rely on there being an external version thereof. 13. A regexp of the form `//' will now generate a warning that it is not a C++ comment from --lint (awk.y). 14. The ^ and ^= operators with an integer exponent now use Exponentiation by Squaring. This simultaneously fixes a problem with ^= and a negative integer exponent. 15. length(array) now returns the number of elements in the array. This is is a non-standard extension that will fail in POSIX mode. 16. Carriage return characters are now ignored in program source code. 17. Four new translations added. 18. Various minor bugs fixed. See the ChangeLog for the details.
2005-09-04Move some options that only apply to the PHP CGI package from Makefile.phpjlam2-4/+5
(shared with ap-php) into the php package Makefile.
2005-09-04Updating lang/ocaml to 3.08.4 (PR 31128)tonio3-12/+12
This is mainly a bug fix release, fixing code generation under amd64 and some OO compilation problems, among many others approved by adam@
2005-09-04Libtoolize lua build. Since the shared library version has changed,jlam10-95/+179
bump the PKGREVISION to 4, and set BUILDLINK_RECOMMENDED.lua appropriately in the buildlink3.mk file.
2005-09-03Bump BUILDLINK_RECOMMENDED to nb1 for recent security issue and fix typoadrianp1-2/+2
Fix suggested by salo@.
2005-09-03Update php5 to 5.0.4nb1 to address XML_RPC security issue(s)adrianp3-5/+20
Fix based on work done by tron@ for the PHP 4.x branch fix PLIST fixup to correctly remove @PREFIX@/lib/php
2005-09-02Replaced the DESCR with contents from the SUMMARY file of the distribution,rillig1-26/+13
which is intended for exactly that kind of files. Fixes PR 31121.
2005-09-01Bump PKGREVISION for change made to patches/patch-al in revision 1.7 asdarcy1-2/+2
suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup request 727.
2005-08-31Add patch from Tcl cvs repository. See:seb2-1/+33
http://sourceforge.net/tracker/index.php?func=detail&aid=1222872&group_id=10894&atid=110894 http://cvs.sourceforge.net/viewcvs.py/tcl/tcl/unix/tclUnixNotfy.c?r1=1.11.2.12&r2=1.11.2.13&only_with_tag=core-8-4-branch This has the added benefit of improving the tcl interpreter stability on NetBSD/sparc64 2.0_STABLE: no more SIGBUS, due to a LP64 type problem with a pthread_join() argument, even if the self-test is still shaggy. Approved by jwise@.
2005-08-31Fix problem where LDFLAGS is not being expanded on the command line.darcy2-6/+6
Patch supplied by KISHIMOTO, Makoto <ksmakoto (you know what ) dd.iij4u.or.jp> Closes PR 31027
2005-08-31Don't do tricks to add modules to the Makefile; there are command linedrochner1-7/+5
options to do it. From PR misc/31094 by Sam Steingold, as far as applicable to 2.33.2.
2005-08-31Restore original quoting syntax of variables in t{k,cl}Config.sh in orderseb2-5/+6
to follow the principle of least surprise between the packages and the mainstream builds. Approved by jwise@. Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.
2005-08-31Match the name of the ruby shared library on FreeBSD and DragonFly tojlam1-3/+3
the way that LIBRUBY_SO is defined in the ruby configure script. This fixes PLIST breakage in the ruby18-base package on at least FreeBSD.