summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-01-19If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properlyjlam2-4/+4
to point to ../../lang/perl58. This fixes PR 23573 and PR 24031.
2004-01-19Back out previous change... it doesn't seem to be needed.jlam1-3/+1
2004-01-16Fix build problem on NetBSD -current.kristerw2-6/+19
2004-01-16Add a variable "PERL5_PATH" that's the full path to the actual perljlam1-1/+3
binary. This is different from ${PERL5} in that if perl is installed using pkgviews, then PERL5_PATH points within perl's depot directory.
2004-01-16ilasm is installed by mono and pnet, add CONFLICTS between them andxtraeme2-3/+10
bump PKGREVISION.
2004-01-16Add patches from the nhc98 web page:kristerw7-183/+369
* A degenerate type synonym like type T a = a in some circumstances incorrectly caused an occurence check error. * Several new features in gcc-3.3 cause breakage in the nhc98 build. This patch fixes many [but ot all] of those problems. PKGREVISION++.
2004-01-15Include module.mk to get PLIST-generation code. Noted by tacha@NetBSD.orgjlam1-1/+2
in private email.
2004-01-14Add missing `*', noted by Min Sik Kim in private email.xtraeme1-2/+2
2004-01-14Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previousxtraeme1-2/+2
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069.
2004-01-13Make this compile with gcc-3.3 by replacing multi-line stringsjschauma2-1/+348
"foo string" in inline asm with "foo\n" "string" (Noted in agc's latest bulk build.)
2004-01-13Added FreeBSD to ONLY_FOR_PLATFORM, this works perfectly...xtraeme1-2/+2
2004-01-13Move the contents of do-build target to do-install, and use NO_BUILD=yes,xtraeme1-11/+3
so we can build it without root permissions, suggested by Julio Merino in private email.
2004-01-13Make this package compile when using gcc 3.3.kristerw4-1/+57
2004-01-13Homepage has moved.kristerw1-2/+2
2004-01-13add a workaround for Solaris finding libintl.h in ${LOCALBASE}/include.grant1-1/+6
if configure finds this file, it expects to be able to use it, and linking fails because /usr/lib/libintl.so isn't GNU libintl. allows this to be built on Solaris while gettext-lib is installed.
2004-01-13PERL5_INSTALLARCHLIB is no longer directly set by this file, so create onejlam1-2/+5
in the perl5-post-install target where it's needed for perl-5.6.1.
2004-01-13module.mk is included by perl5*/Makefile, so be careful not to clutterjlam1-21/+22
MAKE_FLAGS with stuff that's only useful for building modules (and also breaks the build of perl). This fixes the breakage of perl modules not finding libperl.so caused by the changes in revision 1.30 of this file.
2004-01-13Rearrange order of tests and protect more of the code that depends onjlam2-12/+11
${PERL5} being present from being seen if ${PERL5} is in fact not there.
2004-01-13Bump the PKGREVISION of lang/perl5. Changes between versions 5.6.1nb9jlam3-15/+15
and 5.6.1nb10 include pulling in changes from the latest Perl sources that add a more complete set of directories on NetBSD systems to the rpath of Perl modules so that they may find libperl.so. The module build/installation is now robust against the user overriding the value of INSTALLARCHLIB.
2004-01-13The build and install stages require slightly different values forjlam1-2/+14
INSTALLARCHLIB. During the build, INSTALLARCHLIB refers to the directory where libperl.so may be found, which should point into the default view. During the install, INSTALLARCHLIB refers to the directory where the perllocal.pod file should be installed, which should point into the package prefix.
2004-01-12The package was marked broken because it kept throwing SIGSEGV due tokristerw5-26/+51
using an old boehm-gc that does not work on NetBSD. Unbreak it by changing it to use the devel/boehm-gc package. PKGREVISION++.
2004-01-12Fix pnet's path.xtraeme1-2/+2
2004-01-12Add and enable pnet{C,lib,lib-nox11}.xtraeme1-1/+5
2004-01-12Initial import of pnetC-0.6.2, packaged by pancake via pkgsrc-wip.xtraeme5-0/+109
This is the "pnetC" project. The goal of the project is to create an ANSI-compatible C library, that can be compiled down to IL using DotGNU Portable.NET's "cscc" compiler.
2004-01-12pnetlib without X11 support.xtraeme1-0/+13
2004-01-12Initial import of pnetlib-0.6.2, packaged by pancake via pkgsrc-wip.xtraeme6-0/+319
This distribution contains an implementation of the C# library, for use with .NET-capable runtime engines and applications. Originally designed for DotGNU Portable.NET, this library can be used by other .NET development effort also.
2004-01-12Initial import of pnet-0.6.2, packaged by pancake via pkgsrc-wip.xtraeme5-0/+215
The goal of this project is to build a suite of Free Software tools to build and execute .NET applications, including a C# compiler, assembler, disassembler, and runtime engine.
2004-01-12We need PERL5_INSTALLARCHLIB, so compute its value appropriately.jlam3-16/+18
2004-01-12Lintcjep1-2/+2
2004-01-11Remove SU_CMD, should fix the problems in last bulk build.xtraeme1-3/+3
2004-01-11Use tabs (not spaces) to make indentationcjep2-4/+4
2004-01-11remove stacksize from UNLIMIT_RESOURCES. This isn't needed for the buildrecht2-4/+2
and causes more harm than good for the regression tests.
2004-01-10Make the pkg build on -current.kristerw3-5/+31
Closes PR pkg/23441.
2004-01-10Whitespacecjep2-4/+4
2004-01-10Set MAINTAINER to "tech-pkg" instead of "packages".kristerw1-2/+2
2004-01-08Adding a MESSAGE file noting where these packages search for plugins orjlam4-2/+22
modules that may be added by other packages.
2004-01-08Fix PLIST issues in overwrite case after recent removal ofjlam1-1/+4
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk.
2004-01-08Fix PLIST issues for perl5 in the overwrite case after removingjlam2-9/+15
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk.
2004-01-06This doesn't really need USE_X11.xtraeme1-2/+1
2004-01-06UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG buildabs1-1/+2
2004-01-06Make sure perl5 build doesn't wait for manual input at thereed1-1/+3
site-specific manual pages step in Configure. (Okay'd by jlam@.) This closes my PR #23009.
2004-01-06Add missing var ${PROGS}.xtraeme1-1/+3
2004-01-06Install/deinstall files/directories properly via PLIST.${OPSYS}.xtraeme4-190/+219
2004-01-05+ ezm3xtraeme1-1/+2
2004-01-05Initial import of ezm-1.1 from pkgsrc-wip, packaged by Motoyuki Konno,xtraeme5-0/+1219
adapted for FreeBSD/NetBSD by me. Ezm3 is a smaller, more portable distribution of the Modula-3 compiler and runtime system for people whose only need for Modula-3 is to build CVSup. It supports all features of CVSup, but has smaller distfiles and installs more quickly than other versions of Modula-3. Ezm3 provides full X11 GUI support even when compiled on systems which do not have X11 installed. It links programs statically with the Modula-3 libraries but dynamically with the system libraries, so that programs built with Ezm3 can run on systems which do not have Modula-3 installed on them.
2004-01-05Missing space before ]jlam1-2/+2
2004-01-05Make this look more like lang/perl58/Makefile, and bl3ify.jlam1-9/+21
2004-01-05bl3ifyjlam1-2/+4
2004-01-05Back out unintended part of last commit.jlam1-4/+2
2004-01-05Comment on why we set man1dir.jlam1-3/+10