1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

19598 Commits

Author SHA1 Message Date
Chris Piazza
595fce410f Make samba auto-use Kerberos 5 a la security/ssh
Note: I haven't tested this because I don't use krb5, but I trust
that it works.

PR:		12143
Submitted by:	Walt Howard <howard@ee.utah.edu>
1999-06-29 05:44:21 +00:00
Chris Piazza
f94cc45c89 Activate tkcon. 1999-06-29 05:32:54 +00:00
Chris Piazza
6c53332d69 tkcon, a replacement for the standard console that comes with Tk.
It provides many more features than the standard console and is
meant primarily to aid one when working with the little details
inside tcl and tk.

PR:		12441
Submitted by:	Jerry Hicks <wghicks@bellsouth.net>
1999-06-29 05:32:38 +00:00
Nick Sayer
9ac2c20367 add --disable-posix-threads. Fixes apache+php3 hang.
Suggested-by: PHP-dev mailing list
1999-06-29 03:20:07 +00:00
Nick Sayer
dbc0092cc3 Add --disable-pthreads. Fixes apache+php3 hang
suggested by: PHP-dev mailing list
1999-06-29 03:18:51 +00:00
Chris Piazza
08f32fef2d Use the proper links so dynamic linking will work.
PR:		12439
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1999-06-29 02:50:48 +00:00
Nick Sayer
34a83a6a2f Stealing some good ideas from ports/devel/mm:
1. postinstall ldconfig
2. pkg/PLIST ldconfigs
3. CONFIGURE_ARGS
1999-06-29 01:03:51 +00:00
Nick Sayer
a9615ed854 Stealing some fix-ups from ports/devel/mm:
1. post-install ldconfig
2. CONFIGURE_ARGS
3. PLIST ldconfigs
1999-06-29 01:00:57 +00:00
Nick Sayer
3a7f536abb Add support to the apache13-php3 port for adding the mcrypt and mhash
libraries.
1999-06-28 23:57:39 +00:00
Chris Piazza
7d4ce44221 Update to version 1.1.8 to match JDK.
PR:		12114
Submitted by:	maintainer
1999-06-28 23:26:01 +00:00
Chris Piazza
3ea8aae7a3 Activate xmx. 1999-06-28 23:05:59 +00:00
Chris Piazza
bc8d6179b1 Xmx: an X protocol multiplexor. It is a standalone utility for
displaying an X windows session on multiple displays.  It was
developed at Brown University and has been in use there since 1988.

PR:	12294
Submitted by:	Oliver Breuninger <ob@seicom.NET>
1999-06-28 23:03:58 +00:00
Nick Sayer
86689473b2 add new libmcrypt port to security/Makefile 1999-06-28 22:55:58 +00:00
Nick Sayer
9cc8c16a7f Import of libmcrypt port of multicipher cryptographic library 1999-06-28 22:54:50 +00:00
Satoshi Asami
d6b6216d7c Complete resurrection of bind8 by adding it to net/Makefile. :> 1999-06-28 22:41:33 +00:00
Nick Sayer
22b31604f1 add new mhash port to security/Makefile 1999-06-28 22:38:59 +00:00
Nick Sayer
59aa1dc2a4 Import of mhash cryptographic hashing library port 1999-06-28 22:38:00 +00:00
Bill Fumerola
15c5eaf394 Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.
Requested By:	a bazillion people both on mailing lists and #FreeBSD.
1999-06-28 21:25:34 +00:00
Chris Piazza
86226211d2 Activate cdlabelgen. 1999-06-28 19:50:55 +00:00
Chris Piazza
83e542e124 cdlabelgen: generates postscript for labels for CDs.
PR:		12355
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-06-28 19:50:00 +00:00
Bill Fumerola
a11203bbe4 new ports/{java,irc,x11-server}, dependency sweep #2 1999-06-28 19:29:20 +00:00
Chris Piazza
259ea2f1c1 Update gnu indent to 1.10.0, the first released version in 5 years. 1999-06-28 19:12:19 +00:00
Bill Fumerola
b9b94ff2c5 new ports/{java,irc,x11-servers}, dependency sweep #1 1999-06-28 18:34:12 +00:00
SADA Kenji
65850f01ae Activate cvsweb.
PR:	ports/12412
1999-06-28 17:27:52 +00:00
Chris Piazza
a648474521 Change /usr/local/bin/perl to ${PERL} for all cases that are needed.
PR:		12410
Submitted by:	Johan Karlsson <Johan.Karlsson@sm.luth.se>
1999-06-28 17:19:28 +00:00
Chris Piazza
9e2e723fb8 Install the header files.
PR:		12429
Submitted by:	maintainer
1999-06-28 17:15:38 +00:00
Shigeyuki Fukushima
698e53507e Fix typo. (fix make fetch problem)
@{ECHO} => ${ECHO_MSG}
Submitted by:	Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp
1999-06-28 15:58:33 +00:00
Thomas Gellekum
ac0e65e8e2 Uncomment NO_PACKAGE again. 1999-06-28 13:35:05 +00:00
Ralf S. Engelschall
d09be659ea NPS 0.9.20 -> 1.0b1 1999-06-28 13:29:40 +00:00
Thomas Gellekum
eb2098c655 Upgrade to 1.4.
PR:		12423
1999-06-28 13:23:38 +00:00
Sheldon Hearn
10d709045e Fix tcplist for the version of lsof in the ports tree. It wasn't parsing
lsof's output correctly.

