1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

481 Commits

Author SHA1 Message Date
Joshua Peck Macdonald
079520adb0 I checksummed the wrong release. 1998-04-23 22:53:52 +00:00
Joshua Peck Macdonald
b226a12661 Install the missing headers, use glib when available.
PR:		6381
1998-04-23 07:08:15 +00:00
Matthew Hunt
aadb6f143c Activate xquote. 1998-04-22 14:08:59 +00:00
Matthew Hunt
a623d85bee Import of xquote, which gets stock quotes over the network.
PR:		5431
Submitted by:	ian@majesticnet.com
1998-04-22 14:07:51 +00:00
Satoshi Asami
aae51ae808 "make deinstall" before the "make package" test, please! 1998-04-21 04:55:38 +00:00
Joshua Peck Macdonald
4a23496b10 This fixes problem #2 reported by pierre.dampure@k2c.co.uk (out
of order includes--this version compiled on a 2.2.6 machine without
problems, though).

Rather than patch it, I cut a new release.

Problem #2 is:

> 1) Though the port depends on GDBM, the configure script does not find
> it; I got that to work by creating ad hoc symlinks for
> /usr/include/gdbm.h and /usr/lib/libgdbm.a --> for some reasons,
> /usr/local/include and /usr/local/lib are ignored (btw, any way I can do
> that "cleanly" for all ports?)

which I haven't touched.  Since the standard gcc doesn't search
/usr/local/include and /usr/local/lib, it is neccesary to have

	CFLAGS=-I/usr/local/include
	LDFLAGS=-L/usr/local/lib

before configure succeeds, but I tried adding those lines to MAKE_ENV
and it didn't help configure (is there a CONFIGURE_ENV)?

Why doesn't it search those paths anyway?  I looked at other ports which
require gdbm and they are no different, it seems they all have this problem,
or their makefiles have hardcoded /usr/local paths in them.

-josh
1998-04-21 00:09:58 +00:00
Matthew Hunt
3fb40c5261 Make this port non-INTERACTIVE. If built using:
make WITH_SETUID=yes
it will install setuid root, and verify system passwords.  Otherwise,
it will not.
1998-04-20 04:41:16 +00:00
Matthew Hunt
bb7cffe74d Restore IS_INTERACTIVE that I improperly removed; if the "make configure"
stage is run by root, "configure" asks whether the program should be
installed setuid, to allow it to verify passwords.

A better solution may be a make variable.

Submitted by:	Joe "Marcus" Clarke <marcus@miami.edu>
1998-04-20 03:17:26 +00:00
Matthew Hunt
039596fd53 Activate gone. 1998-04-20 02:10:42 +00:00
Matthew Hunt
bd766646e1 Imported gone 1.3, an improved version of lock(1).
PR:		6354
Submitted by:	Joe "Marcus" Clarke <marcus@miami.edu>
1998-04-20 02:09:56 +00:00
Joshua Peck Macdonald
7c21ec4fca Upgrade version, add MAN1 variable, make myself maintainer. 1998-04-19 01:18:10 +00:00
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +00:00
Jun-ichiro itojun Hagino
cc3b5de3cc - original distribution updated. (-> 1.0.0)
- the method for removing japanese-oriented code fragment has changed.
1998-04-12 02:21:18 +00:00
Vanilla I. Shu
6d526edd43 Upgrade to 4.1.30, remove my self from MAINTAINER tag. 1998-04-11 20:02:50 +00:00
Jun-ichiro itojun Hagino
bbd9a4ceab the master distribution update (1.02a -> 1.03a) 1998-04-07 22:43:46 +00:00
Masafumi Max NAKANE
8bd2b9a35b Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
Forgotten by:	whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
1998-04-05 04:47:11 +00:00
Vanilla I. Shu
d5106c8dd7 Upgrade to 1.00, and portlint. 1998-04-04 14:03:54 +00:00
Chris Timmons
1845f827af Upgrade for 2.4.0 release. I wish this could have coincided better with our 2.2.6 release. Leave NO_LATEST_LINK for a bit longer while we test. 1998-04-04 06:20:17 +00:00
Steve Price
9e91129f34 Fix the modification timestamp in the extended file display.
PR:		6079
Submitted by:	Greg Lehey <grog@lemis.com>
1998-03-28 14:29:41 +00:00
Thomas Gellekum
15e29a4614 Activate deco. 1998-03-27 11:58:25 +00:00
Thomas Gellekum
3a61dc074a Import deco port. deco is another Norton Commander clone that
seems to be popular in Russia.

PR:		5315
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 11:56:47 +00:00
Thomas Gellekum
7c89ee8453 Activate teapot. 1998-03-27 10:32:48 +00:00
Justin M. Seger
7e1334cd36 Nuke ecc. It's been broken for over 1 year and hasn't been distributed by GNU
for over 2.

