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

10552 Commits

Author SHA1 Message Date
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
6b4d5d3e8f ===> Building package for apache-1.3b6
Creating package /usr/ports/packages/All/apache-1.3b6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz'
tar: can't add file sbin/dbmmanage : No such file or directory
tar: can't add file sbin/htdigest : No such file or directory
tar: can't add file sbin/htpasswd : No such file or directory
*** Error code 1
1998-04-22 12:39:33 +00:00
Satoshi Asami
4107b1bcca Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.
Also, don't use "+=" to define variable defined only once.
1998-04-22 12:38:13 +00:00
Satoshi Asami
9ecf5ebc98 Move distfiles (there are only 13 of them) to subdirectory. 1998-04-22 12:32:14 +00:00
Satoshi Asami
3e428be080 Andreas forgot to delete PATCH_DEBUG.... 1998-04-22 08:28:07 +00:00
Jun-ichiro itojun Hagino
050984ecbb original distribution updated (-> 0.62) 1998-04-22 02:52:49 +00:00
Andrey A. Chernov
67009e2c8c add majordomo to trusted users list
PR: 6337
1998-04-22 02:10:19 +00:00
Andrey A. Chernov
31b33b57e3 Upgrade to dev.6 1998-04-22 00:42:27 +00:00
Andrey A. Chernov
a64e845de7 Upgrade to 1.3b6, now with loadable modules! 1998-04-21 21:58:18 +00:00
Andreas Klemm
36f89aec96 Upgrade postgresql to version 6.3.2
Many bugfixes and cosmetic changes
Changes by Scrappy and me
My additional changes:
- had to link libpgtcl.so with the crypt library to get rid of the
  pgaccess error message, that crypt is missing
- had to add -i option in the startup script, so that pgaccess is
  able to connect to the postmaster process