PR:	9191
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
1999-06-28 09:53:02 +00:00
David E. O'Brien
ef62a281ed Define "OBSTACK_CHUNK_SIZE" as getpagesize().
Our malloc can allocte pagesized blocks efficiently and the EGCS default
size of 4072 bytes is not optimal.

Protect #define's and other minor syncing with
src/contrib/egcs/gcc/config/freebsd.h

OBSTACK_CHUNK_SIZE Submitted by:	Hidetoshi Shimokawa
1999-06-28 09:52:43 +00:00
David E. O'Brien
5796f2d63b Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context. 1999-06-28 09:07:17 +00:00
Satoshi Asami
bb915d772a Change PKGNAMEs to conform to guidelines.
apache-1.3.6+mod_ssl-2.3.3 -> apache+mod_ssl-1.3.6+2.3.3
  apache-1.3.6+ssl_1.35      -> apache+ssl-1.3.6+1.35

Reviewed by:	maintainers of both ports
1999-06-28 09:00:47 +00:00
Satoshi Asami
b5561bc515 Whoops, forgot to move epic4 from net to irc.
Pointed out by:	billf
1999-06-28 08:55:19 +00:00
David E. O'Brien
fe8ac023aa Allow "x,y" in addition to "x y" formatted data points. 1999-06-28 07:46:04 +00:00
Chris Piazza
cad6c0c117 Generic-NQS, a freely available Network Queuing System that provides
configurable limits on jobs on a per queue basis as well as for the
total queue system.
It is based on the de facto NQS standards and is interoperable with
commercial NQS products.

PR:		6699
Submitted by:	Tony Maher <tonym@angis.org.au>
1999-06-28 07:07:31 +00:00
Chris Piazza
1f6bb5e181 Move generic-nqs to the net category. 1999-06-28 07:02:11 +00:00
Chris Piazza
1a2673b109 Activate irb. 1999-06-28 06:40:35 +00:00
Chris Piazza
4c9caac0ff Change latex2html to use ${PERL} instead of /usr/local/bin/perl.
PR:		12410
1999-06-28 06:03:45 +00:00
Michael Haro
fdd42d9226 ircII is now located in ports/irc 1999-06-28 05:47:42 +00:00
Chris Piazza
e6e1f16451 Fix a typo (p5-SNMP_Simple -> p5-SNMP_Session) 1999-06-28 05:47:03 +00:00
Tim Vanderhoek
5ad269021f Don't use sentences in pkg/COMMENT since we can't use periods. 1999-06-28 03:33:57 +00:00
Tim Vanderhoek
93eb57b79b Merge from the undead: Remove trailing spaces and period hidden thereby. 1999-06-28 02:30:31 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Chris Piazza
b5b2fe1605 Fix the fix for -current (no longer use sys/rlist.h).
PR:		12425
Submitted by:	maintainer
1999-06-28 02:00:15 +00:00
Bill Fumerola
94643a8e9a Whoops, forgot quirc. 1999-06-28 01:54:56 +00:00
Bill Fumerola
08339d7df6 New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles. 1999-06-28 01:46:17 +00:00
Seiichirou Hiraoka
7b97059f3c PR: ports/12351
Submitted by:	nox@jelal.kn-bremen.de
a GTK+ frontend for mkisofs and cdrecord
1999-06-28 01:40:07 +00:00
Seiichirou Hiraoka
9a437bd920 Activate gcombust 1999-06-28 01:09:41 +00:00