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

20243 Commits

Author SHA1 Message Date
SADA Kenji
0788ea4058 Use sarumaru-san's new japanize-kit. 1999-07-26 16:26:54 +00:00
Jun Kuriyama
526c4df91f Upgrade to v0.9.9. 1999-07-26 15:59:33 +00:00
Ralf S. Engelschall
71c25659eb mod_ssl 2.3.8 -> 2.3.9 1999-07-26 07:14:47 +00:00
Ralf S. Engelschall
a9f4c5e4a6 Shit happens: mod_ssl 2.3.8 ;) 1999-07-25 13:07:34 +00:00
Satoshi Asami
ecbe4a355f Make this a little reinstall-friendly by using "${LN} -sf" instead of "${LN}". 1999-07-25 12:17:51 +00:00
Satoshi Asami
5f97f28394 Install some docs too. 1999-07-25 12:16:20 +00:00
Satoshi Asami
9a2582b6c5 Remove BROKEN_ELF, ELF Motif has been available for many months now. 1999-07-25 12:15:34 +00:00
Ralf S. Engelschall
fb8f13902b Upgrade to Apache 1.3.6 + mod_ssl 2.3.7 1999-07-25 12:09:00 +00:00
Andreas Klemm
d3cd9678d8 Update inn-stable to latest version inn-STABLE_2_2-1999-07-24_03-02 1999-07-25 10:20:19 +00:00
David E. O'Brien
bfd0ab6504 Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created
when I changed from defining these in gcc/config/freebsd.h and instead defined
extensable FreeBSD-wide definitions.

While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG
assignments to the global file to remove one more thing from the arch specific
config files.
1999-07-25 03:34:39 +00:00
Jun Kuriyama
d6146e63de Upgrade to 2.0.11. 1999-07-25 02:58:43 +00:00
Bill Fumerola
57806deb74 Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.

Sponsored Committer With Overtime: Computer Horizons Corp.
1999-07-24 23:56:46 +00:00
Steve Price
1bc094aeaa Weird things happen when you .include bsd.port.mk when you really meant
to .include bsd.port.pre.mk.
1999-07-24 15:33:04 +00:00
Jun-ichiro itojun Hagino
48752d5db8 typo fix
From: "Oleg V. Volkov" <rover@lglobus.ru>
1999-07-24 14:24:46 +00:00
Chris Piazza
9084228b18 Unbreak, ARCH was being passed through to the Makefiles
resulting in cc -I... i386 -c ... etc being used.

Noticed by:	bento.freebsd.org
1999-07-24 06:09:46 +00:00
Chris Piazza
c020c36d2b Create a directory before installing data to it in case it wasn't
there in the first place.

Noticed by:	bento.freebsd.org
1999-07-24 06:00:36 +00:00
Chris Piazza
3fd025381e Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.
I broke this a while ago and didn't notice it until
now.
1999-07-24 05:58:58 +00:00
Chris Piazza
35e08ef4ac Update to version 0.7
PR:		12778
Submitted by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>, maintainer
1999-07-24 03:57:36 +00:00
Chris Piazza
daedfcfdcc Make a few directories before installing data into them.
PR:		12715
Reported by:	Andrew <andrew@ugh.net.au>
1999-07-24 03:44:30 +00:00
Chris Piazza
cd0e9d7f9b Fix for unfetchable distfile.
PR:		12760
Submitted by:	Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>, maintainer
1999-07-24 03:34:43 +00:00
Chris Piazza
cf66dd8506 Update to mozilla M8
PR:		12740
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-07-24 02:26:33 +00:00
Tatsumi Hosokawa
9663fef70c Actually requires 2.0.5a
Submitted by:	"Oleg V. Volkov" <rover@lglobus.ru>
1999-07-24 00:53:52 +00:00
David E. O'Brien
16fc67772d Update to version 0.5.14-bw2.
Approved by:	Munechika SUMIKAWA @ KAME Project (maintainer)
1999-07-23 18:25:51 +00:00
David E. O'Brien
1cb3956451 Hard code the path to nmap w/in nmapfe. Thus it will work in the face of a
limited path.

Bug reported by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-07-23 18:21:54 +00:00
Satoshi Asami
50fbbf4c4d Oops, forgot to commit this. Typo.
Submitted by:	hoek
1999-07-23 09:38:57 +00:00
Satoshi Asami
a163079f0d Makefile:
(1) Sort INDEX lines since with the new parallel patch, the lines can
    come in out of order.  (see 2)

Mk/bsd.port.subdir.mk:
(2) Make the targets parallelizable.
Submitted by:	hoek
Reviewed by:	steve, among others

Mk/bsd.port.mk:
(3) Serious speedup of bsd.port.mk startup.  In particular, this helps
    cut down "make index" time from an hour and a half to 8 minutes on
    our system with a parallel make describe (see 2).  Try to pass
    unchanged variables down from parent makes instead of rerunning
    commands to define them, etc.
Submitted by:	hoek
Reviewed by:	steve, among others

