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

15823 Commits

Author SHA1 Message Date
Marc G. Fournier
250b222fa1 A few more Y2K links... 1999-01-13 04:00:10 +00:00
Marc G. Fournier
a43086689f Add a couple more Y2K links... 1999-01-13 03:37:28 +00:00
Marc G. Fournier
c7beeaae1f More Y2K Statement Links... 1999-01-13 02:47:33 +00:00
Dirk Froemberg
06dd0c6707 Build a shared version of the library, too.
(maintainer didn't respond within a week, aka maintainer timeout)
1999-01-12 23:37:51 +00:00
Dirk Froemberg
682100bdab Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined.
Requested by:	Garrett Wollman <wollman@FreeBSD.ORG>:

"If you have an RSA license, you DON'T want to use rsaref -- it's
slow as hell.  The only reason you would want to use rsaref is:

	1) You are in the US.
	2) The patent hasn't expired yet (600-someodd days and counting).
	3) You wouldn't have the right to use RSA otherwise."
1999-01-12 23:18:59 +00:00
Marc G. Fournier
c2c699ace5 Update YEAR2000 file... 1999-01-12 19:59:17 +00:00
Marc G. Fournier
bdc7db3bb6 Add Y2K= links 1999-01-12 18:25:32 +00:00
Marc G. Fournier
46897616d4 Add a Y2K= variable to Makefile pointing at Y2K statement for software
Start up a /usr/ports/YEAR2000 file to provide a central location for all
software.  Will be buildling a nightly run shell script to pull all the Y2K
variables from ports, so that the central list remains reasonably up to date...
1999-01-12 18:17:42 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
David E. O'Brien
f1554d4df6 DEFAULT_PCC_STRUCT_RETURN should be "0" for the ELF case too. 1999-01-12 10:15:14 +00:00
Seiichirou Hiraoka
0e6df12d91 Update to 1.16a.
Now this can build from source code.
And can't use sound feature.
1999-01-12 07:07:21 +00:00
Seiichirou Hiraoka
252f5a2a49 Update to ja-micq-0.3.3 1999-01-12 05:22:58 +00:00
Hidetoshi Shimokawa
7ec739a3a8 Use %%PERL_VER%% and %%PERL_ARCH%%. 1999-01-12 00:06:05 +00:00
Jean-Marc Zucconi
7506266371 Patches are included in the 3.3.3.1 patch file. 1999-01-11 19:17:36 +00:00
Jean-Marc Zucconi
ea02db2840 Upgrade to 3.3.3.1
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1999-01-11 19:07:21 +00:00
SADA Kenji
65272cc6cb Typo of pkg/COMMENT
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1999-01-11 17:16:03 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Jun Kuriyama
5685b5d270 Dynamic loading module input method `Wnn' on Emacs.
PR:		ports/8833
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-11 14:21:25 +00:00
Jun Kuriyama
8dd0162faa Dynamic loading module input method `Canna' on Emacs.
PR:		ports/8832
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-11 14:19:17 +00:00
Jun Kuriyama
ef511be9b4 Activate emacs20-dl-{canna,wnn6}. 1999-01-11 14:16:17 +00:00
Seiichirou Hiraoka
8f37987d45 use -lGL instead of -lMesaGL 1999-01-11 13:40:13 +00:00
Satoshi Asami
00266a060f (1) Add ONLY_FOR_ARCHS and NOT_FOR_ARCHS. They are list of architecture names
(as given by "uname -m") by which you can specify which
    architectures the port is appropriate for.
Idea borrowed from:	NetBSD, OpenBSD
Reviewed by:		simokawa

(2) New variable PERL_ARCH (value: ${ARCH}-freebsd) that is also
    passed to ${PLIST_SUB}.  Use it to simplify PLISTs.
Submitted by:	simokawa

(3) Check OSVERSION as well as existence of /usr/bin/perl5 before
    assuming USE_PERL5 is to be a no-op.  Basically to allow building
    of 2.2-INDEX on a 3.0 machine.

(4) Change USE_QT definition to use new shlib version (2) and
    directory (qt142).

(5) Uncomment temporary Motif dependency for parallel package
    building.  We still need to figure out a way to install the pkg
    database files, but it's a start.

(6) Move EXTRACT_SUFX up into the pre.mk area so it can be used in
    exists() tests.

(7) Add MASTER_SITE_COMP_SOURCES.  Note that this is defined like
    "/pub/usenet/comp.sources.%SUBDIR%/" so you can specify something
    like "SUBDIR=x/volume18" to select the newsgroup as well as
    subdirectory name.
Submitted by:	"distfiles" fenner

(8) Other misc. master site cleanup.
Submitted by:	"distfiles" fenner

