Commit graph

30148 commits

Author SHA1 Message Date
Maxim Sobolev
86676c2a4c Create libform.so --> libxform.so.1 link, because it seems that library has
been built with --soname option and w/o this link dynamically-linked
executables don't work.
2000-07-14 11:59:47 +00:00
Maxim Sobolev
89d555051e Update to 0.89 on i386, remove aout bits and cleanup the port. 2000-07-14 11:38:44 +00:00
Alexander Langer
9319e3ea0d Fix location of perl module dependency.
Noticed by:	bento
2000-07-14 11:26:51 +00:00
Alexander Langer
ec150c385a - update to version 1.4
- respect CFLAGS
- place unversioned distfile on my public_distfiles area

Noticed by:	bento
2000-07-14 11:22:45 +00:00
Alexander Langer
5c2223698b Add -pedantic.
Unbreaks build --> Remove BROKEN.

Noticed by:	bento
2000-07-14 09:51:12 +00:00
Kelly Yancey
fd93aff652 Add p5-Mail-CClient to the ports/mail Makefile. 2000-07-14 09:44:18 +00:00
Kelly Yancey
3e0f0f3ac3 New port: p5-Mail-CClient, a perl interface to the cclient mailbox library.
PR:		19730
Submitted by:	Kelly Yancey
Reviewed by:	will
2000-07-14 09:39:55 +00:00
Kelly Yancey
7319f25c30 Add cclient to Makefile 2000-07-14 09:31:28 +00:00
Kelly Yancey
6e041d5a54 New port: mail/cclient
PR:		19691
Submitted by:	Kelly Yancey
Reviewed by:	will
2000-07-14 09:27:33 +00:00
Alexander Langer
207dfe2107 I don't want to be an exception: Add my home location. 2000-07-14 09:25:39 +00:00
Alexander Langer
5dc99617d0 - Portlint (to make PW happy)
- remove MANCOMPRESSED=no - it's the default if USE_IMAKE is not set.
2000-07-14 09:15:27 +00:00
Maxim Sobolev
e2bb2a8130 Remove bochs it's now LGPL'ed.
Submitted by:	 Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
2000-07-14 08:32:01 +00:00
Jun Kuriyama
25c9078290 Activate scotty3 (instead of scotty-current). 2000-07-14 08:18:58 +00:00
Jun Kuriyama
467033aae8 Development versioin of scotty3 (after repo-copy). 2000-07-14 08:17:56 +00:00
Jun Kuriyama
f2a4ef6487 Use %%PORTVERSION%% for plugins directory.
Approved by:	billf (maintainer)
2000-07-14 02:02:37 +00:00
Chris D. Faulhaber
3ffee985db Convert startup script to {start|stop} usage 2000-07-14 01:55:13 +00:00
Chris D. Faulhaber
5dc81de480 Startup script (etc/fhttpd.sh -> etc/rc.d/fhttpd.sh) 2000-07-14 01:53:32 +00:00
Steve Price
143b2d53ee - On startup, /etc/rc procedure stops when thttpd is installed.
* ${PREFIX}/etc/rc.d/thttpd.sh does not return.
  * FIX: invoke thttpd_wrapper as a background process.
- On shutdown, Message "No processes matching ``thttpd_wrapper''" is shown.
  * thttpd_wrapper is actually a shell script, not an executable.
  * FIX: Record the pid of thttpd_wrapper to /var/run.
  * FIX: Use pid-file when killing the wrapper.

Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
Reviewed by:	Anders Nordby <anders@fix.no> (maintainer)
2000-07-13 23:47:54 +00:00
Chris D. Faulhaber
ae5a14a7ce Fix invalid (and unnecessary) check for the FreeBSD version. Verified to
build on RELENG_3 and RELENG_4

Noticed by:	bento
2000-07-13 23:00:46 +00:00
Daniel Harris
f0584d9d74 Update to version 3.2.1 (bugfixes).
PR:		19884
Submitted by:	MAINTAINER
2000-07-13 22:49:00 +00:00
Josef Karthauser
a8df46f681 Upgrade to version 2.58. (Force commit on files/md5, which I updated
separately without bumping the version number.)
2000-07-13 21:55:02 +00:00
Gary Jennejohn
7a4354f6f4 The original tarball no longer exists on any of the servers. Change
the port to use the new one - xemacs-21.1.10a.tar.gz.

There are no changes to the source caused by this; only empty
directories which were made by the old version were removed.

Change PLIST to reflect removal of the directories. Since
xemacs/site-lisp is no longer created by the installation, make
the directory in Makefile.

Add patch-an to fix a bug in lisp/package-get.el caused by mishandling
of md5 package checksums.

PR:		19855
Submitted by:	Vivek Khera (PR), TAOKA Satoshi (patch - partly used),
		Mr. Kiriyama (patch-an)
2000-07-13 21:03:03 +00:00
Ade Lovett
85c96d344d Activate tclX82 2000-07-13 20:55:49 +00:00
Ade Lovett
9db723e6b9 Import of tclX82 after repo-copy from tclX80, one more step on
the road to obliterating tcl/tk 8.0 from the tree.

Note 1: the patches have been extensively re-worked from the
        original submission, to make this port PREFIX-safe,
        and also to deal with multiple patchfiles updating the
        same source file.

Note 2: I've left the MAINTAINER as jseger.  Justin, you may
        want to cast your TCL-expert eye over this one, it seems
        to do the right thing.

