Commit Graph

900 Commits

Author SHA1 Message Date
espie
9e13ee767a don't package pic/libiberty.a, since it's not always built. 2002-05-29 00:41:58 +00:00
espie
5c121603a7 Move a few files where they belong.
Introduce Ada packing-list.
2002-05-29 00:30:54 +00:00
espie
29164403d9 Seems that java is compiling alright too...
ada will be a tougher matter...
2002-05-28 01:13:46 +00:00
espie
88317a7622 Update to gcc 3.1, should compile at least on i386. 2002-05-27 16:58:29 +00:00
wilfried
18de2f05bf Update to gawk-3.1.1 2002-05-15 08:02:52 +00:00
espie
8e0401df9e More MASTER_SITES_SUBDIR out 2002-05-13 23:31:24 +00:00
naddy
b915991f69 replace %SUBDIR% usage 2002-05-13 12:23:49 +00:00
wilfried
157cd20d96 bye MASTER_SITES_SUBDIR 2002-05-13 08:18:19 +00:00
matt
debc4b10c2 > Changes by: brad@cvs.openbsd.org 2002/05/11 19:05:49
>
> Modified files:
>         lang/python/2.2/patches: patch-configure_in
>
> Log message:
> fixes for shared lib support

if it's good enough for 2.2, it's good enough for 2.1
2002-05-12 19:32:41 +00:00
brad
2ca43de5eb fixes for shared lib support 2002-05-12 01:05:49 +00:00
matt
585f78ec56 - 2.2 -> 2.2.1
- annotate patches submitted to Python patch tracker
- 100% license compliance: install CHANGES.OpenBSD file
2002-05-11 21:35:13 +00:00
pvalchev
e6853897ea + hugs 2002-04-27 20:09:44 +00:00
wcobb
c67789c880 Hugs 98, from maintainer.
Hugs 98 is a functional programming system which provides an almost
complete implementation of Haskell 98.
2002-04-27 06:16:18 +00:00
matt
4a6074040c teach testsuite about OpenBSD >= 3.0 2002-04-19 12:54:13 +00:00
matt
9b44287b51 upgrade to 2.1.3
2.1.3 has very few improvements over 2.1.2, but the most important
are some thread-safety fixes that were causing heavily loaded Zope
sites to keel over.
2002-04-19 12:19:30 +00:00
brad
5f23fa06f4 OpenBSD threads. 2002-04-16 03:40:02 +00:00
espie
8963b84279 Fix regress target 2002-04-15 07:25:31 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
naddy
586a9519dc Do not include mkpasswd example script, which conflicts with the
net/bnc command of the same name and as distributed produces
incredibly insecure passwords.  ok niklas@
2002-03-29 22:18:46 +00:00
pvalchev
cb08f55831 signal.h needed for protos and zergs 2002-03-29 07:09:51 +00:00
wilfried
eabe27475e add minor number to sharedlib, ok espie@ 2002-03-27 13:29:15 +00:00
pvalchev
724f243e9b - workaround for powerpc suggested by espie
- add libtool patches for squeak to properly build on ELF arches
2002-03-25 01:00:53 +00:00
brad
160c224e3a don't bother trying to build on unsupported archs 2002-03-24 22:47:39 +00:00
brad
df8f11f231 MACHINE vs. MACHINE_ARCH problem, change SUB to use MACHINE_ARCH to fix the generated PLIST. Fixes breakage on powerpc systems, should fix m68k too. 2002-03-24 22:38:50 +00:00
espie
0ea73ef364 real 3.0 has been out forever... 2002-03-24 16:31:39 +00:00
matt
240c522768 fix dependencies
- subpackage @pkgdep -> RUN_DEPENDS
- no no_tkinter shouldn't unconditionally add LIB_DEPENDS of tk
2002-03-23 04:34:22 +00:00
espie
e82b62f79c Bump NEED_VERSION 2002-03-21 21:09:16 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
couderc
bb1f18eb5d Add ruby module, ok espie@ 2002-03-17 22:29:02 +00:00
drahn
f09bd9153d Fix vararg handling where code wants to double parse varargs data. ok matt@ 2002-03-16 15:24:26 +00:00
krw
7105baeb90 Update to version 1.6.7.
The release of 1.6.7 was brought to my attention by
John.Jeffery@jpj.com.au.
2002-03-16 01:03:56 +00:00
pvalchev
a9c87139c3 when you disable dynamic loading on a shared platform, NO_SHARED_LIBS needs
to be set to Yes, otherwise PFRAG.shared files get read anyway...
XXX someone may want to see why dynamic loading is disabled in the first place
2002-03-13 22:15:59 +00:00
lebel
b6b1da773e XXX workaround a gcc optimization bug on sparc64 (for sha1.o) 2002-03-06 18:59:21 +00:00
naddy
274bf7f109 better 2002-03-02 19:38:04 +00:00
naddy
98cdcbd01a +intel2gas 2002-03-02 19:25:54 +00:00
naddy
38bdcc9b5f Import intel2gas 1.3.3.
Submitted by Vincent Derrien <vincent.derrien@free.fr>.

