Commit graph

1576 commits

Author SHA1 Message Date
jschauma
0ca251ca68 Add patches to make newer bison's happy and fix problem encountered
in Huberts latest bulk build.
2002-12-27 01:27:15 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
grant
90a1c5207a Use automatic PLIST handling. 2002-12-25 16:53:51 +00:00
grant
e579017783 Use automatic PLIST handling. 2002-12-25 12:35:04 +00:00
wiz
690f1eb317 Unused. 2002-12-24 20:19:55 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
jschauma
3085a1c183 Make this compile and install cleanly on IRIX. 2002-12-24 00:56:53 +00:00
cjep
a29e846322 Whitespace fix 2002-12-23 16:21:20 +00:00
cjep
77c08729ba Whitespace fix 2002-12-23 16:14:38 +00:00
grant
028534a47d mark this NOT_FOR_PLATFORM Darwin, since the earliest version of perl
with Darwin support is perl58 and attempting to build this version
fails.
2002-12-23 16:10:45 +00:00
wiz
aaac5ddb21 Remove support for buildlink.mk -- noone uses it any longer. 2002-12-23 14:36:29 +00:00
wiz
d44383d5b9 Remove references to pth/buildlink.mk. 2002-12-23 14:11:36 +00:00
jlam
8db74f9c65 Downgrade the dependency to 0.15.1nb1. The libraries didn't change and
the libtool change is only useful at build time.
2002-12-23 04:27:31 +00:00
jlam
20bfa340fb Bump PKGREVISION for lang/librep and update the buildlink2.mk dependency
to the latest librep.  librep installs and uses its own libtool for use by
rep-* packages.  We replace librep's libtool with a symlink to
${LOCALBASE}/bin/libtool and add a dependency on libtool-base.  This
addresses PR 19495 by Bill Sommerfeld.
2002-12-23 04:25:01 +00:00
jlam
7d7021647b Add some man pages that are missing from the auto-generated PLIST. 2002-12-19 15:48:42 +00:00
abs
35684ce0f9 Initial buildlink2.mk for wonka - taken from kaffe 2002-12-19 12:46:30 +00:00
tsarna
70e0cfd5f2 Add and enable pyrex 2002-12-18 22:35:30 +00:00
tsarna
eef7d57c5b Pyrex - a Language for Writing Python Extension Modules. Pyrex lets you
write code that mixes Python and C data types any way you want, and
compiles it into a C extension for Python.

Plex is now bundled with Pyrex, and the py-plex package will be obsoleted.
2002-12-18 22:34:30 +00:00
jschauma
386c3a73d4 Synch PLIST with reality. 2002-12-13 16:06:40 +00:00
dmcmahill
7fc554fe78 update to gawk-3.1.1. While here, make this work again under NetBSD since
this gawk version is newer than the version shipped with 1.6 and has some
potentially useful features such as 2 way pipes which allow easy access to
the sort(1) command.


Changes from 3.1.0 to 3.1.1
---------------------------

1. Six new translations.

2. Having more than 4 different value for OFMT and/or CONVFMT now works.

3. The handling of dynamic regexes is now more more sane, esp. w.r.t.
   the profiling code.  The profiling code has been fixed in several
   places.

4. The return value of index("", "") is now 1.

5. Gawk should no longer close fd 0 in child processes.

6. Fixed test for strtod semantics and regenerated configure.

7. Gawk can now be built with byacc; an accidental bison dependency was
   removed.

8. yyerror() will no longer dump core on long source lines.

9. Gawk now correctly queries getgroups(2) to figure out how many groups
   the process has.

10. New configure option to force use of included strftime, e.g. on
    Solaris systems. See `./configure --help' for the details. Replaced
    the included strftime.c with the one from textutils.

11. OS/2 port has been updated.

12. Multi-byte character support has been added, courtesy of IBM Japan.

13. The `for (iggy in foo) delete foo[iggy]' -> `delete foo' optimisation
    now works.

14. Upgraded to gettext 0.11.2 and automake 1.5.

15. Full gettext compatibility (new dcngettext function).

16. The O'Reilly copyedits and indexing changes for the documentation have
    been folded into the texinfo version of the manuals.

17. A humongously long value for the AWKPATH environment variable will no
    longer dump core.

18. Configuration / Installation issues have been straightened out in
    Makefile.am.
2002-12-12 03:17:13 +00:00
salo
d2aa7622e7 Check if $CC is defined first, next comparison breaks otherwise. 2002-12-12 02:01:06 +00:00
jmmv
b69e72ec8b Also quote CC and YACC when adding them to MAKEFLAGS (not done in last
commit). This can fix problems if it happens that those variables contain
spaces (or some other special character).

Suggested by Christopher Richards in private mail.
2002-12-11 22:56:23 +00:00
cjep
9945d3cc7a Add and enable openc++ 2002-12-11 19:04:05 +00:00
cjep
866b880b5e Initial import of OpenC++ 2.5.12 into the NetBSD packages collection as
lang/openc++.

OpenC++ is a version of C++ with a Metaobject Protocol. In other
words, it is a tool of source-code translation for C++. Programmers
can easily implement various kinds of translation so that they can
define new syntax, new annotation, and new object behavior. OpenC++ is
useful if they need, for example: developing extensions to C++, to
provide support for things like parallelism, distribution,
concurrency, and persistence; Adding domain-, application-, or
class-specific compiler optimizations; Building their own version of
(runtime) MOP for C++.

