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

11185 Commits

Author SHA1 Message Date
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
Steve Price
8b3fb6d2dd Upgrade to version 0.8.2.
PR:		6122
Submitted by:	maintainer
1998-04-19 15:40:55 +00:00
Steve Price
9455416a54 Add -b to fetch's args since the master site doesn't seem
to play TCP the right way.
1998-04-19 15:38:31 +00:00
Steve Price
cc86c78828 Use 'diff -u 1' for this patch so we don't get any stary
$Id$ expansion.
1998-04-19 15:34:14 +00:00
Andreas Klemm
d36424d2f3 - tabify Makefile
- configure doesn't detect libaa, added lib dependency for libaa
- lib dependency for jpeg lib corrected, we still have libjpeg.so.7 not 8
- PLIST updated
1998-04-19 11:37:18 +00:00
Satoshi Asami
0479cd8e5b Change category from "misc" to "devel". I assume that's why it
was put in this directory to begin with. :)

Reported by:	ken@mui.net
1998-04-19 10:43:52 +00:00
Andreas Klemm
6a14cac413 - sources changed without bumping the version number
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
  failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
  (configure) using several patches, you loose the overview what
  is patches in one file and it makes it difficult to maintain
  patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
1998-04-19 10:26:55 +00:00
Matthew Hunt
6346af70b2 Activate xmove. 1998-04-19 06:03:42 +00:00
Matthew Hunt
2dee373041 Import of xmove, an X11 proxy (like lbx) that allows suspending,
resuming, and moving clients (presumably like screen(1)).

PR:		5503
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
1998-04-19 06:02:26 +00:00
Matthew Hunt
e36de4fcee Add a more descriptive description, like the p5-ReadLine-Gnu version. 1998-04-19 05:43:13 +00:00
Matthew Hunt
d0901b673f Add a more illuminating description (I hope).
Requested by:	asami
1998-04-19 05:40:26 +00:00
Matthew Hunt
45e0585b78 Upgrade to 74p4.
Requested by: Brad Smith <bsmith@bfmni.com>
1998-04-19 05:35:32 +00:00
Matthew Hunt
bde9553c09 Activate cooledit. 1998-04-19 05:16:59 +00:00
Matthew Hunt
be4ccfa555 Import of cooledit, a graphical application suite including an
editor.

PR:		5111
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-04-19 05:14:17 +00:00
Jun-ichiro itojun Hagino
1b3be504dd original distribution updated (-> 2.0a5) 1998-04-19 03:41:52 +00:00
Jun-ichiro itojun Hagino
bfcc493e57 original distribution updated.
PR:		6131
1998-04-19 03:39:09 +00:00
Jun-ichiro itojun Hagino
0ca70ab97a original distribution updated.
PR:		6210
1998-04-19 03:36:55 +00:00
Joshua Peck Macdonald
7c21ec4fca Upgrade version, add MAN1 variable, make myself maintainer. 1998-04-19 01:18:10 +00:00