1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

1469 Commits

Author SHA1 Message Date
Steve Price
3a839f4932 Update to version 0.29.1.
PR:		19677
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:38:32 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
c3a0ccc33e Add lib/libf2c.so.
Submitted by:	bento
2000-07-05 06:44:50 +00:00
Satoshi Asami
b31ae6124b @dirrm two directories.
Submitted by:	bento
2000-07-05 06:30:52 +00:00
Maxim Sobolev
110fbe8cff Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs. 2000-07-03 15:03:34 +00:00
Maxim Sobolev
eb244dbc22 Update to 1.1. Fix MASTER_SITES, WWW and make it using javavmwrapper. 2000-07-03 14:24:11 +00:00
Maxim Sobolev
a60da334db Revert previous commit (USE_LIBTOOL) - it breaks sawfish. 2000-07-03 10:58:02 +00:00
Maxim Sobolev
fe59157a86 Add USE_LIBTOOL to prevent *.la files from being installed. 2000-07-03 09:34:57 +00:00
Kris Kennaway
a40661f85a Remove extraneous directory on deinstall
Noticed by:	bento
2000-07-03 04:31:53 +00:00
Kris Kennaway
aae4e4ea89 Oops, this is only actually broken (does not compile) on 3.x, so mark it
as such. Also remove an additional .orig file on deinstall, which probably
shouldn't be there at all, but this port was too big and scary to track
down where it came from.

Noticed by:	bento
2000-07-03 02:52:33 +00:00
Kris Kennaway
8694a39609 Broken; does not compile. 2000-07-02 22:08:38 +00:00
Will Andrews
42563e8477 Add oo2c, an Oberon-2 compiler.
PR:		18215
Submitted by:	Oliver Breuninger <ob@seicom.net>
2000-06-30 02:56:21 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Ade Lovett
4f33a6ccab Gnome Basic is an embryonic attempt to provide VB compatible functionality
for the GNOME project, particularly with respect to office (VBA)
compatibility.
2000-06-28 16:09:15 +00:00
John Polstra
b83c006f7c Distfiles have moved to ${MASTER_SITE_LOCAL}. 2000-06-28 15:35:58 +00:00
Daniel Eischen
4c48f0e44d When initializing the GNAT (i386) run-time, initialize the floating point
control word to use 64-bit (extended) precision instead of FreeBSDs
default 53-bit (double) precision.

Submitted by:	Sune Falck <sunef@hem.passagen.se>
2000-06-27 11:27:25 +00:00
Masafumi Max NAKANE
d5f82ef2df Upgrade to 3.3.8.
originally submitted by:	Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
2000-06-26 09:08:28 +00:00
Maxim Sobolev
e66606488c Update to 12.2 2000-06-24 16:19:19 +00:00
Maxim Sobolev
08436d7800 - Use MASTER_SITE_SUNSITE to MASTER_SITES
PR:		19496
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:22:00 +00:00
Neil Blakey-Milner
953c4b2da6 Activate p5-Error 2000-06-22 11:09:13 +00:00
Neil Blakey-Milner
da3e946d3a Import of p5-Error, which provides support for exceptions under Perl 5.
PR:		ports/18826
Submitted by:	Peter van Heusden <pvh@egenetics.com>
2000-06-22 11:07:21 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Thomas Gellekum
9277bdc6a2 Make this actually work. Fix MASTER_SITES while I'm here.
PR:		19259
Submitted by:	Dominic Mitchell <hdm@mistral.co.uk>
2000-06-16 07:38:43 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Joseph Koshy
fb24f30a20 Downgrade the sml-nj port to the current `release' version v110.0.6. The
`sml-nj-devel' port will track working versions of the SML/NJ system.

PR:		ports/18658
Submitted by:	Chris Richards <crichard-freebsd@wso.williams.edu>
2000-06-14 11:09:01 +00:00
Alexander Langer
fc6db6f839 Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.org 2000-06-10 10:25:49 +00:00
Will Andrews
3407fc52b4 Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.
Pointy hat:	will
2000-06-09 22:27:25 +00:00
Will Andrews
a18646a21e Use absolute path for FILESDIR instead of relative path.
PR:		19150
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-09 22:23:35 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Maxim Sobolev
d4d637e326 Add another MASTER_SITE because hermes.terminal.at appears to be dead for a
quite long time.

PR:		19103
Submitted by:	MAINTAINER
2000-06-08 15:30:26 +00:00
Satoshi Asami
e9555fd8d8 @dirrm share/pfe/help
@dirrm share/pfe

Submitted by:	bento
2000-06-07 23:30:08 +00:00
Satoshi Asami
42b607cfc6 Add 78 header files and one manpage, and delete one directory.
Submitted by:	bento
2000-06-07 22:37:42 +00:00
Will Andrews
aa9def47a9 Fix install-info errors that I thought I'd resolved.
PR:		19084
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-07 17:01:30 +00:00
Satoshi Asami
ba7feb96a5 Oops, curses.h isn't built for 3-stable systems. 2000-06-02 18:51:06 +00:00
Satoshi Asami
de25b6b4e0 Add missing file (curses.h). 2000-06-01 16:36:51 +00:00
Ade Lovett
95065990cc Remove GNOME 1.0 dead wood, now we're at 1.2 2000-06-01 16:30:32 +00:00
Satoshi Asami
c143940dbc Gotta tell bsd.port.mk about DEINSTALL.tclsh. 2000-05-31 20:48:00 +00:00
Tim Vanderhoek
45238af353 The pkg/PLIST learned how to support symlinks more than a year ago. 2000-05-31 18:35:19 +00:00
Tim Vanderhoek
8d4fc29a87 Be aware of otclsh and tclsh8.1_r 2000-05-31 18:31:17 +00:00
Tim Vanderhoek
29870c686d PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from
${PKGDIR} if DEINSTALL.tclsh exists there.

Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl.  The latter
two technically don't need it since they depend on another library
which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing
them anyways as a defensive measure.
2000-05-31 18:17:39 +00:00
Tim Vanderhoek
b766e9ce16 Let the user know about itcl installations, too. 2000-05-31 17:45:53 +00:00
Tim Vanderhoek
7ab809f56b Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh. 2000-05-31 17:41:14 +00:00
Satoshi Asami
b09f8b0b6d @unexec rmdir needs %D in pathname.
Found by:	bento
2000-05-30 21:02:09 +00:00