Commit graph

1402 commits

Author SHA1 Message Date
wiz
1b99ab04e5 Remove empty line. 2002-08-29 14:07:30 +00:00
seb
cedeeab990 Otcl -> tcl-otcl. 2002-08-28 10:13:32 +00:00
seb
fa6beb849d Otcl was reimported as tcl-otcl. 2002-08-28 10:12:48 +00:00
seb
1020fcbb60 Reimport lang/otcl as lang/tcl-otcl to follow established practices.
Do various otcl -> tcl[-/]otcl substitutions along the way.
Sorry for the inconvenience.
2002-08-28 09:57:34 +00:00
jlam
589016dbaa Use buildlink2. 2002-08-27 17:32:09 +00:00
jlam
26b466502d Set some environment vars so that f2c-f77 will use the buildlink2 wrappers
instead of the actual compiler.
2002-08-27 17:31:58 +00:00
pooka
844e5d53b3 update to mzscheme 200
changes:
* NetBSD patches integrated
* improvements to the module system
* new interfaces
basically numerous changes, see plt/notes/mzscheme in the source directory
2002-08-27 16:42:04 +00:00
seb
6a66e90c34 Add & enable otcl. 2002-08-27 08:08:12 +00:00
seb
65e271fdd4 Initial import of otcl, version 1.0rc8, into the NetBSD Packages Collection.
Based on package submitted by Jan Schaumann <jschauma@cs.stevens-tech.edu>
in PR pkg/16301.

OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
object-oriented programming. It shouldn't be confused with the IXI
Object Tcl extension by Dean Sheenan.

   Some of OTcl's features as compared to alternatives are:
     * designed to be dynamically extensible, like Tcl, from the ground
       up
     * builds on Tcl syntax and concepts rather than importing another
       language
     * compact yet powerful object programming system (draws on CLOS,
       Smalltalk, and Self)
     * fairly portable implementation (2000 lines of C, without core
       hacks)
2002-08-27 08:04:10 +00:00
jlam
d0c4a8cc51 buildlink1 -> buildlink2, and remove the "brute force" hack as requested
by tron; we now use libtool/buildlink2.mk to ensure that guile uses the
right libtool and libltdl.*.
2002-08-27 06:08:47 +00:00
jlam
78a53d1ac8 s/true/${TRUE}/ 2002-08-27 06:05:26 +00:00
tron
fa6930a4ca Use brute force to stop this package from clobbering our "libtool"
instead of using it.
2002-08-26 20:28:14 +00:00
tron
e60366d581 Correct various package list errors. 2002-08-26 20:06:57 +00:00
tron
158221d9b2 Install correct TeXinfo "guile.info" instead of "data-rep.info" which is
only a part of the above.
2002-08-26 19:58:30 +00:00
jlam
07d8f2e444 perl58 apparently builds just fine on Darwin with buildlink2. 2002-08-26 17:46:07 +00:00
mjl
ee84541509 Update to 1.4.1
* installation fix: (ice-9 and-let*) has been renamed to (ice-9 and-let-star)
* build fix: net_db.c `inet_aton' declaration now properly conditionalized
* bugfix: `expt' now handles negative exponents correctly
* installation fix: some programs are no longer installed
* guile-snarf usage now internalizes output-file creation/deletion
* installation fix: libltdl now "installable" instead of "convenience"
* library versioning now more disciplined
* "make check" now works
* provisional documentation available
* interface summarization available
2002-08-25 20:58:21 +00:00
jlam
49b3a8c326 Respect new USE_PERL5 semantics by pulling over a change from buildlink.mk. 2002-08-25 19:41:18 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
kristerw
85ef20ea78 Update lang/nhc98 to version 1.14a.
Changes since version 1.06 include:
* Lots of bugfixes.
* The Hat tracing system is now entirely separate from the nhc98 compiler
  (and is thus not included in the package)