Supplied by Marko Schuetz in PR#19203. Thanks!

Thanks also to Masao Uebayashi for his help.
2002-12-11 19:03:17 +00:00
drochner
697e155311 LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE, fixes build problem ("cannot find
-liconv") mentioned by Andrew Brown in PM
2002-12-11 14:03:40 +00:00
jmmv
5d548ee07d Quote CFLAGS when passing them to MAKEFLAGS; if they contain spaces, build
will fail. Also fix a "typo" in the manpage (Awk->Nawk). Patch provided by
Christopher Richards in PR pkg/19344.

While I'm here, move manpage generation to the post-build target (where it
should be) and use INSTALL_MAN to install it (instead of generating it in
place).
2002-12-11 10:21:17 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
cjep
8d90767380 1. Respect YACC, CC, CFLAGS as per PR#19013.
2. Update to 20021129.

Changes since 20020628 (from FIXES file):
        modified b.c (with tiny changes in main and run) to support
        locales, using strcoll and iswhatever tests for posix character
        classes.  thanks to ruslan ermilov (ru@freebsd.org) for code.
        the function isblank doesn't seem to have propagated to any
        header file near me, so it's there explicitly.  not properly
        tested on non-ascii character sets by me.
2002-12-09 00:05:27 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
grant
152ed14a8c use automatic MESSAGE handling. 2002-12-05 05:51:18 +00:00
salo
0138cbfe45 USE_PKGLOCALEDIR, remove unnecessary patch. 2002-12-01 15:02:08 +00:00
salo
05f4c70029 Forgot share/locale -> ${PKGLOCALEDIR}/locale in previous commit. 2002-12-01 14:51:44 +00:00
salo
7d2c274a10 USE_PKGLOCALEDIR, cp -> ${CP}, PKGVERSION -> PKGREVISION. 2002-12-01 14:49:15 +00:00
grant
4b4686acf8 USE_PKGLOCALEDIR. 2002-11-30 14:50:13 +00:00
schmonz
53521aa418 Default to green threads on powerpc, as suggested by manu@. 2002-11-29 21:15:42 +00:00
schmonz
273bcfa7bc - move PLIST elements not found on powerpc to PLIST.i386
- include bsd.pkg.mk explicitly, rather than in the JRE's Makefile.common
- be more thorough at avoiding installation of files that are also
    found in the JRE
2002-11-25 14:08:22 +00:00
schmonz
5881e57f85 - move PLIST elements not found on powerpc to PLIST.i386
- include bsd.pkg.mk explicitly, rather than in Makefile.common
- replace dependency on linuxppc_lib with suse_base to get a
    sufficiently recent glibc
- teach the remaining two usages of `uname -m` output about our
    various powerpc platforms

This makes the Blackdown JRE finally work on powerpc again.

Note that suse_base requires a Linux kernel version >= 2.2.
NetBSD-current's COMPAT_LINUX reports itself as 2.4.18 by default
on i386 and powerpc. On NetBSD/powerpc 1.6, you'll need to override
the default value of the "emul.linux.kern.osrelease" sysctl. On
NetBSD < 1.6, you can try setting the sysctl, but the emulation
may be insufficient to run this software properly.

Also note that on powerpc, you must specify the "-green" option,
because the Classic VM hangs.
2002-11-25 14:07:42 +00:00
wiz
afe2814b3f Fix PLIST on powerpc. 2002-11-23 19:56:08 +00:00
schmonz
687c3e18be On Darwin, since it's currently the only Python that's usable there,
force PYTHON_VERSIONS_ACCEPTED to "22".
2002-11-23 00:54:44 +00:00
schmonz
5721179af8 Provide Darwin-specific packing list entries. 2002-11-23 00:52:49 +00:00
salo
d87dcdc3a9 Fix pasto, localedir->prefix. Thanks to Manuel Bouyer for pointing this out. 2002-11-22 12:05:20 +00:00
mrg
6e355999d3 use BUILD_DEPENDS+= not just = 2002-11-20 11:57:43 +00:00
salo
ce75b048b4 Add some more patches for PKGLOCALEDIR. Closes PR 18793 by Grant Beattie. 2002-11-19 12:52:55 +00:00
jlam
9bb79caafa buildlink1 -> buildlink2 2002-11-15 00:26:44 +00:00
jlam
9f7d95cdcd buildlink1 -> buildlink2, and use java.mk for proper Java handling. 2002-11-14 22:38:30 +00:00
jlam
4cddc3c609 buildlink1 -> buildlink2 2002-11-14 21:45:52 +00:00
jschauma
867b0327cf Update to gprolog 1.2.16.
NetBSD patches were apparently merged in version 1.1.7
Since then, several releases have been made, so that the list of changes
is too extensive to be included here.  Please see
ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/NEWS and/or the
documentation in this package.
This addresses PR pkg/18962 by Mr. Jan Schaumann.
2002-11-13 20:15:10 +00:00
dmcmahill
7d95bf11bb decrease optimization level on sparc and also unlimit resources to allow
this to compile.
2002-11-13 02:13:57 +00:00
jschauma
efa5b0e23c Synch MESSAGe with reality. That is, account for ${PREFIX} already containing
the 'java/kaffe' part.  Patch provided by Julio Merino in PR pkg/19021.
2002-11-12 16:24:29 +00:00
skrll
886152c87a Fix-up some more file references. I should work out a proper fix for
this...
2002-11-12 11:17:15 +00:00