1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

1032 Commits

Author SHA1 Message Date
Jordan K. Hubbard
5ac3f1e5ce Always go to ${WRKDIR} before extraction. Modify the tar extract command
args to take advantage of this.
Pointed-out-by: asami
1995-02-17 08:52:55 +00:00
Satoshi Asami
b9ee6c5ed6 Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line. 1995-02-17 06:28:02 +00:00
Jean-Marc Zucconi
450c6d609d Makefiles have been simplified, and most of the work is now done in
configure. In particular patches are now done by the script.
The port is now interactive, (ask for servers to be build, if you want
to build fonts, etc) This time I have build it (successfully) from a cdrom.
1995-02-17 01:23:44 +00:00
Jeffrey Hsu
2d6ab957ef Use csh instead of sh to work around bug w/ tty handling. Pointed out
by pw@snoopy.MV.COM.
1995-02-16 07:21:35 +00:00
Torsten Blum
c47635a562 add tua to the subdirs list 1995-02-15 23:53:48 +00:00
Torsten Blum
87646be2a4 tua - the uucp analyzer, version 4.0 1995-02-15 23:51:24 +00:00
Torsten Blum
4a9e7b7b58 upgrade to 2.6 beta4 1995-02-15 23:46:52 +00:00
Andrey A. Chernov
6e071795df Automatic install/uninstall /etc/shells entry
Submitted by: mark@grondar.za
1995-02-15 22:19:32 +00:00
Andrey A. Chernov
f9570ccd02 Remove pre-install, done by mtree 1995-02-15 19:15:29 +00:00
Andrey A. Chernov
f33ec9c9c5 Remove pre-install, done by mtree now 1995-02-15 19:13:55 +00:00
Andrey A. Chernov
d3c0092a67 Upgrade. 1995-02-15 18:20:35 +00:00
Satoshi Asami
008f57b428 Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)
to render .ps files.  Also calls gunzip to uncompress compressed files.

Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-02-15 03:06:42 +00:00
Satoshi Asami
56bc85617d Added xphoon. 1995-02-15 02:53:47 +00:00
Satoshi Asami
f4c62ccf33 Another root window toy, this one displays the moon in the current phase.
Any ftp sites there yet? ;)
1995-02-15 02:51:35 +00:00
Jean-Marc Zucconi
16182396ce Use $PREFIX instead of fixed paths. 1995-02-15 02:22:35 +00:00
Jean-Marc Zucconi
f87fbc766f Create destination directories 1995-02-15 02:21:43 +00:00
Gary Palmer
11d8b80815 Jordan missed taking vic outa here when he moved it.. 1995-02-15 01:39:19 +00:00
Gary Palmer
5a4a97181d Make the checksum target not bomb out if there is a mismatch, just
print a warning. A better fix will come along just as soon as I
work out what it is.
1995-02-14 21:29:28 +00:00
Satoshi Asami
ce3da93668 Added "-freebsd" option, which will display important FreeBSD sites
(which include prominent mirror sites, FreeBSD machines and notable
FreeBSD people).  The stuff are in files/freebsd.h so people please
add more!
1995-02-14 12:31:00 +00:00
Jordan K. Hubbard
c85f627c3e Add maplay to subdirs. 1995-02-14 12:07:37 +00:00
Jordan K. Hubbard
b957235ce2 maplay port. 1995-02-14 08:32:41 +00:00
Jean-Marc Zucconi
935cee0496 correct bogus path for the app-defaults file 1995-02-14 02:33:47 +00:00
Jean-Marc Zucconi
9b0d21ad99 Set flags so that ${PREFIX} is used when installing. 1995-02-14 02:32:56 +00:00
Andreas Schulz
af9bc8781e Add "gmp" to the subirs list. It seems to compile and package just fine. 1995-02-13 23:52:02 +00:00
Andreas Schulz
50e056c550 Correct the packing list for netpbm. The manuals under man3 and man5 has
also suffixes 3 and 5 not 1.
1995-02-13 22:23:35 +00:00
Andreas Schulz
8735557edd Add xboing to the ports/games/Makefile in the SUBDIR list. 1995-02-13 19:21:12 +00:00
Andreas Schulz
6dbf26945b Also add an empty "STRIP=" statement so that this package can be build. 1995-02-13 19:17:17 +00:00
Andreas Schulz
25063b45c5 Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
1995-02-13 18:08:49 +00:00
Jean-Marc Zucconi
d8101d5451 Install documentation too 1995-02-13 15:00:23 +00:00
Andreas Schulz
e54c7d459f Add a patch to change the explicit make calls to gmake calls. 1995-02-13 13:20:05 +00:00
Andreas Schulz
c912f5bf2f Add a USE_GMAKE=yes line to the Makefile. magic got some severe problems
with the new make, so use gmake instead.
I am not even sure if the makefiles are not correct and our new make
is at fault here :-).
1995-02-13 13:19:22 +00:00
Andreas Schulz
cc979dd126 Correct the packing list. It referenced a man page under man/cat1/jove.0.
This does no longer exists. The man page are in man/man1. Also some were
missing in the packing lis ( teachjove.1, xjove.1, jovetool.1 ) that are
installed from the make install.
1995-02-13 13:13:29 +00:00
Andreas Schulz
54f26ce722 Correct the packing list. The texi.info* and some of the info files are
not in the source of emacs.
1995-02-13 13:05:06 +00:00
Andreas Schulz
97dbcb4fff Add a "STRIP= " to the Makefile to prevent a problem that install will be
called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't
install them.
We have a serious problem with name overloading here. The bsd.port.mk file
uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure
script. If configure detects them it uses it happily with sometimes surprising
results. Normally configure know that shell scripts doesn't need the "-s"
flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides
configure's autodetection of the correct install and the installflags.
1995-02-13 13:02:31 +00:00
Jean-Marc Zucconi
d3ded881a1 Initial revision 1995-02-13 02:57:31 +00:00
Andreas Schulz
df36b8f218 get the MASTER_SITE_OVERRIDE working in the Makefile. 1995-02-13 00:10:51 +00:00
Andreas Schulz
887a444104 Add code to get the MASTER_SITE_OVERRIDE working for the fetch target. 1995-02-12 23:22:13 +00:00
Andreas Schulz
1566212ba8 Put an empty fetch target into the Makefile. Otherwise it tries to fetch
a xview-clients.tar.gz if someone runs a "make fetch" from /usr/ports.
1995-02-12 23:03:04 +00:00
Jeffrey Hsu
b29d2a6b57 Add maxima-5.0-beta due to licensing problem. 1995-02-12 21:20:12 +00:00
Jeffrey Hsu
122f59c8ac Add gcl. 1995-02-12 21:13:29 +00:00
Jeffrey Hsu
b7306c2443 gcl - GNU Common Lisp 1995-02-12 21:10:03 +00:00
Jean-Marc Zucconi
b3d684f461 Set MAKE_FLAGS so that `make PREFIX=...' works as expected. 1995-02-12 17:48:25 +00:00
Andreas Schulz
a78bbcfc25 Add some magic to the makefile to get the MASTER_SITE_OVERRIDE working for
fetching dgd.
1995-02-12 17:41:28 +00:00
Jean-Marc Zucconi
4575dfb4a4 A file was missing 1995-02-12 17:19:23 +00:00
Jean-Marc Zucconi
1bd9cad9dc New feature: a "turbo" mode to fly a little faster. 1995-02-12 17:18:47 +00:00
Jean-Marc Zucconi
f825f95db3 Add missing '@'s 1995-02-12 17:17:08 +00:00
Jean-Marc Zucconi
75e336ca69 Add xkeycaps 1995-02-12 17:15:05 +00:00
Torsten Blum
4ce1995f10 Add zsh to the subdirs list 1995-02-12 16:35:14 +00:00
Torsten Blum
6c638cb70b zsh - the Z shell 1995-02-12 16:31:45 +00:00
Jean-Marc Zucconi
240fb85518 xkeycaps - graphically display and edit the keyboard mapping 1995-02-12 15:45:09 +00:00