Approved by:    asami
1998-03-22 05:10:53 +00:00
Thomas Gellekum
9421a44868 Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
1998-03-20 14:35:31 +00:00
Chris Timmons
571776a8e6 Build from the latest release candidate. Port update facilitated by: The Grateful Dead 1998-03-20 02:06:10 +00:00
Thomas Gellekum
8fd6377c67 Activate xd. 1998-03-16 13:32:39 +00:00
Thomas Gellekum
0e120440a3 Import xd port. xd is a dump utility similar to hexdump with
additional features, such as big endian, little endian and PDP
format input.

PR:		4788
Submitted by:	Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
1998-03-16 13:29:07 +00:00
David E. O'Brien
9f76c1d34b Merge all the patches together so there is one patch / souce file.
(there were more patch files than souce files here :) )

Now merged are the fixes:
ports/1966: Team doesn't support...

ports/2204: Team can hang when stderr is a file
I've seen team hang when stderr is a file.  'top' reports that it is
stuck in lockf.

ports/2203: Team's exit status doesn't indicate if there ...
Team's exit status will be 0 even if there is an I/O error.  The reason
is that the exit status of the "guys" isn't checked.

Submitted by:   dawes@physics.usyd.edu.au (David Dawes)
1998-03-15 20:43:16 +00:00
Steve Price
564f168517 Add MAINTAINER so this portlints clean. 1998-03-15 19:44:16 +00:00
Mark Murray
326a46e24e Remove buffer. This port no longer fetches, and team is better. 1998-03-14 21:01:26 +00:00
Mark Murray
7e45caa48a Remove buffer. Ths port no longer fetches, and team is better. 1998-03-14 21:00:11 +00:00
Vanilla I. Shu
ade893a977 Upgrade to 0.21. 1998-03-14 19:58:42 +00:00
Vanilla I. Shu
d67a302141 Upgrade to 4.1.27. 1998-03-11 06:06:20 +00:00
Vanilla I. Shu
1d3aeb2e64 Upgrade to 2.1. 1998-03-11 02:56:57 +00:00
Thomas Gellekum
3c1fc600e0 Activate xmdiary. 1998-03-09 13:08:55 +00:00
Stefan Eßer
1ecf9ece5a Use $(MASTER_SITE_KDE) 1998-03-06 19:52:23 +00:00
Jun-ichiro itojun Hagino
7b8628fdac wish4.2 friendly. (-kanjifont not allowed) 1998-03-04 06:19:02 +00:00
Satoshi Asami
ca11770837 Add PKGNAME, DISTNAME had two version parts separated by a "-". 1998-03-03 09:32:00 +00:00
Chris Timmons
04ca7fb280 Now on to release candidates for amanda 2.4.0. 1998-03-02 16:09:32 +00:00
Justin M. Seger
8148d231ed Activate ytree 1998-03-02 01:02:56 +00:00
Justin M. Seger
454dc1e81f Import of ports/misc/ytree
Ytree is a nifty  filemanager  similar to xtree.
With  some  helper-applications  (zip/zoo/tar etc.)
you can also browse archive files.
   Viewers for  "special"  files  are  configurable
(*.wav, *.gif etc.).
   Visit http://www.han.de/~werner/ytree.html

PR:		5436
Submitted by:	andy@icc.surw.chel.su
1998-03-02 01:00:56 +00:00
Steve Price
82d4086201 Don't try to look for the formail program, since it may fail if
procmail is not present.

Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-02-26 03:35:10 +00:00
Steve Price
833074ad38 Clear up an inocuous message from make(1) about ignoring extra
target.
1998-02-26 03:33:33 +00:00
Steve Price
58fe886af8 Build and install the procmail module by default.
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-02-26 03:29:58 +00:00
Steve Price
6cbfa7badc Temporarily remove the PROCMAIL=yes so that this port will package
and I can find a better way of doing it.
1998-02-25 16:14:36 +00:00
Satoshi Asami
56b037498c Mark this port broken, doesn't package. 1998-02-25 10:10:53 +00:00
Satoshi Asami
f9f03aab27 Define NO_LATEST_LINK, this is a beta. 1998-02-25 09:47:25 +00:00
Justin M. Seger
3d4a5438d3 Upgrade to use tcl8.1 and tk8.1. 1998-02-24 21:43:51 +00:00
Thomas Gellekum
1cadd4ca7d Upgrade to 2.0.6. 1998-02-24 08:50:03 +00:00
Steve Price
79053065b7 Upgrade to version 2.2.
PR:		5820
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-02-23 04:10:15 +00:00