PR:		16970
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-07-13 20:54:37 +00:00
Josef Karthauser
73187840e6 Rebuild the md5 checksum as per a request from Rich Wood <rich@dynamite.org>.
PR:	ports/19769
2000-07-13 20:38:24 +00:00
Jim Mock
40c4d3d7f0 Fix exploit where a local user can overwrite arbitrary files.
PR:		19862
		19864
19862 submitted by:	Rich Mirch <mirchr@sunyit.edu>
19864 submitted by:	maintainer
2000-07-13 20:33:25 +00:00
Jim Mock
262ee4f94f Fix the build for older versions of gcc by renaming *.s -> *.S.
PR:		19846
Submitted by:	maintainer
2000-07-13 20:20:21 +00:00
Daniel Baker
ecadba1b16 Update: v2.8010.462->v2.8010.463 2000-07-13 19:38:35 +00:00
Maxim Sobolev
92ea118f23 JDK and friends now in ports/java not it ports/lang. 2000-07-13 17:40:25 +00:00
Kevin Lo
b51f27f333 Initial import of ldapmodule.
ldapmodule is an LDAP module for python

PR: 19781
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-07-13 16:17:29 +00:00
SADA Kenji
b09689878c * Wipe out extra directory lib/aout .
* One portlint.

Submitted by:	bento
2000-07-13 15:30:41 +00:00
Kevin Lo
4a086c5da7 Initial import of p5-GnuPG-Interface.
p5-GnuPG-Interface is the Perl module for interfacing with GnuPG.

PR: 19801
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-07-13 15:12:38 +00:00
SADA Kenji
279ab8c912 * Wipe out extra files and directories.
* Change maintainer's mail.
* Some cosmetic changes.

Submitted by:	bento
2000-07-13 15:05:59 +00:00
Maxim Sobolev
ff02181762 Remove cscope (now BSD license) and add JRE.
PR:		19883 (cscope)
Submitted by:	Sean C. Farley <sean-freebsd@farley.org>
2000-07-13 13:47:13 +00:00
Maxim Sobolev
47aaab6ded - Update to version 2v2
PR:		19759
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-13 13:32:27 +00:00
Thomas Gellekum
0f2cc20578 Install texi2dvi which is required by texi2pdf.
PR:		19712
Submitted by:	"Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
2000-07-13 12:53:26 +00:00
Maxim Sobolev
591b3882b3 Update udmsearch port to 3.0.19
Add some patches for multilanguage search, especially for close
languages (ukrainian and russian for example)

PR:		19787
Submitted by:	Vsevolod Lobko <seva@sevasoft.alex-ua.com>
2000-07-13 11:56:31 +00:00
Shigeyuki Fukushima
bd14b9396e Fix build(link) error. 2000-07-13 11:22:27 +00:00
Maxim Sobolev
b2c6dfcfae Tidy up COMMENT.
PR:		19799
Submitted by:	Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
2000-07-13 11:18:06 +00:00
Maxim Sobolev
729d5f1268 Update to 1.6.
Submitted by:	maintainer
2000-07-13 11:13:34 +00:00
Maxim Sobolev
7758efbcb2 Update to 0.3.0.
PR:		19860
Submitted by:	maintainer
2000-07-13 10:58:21 +00:00
Jun Kuriyama
971e5c9d89 Upgrade to v1.0.2. 2000-07-13 10:57:16 +00:00
Satoshi Taoka
2dde26d167 Added the blow ports:
xemacs-additional-packages
 xemacs-basic-mule-packages
 xemacs-comm-packages
 xemacs-games-packages
 xemacs-libs-packages
 xemacs-oa-packages
 xemacs-prog-packages
 xemacs-wp-packages
 xemacs21-sumo

Removed the blow ports:
 xemacs-mule-sumo-packages
 xemacs-sumo-packages
2000-07-13 09:55:53 +00:00
Satoshi Taoka
4c9ac857b8 Update to version 21.1.10
Rearrange xemacs mule packages

PR:	19021
PR:	19023
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-07-13 09:53:24 +00:00
Shigeyuki Fukushima
bbd1815e5c Update to 2.8.3.rel1. 2000-07-13 09:38:57 +00:00
Satoshi Taoka
a05567e5bd <New ports for XEmacs SUMO package>
The SUMO package is partitioned into these ports:
  xemacs-comm-packages
  xemacs-games-packages
  xemacs-libs-packages
  xemacs-oa-packages
  xemacs-packages
  xemacs-prog-packages
  xemacs-wp-packages

PR: 18979
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-07-13 09:31:37 +00:00
Masafumi Max NAKANE
dc29855ad9 Upgrade to 6.1.16. 2000-07-13 09:21:36 +00:00
Maxim Sobolev
d5db1c3535 Update md5 checksum. Unfortunately there is no previous version on
MASTER_SITE_BACKUP, so it is impossible to check what was changed.

Submitted by:	bento
2000-07-13 08:19:34 +00:00
Kelly Yancey
ad96a79a88 Activate p5-LEGO-RCX 2000-07-13 08:16:41 +00:00
Brian Feldman
b87b7e7eab Put jdp's entry in the proper place.
Scoot asami's entry's name over to be able to fit with similarly
located people.

Create a new file: freebsd.core_and_committers.markers.  I separated
the two more, so now I'm recombining them :)  This file is generated
upon installation from the freebsd.{core,committers}.markers files,
so it's a nice set-up now, I think!

Change pkg/DESCR to reflect what the marker files are now (overhaul
the last paragraph completely).
2000-07-13 08:13:10 +00:00