summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07The fake JRE package for Darwin is not needed any more, because the builtinminskim1-26/+6
framework can detect a native JRE implementation.
2006-07-07Add builtin.mk to use Darwin's native java.minskim1-0/+74
2006-07-07Set PKG_JAVA_HOME for Darwin.minskim2-6/+6
2006-07-06Needs msgfmt.joerg1-1/+2
2006-07-02Added a patch for t/io/fs.t, which handles filesystems that are mountedrillig2-1/+25
with the "noatime" option on NetBSD.
2006-07-02Fixed unprivileged builds. Bumped PKGREVISION.rillig3-13/+13
2006-06-30Don't hardcode SuSE 7.3 dependency, it's gone.salo1-3/+3
2006-06-30py15-distutils-* => py15-distutils-[0-9]*joerg1-2/+2
2006-06-26The directory man/cat1 is needed prior to installation.rillig1-1/+2
2006-06-25replace.mk needs rubyversion.mk.rillig1-1/+3
2006-06-21USE_TOOLS+=lexminskim1-2/+2
2006-06-20USE_TOOLS+=yaccminskim1-1/+3
2006-06-20USE_TOOLS+=flexminskim1-1/+3
2006-06-20Don't try to compile in Bluetooth support under NetBSD(-current).tron2-1/+16
The stub code is not compatible with the API presented by NetBSD.
2006-06-19Add a missing file to PLIST.Darwin. Bump PKGREVISION.minskim2-3/+4
2006-06-19Fixed paths to the siod interpreter. Bumped PKGREVISION.rillig1-1/+7
2006-06-19Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.rillig1-1/+4
Bumped PKGREVISION.
2006-06-18Fixed some pkglint warnings.rillig3-10/+13
2006-06-18Fixed many pkglint warnings.rillig3-26/+22
2006-06-17Fixed path to the Python interpreter. Bumped PKGREVISION.rillig1-2/+10
2006-06-16Fixed missing Python interpreter. Bumped PKGREVISION.rillig1-2/+7
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam4-15/+15
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Don't query distutils when bootstrapping it. Should fix problemsjoerg1-2/+2
with devel/py-distutils from the bulk builds.
2006-06-11Needs pkg-config.joerg1-1/+2
2006-06-09USE_TOOLS+=yaccminskim1-1/+2
2006-06-09Fixed pkglint warnings.rillig1-12/+13
2006-06-09bsd.prefs.mk only needs to be included once.rillig1-3/+2
2006-06-08Fixed some pkglint warnings.rillig3-19/+15
2006-06-07Disable shared library checking for this package because some of thetron1-1/+2
shared library for one of the included demos is missing.
2006-06-07Uses C++.joerg1-1/+2
2006-06-06Uses C++.joerg1-1/+2
2006-06-06Fixed pkglint warnings.rillig1-7/+7
2006-06-06Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ.jlam2-4/+12
2006-06-06Axe the included libffi and use the pkgsrc version. Simpler thanjoerg8-49/+133
trying to prevent using it or fixing conflicts. Bump revision.
2006-06-05Specify explicitly where openssl can be found.minskim1-2/+2
2006-06-05This package needs lex to build. Add it to USE_TOOLS.minskim1-2/+2
2006-06-04Remove logic to use the current installed Python as default.joerg1-47/+19
Always prefer the default version and fallback to the first entry of PYTHON_VERSIONS_ACCEPTED, which is supported by the current system. Also honour PYTHON_VERSIONS_ACCEPTED and _INCOMPATIBLE, when PYTHON_VERSION_REQD is used.
2006-06-04Remove ONLY_FOR_PLATFORM to give this wider exposure.joerg8-12/+187
Add DragonFly support. Use readline from pkgsrc. Bump revision.
2006-06-04Needs Python 2.2+joerg1-2/+2
2006-06-03Correct myself: it's INFO_FILES, not INFO_DIR. Ride earlier bump.joerg1-2/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg3-8/+10
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Use install framework for info pages. Bump revision.joerg1-1/+4
2006-06-02Uses C++.joerg1-1/+3
2006-06-01Uses C++.joerg1-1/+3
2006-06-01Allow a PECL PHP extension package to specify its own DISTNAME by settingjlam1-2/+3
PECL_DISTNAME.
2006-06-01Inspecting the setup.py file, one can see that python23 and python24jlam3-47/+55
only build certain modules if the platform is *not* 64-bit. Correct the PLIST for those cases. This should fix the build on non-64bit, non-x86 platforms, e.g. powerpc.
2006-06-01On Linux, -ldl must be included into the libtool archive to make otherrillig6-35/+48
packages work, for example games/fillet-ng. This fixes PR 31171. Bumped PKGREVISION.
2006-05-29Use the installed version of libkaffevm and be a bit less aggressivejoerg3-9/+32
in kaffe-x11 when not building parts of the tree. Fixes build issues on DragonFly, but doesn't affect the binary package.
2006-05-29Expects bash. Use portable way to initialise a recursive mutex.joerg4-4/+74
DragonFly is a BSD as well. Bump revision.
2006-05-29Update to pyrex-0.9.4.1.joerg2-8/+7
Changes in 0.9.4.1: Tiny bugfix to correct a tab/space problem in the distutils extension. Changes in 0.9.4: LValue Casting Is Dead I have redesigned the code generator to eliminate the need for lvalue casting. This means that Pyrex-generated code should now be gcc4-compatible, although I haven't tested this. Let me know if you find any remaining lvalue casts; they should be fairly easy to fix now. C++ Compilable The generated code should now be compilable as either C or C++ without errors (although there may still be warnings). However, note that you can still only call C++ functions if they have been declared "extern C", even if you compile the Pyrex output as C++. I hope to introduce some C++ interface features soon. and more.