(4) Change a bunch of "FreeBSD.ORG"s and "freebsd.org"s to "FreeBSD.org".

(5) XFree86 is now at version 3.3.4.

(6) Update for gnome master sites.
Submitted by:	mharo

(7) Remove old system tcl check, I don't think people with systems
    from way back are still submitting ports.

(8) Fix comment on "make describe" line description (www site was missing).
1999-07-23 09:36:55 +00:00
Satoshi Asami
cd7e9ffb8c Remove trailing whitespace. 1999-07-23 08:29:23 +00:00
Marcel Moolenaar
d13af77096 The distrib file has been changed to support both the linux_devtools port
and FreeBSD -current. Use the new version.

http://www.FreeBSD.org/~marcel/somewhere will be added to MASTER_SITES when
the tarball has been put there somewhere.
1999-07-23 07:41:39 +00:00
Tatsumi Hosokawa
ed243d3c9f Upgraded to samba-2.0.5a. 1999-07-23 06:41:43 +00:00
Daniel Baker
99250c0e09 makefile's check for existance of DISPLAY only checked if the variable
was defined, and didn't not check the possibility of an empty DISPLAY, which
was the cause of the packages building error.
1999-07-23 05:34:54 +00:00
Daniel Baker
3334445bde makefile's check for existance of DISPLAY only checked if the variable
was defined, and didn't not check the possibility of an empty DISPLAY, which
was the cause of the packages build error.
1999-07-23 05:29:55 +00:00
Bill Fumerola
96e6736efa Update from b16 to b18, which does contain a FreeBSD fix. 1999-07-22 23:25:08 +00:00
David E. O'Brien
9ea9f96993 Clean up EGCS warnings.
Submitted by:	Bill Fumerola <billf@jade.chc-chimes.com>
1999-07-22 20:08:48 +00:00
Archie Cobbs
892a9dd098 Add new file README.FreeBSD+NAT to the documentation subdirectory, describing
how to run SKIP and natd together.

Submitted by:	Jim Flowers <jflowers@ezo.net>

Mark this port as BROKEN until the device registration bit is fixed.
1999-07-22 18:37:09 +00:00
David E. O'Brien
7efe79f49b Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) that
simplifies the running of nmap for the point and shoot crowd.
1999-07-22 18:33:45 +00:00
Mike Smith
6aa2ebee92 Catch up with all of Citrix' recent changes:
- back to a .Z tarball again
 - a few new files in the installed product

PR:		ports/12763 (reported breakage)
1999-07-22 17:29:26 +00:00
David E. O'Brien
ccc75d6060 Minor rewording and mention AMD 3D Now! support in DESCR. 1999-07-22 16:50:50 +00:00
Ralf S. Engelschall
fdf6c90795 Upgrade to GNU Portable Threads (Pth), Version 1.0.1 1999-07-22 16:11:02 +00:00
Chris Piazza
c9aca46b23 Add two patches I forgot to add yesterday.
Noticed by:	maintainer
1999-07-22 14:34:45 +00:00
Kris Kennaway
7c659f1077 Activate gdict. 1999-07-22 13:16:02 +00:00
Kris Kennaway
a30e573225 GTK app which queries a dictionary server and returns a word definition.
Based on dict.

PR:	12694
Submitted by:	domi@saargate.de
1999-07-22 13:14:20 +00:00
Robert V. Baron
8602d898ba Distfile coda-4.6.6.tgz is no longer stored at CMU.
Fetch it from freebsd repository.
1999-07-22 11:54:34 +00:00
David E. O'Brien
c1486a69f5 Change default DTE-DCE rate to 57600.
Get rid of the blooming logfile -- which should have been a runtime option!
1999-07-22 09:35:26 +00:00
Foxfair Hu
cb026472e0 PR: 12733
Submitted by:		Chia-liang Kao <clkao@CirX.ORG>
Add a patch to avoid screen refreshing problem.
1999-07-22 04:40:35 +00:00
Chris Piazza
2416048dd0 - Add a second master site to back up the current one (shared
by all these ports).
- Fix up the maintainer's email address
- Fix up some grammar/spelling issues

PR:		12751, 12753, 12754, 12755, 12756, 12757
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>, maintainer
1999-07-22 04:39:59 +00:00
Chris Piazza
6ce29a71e6 Update to version 1.10.1
PR:		12702
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>, maintainer
1999-07-22 04:20:46 +00:00
Chris Piazza
41dbc3bbf5 Fix the xtt distribution master site and clean up some
portlint warnings.

PR:		12620
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>, maintainer
1999-07-22 03:59:04 +00:00
Jean-Marc Zucconi
1a0dbf5689 Upgrade to version 3.9.6 1999-07-21 23:43:56 +00:00
Justin M. Seger
8c66ad2ab9 Upgrade to strobe-1.06 1999-07-21 21:28:05 +00:00
Justin M. Seger
bc0a7a1c73 Upgrade to suck-4.2.1 1999-07-21 21:19:29 +00:00