(9) New target "maintainer".  I intend to use it to auto-mail failure
    build failure notices to the maintainer.
1999-01-11 13:04:18 +00:00
Dirk Froemberg
fa59b5cfb5 Escape @ for perl5.
Submitted by:	Andrew Arensburger <arensb@cfar.umd.edu>
1999-01-11 11:29:24 +00:00
Satoshi Asami
e7bce6e2ba BUILD_DEPENDS on emacs binary.
Submitted by:	maintainer
1999-01-11 10:27:46 +00:00
Satoshi Asami
dd45d2f0ba I tried to be too cute with the DEPENDS stuff. Change all install targets
to "install".

Reported by:	Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
1999-01-11 09:46:58 +00:00
Steve Price
050c90e6d0 Activate the xtron port. 1999-01-11 05:23:35 +00:00
Steve Price
6de60b3824 Initial import of xtron version 1.1a.
The game of Tron for the X Windowing System.

PR:		6171
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-01-11 05:22:45 +00:00
Steve Price
acdb0c0136 Activate the flick port. 1999-01-11 05:18:26 +00:00
Steve Price
7c65647fc7 Initial import of flick version 1.1.
The Flexible IDL Compiler Kit.

PR:		6153
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-01-11 05:17:44 +00:00
Steve Price
36500cd900 Activate the ml port. 1999-01-11 05:13:57 +00:00
Steve Price
e4cb808665 Initial import of ml-3.3.
An X11 IMAP client.

PR:		6018
Submitted by:	Jeroen Hogeveen <albast@xs4all.nl>
1999-01-11 05:13:09 +00:00
Steve Price
b5d1f6da44 Fix build, add new patches, and cleanup PLIST.
PR:		9219
Submitted by:	maintainer
1999-01-11 05:05:41 +00:00
Steve Price
1e9c5dcc62 Add another MASTER_SITE.
PR:		9430
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1999-01-11 05:03:10 +00:00
Steve Price
54c01fc2a9 Update to version 2.4.11. 1999-01-11 04:55:48 +00:00
Satoshi Asami
d2fa4bbb00 Oops, needs "build", not "extract" from sam. 1999-01-11 03:14:09 +00:00
Satoshi Asami
9c1703446b Add bzip2 dependency. They were missing in some kde*11 Makefiles. 1999-01-11 02:13:24 +00:00
Stefan Eßer
8604d9dd3c There are a total of 5 locale specific message files, that can not be
installed. Until this is fixed in the KDE sources, those files have
to be removed from the Makefiles that deal with them and from the
PLIST of this port ...
1999-01-10 22:00:53 +00:00
Steve Price
a244e7edeb Unbreak for ELF. Also add FETCH_BEFORE_ARGS=-b so we can get
the distfile.

Submitted by:	Faried Nawaz <fn@hungry.org>
1999-01-10 20:12:06 +00:00
Steve Price
d1c8ff2342 Activate the libcii port. 1999-01-10 19:06:11 +00:00
Steve Price
40081c11c4 Initial import of libcii version 1.1.
Library from "C Interfaces and Implementations" by David Hanson.

PR:		6504
Submitted by:	J Han <hjh@photino.com>
1999-01-10 19:05:23 +00:00
Steve Price
2cab921ce5 Install the sr binary as sample-robot to avoid a possible conflict with
another binary of the same name installed by the lang/sr port.

PR:		8946
1999-01-10 19:01:27 +00:00
Steve Price
b391cd0fc0 Update to version 1.0.0 and use ncurses in the base system.
PR:		9121
Submitted by:	maintainer
1999-01-10 18:58:32 +00:00
Steve Price
604045cd96 Activate the amaya port. 1999-01-10 18:55:30 +00:00
Steve Price
85b1171410 Initial import of amaya version 1.4.
W3C's testbed web browser/editor.

PR:		9210
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1999-01-10 18:54:23 +00:00
Jacques Vidrine
655bbbe0ac Update to grail-0.5. 1999-01-10 18:52:35 +00:00
Steve Price
4b4269a104 Update to version 0.9.13.
PR:		9326
Submitted by:	maintainer
1999-01-10 18:46:03 +00:00
Steve Price
57dbc20d45 Update maintainer's email address.
PR:		9342
Submitted by:	hjh@photino.com
1999-01-10 18:41:04 +00:00
Steve Price
e0430c9e62 Update to version 1.4.
PR:		9344
Submitted by:	maintainer
1999-01-10 18:37:29 +00:00
Steve Price
ab1c7b713a Unbreak build.
PR:		9345
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-10 18:36:10 +00:00
Steve Price
f8798aafe3 Update to version 1.5.7.4.
PR:		9346
Submitted by:	Palle Girgensohn <girgen@partitur.se>
1999-01-10 18:33:41 +00:00