Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-21 | Sync with reality. Reported by Min Sik Kim in PR 24187. | cube | 1 | -3/+3 | |
2004-01-21 | Apply a fix for library naming on IRIX 5 and 6, based on a patch | jwise | 3 | -24/+84 | |
submitted in private mail by Georg Schwarz. Prevents PLIST mismatches on these platforms. Tested for non-interference with other platforms, but no specific IRIX testing of this version of fix yet performed. | |||||
2004-01-21 | Add USE_GCC3 to files/gcc3.mk to work better when included in mk.conf | abs | 2 | -3/+4 | |
2004-01-21 | Override OPTIMIZE instead of PASTHRU_INC to pass ${CFLAGS} and ${CPPFLAGS} | jlam | 1 | -3/+3 | |
into the Perl module build. OPTIMIZE works for all versions of Perl. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 53 | -106/+107 | |
2004-01-19 | If PERL5_REQD is at least 5.8, then set BUILDLINK_PKGSRCDIR.perl properly | jlam | 2 | -4/+4 | |
to point to ../../lang/perl58. This fixes PR 23573 and PR 24031. | |||||
2004-01-19 | Back out previous change... it doesn't seem to be needed. | jlam | 1 | -3/+1 | |
2004-01-16 | Fix build problem on NetBSD -current. | kristerw | 2 | -6/+19 | |
2004-01-16 | Add a variable "PERL5_PATH" that's the full path to the actual perl | jlam | 1 | -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-16 | ilasm is installed by mono and pnet, add CONFLICTS between them and | xtraeme | 2 | -3/+10 | |
bump PKGREVISION. | |||||
2004-01-16 | Add patches from the nhc98 web page: | kristerw | 7 | -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-15 | Include module.mk to get PLIST-generation code. Noted by tacha@NetBSD.org | jlam | 1 | -1/+2 | |
in private email. | |||||
2004-01-14 | Add missing `*', noted by Min Sik Kim in private email. | xtraeme | 1 | -2/+2 | |
2004-01-14 | Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previous | xtraeme | 1 | -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-13 | Make this compile with gcc-3.3 by replacing multi-line strings | jschauma | 2 | -1/+348 | |
"foo string" in inline asm with "foo\n" "string" (Noted in agc's latest bulk build.) | |||||
2004-01-13 | Added FreeBSD to ONLY_FOR_PLATFORM, this works perfectly... | xtraeme | 1 | -2/+2 | |
2004-01-13 | Move the contents of do-build target to do-install, and use NO_BUILD=yes, | xtraeme | 1 | -11/+3 | |
so we can build it without root permissions, suggested by Julio Merino in private email. | |||||
2004-01-13 | Make this package compile when using gcc 3.3. | kristerw | 4 | -1/+57 | |
2004-01-13 | Homepage has moved. | kristerw | 1 | -2/+2 | |
2004-01-13 | add a workaround for Solaris finding libintl.h in ${LOCALBASE}/include. | grant | 1 | -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-13 | PERL5_INSTALLARCHLIB is no longer directly set by this file, so create one | jlam | 1 | -2/+5 | |
in the perl5-post-install target where it's needed for perl-5.6.1. | |||||
2004-01-13 | module.mk is included by perl5*/Makefile, so be careful not to clutter | jlam | 1 | -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-13 | Rearrange order of tests and protect more of the code that depends on | jlam | 2 | -12/+11 | |
${PERL5} being present from being seen if ${PERL5} is in fact not there. | |||||
2004-01-13 | Bump the PKGREVISION of lang/perl5. Changes between versions 5.6.1nb9 | jlam | 3 | -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-13 | The build and install stages require slightly different values for | jlam | 1 | -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-12 | The package was marked broken because it kept throwing SIGSEGV due to | kristerw | 5 | -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-12 | Fix pnet's path. | xtraeme | 1 | -2/+2 | |
2004-01-12 | Add and enable pnet{C,lib,lib-nox11}. | xtraeme | 1 | -1/+5 | |
2004-01-12 | Initial import of pnetC-0.6.2, packaged by pancake via pkgsrc-wip. | xtraeme | 5 | -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-12 | pnetlib without X11 support. | xtraeme | 1 | -0/+13 | |
2004-01-12 | Initial import of pnetlib-0.6.2, packaged by pancake via pkgsrc-wip. | xtraeme | 6 | -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-12 | Initial import of pnet-0.6.2, packaged by pancake via pkgsrc-wip. | xtraeme | 5 | -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-12 | We need PERL5_INSTALLARCHLIB, so compute its value appropriately. | jlam | 3 | -16/+18 | |
2004-01-12 | Lint | cjep | 1 | -2/+2 | |
2004-01-11 | Remove SU_CMD, should fix the problems in last bulk build. | xtraeme | 1 | -3/+3 | |
2004-01-11 | Use tabs (not spaces) to make indentation | cjep | 2 | -4/+4 | |
2004-01-11 | remove stacksize from UNLIMIT_RESOURCES. This isn't needed for the build | recht | 2 | -4/+2 | |
and causes more harm than good for the regression tests. | |||||
2004-01-10 | Make the pkg build on -current. | kristerw | 3 | -5/+31 | |
Closes PR pkg/23441. | |||||
2004-01-10 | Whitespace | cjep | 2 | -4/+4 | |
2004-01-10 | Set MAINTAINER to "tech-pkg" instead of "packages". | kristerw | 1 | -2/+2 | |
2004-01-08 | Adding a MESSAGE file noting where these packages search for plugins or | jlam | 4 | -2/+22 | |
modules that may be added by other packages. | |||||
2004-01-08 | Fix PLIST issues in overwrite case after recent removal of | jlam | 1 | -1/+4 | |
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk. | |||||
2004-01-08 | Fix PLIST issues for perl5 in the overwrite case after removing | jlam | 2 | -9/+15 | |
packlist -> PLIST generator from bsd.pkg.mk to perl5/module.mk. | |||||
2004-01-06 | This doesn't really need USE_X11. | xtraeme | 1 | -2/+1 | |
2004-01-06 | UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG build | abs | 1 | -1/+2 | |
2004-01-06 | Make sure perl5 build doesn't wait for manual input at the | reed | 1 | -1/+3 | |
site-specific manual pages step in Configure. (Okay'd by jlam@.) This closes my PR #23009. | |||||
2004-01-06 | Add missing var ${PROGS}. | xtraeme | 1 | -1/+3 | |
2004-01-06 | Install/deinstall files/directories properly via PLIST.${OPSYS}. | xtraeme | 4 | -190/+219 | |
2004-01-05 | + ezm3 | xtraeme | 1 | -1/+2 | |
2004-01-05 | Initial import of ezm-1.1 from pkgsrc-wip, packaged by Motoyuki Konno, | xtraeme | 5 | -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. |