2002-08-25 16:12:01 +00:00
jlam
c54334b972 Convert to use the buildlink2 framework (from lang/perl5-current on the
buildlink2 branch).
2002-08-23 00:31:56 +00:00
jschauma
cc16cda692 Update lang/ocaml to 3.06, using patch supplied by Martin Weber
(ephaeton at gmx dot net) in PR pkg/18023.  Besten Dank!

Changes from 3.04 to 3.05 (abbreviated list, full list available at
http://caml.inria.fr/archives/200207/msg00558.html):
 Language features:
	- Support for polymorphic methods and record fields.
	- Allows _ separators in integer and float literals, e.g. 1_000_000.
 Type-checker:
	- Fixed subtle typing bug with higher-order functors.
	- Fixed several complexity problems;
	- Fixed various bugs with objects and polymorphic variants.
 Bytecode compiler:
	- Fixed issue with ocamlc.opt and dynamic linking.
 Native-code compiler:
	- Fixed GC bug related to constant constructors of polymorphic variant types.
	- Fixed compilation bug for top-level "include" statements.
 Toplevel interactive system:
	- ocamlmktop: minimized possibility of name clashes with user-provided modules.
 Run-time system:
	- Better support for lazy data in the garbage collector.
	- Support for float formats that are neither big-endian nor little-endian
	- Fixed bug in callback*_exn functions in the exception-catching case.
 Standard library:
	- Protect against integer overflow in sub-string and sub-array bound checks.
	- New module Complex implementing arithmetic over complex numbers.
	- New module Scanf implementing format-based scanning a la scanf() in C.
	- various fixes and enhancements to existing modules
 Tools:
	- ocamldoc part of distribution
	- Debugger: now supports the option -I +dir.
	- ocamllex: supports the same identifiers as ocamlc;

Changes from 3.05 to 3.06:
 Type-checking:
 - Apply value restriction to polymorphic record fields.
Run-time system:
 - Fixed GC bug affecting lazy values.
Both compilers:
 - Added option "-version" to print just the version number.
 - Fixed wrong dependencies in .cmi generated with the -pack option.
Native-code compiler:
 - Fixed wrong return value for inline bigarray assignments.
Libraries:
 - Unix.getsockopt: make sure result is a valid boolean.
Tools:
 - ocamlbrowser: improved error reporting;
2002-08-22 02:56:51 +00:00
itojun
4120a3ead5 make it work with non-netbsd 2002-08-20 21:51:56 +00:00
drochner
6ef414aee4 teach it about python21-pth 2002-08-20 20:00:14 +00:00
drochner
3b06f84ae0 Build a Python version with thread support. For now, we only have
devel/pth, which tends to coredumps sometimes. But a number of Python
packages insists in threads, so we have to start somewhere.
2002-08-20 19:58:58 +00:00
itojun
f51d382c14 need -Wl,-Rfoo for NetBSD ELF. TODO: tweak it for other platforms 2002-08-20 16:39:54 +00:00
itojun
1443812613 must use gmake 2002-08-20 16:35:22 +00:00
agc
6e52d22a1d Add and enable chicken. 2002-08-20 14:54:00 +00:00
agc
81dc747b47 Initial import of chicken-0.1072 into the NetBSD Packages Collection.
CHICKEN is a Scheme-to-C compiler supporting most of the language
features as defined in the Revised^5 Report on Scheme.  CHICKEN
generates quite portable C code, and files compiled by it (including
itself) should work without any changes on most platforms.

The whole package is distributed under a BSD license and as such free
to use and modify as long as you adhere to its terms (see the manual).
Linkage to C modules and C-library functions is straightforward, so
it's easy to access C from Scheme.  Compiled code can be embedded into
existing C programs without problems.  The generated code supports
full tail-recursion, first-class continuations, multiple values and
dynamic-wind.
2002-08-20 14:53:18 +00:00
seb
8a409d6c6b It seems that the new combo patchfile dropped the silly `nb1' suffix
on shared libs in $PREFIX/lib. So adjust the PLIST.
2002-08-19 18:20:08 +00:00
dmcmahill
d386bbbae3 fix after last lang/gcc update. Tested on 1.5.3 sparc. 2002-08-17 01:27:41 +00:00
jschauma
82f26389a3 Beautify: correct tab-stops. 2002-08-16 02:50:02 +00:00
wiz
fe1131cbbb Fix spacing problems reported in pkg/17951. 2002-08-16 00:06:23 +00:00
dmcmahill
64dcebac20 add patch which got left out of previous commit (why??? I _know_ it was listed
in the Modified Files: section).
2002-08-13 01:58:57 +00:00
agc
5a9b0e06f2 Make this package compile on NetBSD. 2002-08-12 16:21:12 +00:00
dmcmahill
7d47e28417 pull in most recent patches to gcc-2.95.3 from the netbsd-1-6
branch.  Includes fixes for sparc, alpha, and others.
Should help in keeping pkgsrc running on 1.5.* systems.
The patches which mirror those in the main netbsd source tree have
been all put into a single distribution patch file.  This makes
it much easier to maintain and easier to easily see which patches
are specific to pkgsrc.
2002-08-12 01:53:34 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
agc
f90d56b04b Add a comment for this package. 2002-08-08 12:20:18 +00:00
jlam
c8a6f4234b Allow non-Darwin platforms to build perl58. We're in pkgsrc lockdown down
just prior to branching for 1.6, so this should be okay now.  I also want
to see this built in the bulk-builds for testing purposes.
2002-08-08 06:10:03 +00:00
jschauma
0215c591c3 Make use of our new JAVA magic. 2002-08-07 20:16:42 +00:00
jschauma
e82baf51e2 Install files in proper location, now that we have sorted out the whole
JAVA situation.  Also adjust MASTER_SITES and HOMEPAGE and add a license
("single-user-license"), as the software has specific restrictions on the
usage.

This fixes the problem pointed out during Huberts most recent bulk-build.
2002-08-07 17:28:56 +00:00
kristerw
3700725038 Make sure that the compiler finds the non-standard includefiles normally
found on NetBSD (i.e. FlexLexer.h)

This corrects the issue in the remark to my closing of pkg/17638.
2002-08-06 23:44:36 +00:00
jschauma
5c042a9ddf These packages are available for Linux and NetBSD-1.6*-i386,
not only Linux and -current. (Pointed out by zuntum.)
2002-08-01 14:40:59 +00:00
wiz
798ecd0c68 s/i386/${MACHINE_ARCH}/, as proposed by Julien T. Letessier in pkg/17795. 2002-08-01 13:02:42 +00:00
wiz
876858d90c Add and enable blackdown-jre13. 2002-08-01 10:35:10 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
jschauma
e10e2a05bb Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd.  Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
schmonz
ee97dff574 Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with the
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
2002-07-31 19:33:19 +00:00
perry
a770d7cba8 r5rs, not r4rs 2002-07-29 23:38:09 +00:00
jlam
e8398f5238 Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build.  These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.
2002-07-29 22:23:25 +00:00
schmonz
d27772cc04 Format paragraphs. Normalize indentation. Apostrophize. Spell "your"
using only 7-bit ASCII.
2002-07-28 14:53:24 +00:00
schmonz
b134f4703d Avoid including bsd.pkg.mk twice on not-Darwin. 2002-07-28 14:39:04 +00:00
schmonz
2e7f198f2a Uncomment inadvertently out-commented JDK_HOME definition. Sprinkle
some Darwin ifdefs. Now that we can't rely on
"emulators/suse_linux/Makefile.application" being included, include
bsd.pkg.mk directly.
2002-07-28 13:16:46 +00:00
schmonz
4ee13aec82 Entab. 2002-07-28 12:38:50 +00:00
schmonz
a4f89299e1 Shuffle logic to ensure that DISTNAME is always set, even on systems
unsupported by this JRE. In such cases, this avoids the error
message "CATEGORIES and DISTNAME are mandatory" and allows the
usual NOT_FOR_PLATFORM message to be displayed.
2002-07-28 12:34:37 +00:00
schmonz
12f234e740 Shuffle logic to ensure that DISTNAME is always set, even on systems
unsupported by this JRE. In such cases, this avoids the error
message "CATEGORIES and DISTNAME are mandatory" and allows the
usual NOT_FOR_PLATFORM message to be displayed. Also, entab a bit.
2002-07-28 12:31:35 +00:00
schmonz
6db1164c68 Entab (not as serious as previous). 2002-07-28 11:58:48 +00:00
schmonz
b1f424a36d Tabs are significant to make(1). Entab to avoid a parse error around
do-install. Entab elsewhere for readability.
2002-07-28 11:57:41 +00:00
jschauma
fff0cd3485 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change VI of many (the last).

Thus install this JDK into ${PREFIX}/java/blackdown-1.3.1 and remove
CONFLICTS with other JDKs/JREs.  Split this package into blackdown-jre13
and blackdown-jdk13 much like sun-j* (see previous import of
lang/blackdown-jre13).

Bump PKGREVISION.

Note: this package is available for i386, sparc, powerpc and the blackdown-jre
is also available for arm.  If you have any of sparc, powerpc or arm,
please make sure this works properly.
2002-07-27 22:45:08 +00:00
jschauma
d1d22c8be4 Initial import of blackdown-jre13, split off from lang/blackdown-jdk13.
Common Makefile functionality for this and lang/blackdown-jdk13 is
in Makefile.common.
2002-07-27 22:39:50 +00:00
jschauma
a85d411b42 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change VI of many.

Thus install this JDK into ${PREFIX}/java/sun-1.4.0 and remove
CONFLICTS with other JDKs/JREs.  Rename package from sun-jdk-1.4.0
to sun-jdk14-0 (avoids conflict with sun-jre13).

Pull in common stuff by including lang/sun-jre14/Makefile.common.

Extend MESSAGE and finally bump PKGREVISION.
2002-07-27 22:21:04 +00:00
jschauma
98cfb140a6 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change V of many.

Thus install this JRE into ${PREFIX}/java/sun-1.4.0 and remove
CONFLICTS with other JDKs/JREs.  Rename package from sun-jre-1.4.0
to sun-jre14-0 (avoids conflict with sun-jre13).

Split Makefile into Makefile and Makefile.common, to allow reusing
of some of the stuff in lang/sun-jdk14 (commit coming up).

Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27 22:17:45 +00:00
jschauma
5bdab19434 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change IV of many.

Thus install this JDK into ${PREFIX}/java/sun-1.3.1 and remove
CONFLICTS with other JDKs/JREs.  Rename package from sun-jdk-1.3.1.0.2
to sun-jdk13-1.0.2 (avoids conflict with sun-jdk14).

Include lang/sun-jre13/Makefile.common for shared info.

Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27 22:01:33 +00:00
jschauma
e7f2ccd2d1 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change III of many.

Thus install this JRE into ${PREFIX}/java/sun-1.3.1 and remove
CONFLICTS with other JDKs/JREs.  Rename package from sun-jre-1.3.1.0.2
to sun-jre13-1.0.2 (avoids conflict with sun-jre14).

Split Makefile into Makefile and Makefile.common, to allow reusing
of some of the stuff in lang/sun-jdk13 (commit coming up).

Add informative MESSAGE and finally bump PKGREVISION.
2002-07-27 21:54:30 +00:00
jschauma
95e5641aa6 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change II of many.

Thus, install this jdk in ${PREFIX}/java/jdk-1.1.8, remove
CONFLICTS with other JDKs/JREs and bump PKGREVISION.
2002-07-27 21:32:48 +00:00
jschauma
55ff76d744 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change I of many.

Thus, for consistency, also install kaffe into ${PREFIX}/java/kaffe
rather than ${PREFIX}/java

While we're at it, update kaffe to version 1.0.7.
Changes since 1.0.6:
- New version of KJC
- New encoding converters based on iconv().
- Lots of bug fixes

Furthermore, the website says that 1.0.7 has added support for
Darwin, ia64 GNU/Linux, s390 GNU/Linux, PA-RISC GNU/Linux, Alpha for
Compaq Tru64 GNU/Linux and support of PowerPC without libffi.
People with access to any of these platforms are encouraged to test
this version, so we can possibly adjust ONLY_FOR_PLATFORMS etc.
2002-07-27 21:26:21 +00:00
wiz
ac838e04ca Add and enable perl58. 2002-07-25 10:54:33 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
jlam
84ec437ca0 Make use of USE_PERL5 and the other perl-related bits in bsd.pkg.mk instead
of duplicating all of the logic in this file.
2002-07-24 19:43:10 +00:00
agc
e273e36d67 Apply the suggested fix from Urban Boquist (urban@boquist.net) in PR 15128
to avoid problems if guile is built in the background.
2002-07-23 21:29:28 +00:00
jlam
b18a72ebbe My old email address is dead. 2002-07-23 20:52:24 +00:00
jlam
a62b4afb0b Correctly build from lang/perl58 if we need perl-5.8.0 on Darwin. 2002-07-22 22:04:33 +00:00
jlam
48ba0b4cc5 libperl needs perl<5.8.0 and perl>=5.6.1. 2002-07-22 22:03:34 +00:00
jlam
80743a4834 Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl as
DynaLoader.a is now an archive of PIC objects.
2002-07-22 22:00:49 +00:00
jlam
c0e85cf1bf Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0
which differs from perl-5.6.1 in the improved threading support and much
improved Unicode support.  Perl 5.8.0 is binary-incompatible with perl
5.6.1, so any compiled perl modules will need to be rebuilt in order to
work with the new perl.

This package is currently only for Darwin, though the restriction will be
lifted prior to branching.
2002-07-22 21:50:37 +00:00
mycroft
6c8edaeb5e Add share/emacs/site-lisp/rep-debugger.el. 2002-07-19 04:39:09 +00:00
dmcmahill
72c21b2fc7 repair compilation on pre gcc-2.95.* systems broken by last commit.
Should still work on gcc-2.95.* systems.
2002-07-18 00:54:36 +00:00
agc
fcd8c0cb24 Mark this package as only being for SunOS platforms again. The
changes to get it to build on NetBSD are extensive - for reference,
and the one who comes after me, they are:

+ awk.h defines "proc" in a cpp macro.  This doesn't sit too well with
"struct proc" references, as found in <sys/uio.h>. The good news is that
only awk.h and awkgram.y need to be modified to workaround this.

+ the present Makefile copying wrt gettext Makefile.in.in is unnecessary

+ automake is a pre-req of this package

+ and there is a problem in Makefile.in/configure with ${AUTOMAKE} not
being defined properly

and many, many more...
2002-07-17 09:07:43 +00:00
agc
72dbba9b67 Make this package compile:
+ use cpp0 rather than cpp
+ add missing dependency on Perl
+ use NetBSD's libtool rather than rolling our own at config time
2002-07-17 08:36:10 +00:00
wiz
75e10923ba echo -> ${ECHO} 2002-07-14 13:05:23 +00:00
jschauma
718a945839 Add INTERACTIVE_STAGE=fetch to allow bulk-builds to skip this package
if the distfile is not on the local system.  (Hello, Thomas!)
2002-07-13 15:46:59 +00:00
kent
71260cee07 Fix build problem on Solaris.
The fix was provided by minoura@netbsd.org
2002-07-13 10:08:49 +00:00
jonb
225772e74c Add checksum for sparc bootstrap file. "make makesum" does not
work quite right here.  We need checksums for both (or all) files,
not just the ones for the box that "make makesum" was run on.
2002-07-12 15:41:09 +00:00
wiz
fe238ea301 No termlib in termcap on Solaris, use ncurses' termlib instead. 2002-07-12 07:55:50 +00:00
nathanw
45cd666a68 Distribution of ucblogo has moved to the "non-gnu" subdirectory of the
GNU ftp distribution.
2002-07-10 19:44:25 +00:00
wiz
406698e0c1 Update to 110.38, provided by Chris Richards in pkg/15427.
Changes since 110.9.1:
 * Bug fixes, improvements to generated code, and miscellaneous
   user-invisible tweaks too numerous to mention.
 * Autoloaded libraries now load correctly, due to the new
   `CM_PATHCONFIG' mechanism.  Autoloading failed in the package's
   previous version, despite the best effort of the do-install target.
 * New commands `ml-build' and `ml-makedepend'.  The former automates
   the process of building standalone heap images, while the latter
   generates dependencies for traditional makefiles.
 * Major overhaul of the Compilation Manager (CM).  For example, most
   `sources.cm' files now require including `$/basis.cm', as well as
   substituting `$/foo.cm' for `foo.cm' wherever `foo.cm' refers to an
   autoloaded library bundled with the system (e.g. `smlnj-lib.cm').
   For details, see http://www.smlnj.org/NEWS/110.20-README.html, and
   the CM manual at
   http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf .
 * Reduced virtual memory consumption.
 * Support for running under Mac OS X (Darwin).  Such support is not
   currently reflected in the pkgsrc, however, since I have no way to
   test it.
2002-07-04 20:24:40 +00:00
jschauma
c60907026f Allow builds on 1.6_*, too. 2002-07-04 15:41:32 +00:00
wiz
2702f34238 PKGSRCDIR -> PKGDIR. pkg/17457 by rafal. 2002-07-02 14:22:16 +00:00
schmonz
bcc48e8a45 Register lang/sun{jre,jdk}13 as stub packages on Darwin, pointing
to the included 1.3.1 JDK. Teach USE_JAVA about this. Approved by
jwise and agc.
2002-06-30 15:01:47 +00:00
agc
8ba1781bc0 Make sure that rep.m4 is placed in the right directory. 2002-06-28 07:46:23 +00:00
agc
152a3c40c3 To quote from the Changelog for 0.7.5 of awka:
v 0.7.5, June 20 2001

*  Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka,
   as are the new builtin functions asort() and mktime().  Thanks to Juergen
   Kahrs for the original work to implement this excellent feature, and to
   Arnold Robbins for including it in Gawk.  That libawka will now be
   distributed under the GNU General Public License (GPL) rather than
   LGPL as a result of having to include some code from Gawk.  The previously
   separate dfa library is now absorbed into libawka, and the -d command-line
   option for awka removed as it is no longer needed.

so revise the PLIST, removing dfa.h and libdfa.a accordingly
2002-06-27 15:58:30 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
jlam
8563318b2d * Properly buildlinkify,
* use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround,
* and fix dynamic loading on NetBSD ELF platforms by explicitly linking
  libc.so into the dynamically loadable modules.  This requires bumping
  the PKGREVISION to 2.
2002-06-23 05:13:10 +00:00
wiz
3426dbe578 Remove camlp4 -- the directory doesn't exist any longer. 2002-06-20 15:57:21 +00:00
jschauma
3ae32f342c Disable camlp4 (obsoleted since inclusion in ocaml 3.04) 2002-06-20 15:51:07 +00:00
jschauma
8303d36457 Package obsoleted since inclusion in ocaml 3.04. 2002-06-20 15:50:03 +00:00
jschauma
c9e26a52a6 Actually doing the commit:
> Update to version 3.04 based on patches submitted in PR#16896 by
> Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by
> me, closing that PR.

(Pointed out by Takahiro Kambe)
2002-06-19 02:23:41 +00:00
jschauma
f1273c4492 Update to version 3.04 based on patches submitted in PR#16896 by
Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by
me, closing that PR.

Changes since 3.01:
Too much to list here - see http://caml.inria.fr/ocaml/Changes
Note that this release includes camlp4, thus rendering that package
redundant.
2002-06-18 20:06:01 +00:00
dmcmahill
e8a6573371 fix PLIST and build on mipsel machines where all code is PIC so we don't
need to build a _pic lib.

fixed PR pkg/16302 submitted by
Daniel Senderowicz <daniel@mispibes.SynchroDS.COM>
2002-06-17 04:21:08 +00:00
wiz
28c5495bd3 Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17264 by Lubomir Sedlacik.
2002-06-15 20:57:51 +00:00