- removed all unnecessary patches
- updated PLIST
Thanks to the postgresql developement team, who did a great job to
simplify the postgresql port, by applying the patches and making
the autoconf mechanism more consistent.
Submitted by:	The Hermit Hacker <scrappy@hub.org>
1998-04-21 21:52:10 +00:00
Andreas Klemm
a742a4fdb0 Upgrade to latest pgaccess version 0.86 1998-04-21 21:30:22 +00:00
David E. O'Brien
80483dc141 Upgrade to version 4.30. 1998-04-21 17:41:57 +00:00
Jun Kuriyama
e89591acd7 Activate ndtpd and bookview 1998-04-21 15:12:23 +00:00
Jun Kuriyama
2fcf6f3e00 server for accessing CD-ROM books with NDTP.
PR:		4734
Submitted by:	Motoyuki Kasahara <m-kasahr@sra.co.jp>
1998-04-21 15:10:50 +00:00
Jun Kuriyama
9f6e7bc267 NDTP client using Japanized Tcl/Tk.
PR:		4734
Submitted by:	Motoyuki Kasahara <m-hasahr@sra.co.jp>
1998-04-21 15:08:13 +00:00
Satoshi Asami
437eaabc23 Compress manpage. 1998-04-21 05:50:59 +00:00
Satoshi Asami
6fd314248d Add trailing slash to one of the mastersites. Mark this broken, it is
not available from any of them.
1998-04-21 05:02:58 +00:00
Satoshi Asami
aae51ae808 "make deinstall" before the "make package" test, please! 1998-04-21 04:55:38 +00:00
Satoshi Asami
6afcc8dec4 ${CP} -> ${INSTALL_MAN} and change a multi-source copy to a .for loop so
the contents of MAN1 doesn't have to be repeated twice.  Move MAN1 up
to the variables' section.
1998-04-21 01:23:58 +00:00
Satoshi Asami
605e3d7454 Sort the lines again, reinsert the ldconfig pair that was removed, and
remove the @dirrm of "share" which is supposed to exist -- which takes
up back to exactly where we was at rev 1.15. ;)
1998-04-21 01:09:09 +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
Satoshi Asami
ca3416790d "mkdir -p" -> "${MKDIR}"
"${INSTALL} -c -m 444" -> "${INSTALL_DATA}"
1998-04-20 22:25:19 +00:00
Jean-Marc Zucconi
28b9fcedad Upgrade to 1.1.14
Submitted by:	Richard Wackerbarth <rkw@Dataplex.Net>
1998-04-20 20:07:52 +00:00
David E. O'Brien
4e8a5d94d4 Upgrade to version 4.12 1998-04-20 11:53:28 +00:00
David E. O'Brien
2e30ece14b upgrade to 1.7.1 1998-04-20 11:29:01 +00:00
David E. O'Brien
488c01391b upgrade to 2.8.1.1 1998-04-20 10:36:06 +00:00
Satoshi Asami
3f3f1286dc No need to put name of software in front. 1998-04-20 08:57:00 +00:00
Jordan K. Hubbard
4947af0123 Fix assorted bogons. 1998-04-20 07:50:56 +00:00
Gary Jennejohn
c0655ba8db Update Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of them
either didn't have xemacs-20.4 or it was located in a different place.
Tested packaging and re-installing.
Submitted by:	maintainer
1998-04-20 05:15:54 +00:00
Satoshi Asami
a62fa32b9b I think Andreas was sleepy. :) 1998-04-20 05:00:19 +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
Satoshi Asami
b1dd3ff6f5 Mark this port, repository copied from afterstep port (ver. 1.0),
broken while it awaits upgrade to 1.44.
1998-04-20 04:38:55 +00:00
Peter Wemm
864473be72 FreeBSD has setsockopt(). 1998-04-20 03:52:46 +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
Jordan K. Hubbard
cf86e6c3cd This has been on my TODO list for awhile. Spegla is an FTP mirroring
program that uses neither perl nor masses of memory when mirroring
large collections (like at ftp.freebsd.org).  I did the port but the
author is Jens A Nilsson <jnilsson@ludd.luth.se>
1998-04-20 01:57:34 +00:00
Chuck Robey
d6ad3aec64 Modified to add gif terminal, and dependency on graphics/gd.
PR:		ports/5993
1998-04-19 23:22:24 +00:00
Matthew Hunt
cdd7848d9a Activate xkoules. 1998-04-19 21:35:46 +00:00
Matthew Hunt
66881b8a45 Import of xkoules 1.4, an action game for X11.
PR:		5988
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-19 21:35:22 +00:00
Matthew Hunt
21cce3329f Activate qgl. 1998-04-19 20:46:10 +00:00
Andreas Klemm
fc46c8e88c fix compilation problems after jpeg lib upgrade 1998-04-19 18:34:52 +00:00
Matthew Hunt
d14c79c7f8 Apply patches by maintainer:
- Update maintainer's email address
- Fix a typecast problem

And my modifications:
- Change "version required" line in Makefile header
- Change patch to Imakefile to not override CC and CFLAGS.

PR:		6350
Submitted by:	David A. Bader <dbader@eece.unm.edu>
1998-04-19 18:03:27 +00:00
Steve Price
b24a4f4aad Move fonts to lib/X11/fonts/misc.
PR:		6175
Submitted by:	maintainer
1998-04-19 17:51:38 +00:00
Matthew Hunt
5855e873ec Activate x-files. 1998-04-19 17:29:59 +00:00
Steve Price
358b17d0da This port builds ok now.
PR:		6319
1998-04-19 17:14:33 +00:00
Andreas Klemm
2eda704c1f correct library dependency.
we indeed have libjpeg.so.8.0, my fault.
1998-04-19 17:03:57 +00:00
Steve Price
fedc4815a5 Move these fonts to lib/X11/fonts/misc
PR:		6174
Submitted by:	maintainer
1998-04-19 15:50:24 +00:00
Steve Price
ea1d88aafb Update to version 2.14.
PR:		6142
Submitted by:	maintainer
1998-04-19 15:43:40 +00:00