summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-11-17Removed empty patch files.rillig3-3/+1
2005-11-16Updated chicken to 2.2 using some patches by Peter Bex via private mail.rillig6-110/+18
There are far too many details that have changed to mention here. Fixes PR 30783.
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg15-14/+80
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-11-14When linking against libpython, the dependencies of libpython might bejoerg4-4/+18
needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python.
2005-11-13Improve wording.jschauma1-4/+4
2005-11-13Updated instructions on obtaining a bootstrap compiler.shannonjr1-9/+5
2005-11-11PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannotrillig1-2/+4
be used here.
2005-11-10Fix patchsum after my last commit.joerg1-2/+2
2005-11-10Fix path in ln.wiz1-2/+2
2005-11-10English grammar fix.minskim1-2/+2
2005-11-09NOT_FOR_PLATFORM Interix.tv3-5/+7
2005-11-09Fail the build if the OPSYS check falls through in do-build.tv1-1/+3
2005-11-08Add DragonFly support. Use PTHREAD_* variables to find pthread_createjoerg5-7/+97
and hope it doesn't break anything.
2005-11-08Make sure that there is always a space between "-o" and its argumentminskim2-1/+29
when running gcc or ld. This makes the package build on Darwin.
2005-11-08When using find to remove directories, do a depth-first traversal.joerg1-2/+2
This is necessary to prevent find from returning with != 0 at least on DragonFly.
2005-11-05Update ruby-doc-stdlib to 0.10.1.minskim2-6/+6
Changes: 0.10.0 - first update in about 10 months - therefore, status report probably inaccurate; will hopefully fix soon - Delegate and Forwardable documentation updated (that's what spurred this release) - some other documentation probably updated too - most packages now have a one-line description (see "Packages" link) 0.10.1 - documentation added: enumerator, etc, fcntl, rational, pstore - changes to site CSS to improve readability - added 'profile' and 'profiler' to package list (no documentation though)
2005-11-05Replaced an overly complex expression with the equivalent ${PKGBASE}.rillig1-2/+2
2005-11-05Simplified the do-configure target. The main reason is that the Solarisrillig1-3/+3
/bin/sh cannot handle two adjacent ((.
2005-11-05The Solaris /bin/sh doesn't like two adjacent open parentheses. Removedrillig1-3/+3
them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002.
2005-11-04Integrate patches from kaffe'cvs to fix thread signal handling on netbsdtonio5-6/+91
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION
2005-11-04Removed unknown JVM "jdk13".rillig1-2/+2
2005-11-04Use PTHREAD_OPTS+=require instead of a "=".rillig1-2/+3
2005-11-04Of course the distinfo must be updated after changing the DIST_SUBDIR.rillig1-4/+4
2005-11-04Take a new DIST_SUBDIR for the changed distfile.rillig1-2/+2
2005-11-04The distfile has changed. The changes are mostly in the documentation filesrillig1-4/+4
and one in a C file, which is most probably harmless.
2005-11-04Use "+=" for PKG_FAIL_REASON.rillig1-2/+2
2005-11-04Regen patch-ah to make GNU patch happy.minskim2-5/+5
2005-11-04Fix PLIST: man pages are installed in man/man1, not java/sablevm/man/man1tonio1-4/+3
2005-11-04Explicitly set WRKSRC to emphasize it is different from CONFIGURE_DIRS.rillig1-1/+2
2005-11-04Fixed wrong use of WRKSRC.rillig8-46/+47
2005-11-04Remove superfluous --mandir (was overridden by bsd.pkg.mk one).wiz1-6/+1
2005-11-04Apply same fix as for lang/tcl to fix breakage introducedwiz1-3/+1
by adding the --mandir switch.
2005-11-03Fixed wrong use of WRKSRC.rillig6-28/+21
2005-11-03Fixed wrong use of WRKSRC.rillig4-15/+18
2005-11-03Drop support of ruby16 base packages.taca1-18/+7
2005-11-03Delete removed ruby related pacakge's entries.taca1-3/+1
2005-11-03Remove ruby16-base package. It's time to say good-bye.taca17-1331/+0
2005-11-03Remove ruby16; Ruby 1.6.8 meta package. It's time to say good-bye.taca3-41/+0
2005-11-02Remove setmode() declaration that is different from BSD's. Caused buildtv5-5/+32
failure on Interix. Turn off shlib for now. It's unversioned and quite primitive, and nothing is currently depending on it.
2005-11-02Oops, forgot to commit.taca2-14/+9
Update to Ruby 1.8.3 with updating depending packages and description.
2005-11-02Disable packages used with ruby16-base only or bundled withtaca1-3/+3
ruby18-base packages.
2005-11-02- Update to ruby 1.8.3.taca1-3/+2
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
2005-11-02- Update to Ruby 1.8.3 with several fixes after its releasetaca63-2753/+4785
(see CHANGES.pkgsrc file). - Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and ruby-openssl, conflicting with these packages. - Better handling for RI directories. - Use pkgsrc's TOOLS framework.
2005-11-02- Update to RUBY18_VERSION to 1.8.3.taca1-20/+32
- Replace LOCALBASE with PREFIX. - Add RUBY_RIDIR, RUBY_BASERIDIR, RUBY_SYSRIDIR and RUBY_SITERIDIR for document data directories of RI. - Add RUBY_VERSION and RUBY_VERSION_DEFAULT to MAKEFLAGS. - More Ruby related variables to substitution variables. - Don't set RUBY_VERSION_DEFAULT if it is already defined.
2005-11-02Use subst framework to process REPLACE_RUBY.taca1-29/+16
2005-11-02Replace LOCALBASE with PREFIX.taca1-11/+11
2005-11-02Added BUILDLINK_RECOMMENDED with current version of ruby.taca1-1/+2
2005-11-01Bump to nb8 for PCRE security issueadrianp5-3/+110
2005-11-01nb bump for security fixadrianp1-2/+2
2005-11-01Add devel/sysexits bl3.tv1-1/+2