Commit graph

26 commits

Author SHA1 Message Date
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
agc
89df1cc483 :g/x86/s//${ALT_ARCH}/g 2004-10-05 21:18:11 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
agc
3171cddfb2 Update the dylan-interpreter to version 2.3.11 from 2.3.6
Fixes build problems shown up on various bulk builds.

2.3.11 has support for NetBSD/i386 as standard, so I've brought the sparc
and ppc support forward from previous pkgsrc patches.

2.3.11 no longer includes its own version of the Boehm GC malloc package,
so add the boehm-gc buildlink3.mk file to the package Makefile.
2004-09-30 10:53:19 +00:00
snj
2b4de54e87 Convert to buildlink3. 2004-05-09 02:26:14 +00:00
jlam
e6ef33712d Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the
local libtool.m4 file.
2004-02-20 23:45:43 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
reed
aa42f1c5ce Capitalize first letter of COMMENT. 2003-12-09 00:54:29 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
jmmv
4b2b159f8f Line up PKGREVISION whitespace. 2003-05-05 16:36:34 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jlam
4cddc3c609 buildlink1 -> buildlink2 2002-11-14 21:45:52 +00:00
wiz
30140956a8 regen 2002-10-10 11:09:45 +00:00
wiz
66b587d217 Use automake.mk. Adapt PLIST. 2002-10-03 14:25:04 +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
fredb
de93c427af Add missing file. 2002-03-18 07:04:57 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
agc
ba81ada7ed Add a build dependency on autoconf for the dylan packages - fixes a
problem noted in recent bulk build results, and pointed out by Thomas
Klausner.
2002-01-21 11:20:40 +00:00
agc
a6a411fbed Don't use Darwin cc options on NetBSD. 2002-01-16 12:32:34 +00:00
agc
0d8ef5362b Additional diffs for NetBSD/sparc and NetBSD/powerpc. 2002-01-16 11:52:45 +00:00
agc
e38c4b9327 Use ${DYLAN_VERSION}, instead of a hardcoded 2.3.6, in the Makefile.common,
Makefile and PLIST files, using PLIST_SUBST accordingly.

Also use an ALT_ARCH definition, with PLIST_SUBST, to make the two PLISTS
more generic, and set up ALT_ARCH accordingly.
2002-01-16 10:42:49 +00:00
agc
58580b22ac Initial import of the Gwydion Dylan interpreter, version 2.3.6, into
the NetBSD Packages Collection.

Dylan is an object-oriented, dynamic, infix, garbage-collected
programming language with support for multiple inheritence, multiple
dispatch (an advanced form of polymorphism), typed and untyped
variables, closures and exceptions.  Dylan also supports pattern-based
hygenic macros.  These allow you to define new control constructs and
fully integrate them with the language.

Dylan (theoretically) combines the performance of C or C++ with the
rapid development of Perl and the expressiveness of LISP.  It looks
similar to C or Pascal, so experienced programmers can learn to write
simple programs quickly.

Gwydion Dylan provides two implementations of the Dylan programming
language:  Mindy and d2c.  Mindy is bytecode compiler and interpreter,
and d2c is a Dylan-to-C compiler.  Mindy compiles programs quickly,
but the resulting executables run slowly.  On the other hand, d2c
compiles programs slowly, but they run quickly. This package contains
mindy.

Gwydion Dylan was originally written by the Gwydion Group at CMU as
part of a research project studying advanced hypercode development
environments.  It is now maintained by a group of volunteers.

For just now, the only supported platform is NetBSD/i386, but they
are fairly easy to add, so all contributions gratefully received.
2002-01-15 20:08:43 +00:00