Intel2gas is a small text parser that can convert assembler source
written in NASM syntax to gas syntax.  And nowadays more often also
the other way.
2002-03-02 19:24:50 +00:00
kevlo
1ad8d24ed2 - upgrade to version 1.0a7
- bump NEED_VERSION
2002-02-28 15:21:32 +00:00
matt
1ee8599ea4 Restore shared libpython. The problem was that pthreads' 64k stack
size is not adequate for some of the complex processing that Zope
does, and -fPIC was aggravating that condition.  Now, if we're using
shared libs, up the stack size to 128k.

Also remove some stray files that never should have been committed
in the first place.
2002-02-25 21:25:37 +00:00
krw
443f9e4716 libruby.so.1.6.6 -> libruby.so.1.66. From Couderc Damien. 2002-02-23 14:10:48 +00:00
naddy
05cc8bd526 +ezm3 2002-02-23 12:31:34 +00:00
naddy
4c17e1e178 Import ezm3-1.0; adapted from espie@'s lang/pm3 port.
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.
2002-02-23 12:30:08 +00:00
krw
07c7462da1 Update to version 1.6.6.
Remove files/* in favour of distinfo.

Update master sites to ones with 1.6.6, drop unresponsive sites
and those who still don't have 1.6.6.

Cosmetic whitespace adjustments in Makefile.
2002-02-21 00:48:11 +00:00
matt
518c580e61 test code crept in, oops 2002-02-15 19:55:14 +00:00
matt
fa5b2ea85c Update Python dependencies. 2002-02-15 19:53:42 +00:00
matt
cf056f6c83 Python 2.1.2 and Python 2.2.
Major changes:

- no more threads flavor, threads is now the default.

- subpackage modules that depend on other packages instead of having
largely redundant flavors (unless platform has no shared libs, then
flavors count again)

- shared libpython stuff disabled until someone can figure out why
it makes Zope crash
2002-02-15 19:42:18 +00:00
wilfried
ec16b26937 add gawk 2002-02-12 15:47:31 +00:00
wilfried
bebb1c905f Import of gawk-3.1.0
The GNU AWK utility, a pattern scanning and processing tool
2002-02-12 15:45:45 +00:00
pvalchev
8aa544c9c1 fix this on sparc64 - use -fPIC, not -fpic 2002-02-05 22:33:49 +00:00
pvalchev
bf54d96348 -O0 on sparc64 to workaround gcc bugs 2002-01-30 21:17:26 +00:00
jsyn
915a051140 back out part of change; my bad 2002-01-25 23:46:33 +00:00
jsyn
0b7140939b these are sorted too now 2002-01-25 23:11:06 +00:00
brad
1cd5003fa1 - use MASTER_SITE_BACKUP, original dist site does not contain the
distfile. Pointed out by: Zak <zak@cyberpunkz.org>
- rename checksums file
- add regress
2002-01-10 15:02:19 +00:00
espie
d9d61d37ca forgot the checksum 2002-01-05 11:00:40 +00:00
espie
79c7ab5123 switch to real 3.0.3 distrib, the 3.0.2 + 3.0.2-3.0.3 patch was only
because of faulty net connectivity.
2002-01-05 11:00:03 +00:00
espie
34fa96d086 forgotten file 2002-01-01 09:32:27 +00:00
espie
84763e2c13 3.0.3, at least working on i386.
Rename libstdc++ to libestdc++ to avoid confusion with /usr/src
2002-01-01 01:21:18 +00:00
pvalchev
0ad073a081 Fix PLIST on ${MACHINE_ARCH} != i386 2002-01-01 00:51:50 +00:00
pvalchev
19afd26ab0 remove libdl hacks from here, too 2001-11-21 00:45:21 +00:00
pvalchev
b454511cb8 libdl hacks no more 2001-11-20 07:21:17 +00:00
jasoni
428a49333b add regress target 2001-11-16 22:18:27 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
heko
16013d5acf Use libungif instead of libgif.
brad@ ok
2001-11-10 11:13:48 +00:00
shell
90eec6783e oops.. missed '\' in my last commit.
reported by Kenneth R Westerback <kwesterback@home.com>
2001-11-06 17:40:31 +00:00
shell
db677c6d74 new MASTER_SITES, ok jasoni@ 2001-11-05 22:46:53 +00:00
kevlo
1a57c9f2ae upgrade to version 1.15
--
Ok'd by maintainer
2001-11-02 07:51:58 +00:00
espie
f5575afe98 gcc 3.0.2. Some patches gone.
Rename packages for various reasons.
2001-10-31 18:46:28 +00:00
krw
ee850e05b4 Fix HOMEPAGE. Noted by Sebastian Stark. 2001-10-29 23:01:07 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
brad
90159fbd3d deal with threads properly on OpenBSD. 2001-10-28 01:52:44 +00:00
marc
b84b6a1c52 Remove .orig files accidently commited; OK espie@ 2001-10-27 19:06:18 +00:00
brad
2e3c79152a - only enable threads FLAVOR by default on i386.
- mark threads usage BROKEN on anything other than i386 for now.
- suggest using env when trying to set FLAVOR variable from command line.
- simplify Makefile a bit and push some of it out into the autoconf script where it properly
belongs.
2001-10-27 03:01:53 +00:00
kevlo
a0ec256eca fix CATEGORIES and bump NEED_VERSION 2001-10-26 06:57:10 +00:00
kevlo
9513d43f13 - upgrade to version 8.3.4
- fix CATEGORIES
- bump NEED_VERSION
2001-10-26 06:48:13 +00:00
krw
f343329aa3 Update to 1.6.5 2001-10-26 01:25:05 +00:00
krw
00dcd179d8 Update ruby port to 1.6.4. Take over as maintainer. ok espie@. 2001-10-26 00:35:51 +00:00
brad
db3b6acb30 use gettext module. 2001-10-25 03:04:18 +00:00
brad
8ca62b899e We get 64bit bins by default on 64bit archs. There is no need to add
this crap.
2001-10-24 14:37:53 +00:00
brad
c94dbc0f68 sync with update-patches 2001-10-24 14:34:08 +00:00
naddy
3793f36d89 As previously discussed, remove python15 which has long been superseded
by python version 2.
2001-10-24 12:22:01 +00:00
naddy
9b5bbcce2e fix fake step 2001-10-20 13:31:26 +00:00
naddy
7792a9b4b1 if we install a shared lib, we also need DYNLIBDIR; ok brad@ 2001-10-19 14:32:08 +00:00
naddy
f35f396730 fix on ELF architectures; from drahn@ 2001-10-18 18:52:51 +00:00
drahn
b1b48e4d7c Patch to fix python15 for OpenBSD ELF. 2001-10-16 18:46:00 +00:00
brad
df33eaa1f8 fix dependency entries for gmp. BUILD_DEPENDS -> LIB_DEPENDS. 2001-10-16 16:34:01 +00:00
naddy
425dc928fa do not pick up db3 in bsddb extension 2001-10-16 15:46:51 +00:00
naddy
7031aca6ff - openbsd2 -> openbsd3; pointed out by brad@
- add RCS Ids while we're here
2001-10-16 15:38:15 +00:00
naddy
9aa4caea7c master site has moved; from kjell@ 2001-10-15 14:41:10 +00:00
espie
9589e17003 Don't patch config.guess when we are going to overwrite it anyways...
Rename other patches.

Brute force FAKE. Easier than I would have thought.
2001-10-14 17:24:12 +00:00
wilfried
11e2d20a5b sparc64 is a 64bit platform, ok espie@ 2001-10-12 13:41:05 +00:00
wilfried
f0b14fd592 Don't use threads as default FLAVOR for sparc/sparc64, ok espie@ 2001-10-12 13:40:14 +00:00
espie
63b02ec8fd gcc 3.0.1 regression tests want dejagnu >1.4, for libstdc++-v3 testing. 2001-10-10 15:09:09 +00:00
pvalchev
31d940450e - Link with -ldl on all ELF platforms
- Rename patches while here
2001-10-10 04:17:40 +00:00
pvalchev
7e2cbb50f7 Link with libdl on all ELF platforms, instead of fixing those for every
case one by one; fixes alpha.  Relies on __ELF__ being predefined.
tested on i386, ppc, alpha
2001-10-10 01:01:44 +00:00
espie
76c4361172 fit tests into regress framework. 2001-10-08 19:10:03 +00:00
matthieu
dc071bd1b3 First pass at getting tcl 8.3 working on sparc64.
A number of regression tests fail though. ok pvalchev@
2001-10-08 09:21:38 +00:00
wilfried
048ef2af44 not for sparc64 2001-10-07 22:41:46 +00:00
espie
9a85c1b3f1 Run testsuites... some minor problems. 2001-10-07 14:20:13 +00:00
espie
1b20c8506f More regression tests.
- the tcl ports need a home for file tests to work.
- the tk ports need built tcl to run.
- all of this marked as interactive, and it's not even clear how to run
the tclsuite to completion yet...
2001-10-07 11:35:39 +00:00
naddy
9ce5340d9c proper MODGNU_CONFIG_GUESS_DIRS 2001-10-06 21:54:38 +00:00
espie
b1c51dd7e7 Adapt to regress framework 2001-10-06 17:45:06 +00:00
naddy
c3277b1b6a -fPIC, damn it 2001-10-05 23:25:12 +00:00
espie
957deb2297 No use building it right now, since stable/ is more recent. 2001-09-30 19:36:46 +00:00
espie
148ac2169e python lib is large enough to necessitate PIC on sparc.
found my naddy@
2001-09-29 14:41:35 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
espie
47296c6fec shared libpython. ok jasoni@ 2001-09-24 16:54:24 +00:00
espie
3a0cf8ed4d Update dependencies (kill first part when needed).
Update japanese/README... 2.4 is looong past.
2001-09-19 16:03:09 +00:00
naddy
237113619c openbsd2 -> openbsd3 2001-09-16 16:21:50 +00:00
espie
82cc44ae52 shared libs 2001-09-15 11:51:35 +00:00
brad
f3ce4b9b3f typo 2001-09-14 15:24:15 +00:00
espie
8ae06fad92 One GLOBAL_OFFSET_TABLE to fix... 2001-09-12 22:15:53 +00:00
espie
d57441d59e kill some warnings, should help cross-compilers 2001-09-12 22:15:22 +00:00
espie
d7cb30421a Ensure local labels are marked as local, so that GOT/GOTOFF happens. 2001-09-12 22:12:54 +00:00
heko
d39ffb7312 Handle LOCALBASE != /usr/local, X11BASE != /usr/X11R6, pass on
CC and CFLAGS
ok: maintainer angelos@
2001-09-11 22:21:51 +00:00
heko
a38e5d6d53 From Yozo TODA <yozo@imit.chiba-u.ac.jp> (minor cleanups from me):
o Upgrade to camlp4-3.02, remove now obsolete patch
o Make a SUBPACKAGE -doc
o Add RUN_DEPENDS for ocamlrun
From me:
o HOMEPAGE
o Fix MASTER_SITES, information from HOMEPAGE
o Append some stuff to DESCR from HOMEPAGE
Maintainer angelos@ ok'd Yozo's changes
2001-09-11 12:16:32 +00:00
miod
8eba78ca86 Typos 2001-09-10 23:55:11 +00:00
pvalchev
6a08d46def machine -> arch -s to reflect powerpc-based ports name change
and make this work again
2001-09-08 18:20:29 +00:00
espie
c1a4d7b8b6 Fix modula3 for removed gas work-around.
Noticed by Kenneth R Westerback
2001-09-07 16:47:23 +00:00
espie
67e2cfd559 Synch w/ src 2001-09-05 08:26:37 +00:00
fgsch
5886007f18 Uses threads. 2001-09-05 02:55:14 +00:00
jasoni
5758c9fa1d update pkgdep and pkgcfl; thanks shell@ 2001-09-01 17:51:30 +00:00
fgsch
dde44d8c62 add missing directories from dirrm; espie@ ok. 2001-09-01 11:43:06 +00:00
jasoni
5a086ebf0c put all tk modules that depend on tkinter into the tk flavour.
- noticed by shell@
2001-08-31 22:53:26 +00:00
brad
5e75485fff can use pthreads but does not at the moment 2001-08-30 02:12:26 +00:00
espie
64d78e030e 3.0.1 is out. Remove integrated patches.
Tweak packing-lists.
Put USE_GMAKE in for now...
2001-08-22 09:03:04 +00:00
angelos
9b86df13e9 Update to ocaml 3.02 --- from bk@rt.fm 2001-08-22 00:32:00 +00:00
jasoni
7beb4cee40 typo; Nikolay.Sturm@desy.de 2001-08-21 04:10:24 +00:00
naddy
703ff481b8 needs USE_GMAKE 2001-08-10 22:58:56 +00:00
pvalchev
0df2df98b8 build correct shared libraries on ELF platforms. tested on powerpc, ok brad 2001-08-04 18:10:35 +00:00
jasoni
907c00ccbf add another master site 2001-08-02 20:13:43 +00:00
shell
8645b21fe3 Use MASTER_SITE_SOURCEFORGE
Report by Oscar Sznajder <os@atina.ar>
2001-08-01 02:38:30 +00:00
brad
877df75672 - make -> ${MAKE_PROGRAM}
- remove subshell
2001-07-29 04:20:16 +00:00
jasoni
eeb65d96b7 oops, remove unneeded commented out line 2001-07-29 02:49:04 +00:00
jasoni
27568fd3d2 update to 2.1.1; bugfix release 2001-07-29 02:47:21 +00:00
matt
e767c8537a modernize, resp CFLAGS, use cc instead of ld for so's (ok jasoni@) 2001-07-28 18:43:49 +00:00
pvalchev
350d5aac24 PREFIX -> LOCALBASE 2001-07-27 05:06:43 +00:00
matt
82432e61f0 modernize, resp CFLAGS, use cc instead of ld for so's (ok jasoni@) 2001-07-21 00:46:00 +00:00
jasoni
cf828b2ab0 fix flavor message; thanks heko@iki.fi 2001-07-19 18:07:14 +00:00
shell
9848bc7e40 ByeBye ! 2001-07-18 14:02:52 +00:00
shell
444d10b721 Upgrade to 2.27
- Remove not-used patches
- Add patch for libiconv
- fixes non-root users to 'make configure' problem
2001-07-18 13:56:29 +00:00
espie
5e1c3c14ed Some fixes:
- patch libstdc++-v3/libmath to unconfuse libtool.
- sparc needs the same fix as i386 to not emit bogus frame info.
2001-07-13 14:06:53 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
espie
6b037f9bb3 Oops 2001-07-11 10:58:36 +00:00
espie
ab7e12efd2 Oops... Heikki, Fries. 2001-07-10 09:38:32 +00:00
espie
178fb96cfe Slightly better configuration:
- add patches from OpenBSD-current, to multilib libgcc as -fpic
- fix asm emitting code on i386, to avoid dwarf2 stuff. Similar patches
may be needed for other a.out arches...
- fix comment on i386.
- add -L/usr/lib/debug.
- finish -shared support.

Misc. configury:
- try to ensure libffi, libjava, fastjar will configure. So far, ld dumps
core in libjava though...

Use gmake for now, as it does not build completely with our make...

Still missing shared library pieces...
2001-07-09 10:26:18 +00:00
jsyn
29245d0ccb strip tclsh8.0 binary; ok niklas@ 2001-07-05 23:07:48 +00:00
espie
b8c8f1d29d Needs a recent version for MACHINE_ARCH to be substituted. 2001-07-04 18:24:46 +00:00
espie
07e3da1246 Fix DIRECTORY for fetch 2001-07-04 15:37:20 +00:00
espie
0525268b7f ...and I also forgot those. 2001-07-04 15:21:19 +00:00
espie
2e243130d2 Forgot that file 2001-07-04 15:14:04 +00:00
espie
a8e8cca603 Preliminary port of gcc 3.0.
Currently, bootstraps C and C++ on i386.

This is definitely not complete yet. Lots of libtool patches, and local
changes to 2.95.3 (such as proper -shared support) are missing,
but this should allow people to start banging on it.
2001-07-04 15:07:28 +00:00
kevlo
be2fe737cd strip binaries
--
Submitted by jysn@
2001-07-04 07:08:16 +00:00
espie
ad6116631a less verbose 2001-07-03 13:27:38 +00:00
espie
ece614c735 and new checksum as well... 2001-07-03 13:23:18 +00:00
espie
e9d3c1f5f6 Moved the new PLISTs to a wrong location... 2001-07-03 13:22:13 +00:00
espie
b83228e8e8 Bump to 9.4 as well. 2001-07-03 13:17:23 +00:00
espie
d1d3f56d98 Update to icon 9.4.
Most local patches are no longer necessary.
Many thanks to Gregg Townsend for working with me on this one.
2001-07-03 13:13:02 +00:00
jsyn
5a1e3cbf5b add binary stripping; ok espie@ 2001-07-03 06:34:53 +00:00
shell
bee5b948cc - Minor upgrade to 2.1a (359) 2001-06-20 11:29:18 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
danh
0860a28ece enable readline support 2001-06-18 15:21:31 +00:00
kevlo
6a9a00d352 - upgrade to version 1.14
- update HOMEPAGE
- bump NEED_VERSION
--
No response from maintainer
2001-06-18 04:08:17 +00:00
jasoni
990d1f6361 Upgrade to Python v2.1. 2001-06-05 17:00:21 +00:00
shell
92641ad9cc - Modifly MASTER_SITES 2001-05-30 10:46:45 +00:00
shell
17518d6c85 - Upgrade to 2.26
- Regen patches
2001-05-25 19:40:05 +00:00
kevlo
5383140a88 Bump major rev in png dependeny entries after upgrade of png:
png.1 -> png.2
--
Ok'd by: brad@
2001-05-24 02:27:06 +00:00
kevlo
ab61ccd6bb upgrade to version 8.3.3 2001-05-12 08:56:57 +00:00
lebel
5137d97f38 lang: integrate COMMENT, bump NEED_VERSION. 2001-05-06 01:27:52 +00:00
espie
7385e85605 +pm3, +cvsup
register conflicts with cvsup-bin packages.
2001-05-05 22:20:35 +00:00
espie
38626b7019 Polytechnique modula3.
This is a work in progress, that only works on i386 for now.

TODO: revisit packaging, port to other arches, change the name,
make sure the gcc config is right.
2001-05-05 22:09:19 +00:00
espie
b186afd8b2 , -> : in flavor deps. 2001-05-05 21:28:04 +00:00
espie
9767b3b32c Repair sound.
ossaudio should be somewhat documented, having to go to the source to
discover that fragments is unsupported, and that this is what freezes
squeak, is beyond lame.
2001-04-23 16:24:18 +00:00
avsm
0fdf923ea7 mark as broken on powerpc for now (internal compiler error from gcc) 2001-04-22 23:20:40 +00:00
wilfried
50eef9f0b3 give unnumbered ports a version number 2001-04-19 10:41:14 +00:00
wilfried
32fef9888d use version number instead of the unused variable VERSION 2001-04-19 10:30:42 +00:00
shell
b0165f9059 Change MAINTAINER email address 2001-04-17 06:26:52 +00:00
ian
a220e1dd0a Fullname in MAINTAINER, take II 2001-04-16 12:02:19 +00:00
ian
fe6c36bc69 Fullname in MAINTAINER; use ${HOMEPAGE} in DESCR. 2001-04-16 12:00:38 +00:00
avsm
fe6f5237b1 type in HOMEPAGE: idm.com -> ibm.com 2001-04-16 02:33:07 +00:00
espie
9a8f376a0c Update name 2001-04-15 17:39:39 +00:00
espie
319612b2c3 Update conflicts 2001-04-15 17:39:23 +00:00
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