Commit Graph

570 Commits

Author SHA1 Message Date
espie
9193bf94bf Clean-up.
- should obey CFLAGS (more or less) now.
- update to recent bsd.port.mk conventions.
- fix manpage.
- build the compiler and create a separate package for it.
2001-04-08 16:41:49 +00:00
jasoni
e90d09e98c move comments to makefile 2001-04-07 19:09:19 +00:00
naddy
de74fca2a8 regen; sync libtool patches 2001-03-31 19:20:09 +00:00
naddy
638981a1fd - Update to 2.25.
- Pull COMMENT into Makefile.
- Switch to .bz2 distfile.
- New maintainer; ok jsmith@mcs.drexel.edu.
- Doesn't build on powerpc either.
Partly submitted by Shell Hung <i@shellhung.org>.
2001-03-31 11:51:05 +00:00
espie
226abb2133 Perfectly happy on i386.
naddy, send me a broken build log on i386 if you want to convince me...
2001-03-30 13:57:06 +00:00
jasoni
79bbd136b1 move comment to makefile 2001-03-29 16:54:04 +00:00
naddy
6e3f36c148 Mark BROKEN. Doesn't build. 2001-03-29 13:43:58 +00:00
kevlo
7bf9210413 Add jikes. 2001-03-27 01:59:40 +00:00
ian
13b9ce4ace Initial port of Jikes, fast Java compiler 2001-03-26 16:48:21 +00:00
todd
0421c85fc6 move COMMENTS to Makefile's 2001-03-26 15:58:17 +00:00
wilfried
204cad984b respect CFLAGS, ok naddy@ 2001-03-26 08:51:11 +00:00
wilfried
03dc25d937 respect CC/CFLAGS, ok naddy@ 2001-03-26 08:49:09 +00:00
wilfried
663a54074e fix PLIST 2001-03-26 08:42:46 +00:00
espie
6c65483de7 fix shared library name.
Remove COMMENT while I'm at it.
2001-03-23 14:12:32 +00:00
espie
be62b269a0 The readline in tree is now okay. 2001-03-23 01:57:09 +00:00
espie
2b12dd6cf0 Use new bsd.port.mk to set FULLPKGNAME correctly. 2001-03-22 00:28:33 +00:00
wilfried
5bd1bdcfb8 add a space between 'COMMENT-c++' and '=' to prevent make to
think we wanted to add '+=' something to 'COMMENT-c+'
also for PKGNAME-c++
2001-03-21 14:44:01 +00:00
wilfried
a2189846be must enclose COMMENT in quotes if it contains shell meta-chars 2001-03-17 16:15:50 +00:00
espie
f2d3c18e2e Simplify 2001-03-16 15:53:15 +00:00
espie
ad06c38a89 add squeak 2001-03-13 23:00:14 +00:00
espie
e097d3ab2a squeak smalltalk system.
This is 3.0 pre-release 2, largely stable enough to be fun.
2001-03-13 22:59:14 +00:00
wilfried
032d0dd092 respect CC/CFLAGS 2001-03-12 17:34:56 +00:00
brad
00cf8b9a47 don't hardcode compiler when linking the shared library. 2001-03-08 02:25:34 +00:00
avsm
61040551d3 correct bad LIB_DEPENDS 2001-02-27 07:56:11 +00:00
kevlo
a7deb80fbe Fix misleading messages 2001-02-27 01:29:57 +00:00
kevlo
88e9a7c437 Fix misleading messages.
Noticed by Brian Kifiak <bk@rt.fm>
2001-02-26 06:36:18 +00:00
obecian
db81d7e2b8 LIB_DEPENDS= tk83.1.3:x11/tk/8.3
should be
LIB_DEPENDS=    tk83.1.3::x11/tk/8.3

reported by Cameron Lerch <opcode@skylab.saturn5.yi.org>
2001-02-25 06:51:04 +00:00
danh
99ed696d38 add maintainer's real name 2001-02-25 04:43:59 +00:00
espie
129dbeb084 Need empty flavor to make sure those are built, instead of default flavor. 2001-02-22 21:52:56 +00:00
danh
0315ef6909 add HOMEPAGE 2001-02-21 17:58:20 +00:00
danh
7fcda88885 update to librep 0.13.4; change maintainer to robbie@g7.org 2001-02-21 17:56:26 +00:00
espie
cf100d4524 Update to ruby 1.6.2 2001-02-21 17:17:17 +00:00
espie
8d134248eb Disable readline recognition for now, as our readline is much too old
for it to make sense.
2001-02-21 16:51:45 +00:00
danh
505896493a sync libtool patches 2001-02-20 20:41:00 +00:00
danh
fb33f8e9fb sync libtool patches 2001-02-20 20:35:13 +00:00
ian
3d70efbc0f CVS missed this file 2001-02-12 19:19:19 +00:00
ian
680eba854d Bump version 1.0.5 -> 1.0.6; unbroken with libgmp port. 2001-02-12 18:21:25 +00:00
espie
7d327154de Provide a specific value for INSTALL that allows building to proceed
as non-root.
2001-02-12 13:54:25 +00:00
espie
5c607e6222 Probably needs to be updated to match the newer libgmp in ports. 2001-02-12 13:02:25 +00:00
espie
7fd9ca6ca6 +scheme-report 2001-02-03 20:46:43 +00:00
espie
7b67c22b0f revised^5 report on scheme 2001-02-03 20:45:37 +00:00
espie
4dabdfce4d slib split into a separate port 2001-02-03 20:42:45 +00:00
espie
518b16426f Sigh, going to all that effort to add an underscore and then call dlsym
on the wrong name.
2001-02-01 12:26:14 +00:00
espie
f0dc872c35 Clean up a few details.
- segregate slib in a separate directory, install a few more files for it
(ready for a separate package, whenever we get another scheme).
- let dynamic loading work on archaic a.out systems.
- install a few more *.scm programs. Probably misses a few files for a
full infrastructure to build other extensions (should create a libscm.a
on static systems ?)

- allows for x11 extension, even though it's very basic.

Flavorize it.

Issue: flavor sicp ?
2001-01-31 22:51:39 +00:00
espie
ba7e880e1d Add regex feature (just needed to tell scheme it doesn't need to grab
-lregex)
2001-01-31 14:16:47 +00:00
espie
fe7811a685 Regen list of packages at install time 2001-01-31 14:03:33 +00:00
espie
f11b815383 + HOMEPAGE 2001-01-30 15:31:37 +00:00
espie
57e42edad1 Add scheme interpreter 2001-01-30 15:01:17 +00:00
espie
baca2d66a2 Scheme port, loosely based on FreeBSD port.
Still needs some work (check that shared libraries work, add X11
support...)
2001-01-30 14:59:19 +00:00
jasoni
18114b4a1f - depend on gmp port 2001-01-19 06:59:12 +00:00